Home > Enterprise >  How to generate a Receipt Page after Stripe Checkout
How to generate a Receipt Page after Stripe Checkout

Time:09-22

I am new to stripe and APIs and followed a tutorial to implement stripe checkout and implemented that successfully but I want to display a receipt after stripe checkout.

Do you know any such tutorial or can anyone please help.

Also, after the payment, in the stripe dashboard I am getting status as incomplete and it says that three_d_secure authentication is required which I had turned on in the setting but whenever I enter card details it never asks. Would like to learn that too. Let me know if there are any good resources for the same. Would be grateful to have someone guideme.

CodePudding user response:

You can learn about sending receipts from Stripe on successful payment or refunds here

To your second question, use card no 4000 0025 0000 3155 to test 3D secure integration. Read more here

  • Related