#MYoussef - customer invoice default PM
1 messages · Page 1 of 1 (latest)
hey there, can you share the checkout session ID?
And the failed request ID req_1234 ( 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.
cs_test_a1SX5yY9tL6fkYK3SKH68Xi1sYwnoLglbaQSutcLCW1gXVH7TVN6n6rYC1
req_PdbmTPAdXCATMz
ah it does not appear that you are setting up the payment method for future usage. When you create the session, trying setting this:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.