chargebee / chargebee-samples

The chargebee sample apps
MIT License
23 stars 77 forks source link

confirm_payment #9

Closed jonhicks closed 5 years ago

jonhicks commented 5 years ago

Hi !

I'm working with your tuto to integrate 3DS with chargebee but I can't find the content of the API call : "/stripe_js_3ds/confirm_payment".

What's donne on the server side on this step ?

Thanks for your time

jonhicks commented 5 years ago

I found the answer in https://github.com/chargebee/chargebee-samples/blob/master/php/php_src/StripeJs3dsCheckout.php .

Thanks