#Markan97
1 messages · Page 1 of 1 (latest)
sure
Yeah no you must submit name/email in order to access the voucher. It is required.
Is there any way around it?
Not that I know of, no.
ty mate.
Can I ask more about this topic?
Basically, I use the Shopify app to create OXXO vouchers. However, they already enter all the customer's data before creating the voucher. Is there any way to create a voucher in the background to pass that data so that checkout is not used?
Because right now, when the confirmation email is sent, I send them a link to instantiate the checkout, and I would like to send them the finished voucher to their email.
ok
Yeah so I believe in this case you create an Oxxo PaymentMethod and pass the email/name in billing_details: https://stripe.com/docs/api/payment_methods/create#create_payment_method-billing_details
Then you create/confirm the PaymentIntent on the Server: https://stripe.com/docs/api/payment_intents/create
And that will give you the voucher
I will try this now.
Also, some people don’t have email, only phone
Is it somehow possible to use the phone instead of e-mail?
No email is required here
Nothing. You should just be able to do type: 'oxxo' I believe
Yep
You don't need an oxxo object
Just type: 'oxxo', billing_details: { email: a@b.com, name: test }
ye ye ty
can you help me with this error. My brain is dead
``` error: 'Merchant country should be among oxxo supported countries: MX',
Ah do you not have a MX-based Stripe Account?
I don't have anything on this one that I'm testing. How do I turn it on?