#bohdansarvadi
1 messages · Page 1 of 1 (latest)
hi! no there isn't really any good guide for that exact scenario and I think it's quite a messy/difficult integration unfortunately
to be honest I'm not entirely sure we even support bank transfer payments for recurring Subscription sub_xxx payments rather than just one-off payments, looking...
From docs it seems to be supported.
Also I'm able to create them.
My only concern, is how to properly setup the types of bank transfer.
Is there any good guide to create a PaymentIntent with bank transfer?
Main problem here is how to choose a proper type(us_bank_transfer, eu_bank_transfer).
And what country limitations should I set.
Currently I made a from where user enter his Name, Email and country.
And based on country we take a proper type.
Also in case of eu_bank_transfer, we need to specify country code. But it's limited to few countries: BE, DE, ES, FR, IE or NL
And what If I want to charge client from Italy for example?
ok we do, and https://docs.stripe.com/billing/subscriptions/bank-transfer is the closest guide.
Basically you would need to use the 'customer_balance' payment method type.
AFAIK all the work of entering the bank account number and selecting the type is done for you on the Hosted Invoice Page
it's also constrained by the currency you charge in and where your Stripe account is based
Stripe account is based in Argentina and currency is USD
hmm then I don't think you can use this payment method at all
you need a Stripe account in US/UK/EU/JP/MX to accept bank transfer payments
Oh... Is there some stripe support where I can check this for sure?
Thansk