Which API to use for a payment with credit card

Solved! Go to solution
Das
Newbie

Which API to use for a payment with credit card

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?

2 REPLIES 2
Dude
Helper

Re: Which API to use for a payment with credit card

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

https://developer.visa.com/capabilities/visa_direct/reference#tag/FundsTransferAPI/operation/Create%...  

SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Which API to use for a payment with credit card

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.