Get Pix Payment by ID
GET/v3/pix/payments/:id
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Retrieve the state and details of a pix payment by providing its ID.
Request
Path Parameters
Payment UUID.
Header Parameters
Sender Wallet UUID (if empty, your default Wallet UUID will be settled)
The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.
Responses
- 200
- 400
- 401
- 422
Payment received.
- application/json
- Schema
- Example (from schema)
Schema
Payment UUID.
Operation UUID. Used to get receipt and track the transaction. This will not be returned if the payment has been scheduled.
Possible values: [PENDING
, WAITING
, CONFIRMED
, ERROR
, FAILED
, CANCELED
, SCHEDULED
]
Payment state.
End to end id.
Payment txid identifier.
Value in R$ cents.
The payment owner name.
Possible values: [NATURAL_PERSON
, LEGAL_PERSON
]
The payment owner person type.
The payment owner document.
The payment beneficiary name.
Possible values: [NATURAL_PERSON
, LEGAL_PERSON
]
The payment beneficiary person type.
The payment beneficiary document.
The payment beneficiary bank name.
The payment beneficiary bank ispb.
Schedule a day to execute payment. Use null to send payment right now.
User defined payment description.
Error returned when payment is reverted.
Payment created date.
{
"id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"operation_id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"state": "PENDING",
"end_to_end_id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"txid": "f6e2e084-29b9-4935-a059-5473b13033aa",
"amount": 1299,
"owner_name": "string",
"owner_person_type": "NATURAL_PERSON",
"owner_document": "string",
"beneficiary_name": "string",
"beneficiary_person_type": "NATURAL_PERSON",
"beneficiary_document": "string",
"beneficiary_bank_name": "string",
"beneficiary_bank_ispb": "string",
"payment_date": null,
"description": "string",
"failed_message": "Não foi possível processar o seu pedido. Por favor tente novamente.",
"created_at": "2024-11-22T13:43:07.912Z"
}
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.