#sachin-checkout-noncards

1 messages · Page 1 of 1 (latest)

jaunty ospreyBOT
gray roost
#

sachin-checkout-noncards

#

Hey @drowsy bough , Checkout does support collecting bank account details

drowsy bough
#

I want to save back account information. In stripe provided UI because in every country there is different attributes for account information. Like in India we have IFC code but other countries doesn't have.

drowsy bough
#

Currently I am doing

gray roost
#

Sorry, let's take a step back for a sec. If your account is based in India, then you can't accept bank account details/payments today

drowsy bough
#

My account is Singapore based

#

Still i don't have option

gray roost
#

I mean your code here is literally forcing only card on line 66

#

remove that line entirely and it will enable all the options we support in that country. It really depends on each country

drowsy bough
#

So what should be there

#

Now I am getting errors

gray roost
#

what errors?

#

ah my bad you're in setup mode that's why

drowsy bough
drowsy bough
gray roost
#

it seems sepa_debit works in SG for example

drowsy bough
#

Is there anything components

gray roost
#

so you can pass some of those payment method types on line 66

drowsy bough
#

For saving user bank ACC

#

Account..

#

Like stripe h card info components

gray roost
#

no idea what this means

#

did you try what I just said?

drowsy bough
#

Sorry

#

Like currently I am being redirect to stripe website page.

gray roost
#

yes because you use Checkout, that's the whole point

drowsy bough
#

But is there any SDK aur something so I can save information of account on my page.

#

Like I want prebuilt UI from stripe based on currency.

#

Is there anything like this ?

gray roost
#

Sorry, I'm not really following what the problem is. This is literally what Checkout offers. And you are already using Checkout. And Checkout supports accepting payments in many currencies, with many payment methods, depending on the country of your Stripe account.
You asked about bank account details, so I showed you that for example SEPA Debit, for EU customers is supported for SG Stripe accounts so if you fix your line 66 to not just pass card but pass more values like ideal and sepa_debit then it will offer those too, which is exactly what you asked from the start.
Did you try this?

drowsy bough
#

Sorry for my bad English. Now, I want to save bank information from code. How to do that.

#

No web ui nothing just want to save information of user's bank account.

gray roost
#

but it's again the same exact question that I already answered

#

payment_method_types: ['card', 'sepa_debit']
try that

drowsy bough
gray roost
#

but you just said you were in Singapore

#

We do not access bank payments from customer based in India.