#brookflok_bank-transfers
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/1237040557398691911
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
So I have an stripe account and created Products that have monthly and yearly subscription.
I created payment with Stripe and Paypal trough Stripe API.
Now I wish to integrate wired transfer also trough stripe
Hi there ๐ when you refer to "wired transfer" are you referring to one of our bank transfer payment method types listed here?
https://docs.stripe.com/payments/payment-methods/overview#bank-transfers
yes sorry
it is the bank transfer
I have found this
And I understand it
Does the user pays to pur bank and then we manualy prove the payment, or it goes trough stripe and then I can use a webhook for automatisation?
The funds will be sent to your Stripe balance. All payments processed through Stripe are sent to your Stripe balance.
okay and for the instructions, what instructions do user get?
Is it possible that the user goes to the bank and makes the payment?
The customer receives instructions telling them how much to send and where:
https://docs.stripe.com/invoicing/bank-transfer#payment-instructions
I believe so
Okay great, that is all I need to know. So I create a user in Stripe, then send him the instruction, and when he recieve the instruction and makes the payment I get the webhook for it and can let the user in the application
Thx a lot
Any time!