Create Dynamic Due Date QR Code
POST/pix/deposits/qr-codes/dynamic/due-date
Generate a new dynamic due date QR Code with a specific due date for the user.
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.
The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.
- application/json
Body
required
- NATURAL_PERSON.
- LEGAL_PERSON.
PIX Key.
Value in R$ cents
Document due date.
Expiration date to pay dynamic QR Code.
User friendly dynamic QR Code identifier.
User defined payment description.
Payer city (IBGE city code).
Person type:
Payer document number.
Payer name.
Payer email.
Payer phone.
Payer address.
Payer request.
Responses
- 201
- 400
- 401
- 422
The created dynamic due date QR Code returned successfully.
- application/json
- Schema
- Example (from schema)
Schema
Dynamic QR Code ID.
Associated key ID.
Possible values: [PENDING
, READY
, ERROR
]
Dynamic QR Code state.
User defined payment ID.
User defined payment description.
Due date to pay dynamic QR Code.
Expiration date to pay dynamic QR Code.
Dynamic QR Code created at.
{
"id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"key_id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"state": "PENDING",
"summary": "party-payment",
"description": "The party payment.",
"due_date": "2024-11-23T06:09:02.282Z",
"expiration_date": "2024-11-23T06:09:02.283Z",
"created_at": "2024-11-22T13:43:07.809Z"
}
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.