v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
QRCode Management

ChangePixQrCodeDueDate

This method can be used to modify a dynamic Pix QRCode data

post/ChangePixQrCodeDueDate

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TxIdstring required

The TxId field determines the transaction identifier.

PixKeystring required

Receiver's DICT key.

PrincipalValuestring

Original charge amount.

PayerRequeststring

The optional PayerRequest field determines a text to be presented to the payer so that he or she can enter related information, in free format, to be sent to the recipient.

Example request

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "Payee": {
    "TaxNumber": "33.762.255/0001-40"
  },
  "Payer": {
    "TaxNumber": "33.762.255/0001-40"
  }
}

Response

OK

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TxIdstring required

The TxId field determines the transaction identifier.

PixKeystring required

Receiver's DICT key.

PrincipalValuestring

Original charge amount.

PayerRequeststring

The optional PayerRequest field determines a text to be presented to the payer so that he or she can enter related information, in free format, to be sent to the recipient.

Example response

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "Payee": {
    "TaxNumber": "33.762.255/0001-40"
  },
  "Payer": {
    "TaxNumber": "33.762.255/0001-40"
  }
}