#Louie-bank-account
1 messages · Page 1 of 1 (latest)
I am trying to create a bank account object for payment and verify
but i don't understand what is the source object id is referring to
Which bank transfer/debit are you using?
Stripe supports bank debits, bank redirects and bank transfer. Integrations can work differently. I'd recommend reading docs here:
- Bank debits: https://stripe.com/docs/payments/bank-debits
- Bank redirects: https://stripe.com/docs/payments/bank-redirects
- Bank transfer: https://stripe.com/docs/payments/bank-transfers
I see thank you
May I ask another question about Payment Method Object
Currently, I am using payment method object type="au_becs_debit" to create a payment method object. Is there any validation for checking this payment method is valid or not?
Let's say if I am using Payment Method type="card". I know the card will be validate after the creation, whether the card is chargeable or not. Is it the same with type="au_becs_debit" as well ?
If Payment Element or AU Bank Element [0] is used, it'll have input validations. However, it doesn't validate whether the bank account is chargeable or not.
[0] https://stripe.com/docs/js/elements_object/create_element?type=auBankAccount
I see are there any way that I can validate that the bank account is charagable or not, since creating only the payment method and attach only using the RESTFUL APIs without any frontend js codes
It's not possible with Stripe. Alternatively, you can ask customer for a bank verification document as your own reference
I see. This is my last question. Does the Stripe Create Payment Method RESTFUL API type="au_becs_debit" has input validation. SInce I am able to test that in test mode.
If you're able to test input validation in the test mode, it'll be the same in live