#vijju
1 messages · Page 1 of 1 (latest)
is there any option to void payment after the completion of payment success in stripe?
can we revert back that payment ?
I don't understand the question
once the payment is done can we revert back that payment ?
Sure, you'd just refund the Payment Intent
If that's what you mean by 'revert back that payment'
ok
i will try and check once
thanks
if we have charge Id can we use that charge Id to refund?
Yup, ch_xxx or pi_xxx is find: https://stripe.com/docs/refunds?dashboard-or-api=api#issuing
i created one subscription schedule with 10 phases with for 10 months, each phase has single price recurring monthly.
first phase starts at coming 10th day after i created schedule(let's say April 15)
until then subscription wont get created for that user.
so if i want to pause first phase then how do i do it without subscriptionId
What do you mean by 'pause'?
void
You'd probably just push back the start date of the schedule/phase: https://stripe.com/docs/api/subscription_schedules/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.