#ejno
1 messages · Page 1 of 1 (latest)
Hi @flat briar - creating this thread for us
Are you able to add more details here for your use case? What do you mean by "cash on delivery"?
Well, I would like let my customers, when they go to stripe payment system, to have options to finalize by card, p24 method (Przelewy 24), blik AND to be able to pay in cash when they pick up the package. This is a very popular payment method in my country.
That is, at the time of choosing "Pay on delivery", the customer does not have to provide card numbers, only other data like name, home address, etc.
Can you confirm that I'm understanding you correctly here?
You'd like to collect your customer's payment method and place a hold on the account. Then, after you deliver the product they would pay? Is that correct?
Hold on
this is my checkout page
I have 3 payment methods
All of these 3 options requires my customers to pay for products now (online)
And I would like to add another option that allows customers to pay for products by giving cash delivery man
So this option should allow customers to press this blue button
I mean maybe there is any option (not payment method exactly) to allow customers to do something like that
I see, with Checkout there is not a way to do this. Instead, you can use our Stripe Elements. You would first add a hold on the account and then capture the amount after you deliver, https://stripe.com/docs/payments/place-a-hold-on-a-payment-method.