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

descriptionstring

A brief description of the reason for your transaction

pix_expiration_date_timestring

PIX expiration date that exceeds 24 hours. Can only be used when previously configured

Example request

{
  "description": "Sale with pix",
  "pix_expiration_date_time": "2026-10-01T23:59:59+00:00"
}

Response

The object has been successfully created

status_codenumber required

Status code

transaction_idstring required

Edubank transaction id

transaction_typestring required

Type of transaction performed. CARD/PIX/BANK_SLIP/BANK_SLIP_PIX

statusstring required

Current transaction status

payment_idstring required

Payment id

bank_slip_digitable_linestring

Digitable line for payment slip

pix_qrcodestring

Pix qrcode

pix_base64string

Pix qrcode image in base64

pix_expirationstring

Pix expiration

Example response

{
  "status_code": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.