generate billing qr code
Deprecated
POST
/api/v1/pix/qrcode
pay2m-apiprovider-api
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/pix/qrcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": 10000,
"generator_name": "John Doe",
"generator_document": "71251606032",
"external_reference": "INVOICE01",
"expiration_time": 1800,
"payer_message": "Pay by due date",
"split_link": "47fu7840-wh47-lq93-f4rf-ls43950qte53"
}'
Response Response Example
200 - Success
{
"reference_code": "245109DAE047A20EF97F4724C066C2D50C4",
"content": "00020101021226860014br.gov.bcb.pix2564qrcode.fitbank.com.br/QR/cob/245109DAE047A20EF97F4724C066C2D50C45204000053039865802BR5925PAY2M SOLUCOES FINANCEIRA6005Natal61085906439062070503***6304F06B"
}
Request
Body Params application/json