Skip to main content
POST
Initiate PIX Payment
string
required
The order ID.

Response

object

Error Responses

string
The error code indicating the reason for failure. Possible values:
  • UNAUTHORIZED: The user is not authenticated.
  • USER_NOT_FOUND: The authenticated user was not found.
  • ORDER_NOT_FOUND: The specified order does not exist.
  • FORBIDDEN: The order does not belong to the authenticated user.
  • ORDER_NOT_PAYABLE: The order is already paid, cancelled, or has expired.
  • INTERNAL_SERVER_ERROR: An unexpected server error occurred.