#ahsanraza3434
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
it depends on how you want to let your user pays later.
One option is to use some Payment Processors that Stripe can provide as a PaymentMethod, like Affirm, AfterPay and Klarna:
https://stripe.com/docs/payments/buy-now-pay-later
Or you can allow your customer to save there PaymentMethod card and use it later by your integration to bill them:
https://stripe.com/docs/payments/save-and-reuse?platform=checkout
Is there a way that can help surpass the current payment phase, in which the user can skip the paying phase and place the order if they have selected the option "Pay later" as the clients of my client pays him in check in-person most of the time.
Makes sense?
Is it possible?
Ok, could you please clarify what do you mean by "add "Pay later" option in checkout", do you mean Stripe Checkout Product: https://stripe.com/docs/checkout/
Or a custom integration you have using other Stripe Product ?
Currently we are only using stripe as a payment method integrated in Squarespace on the checkout page if the user wants to pay with Stripe, they can select the option put their details and proceed. What I wanted is, if possible, if the "Pay later" checkbox was checked by the user and the user pays with Stripe, he shouldn't be charged for the transaction.
No... while I was telling you, I felt this isn't possible haha.
Actually I cant seem to modify the squrespace built-in checkout page.
I guess, I have to find a different way.
Maybe also you should take a look at Stripe Paper Checks Payment product:
https://stripe.com/docs/invoicing/paper-check-payment
It's still in beta but it could help you I think