#Kingmo
1 messages · Page 1 of 1 (latest)
No idea, just created an invoice for a customer. Gave them the option to pay with card or bank transfer, they chose transfer and sent the balance
ok generally speaking we usually advise our users to listen to invoice.paid events to know when the invoice has been paid and we have received the funds
the last activity was invoice sent
I don't really know about how long it will take to get the bank transfer though but you can contact https://support.stripe.com/?contact=true they might be able to give you more details on timeframes
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.
this means that we haven't received the funds yet
but the funds could have been paid?
yes we can't really know until we do receive them
how long does it usually take
as I said earlier I'm not aware of the delays, but you can contact https://support.stripe.com/?contact=true to know more about that
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.
I have another question, i created a subscription on behalf of a client and then sent the first invoice to them, they didnt pay it for 3 weeks then agreed to pay. I wanted to change the starting date of the subscription but that was not possible so i cancelled it and started a new one. Now it is showing as a churn. How can i remove this cancelled subscription so it doesnt affects my stats
Hey! Taking over for my colleague. Let me catch up.
Nope you can't do a delete/prune subscription. This is for history tracking
So what am I supposed to do when i create a subscription but the customer doesnt pay it for 3 weeks and then decides to activate the product
they wont pay for 3 weeks of service they didnt use
the only solution is to delete the sub and create a new one?
Yes, because the Subscription validity starts from its creation
so it is going to negatively affect my stats and not show a realistic churn rate
can i not make it so the subscription is valid from the point of receiving payment?
You need to change your integration to accept payment first before creating the subscription.
You can follow this guide for that:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
thats great, very helpful
Np!