#sunny-bank-transfer
1 messages ยท Page 1 of 1 (latest)
๐ Happy to help
Bank transfer is currently supported in Europe, UK, Japan and Mexico: https://stripe.com/docs/payments/bank-transfers
in payment method how can use any other country bank details for bank transfer?
Only above countries are supported, but not any other country
okay
You can refer to the supported countries here: https://stripe.com/docs/payments/payment-methods/overview#bank-transfers
but i want to create payment method for above country?
so then for each have ACH routing code?
can you explain the payment-method creation for japan?
Are you referring to ACH debit or credit? Both of them only support customer from US
You can refer to the doc for bank transfer integration: https://stripe.com/docs/payments/bank-transfers/accept-a-payment
Yup
but my point is same, again
we need to add customer payment method, right?
whats the parameter to fill by API to add bank account as payment method?
You'll create a customer first and create the amount that you want to charge on the customer. Stripe will generate a bank account number and relevant information. Then you pass these bank information for customer to make a bank transfer.
Once the customer completes the transfer, Stripe will update the payment outcome via Webhook events
This kind of bank transfer is considered as credit transfer which customer takes action to transfer the payment amount to your Stripe bank account
is there no any other way to direct bank tranfer from client?
need to create customer, one thing is this, i am okay
Yes, there is bank debits: https://stripe.com/docs/payments/bank-debits#product-support
You can click into each individual bank debit payment method for its integration
No problem! Happy to help ๐