#SSASavy
1 messages · Page 1 of 1 (latest)
Can you share an example Payment Intent ID?
pi_3LsqmiIOjNfX5RUk1DXjccqT
Ah, when you create the Payment Intent you need to specify both the Customer and set setup_future_usage to save the payment method to the customer.
We cover this here: https://stripe.com/docs/payments/save-during-payment
Wait...sorry nevermind
no worries 🙂
A lot of people just showed up so it's a little crazy right now
No worries
I'm not seeing a receipt email being provided to the API in either the create or confirm call for this PI.
We are using the following to create the PI. Do you see anything out of the ordinary?
This is what I see on our end for the parameters passed to create the PI
{
amount: "476",
currency: "usd"
}
tysm