#nordwest_bacs-paymentmethod-usage
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1257372398819348480
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi ๐
You can create Stripe Payment Methods using UK bank details. But those would be for making payments on Stripe.
Do you use Stripe for payments?
Not yet. Probably we will at some point. But for now we Brad some means to store these details securely.
O tried creating customers and attach the bacs payment method but that only allows me to see only the last 4 digits of the account number
Then I'm not sure this would fit your use case. Once you store the bank details as a Payment method, you would only have API access to the last_4 of the Account
Yup
That is by design
O noticed we can save them as meta data but thatโs not recommended
No that is very insecure and could potentially get your account flagged
You would be on the hook for inappropriately handling your customer data
Is there a way I can access it in the stripe dashboard at least?
No
๐ฆ
Exposing the full account number is insecure
This is why we recommend using it in conjunction with Stripe payments
So the only way I can use Stripe this way is to let Stripe handle the payments?
If you wanted to store the bank details you could, but retrieving the full bank details is a lengthy process and requires submitting legal forms
I highly recommend
- Using Stripe web elements to collect bank details
- Creating Stripe Payment Methods with them
- Using Stripe to process the payments using those methods
This would drastically reduce your PCI burden
Yeah thatโs what we will do at some point
Unfortunately we don't have a "middle ground" in this case. I.e. there isn't a way you can just store bank details and retrieve them from Stripe APIs
If my business wants to pay our employees through stripe what are the commissions?
Sorry I can't really help with pricing details
Say we want I guess to deposit 100k and pay 4 employees from time to time on the payment methods attached to their customer objects
This server is specific to helping developers code integrations with Stripe APIs
You cannot "pay" customers though
They would need to be Connected Accounts that are linked to your Stripe account. Transfers would move money from your Platform Stripe Account balance to the Connect Account balance and then a Payout would move money from the Stripe balance to their linked bank account
Great ๐ I'm glad I could help ๐