#saber-checkout-acss

1 messages · Page 1 of 1 (latest)

solar parrotBOT
hollow jasper
#

@north hamlet there can be lots of reasons, ACSS comes with strict restrictions on where it's available and how to configure it

#

You can always look at payment_method_types in the response to see which payment methods will be offered for example

#

saber-checkout-acss

north hamlet
#

It is not offered at payment_method_types

#

Let me look at the link

north hamlet
#

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!

hollow jasper
#

there's no "migration" you would write the PHP code

north hamlet
#

ok

north hamlet
#

"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!

hollow jasper
#

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

north hamlet
#

I checked other payment methods, but they will not work because of usd currency that is inputted in the checkout session.

hollow jasper
#

then seems like you're all set for now!