Transactions
Generate Pix for payment
Associate a Pix payment with a previously created transaction. A new Pix can be generated for the same transaction when the previous one expires
post/v1/transactions/{transaction_id}/pix
Path parameters
transaction_idstring required
Request body
Example request
{
"description": "Sale with pix",
"pix_expiration_date_time": "2026-10-01T23:59:59+00:00"
}Response
The object has been successfully created
Example response
{
"status_code": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.