#pingtreesystems
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
I have only last 4 digit of card, exp_date and exp_month.
and saved card id also
if you have a Payment Method ID pm_xxx or a card ID card_xxx then yes you can create a charge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
posting url - https://api.stripe.com/v1/charges
and in data can i pass card_xxx id in source parameter ?
https://stripe.com/docs/api/charges/create - Is this works or not ?
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's another way yes
but we don't recommend using the Charges API directly unless this is an old integration
ok
one more think, i one of my customer subscription failed due to card issue,
after i update the card in stripe then which api call for countine subscription ?
you want to collect the payment outside of the invoice?
no i resume current subscription
did you pause the collection of the subscription?
if you're following https://stripe.com/docs/billing/subscriptions/pause then you should refer to this
https://stripe.com/docs/billing/subscriptions/pause#unpausing
i see error in subscription - https://prnt.sc/fCU0bwgTuGzV
Which API used to activate this subscription ?
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
Could you please summarise the latest question? And share the Subscription ID? sub_xxx
how can i resume/activate/continue below subscription ?
i see error in subscription - https://prnt.sc/fCU0bwgTuGzV
Could you please share the Subscription ID? sub_xxx
sub_1MnxgSBpAKNCvML5iCvl5wUC
It should be paid with a valid payment method
Or you can mark the latest invoice as paid
Please, let me know if you have any other questions.
ok