#stripe connect platform - oxxo
1 messages · Page 1 of 1 (latest)
We are trying to get the customer redirected to a "Thank You" page after printing an Oxxo voucher.
Testing with:
fulano@test.com (payment succeeds after 3 min)
succeed_immediately@test.com (instant payment succeeds)
*Both just spin up a voucher with no "Continue" button just "Print"
https://payments.stripe.com/oxxo/voucher/test_YWNjdF8xR0s4R1lKNnRCZVBrUERiLF9MSEhXaWdoTnE3ekxRZzhGQWlWZmNjbm5qUGNVcThZ0100gJF3A4oT
That seems to be the expected experience to allow the customer to print the voucher
https://stripe.com/docs/payments/oxxo/accept-a-payment?platform=checkout#redirect-to-stripe-hosted-voucher-page
Right, but we usually send them back to a "Thank You" page that explains what to do
Like "Please go to your nearest Oxxo for payment. As soon as payment is received you will receive an email in your email inbox with a link to......"
OK, so it just dead ends at the voucher printing page. If that is the flow, then OK. Just different than all the other payment methods with no way to have a redirect URL. Can you confirm that is the best flow currently for Oxxo payments?
I have to explain it to our customers
That's how Checkout works with the voucher method, yes -- you can optional go with the custom payment approach for oxxo if you want to give your customer a different flow, given that no other payment detail collection is needed
https://stripe.com/docs/payments/oxxo/accept-a-payment?platform=web
OK, got it. Thank you!