- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,I am developing a small e-commerce platform. What I need to do is that users can complete payment by entering the card number, security code and expiration time in the app, which API should I choose?
Solved! Go to Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You want to create a gateway I assume? Take a look at the visa direct api. The FundsTransfer API contained therein provides methods for the push and pull process. "PullFundsTransactions" provides attributes for the card number, the expiry date and the security code. However, at some point you need a bank that sponsor visa direct programs ^^ Until then you can use the sanbdox xD
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Das,
For your use case, please take a look at Visa Check on Visa Developer. If you are interested in using Visa Checkout, please reach out to one of our Partners to integrate with Visa Checkout: https://globalcheckout.visa.com/visacheckoutPartners
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.