#chalmagean
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
But it looks like the source is in pending status and not authorized, how you are collecting this and what integration you are following ?
I'm using StripeCheckout and a test card (4242424242)
req_gWhWc29UVdKoTX
I basically want to require payment right away before creating a subscription.
Without generating an invoice.
That request, was done using a ach_credit_transferpayment method and not the test card you are mentioning. the customer cus_NPuOnOwGYrwkDw has a default source which was used in the subscription.
oh
Follow this guide step by step in order to build a Subscritpion integration:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
thank you, I'll look into that