Create static brcodes
POST {{baseInfraUrl}}/{{version}}/static-brcode
Create Static BR codes to receive Pix transactions.
Parameter | Value Type | Description |
---|---|---|
name | REQUIRED | Receiver's name. |
keyId | REQUIRED | Receiver's Pix Key Id. |
city | REQUIRED | Receiver's city name. |
amount | OPTIONAL | Set amount for the resulting Pix transaction. |
reconciliationId | OPTIONAL | Id to identify the resulting Pix transactions. |
Request Body
{"brcodes"=>[{"name"=>"teste Postman", "city"=>"Sao Paulo", "keyId"=>"+5541999999999", "amount"=>100, "reconciliationId"=>"1723t48723654872536"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"brcodes":[{"amount":100,"city":"Sao Paulo","created":"2022-07-07T14:59:16.661953+00:00","id":"00020126360014br.gov.bcb.pix0114+554199999999952040000530398654041.005802BR5915Jamie Lannister6009Sao Paulo621005061234566304A63E","keyId":"+5541999999999","name":"Jamie Lannister","reconciliationId":"123456","updated":"2022-07-07T14:59:16.661958+00:00","url":"https://brcode-h.development.starkinfra.com/static-qrcode/121176bd65ef417dbbb05f86885d9b45.png","uuid":"121176bd65ef417dbbb05f86885d9b45"}]}