#vijju
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_r2CEkWj35xOORE
When you call /pay like that we attempt to charge the default_payment_method or default_source of the associated Customer. In this instance, that's: https://dashboard.stripe.com/test/customers/cus_NrtSwmjeIxOgy3
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Who's default_source is an ACH CT. That's a push-based PM, meaning the customer has to send money to it in order for us to charge it
Currently it has $0 available
if stripe attempts payments then i need to get payment failed event in this case right? but here im not able to get the invoice payment failed webhook event
currently im testing failed payments
i needed to add a card which gives failure
No, we didn't attempt payment (because of reasons explained) so there's no invoice.payment_failed event
if i change card to other which also will fail the payment then will stripe attempt invoice.pay ?
I think if you use a test card that will fail, like for insufficient funds, then yes I believe there'll be a invoice.payment_failed event