#krishnaKanabar-subscription
1 messages ยท Page 1 of 1 (latest)
Hi
You will receive webhook events
invoice.created for each Invoice generated per a Subscription renewal
You can use Test Clock to advance the time
If I do advance time webhook will be called for next month right?
yes
okay
let me try
subscriptio - id
sub_1LXf8HSJsXH2azWQMOmNnmON
why it's status is past due?
I have used test clock for this subscription
@red hare ?
Hi, looking
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This Invoice's payment failed. Did you provide a chargeable PaymentMethod for the customer?
yes I have used 4242** card number as payment method for my customer
cus_MGBUT6rcbmlkOE
I am testing so used 4242 card number
But you don't set the card as the default payment method
invoice_settings.default_payment_method
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That Invoice doesn't have a PaymentMethod, because it was free (โน0.00)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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.
@blazing nova ๐
In dashboard , If I go to my customer there is payment method associated with him
now you said i need to make it default_payment_method right
so which param shows payment method of cutsomer that i can see in dashboard
That UI just lists all PMs attached to that customer
This API basically: https://stripe.com/docs/api/payment_methods/customer_list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.