Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?

dongxu8869
Helper

Where can I find the B2B virtual account list at Visa Developer Dashboard?

I called this API

https://sandbox.api.visa.com/vpa/v1/requisitionService

{
"messageId": "123123",
"responses": [
{
"responseCode": "00",
"responseDescription": "Request Processed Successfully."
}
],
"accountNumber": "4111111111111111",
"expiryDate": "10/2019"
 
I am getting this response. But I am not sure where I can find this Virtual account at my visa developer dashboard. Anyone to be able to help?
 
And additionally, exp date is 2019? Because it is called the Sandbox API request?
6 REPLIES 6
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?

Hi @dongxu8869,

 

This endpoint https://sandbox.api.visa.com/vpa/v1/requisitionService allows you to request one or more virtual accounts. The VPA system then sends the account number of the account picked from the proxy pool for the Add action in the response. Since this endpoint is for testing purposes in the sandbox environment, the data in the sandbox is limited and might not be current. Please use the sandbox to get a general view and guide of the endpoint request and response structure. When you are ready to promote your project to the higher environment, you'll be able to test with live data.

 


Best,
Stacey

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
dongxu8869
Helper

Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?

My Question is to see the virtual accounts what I created using the above API endpoint.
dongxu8869
Helper

Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?

For example, I created Virtual Account. But I can't find it at my Visa Developer Dashboard. Where can I find my Virtual Account?
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?

Hi @dongxu8869,

 

When you call the Request Virtual Account API endpoint, the account information is sent through an immediate response. The account is not posted on your Visa Developer Dashboard.

 

Here's the link to the API reference page. 

https://developer.visa.com/capabilities/vpa/reference#tag/Account-Management-service/operation/Reque...

 

Using our Code Explorer on the API reference page, you can also try out the API in sandbox using the sample payload and see a response.

RequestVirtualAccount.jpg

 

 


Best,
Stacey

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
dongxu8869
Helper

Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?

Then How can I handle my virtual accounts at my visa dashboard?
For example, I made 10 virtual accounts. I need to see these virtual accounts at my visa dashboard. Then I can manage my virtual accounts.
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?

Hi @dongxu8869,

 

Can you share more details about your "visa dashboard"? 

When you invoke the API, you will get a response with the account number. It is up to you how you want to handle the returned data. 

Can you please share below details to help us understand what you are working on? 

  • Company legal name
  • Company URL
  • Are you a merchant, acquirer, issuer, or processor?
  • What is the use case that you are considering the API for?
  • Who are your customers? 
  • Which countries will you be using the API for?

Best,
Stacey

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.