#angelos-checkout-webhook
1 messages · Page 1 of 1 (latest)
Do you have a Payment Intent ID I can look at?
There is no payment intent at all
we enter the checkout session screen
and normally we get the payment intent after that
After you create a payment, correct?
No payment at all. Would it help if i sent a customer id?
What do you mean? Are you entering payment details and hitting "submit" or not?
No hitting "submit", I believe it doesn't matter for the payment intent to be created, no?
It depends. A Checkout Session will not create a Payment Intent in setup mode, but otherwise it should
Do you have a Checkout Session ID I can look at?
yes cs_live_a1U90chD9JVn6hpwzw6t7jXG62RuGL8ILECSmtLiVpms6RbW9RRRpdwhkn
I believe you need to specify a Price in order for a Payment Intent to be created, otherwise Stripe doesn't know what to include in the Payment Intent's amount
doesn't amount_total account for that?
and we have sent pricing data as usual
the only difference is that we are using a new currency (MXN)
Could that be an issue?
Hmmm, I guess it won't in this case. Do you have the code that you're using to create this Checkout Session?
How are you creating that session?
via the API or the Dashboard?
If I wanted to recreate your scenario, how would I do that?
via API
assuming you have access, you can check the payload here (https://dashboard.stripe.com/logs/req_gNARhQ7HHQQVLb)
Payload doesn't give me the code to recreate the request
Please copy/paste the code so I can reproduce
angelos-checkout-webhook