#MunaimAshraf-Subscription
1 messages · Page 1 of 1 (latest)
It's hard to diagnose without seeing the request. Can you paste in your request id? (req_xxx)
sorry I didn't save the message. Please review again . Please check one message up
How Can I create request?
Find it here: https://dashboard.stripe.com/test/logs
I see Invoice Payment failed. Normally it's because the Payment itself failed. It could be various reasons depends on your customer
I have used testing card
yes invoice is failed
MY customer id is
cus_KzDCmIWXorBKZ6
Could you paste in request id of the Subscription Schedule creation call? and the one time Payment call?
Can you please tell me what is request id?
Sure, you can go to https://dashboard.stripe.com/test/logs, and find the request corresponding to when you created the Subscription Schedule/one time payment, and find its id req_xxx
ok sure
One time payment request id
req_E8H9CWNEMb5ojC
Schedule request id
req_GPCfoxIX5gNxsj
Okie I have taken a look
When you created the one time payment via Checkout, you specify a Customer, but after finished the Payment you didn't attach the PaymentMethod to the customer. Hence later on when you created the Subscription based on the Subscription Schedule, it will automatically looks for a saved method on the customer, and didn't find one, then failed
I would suggest following this section https://stripe.com/docs/payments/accept-a-payment#handling-existing-customers, create a customer beforehand
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
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.