v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBRecurring payment
Create recurrent static QR Code
Create a recurrent static QR Code and EMV (Europay Mastercard Visa) string.
For more information, refer to Pix and QR Codes.
Note: This endpoint takes an account token - an access token encoded with a Pismo account ID.
post/v1/pix/qrcode/static/recurrence
Headers
Authorizationstring required
Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message
Request body
Example request
{
"payee": {
"address": "10 Downing Street, London SW1A 2AB, UK",
"city": "Brasilia",
"key": "chuck@steaks.com",
"state": "DF",
"zip_code": "8675309",
"category": "5651"
},
"amount": 86753.09,
"transaction_identification": "trans-id-7578994740",
"additional_information": "Additional info about this qrcode",
"location": {
"url_payload_rec": "example.com/rec/8b3da2f3-941-40d1-a91a-bd93113bd441"
},
"recurrence_id": "RN219952X6X02505XXCONTRACTXXX",
"recurrence": {
"frequency_type": "MONTH",
"first_payment_date": "2025-04-25",
"last_payment_date": "2026-06-10",
"amount": 600,
"min_payment_amount": 10.09,
"debtor": {
"document_number": "42761202686",
"document_type": "NATURAL_PERSON",
"name": "Eva Destrukion"
},
"contract_id": "5509-uroo-78944-9987",
"description": "Gym membership",
"allow_attempts_after_expiration": true,
"taxes": {
"tax_identifier": "IS0435879820240605bcdb1fhn43a",
"records": [
{
"tax_type": "IBS",
"amount": 1050.44
}
]
}
},
"access_token": "153ed19a-e738-4417-9e98-a515c276a731"
}Response
Generate COB QR Code response
Example response
{
"id": "442e992a-2f89-46fb-820a-958693bde84d",
"access_token": "1234567890",
"external_id": "my-external-id-9999-6474",
"emv": "00020101021226980014br.gov.bcb.pix2576api-h.developer.btgpactual.com/pc/p/v2/...***63040441",
"qrcode_imageb64": "dfkk7830o*&#)@#9FEE",
"recurrence_id": "RN219952X6X02505XXCONTRACTXXX",
"jws": "eYqqqwq.heif.jk2w",
"jws_rec": "eYqqqwq.heif.jk2w"
}