#DobaFet
1 messages · Page 1 of 1 (latest)
What's the sub_xxx ID?
How would I check this?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
sub_1LzIqnAQazoDtdD4ckZzxaBl
Looks like you backdated the start date of the subscription to ~yesterday (Mon Oct 31 2022 09:32:58):
For new subscriptions, a past timestamp to backdate the subscription’s start date to. If set, the first invoice will contain a proration for the timespan between the start date and the current time. Can be combined with trials and the billing cycle anchor.
https://stripe.com/docs/api/subscriptions/create#create_subscription-backdate_start_date
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So there's a prorated line item on the invoice (£6.36) for that timestamp to the start of the subscription (this morning): https://dashboard.stripe.com/invoices/in_1LzIqnAQazoDtdD43fOQ402m
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Guess that accounts for the difference!
Ahhhhh 🤦🏻♂️ is there a way for me to rectify this quickly for the client?
Depends what you mean by rectify?
The payment should be £175 so i need to refund him £6.36.
I wasnt sure if there was a simple way or if i should cancel the sub and create a new sub
Well cancelling the subscription won't refund it
No problem, I could simply bank transfer him the one into his account this should solve that
Thanks Ynnoj this has been very helpful
You should just partially refund the initial payment: https://dashboard.stripe.com/payments/pi_3LzIqnAQazoDtdD41vLo0B4R
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thank you very much