#Jasuno
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the setupIntent ID?
yeah give me a sec
rather give me a min i have to get my server to log it
seti_1MoyqGAq6ReFUKV89K8atYDY
Thanks, I saw you have passed acss_debit and card as payment_method_types for this SetupIntent.
Yeah
https://stripe.com/docs/payments/acss-debit/set-up-payment?platform=web#web-create-setup-intent you also need to pass in a payment_method_options hash as documented here
https://stripe.com/docs/payments/payment-methods/integration-options#support-bank-debits I'm afraid that payment element doesn't support acss_debit
can i use custom elements, because I need the token to add the payment method
You mean your own UI? yes you can.
I try using https://stripe.com/docs/api/payment_methods/create for the card before and it was complaining about the the token and that we needed to use tripe UI to add it, so i should not have that problem with direct debit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Card details are sensitive data and you can't use your own UI to collect as per PCI requirement.
For ACSS debit, the required payment method billing details include account name and email address, you can use your own UI to collect. You can find example code here https://stripe.com/docs/payments/acss-debit/set-up-payment?platform=web