You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a website that needs to take partial payments through Paypal.
We have orders that are paid for, then an extra charge is added to it by an admin, and users need to pay the balance on the frontend.
We're getting a code 422 DUPLICATE_INVOICE_ID from paypal : "Duplicate Invoice ID detected. To avoid a potential duplicate transaction your account setting requires that Invoice Id be unique for each transaction.".
Since the invoice id is the order number it makes sense, we did send a transaction with the same invoice id on initial payment.
I'm surprised to not see any instance of it in my searches, maybe I'm missing something obvious here ?
Or does that sound like an issue in the plugin itself ?
Any pointers appreciated !
To Reproduce
How, and what happened?
Pay for an order
add a charge to the order
Try to pay again
Additional info
Craft version: 3.8.17
Commerce PayPal Checkout version: 1.3.4
Commerce version: 3.4.22.1
PHP version: 7.4
The text was updated successfully, but these errors were encountered:
Description
I'm working on a website that needs to take partial payments through Paypal.
We have orders that are paid for, then an extra charge is added to it by an admin, and users need to pay the balance on the frontend.
We're getting a code 422 DUPLICATE_INVOICE_ID from paypal : "Duplicate Invoice ID detected. To avoid a potential duplicate transaction your account setting requires that Invoice Id be unique for each transaction.".
Since the invoice id is the order number it makes sense, we did send a transaction with the same invoice id on initial payment.
I'm surprised to not see any instance of it in my searches, maybe I'm missing something obvious here ?
Or does that sound like an issue in the plugin itself ?
Any pointers appreciated !
To Reproduce
How, and what happened?
Additional info
The text was updated successfully, but these errors were encountered: