Multiple payments on the same order
-
Hello there,
I’m not sure if this is supported but here’s the scenario:
1. We create a manual order for customer and sets the total to be 50% as deposit.
2. Customer opens payment link and pays for the deposit.
3. When order is ready to ship, we change the order status to be “pending payment” again and sets the order total to be the remaining balance.
4. Customer opens payment link and pays for the remaining balance.At step 4, however, I’m getting the following error when submitting payment:
This PaymentIntent’s payment_method could not be updated because it has a status of succeeded. You may only update the payment_method of a PaymentIntent with one of the following statuses: requires_payment_method, requires_confirmation, requires_action.I suspect it’s because the payment has already been completed (at step 2 for the deposit). Is there any way around this so that customer can submit 2 payments on the same order?
Thanks!
Chen
- The topic ‘Multiple payments on the same order’ is closed to new replies.