Create new pix devolution.
POST/pix/devolutions
Enter the pix devolution's information on the requisition body below and execute to create a new pix devolution.
Request
Header Parameters
The transaction ID is a UUID (v4) used to uniquely identify the object that will be created. All objects must have an identifier.
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.
- application/json
Body
required
Charge back the operation ID listed on the credit statement.
Possible values: >= 1
Value in R$ cents. Should be less or equal then credit transacation.
User defined payment description.
Responses
- 201
- 400
- 401
- 422
The devolution returned successfully.
- application/json
- Schema
- Example (from schema)
Schema
Devolution ID.
Value in R$ cents.
User defined devolution description.
Possible values: [PENDING
, WAITING
, CONFIRMED
, ERROR
, FAILED
, CANCELED
]
Devolution state.
Devolution created at.
{
"id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"amount": 1299,
"description": "User defined description",
"state": "PENDING",
"created_at": "2024-04-24T13:52:51.134Z"
}
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.