#saber-checkout-acss
1 messages · Page 1 of 1 (latest)
@north hamlet there can be lots of reasons, ACSS comes with strict restrictions on where it's available and how to configure it
https://stripe.com/docs/payments/acss-debit/accept-a-payment?platform=checkout has end to end details for this so I'd recommend starting there
You can always look at payment_method_types in the response to see which payment methods will be offered for example
saber-checkout-acss
It is displaying now. Working on Mandate.
A different question. Since I am coding in postman, I need to know if it is possible to migrate code from postman Stripe to php. Thank you in advance!
there's no "migration" you would write the PHP code
ok
"payment_method_types": [
"card",
"alipay",
"cashapp",
"link",
"us_bank_account",
"wechat_pay",
"acss_debit"
]
I have added and tested above payment methods, are there any other payment method you can think that I need to add of a US company with currency being usd. Thank you!
with USD only no that seems fine but you can look at all other payment methods and decide what is a good fit for you
I checked other payment methods, but they will not work because of usd currency that is inputted in the checkout session.
then seems like you're all set for now!