ZAPPYPAG
  1. report
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
        • GetPixQRCode
        • GetPixInTransactions
        • GetPixInRefunds
        • GetPixRefund
        • GenerateRefundPixIn
        • CancelPixQRCode
      • withdraw
        • BankAccountWithdraw
        • PixAccountWithdraw
        • GetAccountWithdraw
        • CancelAccountWithdraw
        • GetAccountWithdraws
      • balance
        • GetAcountBalance
        • GetAccountTransactions
      • report
        • GetAccountReport
          POST
    • Info
      GET
    • Health
      GET
    • ErrorCodes
      GET
  • Back Office
    • account
      • GetAccounts
      • GetAccount
      • GetBalance
      • GetPixKeys
      • GetWebhooks
    • Info
      GET
    • Health
      GET
  1. report

GetAccountReport

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

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

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://stg.ws.zappy.com.br/baas/v1/account//report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "init_date": "2025-09-01",
    "ends_date": "2025-09-30",
    "email": "developers@zappy.com.br"
}'
Response Response Example
{}
Modified at 2025-11-04 18:44:55
Previous
GetAccountTransactions
Next
Info
Built with