Error Codes and Transaction Status
Transaction Status (PayPal Payments)
Paypal Status | Paypal Status description | Paysafe Status | Paysafe Status Code | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Completed | The funds for this captured payment were credited to the payee's PayPal account. | COMPLETED | 201 | ||||||||||||||||||||||||
Declined | The funds could not be captured. | FAILED | 200 | ||||||||||||||||||||||||
Pending | The funds for this captured payment was not yet credited to the payee's PayPal account. The reason why the captured payment status is PENDING or DENIED
| PROCESSING | 200 | ||||||||||||||||||||||||
Failed | There was an error while capturing payment. | FAILED | 200 |
Transaction Status (PayPal Withdrawals)
Paypal Status | Paypal Status description | Paysafe Status | Paysafe Status code |
---|---|---|---|
PENDING | Your payout requests were received and will be processed soon. | PROCESSING | 201 |
PROCESSING | Your payout requests were received and are now being processed. | PROCESSING | 201 |
SUCCESS | Your payout batch was processed and completed. Check the status of each item for any holds or unclaimed transactions. | COMPLETED | 201 |
DENIED | Your payout requests were denied, so they were not processed. Check the error messages to see any steps necessary to fix these issues. | Failed | 200 |
Errors
PayPal does not return any error codes, they only return error messages. Here is a comprehensive list of error messages returned from PayPal as found on their developer site: https://developer.paypal.com/docs/api/orders/v2/#errors
PayPal error message | PayPal error description | Paysafe HTTP Status Code | Paysafe Error Code | Paysafe Error Message | Paysafe Error Detail(s) | Paysafe Status |
---|---|---|---|---|---|---|
ACTION_DOES_NOT_MATCH_INTENT | Order was created with an intent to CAPTURE. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Merchant configuration is incorrect. Verify setup in Netbanx | FAILED |
AUTH_CAPTURE_NOT_ENABLED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. Ensure recipient of account is correct | FAILED |
AGREEMENT_ALREADY_CANCELLED | The requested agreement is already cancelled. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested agreement is already cancelled. Transaction already cancelled. | FAILED |
AMOUNT_CANNOT_BE_SPECIFIED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
AMOUNT_MISMATCH | The amount specified does not match the breakdown. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The amount specified does not match the breakdown. | ERROR |
AUTHENTICATION_FAILURE | Authentication failed due to missing authorization header, or invalid authentication credentials. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Authentication failed due to missing authorization header, or invalid authentication credentials. | ERROR |
AUTHORIZATION_AMOUNT_EXCEEDED | The requested action could not be performed, semantically incorrect, or failed business validation. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
AUTHORIZATION_CURRENCY_MISMATCH | The requested action could not be performed, semantically incorrect, or failed business validation. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
BILLING_AGREEMENT_NOT_FOUND | The requested Billing Agreement token was not found. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested Billing Agreement token was not found. | FAILED |
CANNOT_BE_NEGATIVE | Must be greater than or equal to zero. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Must be greater than or equal to zero. | ERROR |
CANNOT_BE_ZERO_OR_NEGATIVE | Must be greater than zero. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Must be greater than zero. | ERROR |
CARD_TYPE_NOT_SUPPORTED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
INVALID_SECURITY_CODE_LENGTH | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
CITY_REQUIRED | The specified country requires a city (address.admin_area_2). | 502 | 1001 | External Gateway Error | An external gateway error occurred. The specified country requires a city (address.admin_area_2). | ERROR |
COMPLIANCE_VIOLATION | Transaction cannot be processed due to a possible compliance violation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Transaction cannot be processed due to a possible compliance violation. | FAILED |
CONSENT_NEEDED | Authorization failed due to insufficient permissions. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Authorization failed due to insufficient permissions. | FAILED |
CURRENCY_NOT_SUPPORTED_FOR_CARD_TYPE | The requested action could not be performed, semantically incorrect, or failed business validation. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The requested action could not be performed, semantically incorrect, or failed business validation. | ERROR |
CURRENCY_NOT_SUPPORTED_FOR_COUNTRY | The requested action could not be performed, semantically incorrect, or failed business validation. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The requested action could not be performed, semantically incorrect, or failed business validation. | ERROR |
DECIMAL_PRECISION | The value of the field should not be more than two decimal places. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The value of the field should not be more than two decimal places. | ERROR |
DOMESTIC_TRANSACTION_REQUIRED | This transaction requires the payee and payer to be resident in the same country. | 502 | 1001 | External Gateway Error | An external gateway error occurred. This transaction requires the payee and payer to be resident in the same country. | ERROR |
DUPLICATE_INVOICE_ID | Duplicate Invoice ID detected. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Duplicate Invoice ID detected. | ERROR |
DUPLICATE_REQUEST_ID | The value of PayPal-Request-Id header has already been used. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The value of PayPal-Request-Id header has already been used. | ERROR |
INSTRUMENT_DECLINED | The funding instrument presented was either declined by the processor or bank. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The funding instrument presented was either declined by the processor or bank. | FAILED |
INTERNAL_SERVER_ERROR | An internal server error has occurred. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The funding instrument presented was either declined by the processor or bank. | FAILED |
INTERNAL_SERVICE_ERROR | An internal service error has occurred. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The funding instrument presented was either declined by the processor or bank. | FAILED |
INVALID_ACCOUNT_STATUS | Account validations failed for the user. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Account validations failed for the user. | FAILED |
INVALID_ARRAY_MAX_ITEMS | The number of items in an array parameter is too large. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The number of items in an array parameter is too large. | ERROR |
INVALID_ARRAY_MIN_ITEMS | The number of items in an array parameter is too small. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The number of items in an array parameter is too small. | ERROR |
INVALID_COUNTRY_CODE | Country code is invalid. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Country code is invalid. | ERROR |
INVALID_CURRENCY_CODE | Currency code is invalid or is not currently supported. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Currency code is invalid or is not currently supported. | ERROR |
INVALID_JSON_POINTER_FORMAT | Path should be a valid JavaScript Object Notation (JSON) Pointer that references a location within the request where the operation is performed. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Path should be a valid JavaScript Object Notation (JSON) Pointer that references a location within the request where the operation is performed. The path is not valid. | ERROR |
INVALID_PARAMETER_SYNTAX | The value of a field does not conform to the expected format. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The value of a field does not conform to the expected format. | ERROR |
INVALID_PARAMETER_VALUE | The value of a field is invalid. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The value of a field is invalid. | ERROR |
INVALID_PARAMETER | Cannot be specified as part of the request. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Cannot be specified as part of the request. | ERROR |
INVALID_PAYER_ID | The payer ID is not valid. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The payer ID is not valid. | ERROR |
INVALID_RESOURCE_ID | Specified resource ID does not exist. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Specified resource ID does not exist. | ERROR |
INVALID_STRING_LENGTH | The value of a field is either too short or too long. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The value of a field is either too short or too long. | ERROR |
ITEM_TOTAL_MISMATCH | Verify the corresponding values and try the request again. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Verify the corresponding values and try the request again. | ERROR |
ITEM_TOTAL_REQUIRED | If item details are specified (items.unit_amount and items.quantity) corresponding amount.breakdown.item_total is required. | 502 | 1001 | External Gateway Error | An external gateway error occurred. If item details are specified (items.unit_amount and items.quantity) corresponding amount.breakdown.item_total is required. | ERROR |
MAX_AUTHORIZATION_COUNT_EXCEEDED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
MAX_NUMBER_OF_PAYMENT_ATTEMPTS_EXCEEDED | You have exceeded the maximum number of payment attempts. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. You have exceeded the maximum number of payment attempts. | FAILED |
MAX_VALUE_EXCEEDED | Should be less than or equal to 9999999.99. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Should be less than or equal to 9999999.99. | ERROR |
MISSING_REQUIRED_PARAMETER | A required field or parameter is missing. | 502 | 1001 | External Gateway Error | An external gateway error occurred. A required field or parameter is missing. | ERROR |
MISSING_SHIPPING_ADDRESS | The shipping address is required when shipping_preference=SET_PROVIDED_ADDRESS. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The shipping address is required when shipping_preference=SET_PROVIDED_ADDRESS. | ERROR |
MULTI_CURRENCY_ORDER | Multiple differing values of currency_code are not supported. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Multiple differing values of currency_code are not supported. | ERROR |
MULTIPLE_SHIPPING_ADDRESS_NOT_SUPPORTED | Multiple shipping addresses are not supported. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Multiple shipping addresses are not supported. | ERROR |
MULTIPLE_SHIPPING_OPTION_SELECTED | The requested action could not be performed, semantically incorrect, or failed business validation. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The requested action could not be performed, semantically incorrect, or failed business validation. | ERROR |
INVALID_PICKUP_ADDRESS | Invalid shipping address. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Invalid shipping address. | ERROR |
NOT_AUTHORIZED | Authorization failed due to insufficient permissions. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Authorization failed due to insufficient permissions. | ERROR |
NOT_ENABLED_FOR_CARD_PROCESSING | The request fails. The API Caller account is not setup to be able to process card payments. Please contact PayPal customer support. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The request fails. The API Caller account is not setup to be able to process card payments. | FAILED |
NOT_SUPPORTED | This field is not currently supported. | 502 | 1001 | External Gateway Error | An external gateway error occurred. This field is not currently supported. | ERROR |
ORDER_ALREADY_AUTHORIZED | Order already authorized. If intent=AUTHORIZE only one authorization per order is allowed. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The order was already authorized and you can create only one authorization for an order. | FAILED |
ORDER_ALREADY_CAPTURED | Order already captured. If intent=CAPTURE only one capture per order is allowed. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The order was already captured and you can capture only one payment for an order. | FAILED |
ORDER_CANNOT_BE_SAVED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
ORDER_COMPLETED_OR_VOIDED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
ORDER_EXPIRED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
ORDER_NOT_APPROVED | Payer has not yet approved the Order for payment. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Payer has not yet approved the Order for payment. | FAILED |
ORDER_NOT_SAVED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
ORDER_PREVIOUSLY_VOIDED | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
PARAMETER_VALUE_NOT_SUPPORTED | The value specified for this field is not currently supported. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The value specified for this field is not currently supported. | ERROR |
PAYEE_ACCOUNT_INVALID | Payee account specified is invalid. Please check the payee.email_address or payee.merchant_id specified and try again. Ensure that either payee.merchant_id or payee.email_address is specified. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Payee account specified is invalid | ERROR |
PAYEE_ACCOUNT_LOCKED_OR_CLOSED | Payee account is locked or closed. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Payee account is locked or closed. | ERROR |
PAYEE_ACCOUNT_RESTRICTED | The merchant account is restricted. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The merchant account is restricted. | ERROR |
PAYEE_BLOCKED_TRANSACTION | The fraud settings for this seller are such that this payment cannot be executed. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The fraud settings for this seller are such that this payment cannot be executed. | FAILED |
PAYER_ACCOUNT_LOCKED_OR_CLOSED | Payer account is locked or closed. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Payer account is locked or closed. | ERROR |
PAYER_ACCOUNT_RESTRICTED | Payer account is restricted. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Payer account is restricted. | ERROR |
PAYER_CANNOT_PAY | Payer cannot pay for this transaction. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Payer cannot pay for this transaction. | FAILED |
PAYER_CONSENT_REQUIRED | The payer has not provided appropriate consent to proceed with this transaction. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The payer has not provided appropriate consent to proceed with this transaction. | FAILED |
PAYER_COUNTRY_NOT_SUPPORTED | Payer Country is not supported. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Payer Country is not supported. | ERROR |
PAYEE_NOT_ENABLED_FOR_CARD_PROCESSING | The API Caller account is not setup to be able to process card payments. Please contact PayPal customer support. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The API Caller account is not setup to be able to process card payments. | FAILED |
PAYMENT_INSTRUCTION_REQUIRED | You must provide the payment instruction when you capture an authorized payment for intent=AUTHORIZE. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. You must provide the payment instruction when you capture an authorized payment for intent=AUTHORIZE. | FAILED |
PERMISSION_DENIED | You do not have permission to access or perform operations on this resource. | 502 | 1001 | External Gateway Error | An external gateway error occurred. You do not have permission to access or perform operations on this resource. | ERROR |
POSTAL_CODE_REQUIRED | The specified country requires a postal code. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The specified country requires a postal code. | ERROR |
PREFERRED_SHIPPING_OPTION_AMOUNT_MISMATCH | The requested action could not be performed, semantically incorrect, or failed business validation. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The requested action could not be performed, semantically incorrect, or failed business validation. | ERROR |
REDIRECT_PAYER_FOR_ALTERNATE_FUNDING | Transaction failed. Redirect the payer to select another funding source. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The transaction failed. Redirect the payer to select another funding source. | FAILED |
REFERENCE_ID_NOT_FOUND | Filter expression value is incorrect. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Filter expression value is incorrect. | ERROR |
REFERENCE_ID_REQUIRED | 'reference_id' is required for each 'purchase_unit' if multiple 'purchase_unit' are provided. | 502 | 1001 | External Gateway Error | An external gateway error occurred. 'reference_id' is required for each 'purchase_unit' if multiple 'purchase_unit' are provided. | ERROR |
DUPLICATE_REFERENCE_ID | reference_id must be unique if multiple purchase_unit are provided. | 502 | 1001 | External Gateway Error | An external gateway error occurred. reference_id must be unique if multiple purchase_unit are provided. | ERROR |
SHIPPING_ADDRESS_INVALID | Provided shipping address is invalid. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Provided shipping address is invalid. | ERROR |
SHIPPING_OPTION_NOT_SELECTED | The requested action could not be performed, semantically incorrect, or failed business validation. | 502 | 1001 | External Gateway Error | An external gateway error occurred. The requested action could not be performed, semantically incorrect, or failed business validation. | ERROR |
SHIPPING_OPTIONS_NOT_SUPPORTED | Shipping options are not supported when application_context.shipping_preference is set as NO_SHIPPING or SET_PROVIDED_ADDRESS. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Shipping options are not supported when application_context.shipping_preference is set as NO_SHIPPING or SET_PROVIDED_ADDRESS. | ERROR |
TAX_TOTAL_MISMATCH | Should equal sum of (tax * quantity) across all items for a given purchase_unit. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Should equal sum of (tax * quantity) across all items for a given purchase_unit. | ERROR |
TAX_TOTAL_REQUIRED | If item details are specified (items.tax_total and items.quantity), the corresponding amount.breakdown.tax_total is required. | 502 | 1001 | External Gateway Error | An external gateway error occurred. If item details are specified (items.tax_total and items.quantity), the corresponding amount.breakdown.tax_total is required. | ERROR |
TRANSACTION_AMOUNT_EXCEEDS_MONTHLY_MAX_LIMIT | The transaction amount exceeds monthly maximum limit. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The transaction amount exceeds monthly maximum limit. | FAILED |
TRANSACTION_BLOCKED_BY_PAYEE | The requested action could not be performed, semantically incorrect, or failed business validation. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The requested action could not be performed, semantically incorrect, or failed business validation. | FAILED |
TRANSACTION_LIMIT_EXCEEDED | Total payment amount exceeded transaction limit. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Total payment amount exceeded transaction limit. | FAILED |
TRANSACTION_RECEIVING_LIMIT_EXCEEDED | The transaction exceeds the payee's receiving limit. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The transaction exceeds the payee's receiving limit. | FAILED |
TRANSACTION_REFUSED | The transaction was refused. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. The transaction was refused. Verify the transaction and try the request again. | FAILED |
UNSUPPORTED_INTENT | intent=AUTHORIZE is not supported for multiple purchase units. Only intent=CAPTURE is supported. | 502 | 1001 | External Gateway Error | An external gateway error occurred. intent=AUTHORIZE is not supported for multiple purchase units. Only intent=CAPTURE is supported. | ERROR |
UNSUPPORTED_PAYMENT_INSTRUCTION | Only supported when the intent=CAPTURE. | 502 | 1001 | External Gateway Error | An external gateway error occurred. If intent is AUTHORIZE, you must provide a payment_instruction when you capture payment for the authorization. | ERROR |
PAYEE_ACCOUNT_NOT_SUPPORTED | Payee does not have an account with PayPal. Your current setup requires the 'payee' to have a verified account with PayPal before you can process transactions on their behalf. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Payee does not have an account with PayPal. Your current setup requires the 'payee' to have a verified account with PayPal before you can process transactions on their behalf. | ERROR |
PAYEE_ACCOUNT_NOT_VERIFIED | Payee has not verified their account with PayPal. Your current setup requires the 'payee' to have an account with PayPal before you can process transactions on their behalf. | 502 | 1001 | External Gateway Error | An external gateway error occurred. Payee has not verified their account with PayPal. Your current setup requires the 'payee' to have an account with PayPal before you can process transactions on their behalf. | ERROR |
PAYEE_NOT_CONSENTED | Payee does not have appropriate consent to allow the API caller to process this type of transaction on their behalf. Your current setup requires the 'payee' to provide a consent before this transaction can be processed successfully. | 402 | ALTERNATE-PAYMENTS-GATEWAY-4 | Transaction declined | The transaction was declined by the processing gateway. Payee does not have appropriate consent to allow the API caller to process this type of transaction on their behalf. Your current setup requires the 'payee' to provide a consent before this transaction can be processed successfully. | FAILED |