#coreyw
1 messages · Page 1 of 1 (latest)
Is it also possible to use Afterpay through Stripe if we are not using Checkout?
yup! https://stripe.com/docs/payments/afterpay-clearpay/accept-a-payment?platform=web&ui=API
I see, so if we want to want to charge a different amount for Afterpay payments, we just need to know this before we create the paymentintent
As a follow-up question, is it possible to change the transaction total depending on whether Afterpay is selected as the payment method?
I think that depends on how your integration is set up. You would need to create a custom form that allows the customer to select AfterPay before attempting to confirm payment
Gotcha, yup. That makes sense.
Or update the Payment Intent at some point before the customer attempts payment
Ok, good to be thinking about that as a possible path as well.