#Leighroy
1 messages · Page 1 of 1 (latest)
AfterPay is not supported on the Invoicing payment: https://stripe.com/docs/payments/payment-methods/integration-options#support-buy-now-pay-later
is it supported in the payment link payment/
Yes, AfterPay is supported on Payment Link
Do I need to do any Api integration? Or should it just work?
Payment Links is a re-usable payment URL and it can be created at Dashboard or API: https://stripe.com/docs/payment-links
You'd need to enable AfterPay in your payment method configuration page in Dashboard to have it on Payment Link: https://dashboard.stripe.com/test/settings/payment_methods
I have it turned on
However the option does not appear
Interestingly, I do not have Link turned on
Yet it appears as an option
AfterPay requires shipping address to be collected. Can you enable shipping address collection in your Payment Link configuration?
That worked! Thank you so much!
No problem! Happy to help 😄
For Link settings, you can configure it in https://dashboard.stripe.com/settings/link instead of the payment method page
For Payment Link, the configuration should be under Link in Checkout setting
Thank you!