Today I have a problem checking PayPal in an iOS app.
After logging in, I get an error message:
PayPal SDK: request failed with error: PAYMENT_CREATION_ERROR - there was a problem setting this payment. Visit the PayPal website to verify your account. (422) | PayPal Debug-ID: caf4fb9d7f20c [sandbox, PayPal iOS SDK 2.12.2]
The buyer's account has enough balance, and I think that everything is in order. Is there any way to find the cause of this error?
source
share