#vibha-sharma_api

1 messages ยท Page 1 of 1 (latest)

stuck pawnBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1295671565509197845

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

shrewd pulsar
#

๐Ÿ‘‹ happy to help

#

you can expand the Payment Intent to see the PaymentMethod ID used

tropic bane
#

If an invoice's collection_method is 'send_invoice' ,can auto payment still occur through customer' default payment method?

shrewd pulsar
#

no

#

unless you specifically call the pay API method on the invoice

tropic bane
#

that mean If I have an invoice with collection method is send invoice
and I call pay api then that invoice will paid with customers default method

#

?

shrewd pulsar
#

if the customer has an invoice_settings.default_payment_method then yes

tropic bane
#

with out this
it is not possible?

shrewd pulsar
#

if the collection method is send_invoice, it's either your customer that receives a Stripe-Hosted payment link for their invoice and pays the invoice this way, or you have to manually call the /pay API to charge their default PM if it exists

tropic bane
#

okk thanx

#

if an invoice of a subscription is paid with any payment method
Is it possible to set that payment method for all upcoming invoices for that subscription?

shrewd pulsar
tropic bane
#

this key automatically set collection_method of all the invoices is charge automatically also?

shrewd pulsar
#

no

#

to be charge_automatically

tropic bane
#

can we do it subscription schedule as well?

shrewd pulsar