#pxue-checkout-save

1 messages · Page 1 of 1 (latest)

dense sapphireBOT
opal musk
#

pxue-checkout-save

#

@placid wing no, that popup is only for card details right now but we're working on adding support for more payment method types with Link

placid wing
#

Does that mean the Customer must re-authenticate with the ACH bank every time?

opal musk
#

I'm unclear what you're asking I'm sorry

#

you linked a doc for Connect, are you a Connect platform? What's the context?

placid wing
#

Yeah sorry about that

#

we're using connected accounts. Stored customers ACH payment on the platform account

#

we're using hosted checkout to route payments to connected accounts via "on_behalf_of" param

#

This works well with Credit card payment method since the Customer receives a text and can reuse the credit card stored on platform

opal musk
#

yeah so no that is just not possible/compatible today

placid wing
#

OK got it, so we just need to do it via tokens?

#

Or are you saying it's not possible at all to re-use Customer's ACH payment method on the platform

opal musk
#

I'm saying neither of those, sorry

#

If you use Checkout, you can't pre-fill bank account details or re-use a previously saved pm_123 automatically unless it's a card

#

But you can create a PaymentIntent for the amount and charge the saved PaymentMethod directly, you don't need Checkout for returning customers

placid wing
#

That make sense.

#

OK thank you very much i'll take that away. Don't know why i got so caught up with Checkout and forgot about using payment intent directly.