PayPaga
  1. Introduction
PayPaga
  • Introduction
    • Introduction
    • API Reference
    • Errors
    • Standard Codes and Values
  • Authorization
    • Authorization
    • OAuth 2.0 Token Generation
  • Pay In - Direct API Integration
    • Pay In - Direct API Integration
    • Pay In - Payment Options
    • Pay In - Payment Processing
    • Pay In - Query Transactions
  • Pay In - PayURL Integration
    • Pay In - PayURL Integration
    • Pay In - Create PayURL
  • Pay Out - Direct API Integration
    • Pay Out - Direct API Integration
    • Pay Out - Query Transactions
    • Pay Out - Payment Processing
  • Pay Out - Examples
    • Pay Out - Brazil
    • Pay Out - Mexico
    • Pay Out - Argentina (V2)
    • Pay Out - Colombia (V2)
    • Pay Out - Ecuador (V2)
    • Pay Out - Guatemala (V2)
    • Pay Out - Peru (V2)
  • Transactions Status Notification
    • Transactions Status Notification
  • Query Balance
    • Query Balance
  • Appendix
    • Transaction Status Definitions and Lifecycle
  1. Introduction

Errors

The PayPaga API uses conventional HTTP response codes to indicate the success or failure of an API request. In general:
Codes in the 2xx range indicate success.
Codes in the 4xx range indicate an error with the request content such as a required parameter was omitted or had an invalid format.
Codes in the 5xx range Indicate the server could not process the request due to an unexpected condition. We work hard to make them as rare as possible
Some 4xx errors that could be handled programmatically (e.g., a card is declined) include additional information such as an error code to enable more nuanced error handling..
Status Codes
200Request processed normally.
400Problem consuming the request due to not adhering to the API specification.
401Authorisation required due to invalid, expired or missing authorisation token.
402Request processing failure.
403The authorisation token does not have permissions to perform the request.
404The requested resource does not exist.
500
502
503
504
Server could not process the request due to an unexpected condition. We work hard to make them as rare as possible
Previous
API Reference
Next
Standard Codes and Values
Built with