#ha_garden
1 messages · Page 1 of 1 (latest)
Stripe's payment service works in the following order
You can collect payment details before creating the intent also:
https://stripe.com/docs/payments/accept-a-payment-deferred
can I call the Payment Cancellation API?
Yes you can cancel it or you can ask the customer to use use another payment method
that will depend on your use case and business needs.
But both option are valid
What is the most common method used in malls in the US?
Is it a way to cancel a payment method after payment authorization?
Or do they recommend changing the payment method?
(I'm a Korean developer, so I'm asking because I don't understand the common methods in the US).
What is the most common method used in malls in the US?
I don't know honestly.
Is it a way to cancel a payment method after payment authorization?
Here are the valid status for canceling a PaymentIntent:
https://stripe.com/docs/api/payment_intents/cancel
What's the most popular method used by malls in the US?
I think I already answered this question:
I don't know honestly