ZAPPYPAG
  1. pix
ZAPPYPAG
  • Identity and Access Management
    • auth
      • Login
      • Logout
      • RefreshToken
    • bff
      • Session
    • Info
      GET
    • Health
      GET
  • Banking as a Service
    • account
      • keys
        • CreatePixKey
        • GetPixKeys
        • GetPixKey
        • CancelPixKey
        • GetPixKeyInfo
      • pix
        • GeneratePixQRCode
          POST
        • GetPixQRCode
          GET
        • GetPixInTransactions
          POST
        • GetPixInRefunds
          POST
        • GetPixRefund
          GET
        • GenerateRefundPixIn
          POST
        • CancelPixQRCode
          DELETE
      • withdraw
        • BankAccountWithdraw
        • PixAccountWithdraw
        • GetAccountWithdraw
        • CancelAccountWithdraw
        • GetAccountWithdraws
      • balance
        • GetAcountBalance
        • GetAccountTransactions
      • report
        • GetAccountReport
    • Info
      GET
    • Health
      GET
    • ErrorCodes
      GET
  • Back Office
    • account
      • GetAccounts
      • GetAccount
      • GetBalance
      • GetPixKeys
      • GetWebhooks
    • Info
      GET
    • Health
      GET
  1. pix

GeneratePixQRCode

POST
https://stg.ws.zappy.com.br/baas/v1/account/{{id}}/pix/qrcode

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟢200GeneratePixQRCode
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://stg.ws.zappy.com.br/baas/v1/account//pix/qrcode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "reference": "be1b84ba-348e-41cf-b49a-71a6991ced0c",
    "payer": {
        "name": "Bruno César da Silva",
        "tax_number": "01028411952",
        "message": "Pagamento de teste em ambiente de staging"
    },
    "value": 1.00
}'
Response Response Example
{
    "reference": "be1b84ba-348e-41cf-b49a-71a6991ced0c",
    "payer": {
        "tax_number": "01028411952",
        "name": "Bruno César da Silva",
        "message": "Pagamento de teste em ambiente de staging"
    },
    "value": 1,
    "expiration_date": "2025-11-02 14:28",
    "qr_code": "00020101021226880014br.gov.bcb.pix2566qrcode-h.fitbank.com.br/QR/cob/618B91D7F1DFAF19C19A76178CC50D412215204000053039865802BR5921ZAPPYPAG DIGITAL LTDA6008Curitiba61088259030062070503***63043E0A",
    "base64": "MDAwMjAxMDEwMjEyMjY4ODAwMTRici5nb3YuYmNiLnBpeDI1NjZxcmNvZGUtaC5maXRiYW5rLmNvbS5ici9RUi9jb2IvNjE4QjkxRDdGMURGQUYxOUMxOUE3NjE3OENDNTBENDEyMjE1MjA0MDAwMDUzMDM5ODY1ODAyQlI1OTIxWkFQUFlQQUcgRElHSVRBTCBMVERBNjAwOEN1cml0aWJhNjEwODgyNTkwMzAwNjIwNzA1MDMqKio2MzA0M0UwQQ==",
    "document_number": 3573146,
    "conciliation_id": "618B91D7F1DFAF19C19A76178CC50D41221"
}
Modified at 2025-11-04 18:44:55
Previous
GetPixKeyInfo
Next
GetPixQRCode
Built with