#irshad-ali-jan_docs

1 messages ยท Page 1 of 1 (latest)

plush lodgeBOT
#

๐Ÿ‘‹ 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.

fathom palmBOT
#

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.

west goblet
#

How is this Funding instructions different from Payment intent?

#

and why do you recommend this?

lucid plaza
#

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

west goblet
#

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?

lucid plaza
#

@glass thorn please use #help to create your own thread

lucid plaza
west goblet
#

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?

lucid plaza
#

any would work

#

you need to choose

west goblet
#

okay thanks that makes sense to me now.

lucid plaza
#

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.

west goblet
#

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?

lucid plaza
#

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

Use the Payment Intents API to accept bank transfer payments.

#

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

west goblet
#

Thanks thats very much clear now.

glass thorn
#

#help please let me know how may i create mask payment intent

plush lodgeBOT
west goblet
#

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?