#nordwest_bacs-paymentmethod-usage

1 messages ยท Page 1 of 1 (latest)

hot dragonBOT
#

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

old garden
#

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?

supple blaze
#

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

old garden
#

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

supple blaze
#

O noticed we can save them as meta data but thatโ€™s not recommended

old garden
#

No that is very insecure and could potentially get your account flagged

#

You would be on the hook for inappropriately handling your customer data

supple blaze
old garden
#

No

supple blaze
#

๐Ÿ˜ฆ

old garden
#

Exposing the full account number is insecure

#

This is why we recommend using it in conjunction with Stripe payments

supple blaze
#

So the only way I can use Stripe this way is to let Stripe handle the payments?

old garden
#

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

supple blaze
#

Yeah thatโ€™s what we will do at some point

old garden
#

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

supple blaze
#

If my business wants to pay our employees through stripe what are the commissions?

old garden
#

Sorry I can't really help with pricing details

supple blaze
#

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

old garden
#

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

supple blaze
#

Thank you very much for your answers

#

I am clear now

old garden
#

Great ๐ŸŽ‰ I'm glad I could help ๐Ÿ™‚