#irshad-ali-jan_docs
1 messages ยท Page 1 of 1 (latest)
๐ 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/1219609842642194503
๐ 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.
- irshad-ali-jan_docs, 5 days ago, 17 messages
๐ happy to help
How is this Funding instructions different from Payment intent?
and why do you recommend this?
I'm not asking you to create Funding Instructions
I'm just telling you what the country does
basically when you create a Payment Intent which accepts bank transfer payments
we will display Funding Instructions to your customer
this is an underlying thing that we do that you don't have to worry about
but it's basically the same underlying functionality so I thought it would help you understand what the country field is for
aha okay thank you for clarification that makes sense. So basically you mean to that the country object in "eu_bank_transfer " is related to merchant not the customer, right?
basically the country param will define what iban country we tell your customer to send the money to
okay so it doesn't matter if my business is registered in switzerland and i pass the country object value any of the permitted values? my target customer is also from switzerland. So in that case which of these values should i use BE, DE, ES, FR, IE, or NL?
okay thanks that makes sense to me now.
if you choose FR for example then the customer will see a french IBAN that they need to send the money to
if you choose IE => Ireland etc.
will the stripe create any special reference for payment so they can include in when making transfers? i mean while displaying Funding Instructions to your customer will it include the reference details etc which we can use later on to verify paymet.
and next question is that can we save this data and show everytime that same customer wants to pay or we need to create separate funding instructions everytime same customer wants to pay?
will the stripe create any special reference for payment so they can include in when making transfers? i mean while displaying Funding Instructions to your customer will it include the reference details etc which we can use later on to verify paymet.
you don't have to worry about this by default Stripe attempts to automatically reconcile https://docs.stripe.com/payments/bank-transfers/accept-a-payment?payment-ui=direct-api#handling-multiple-open-payments-or-invoices
and next question is that can we save this data and show everytime that same customer wants to pay or we need to create separate funding instructions everytime same customer wants to pay?
you just need to create new payment intents
we will handle the rest
Thanks thats very much clear now.
The doc says 1000 virtual bank account numbers (VBANs) so it means we can have only 1000 customers to show the iban, can we use same virtual bank account number to any other customer?