Where can I find the B2B virtual account list at Visa Developer Dashboard?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where can I find the B2B virtual account list at Visa Developer Dashboard?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Where can I find the B2B virtual account list at Visa Developer 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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.