#Mytras
1 messages · Page 1 of 1 (latest)
hi there!
Hi Soma
what's your question?
We are establishing a 1 time invoice system where customer will be billed every months for our services, but instead of using subscription we will be creating 1 time invoices every month
to avoid sending invoices every month in the API call I want to set the paramenter "chargin method" to be "charge_automatically" so if the customer has a pm_ on record that will be used automatically, correct?
what if the card is declined or expired, what would happend to the payment in that case?
to avoid sending invoices every month in the API call I want to set the paramenter "chargin method" to be "chargeautomatically" so if the customer has a pm on record that will be used automatically, correct?
correct, the default PaymentMethod of the customer will be used
what if the card is declined or expired, what would happend to the payment in that case?
then the payment will fail. and if you have Smart Retries enbled, Stripe will retry the payment automatically for you: https://stripe.com/docs/billing/revenue-recovery/smart-retries
will the customer and the agens be notify that the card is about to expire or the payment was declined?
that the card is about to expire
no
or the payment was declined?
sure, we send webhook events for this, likeinvoice.payment_failed
This mentions subscriptions only not 1-time invoices
sure, but default we retry Subscription payments. but we also have Smart Retries for one off Invoice, if you are one the Invincing Plus plan https://stripe.com/invoicing/pricing
So in order to use the smart retry we need to have the Plus plan?
for 1-time Invoices, yes
ok
I do have another question let me check my notes a second
My company wants to integrate Xero as accounting system from Stripe
how can I do that?
how the creation would work?
I know that Xero has native integration with Stripe
I know nothing about Xero, but found this online: https://support.stripe.com/questions/setting-up-your-xero-account-with-stripe
happy to help 🙂