Regarding Card saved before payment

Solved! Go to solution
ravindra_k
Helper

Regarding Card saved before payment

Hi Team,

I am new to this Visa world. I am Php Laravel Developer. My client want to integrate Visa API for payment but he want to save card first and payment later. So guide me about this from where I can get API to save card and I want to integrate Simple payment gateway. So please provide me better way to know your services as per my requirement.

Thank you
Ravindra      

4 REPLIES 4
API_Managers
Visa Developer Support Specialist

Re: Regarding Card saved before payment

Hey @ravindra_k,

 

We're excited to hear your interested in integrating Visa APIs into your project. Per your use case of saving card information and then using the card information for payment later, I would recommend you to use Visa Checkout (VCO). For Visa Checkout, the consumers are the ones logging in for their card information to be pulled via the Visa Checkout API. Please see below for documentation.

 

VCO Overview - https://developer.visa.com/capabilities/visa_checkout

VCO Docs - https://developer.visa.com/capabilities/visa_checkout/docs-getting-started

 

Please let us know if you have other questions and someone will be happy to help.




Thanks,

Tee



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

ravindra_k
Helper

Re: Regarding Card saved before payment

Thanks 🙂
I get my reply But now I am having another problem. I want to retrieve card information which is used for payment.
I have implemented and now the payment is taking place and also I am getting callid. So please help me to retrieve the card details also.

Thank you.

 

API_Managers
Visa Developer Support Specialist

Re: Regarding Card saved before payment

Hey @ravindra_k,

 

That's a great question. I'll take a look and get back to you soon. 




Thanks,

Tee



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

ravindra_k
Helper

Re: Regarding Card saved before payment

Hi

I am able to save Visa and master card on visa checkout but I am not able to do payment with master. I get 403 error. In case of visa card I am able do to payment also.
I need to implement discover,master american and visa card also with payment so help me to do this.

Thank you