#vibha-sharma_api

1 messages ¡ Page 1 of 1 (latest)

placid burrowBOT
#

👋 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/1293807177181560843

📝 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.

coral gulch
#

The correct integration should flow should look like this (without creating Payment Intent by yourself)

inner python
#

is it mandatory to send invoice to customer ?

coral gulch
inner python
#

I have created payment intent .how can I create payment method ?

coral gulch
inner python
#

i got these option when i send the invoice

coral gulch
#

Could you share the invoice ID (in_xxx)?

inner python
#

in_1Q7xWgIE5Vvk0efGPl00D76p

coral gulch
#

In https://dashboard.stripe.com/test/logs/req_Fr2WNwqBqUDkTK, the default_settings.collection_method wasn't set. When default_settings.collection_method isn't set, it will default to charge_automatically: https://docs.stripe.com/api/subscription_schedules/create#create_subscription_schedule-default_settings-collection_method

However, bank transfer only supports collection method with send_invoice.

#

Just a side note, your request was actually a Subscription Schedule, not one-time invoice. You shouldn't use one-time invoice integration guide

inner python
#

if I would like to create an subscription schedule for a customer that will accept all invoice payment using bank transfer
what should I do?

coral gulch
#
inner python
#

how to do that this in case of recurring invoices?

coral gulch
#

An invoice will be sent to the customer every cycle for the payment

#

Bank transfer doesn't support charge automatically

inner python
coral gulch
#

Yes

inner python
#

so how to enable bank transfer for that invoice

coral gulch
#

I have shared the steps above. Are you facing any issue?