#cgy
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
wait a moment
Oh, it's that I haven't fill the setup form yet? So I can't retrieve the payment method id
req_kWNRW9HwkYrxYI
there are serveral req id, I am not sure is this one
it's not this one - maybe can you pass me the SetupIntent id which you're trying to retrieve instead?
i don't see any attempt to retrieve that SetupIntent?
can you follow the example here and log the request id when you try to retrieve the SetupIntent https://stripe.com/docs/api/request_ids?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what about now ?
I understand why I can't retrive the payment method id now. I should use webhook or when our customer fill the setup form. It's my misteak
I want to know if every time I charge off session and confirm set to true use PaymentIntent api, I should use a different PaymentMethod ID or every time the same PayementMethod ID
Because when customer fill the setup form I get a payment method id, should I use this every time to charge the same customer, or every time gets a new one