5

Today I have a problem with PayPal checkout in my iOS application.

After user login, I receive an error:

PayPal SDK: Request has failed with error: PAYMENT_CREATION_ERROR - There was a problem setting up this payment. Please visit the PayPal website to check your account. (422) | PayPal Debug-ID: caf4fb9d7f20c [sandbox, PayPal iOS SDK 2.12.2]

The buyer account has enough balance and I think is ok. Is there a way to find a reason for this error?

Pang
  • 9,564
  • 146
  • 81
  • 122
DigitalBrain_DEV
  • 1,093
  • 13
  • 27

1 Answers1

0

If any one still have this issue, check your buyer/seller info. I had the same issue. I was using an Indian buyer account. But it started working when I tested with a new USA buyer account and currency USD.

Issac Peter
  • 144
  • 10
  • 1
    Thank you. Your answer helped me to solve the issue. But can you confirm whether this problem exists during testing with a sandbox account or does this will it exists for a live account ? – Roshan S Mar 13 '20 at 05:24
  • @RoshanS this will only exist for live environment. – danielrosero Oct 03 '20 at 02:31