Error: Unable to confirm order (Paypal payments) #632
Replies: 1 comment
-
|
I tested it with a different paypal sandbox account and payments seem to be working in test environment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a 400 from this API call
https://flex-model.swell.store/api/cart/orderwhen attempting to checkout using PayPal{ "error": { "code": "validation_error", "message": "Unable to confirm order ({\"name\":\"UNPROCESSABLE_ENTITY\",\"details\":[{\"issue\":\"TRANSACTION_REFUSED\",\"description\":\"The request was refused\"}],\"message\":\"The requested action could not be performed, semantically incorrect, or failed business validation.\",\"debug_id\":\"5313c1cb4335e\",\"links\":[{\"href\":\"https://developer.paypal.com/api/rest/reference/orders/v2/errors/#TRANSACTION_REFUSED\",\"rel\":\"information_link\",\"method\":\"GET\"}]})", "param": "billing.method" } }Cart Id in test environment
693986c19b02ad0012f5b2ccNot sure if there's something wrong with our setup, but the stripe card payments seem to be working fine.
Can anyone help me out with this?
Beta Was this translation helpful? Give feedback.
All reactions