#Louie-bank-account

1 messages · Page 1 of 1 (latest)

humble thicket
#

👋 Happy to help

#

What is your question?

noble elm
#

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

humble thicket
#

Which bank transfer/debit are you using?

noble elm
#

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 ?

humble thicket
noble elm
#

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

humble thicket
#

It's not possible with Stripe. Alternatively, you can ask customer for a bank verification document as your own reference

noble elm
#

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.

humble thicket
#

If you're able to test input validation in the test mode, it'll be the same in live