#Gallo

1 messages · Page 1 of 1 (latest)

fathom yachtBOT
potent shoal
cold onyx
#

Hi synthrider!!!, yes I had read the information on that url. So after the payment, you are redirected to the payment coupon and the whole process is finished there?. I mean there is no way to then redirect to the original site.

potent shoal
#

No, there is not, as far as i can tell after reading and testing. Were you hoping to redirect to your own site and implement the voucher display there?

cold onyx
#

Actually, I wanted that after the voucher, the buyer would be redirected to the original site where the purchase was made, to a thank you page. And to be able to close the whole buying circuit, starting on the website and ending there.

#

I also needed to implement a webhook, to receive payment notifications when payments are made.

potent shoal
cold onyx
#

Yes, and to be able to receive the session id, in order to identify which customer the payment corresponds to when Stripe notifies the checkout.session.

potent shoal
#

Right -- in some way redirecting to your success url like other sessions

#

Seems like good feedback, I agree it would be helpful to have some option for that, but it doesn't currently look possible

#

I can share that request internally, though

cold onyx
#

As for the redirect to a success url, I understand that for now there is no solution.
As for being able to determine to which customer is each payment made by Oxxo, the only way I found (which is not the best) is to receive the checkout.session, get the email and compare it with my database. It is not the best but well...

#

It may happen that the buyer left one email when purchasing and a different one when paying at Oxxo. So the right thing to do would be to be able to get the session id and save it in the DB, and then be able to compare for something that is unique.

potent shoal
#

I'd filed a feedback feature request for this kind of redirect, I hope we can add it in the future!

cold onyx
#

Thank you, I hope to see you soon.

One more question outside of the code.
I am from Argentina and if I want to create a Stripe account, my country does not appear in the list when creating an account. Do you know if there is any way or possibility that a person from Argentina can create a Stripe account?

potent shoal
cold onyx
#

Ok, thanks