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

CancelAccountWithdraw

DELETE
https://stg.ws.zappy.com.br/baas/v1/account/{{id}}/withdraw/6648100c-38c4-41a4-b020-15a85612a979

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

🟢200GetPixQRCode
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://stg.ws.zappy.com.br/baas/v1/account//withdraw/6648100c-38c4-41a4-b020-15a85612a979' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
    "reference": "6648100c-38c4-41a4-b020-15a85612a979",
    "type": "Dynamic",
    "key": "38344590000142",
    "payer": {
        "name": "Bruno Cesar da Silva",
        "tax_number": "01028411952",
        "message": ""
    },
    "receiver": {
        "name": "ZAPPYPAG DIGITAL LTDA",
        "tax_number": "38344590000142"
    },
    "location": {
        "city": "Curitiba",
        "zip_code": "82590300"
    },
    "qrcode": {
        "hash": "MDAwMjAxMDEwMjEyMjY4ODAwMTRici5nb3YuYmNiLnBpeDI1NjZxcmNvZGUtaC5maXRiYW5rLmNvbS5ici9RUi9jb2IvQUQxNDMzREMxNEZCNzc5MDA3ODk3NjVGQjY5NDVEQUQ2QjY1MjA0MDAwMDUzMDM5ODY1ODAyQlI1OTIxWkFQUFlQQUcgRElHSVRBTCBMVERBNjAwOEN1cml0aWJhNjEwODgyNTkwMzAwNjIwNzA1MDMqKio2MzA0QTQzQg=="
    },
    "reusable": false,
    "expires_at": "2025-11-01 16:10",
    "value": 1,
    "status": "Canceled",
    "created_at": "2025-11-01 00:00"
}
Modified at 2025-11-04 18:44:55
Previous
GetAccountWithdraw
Next
GetAccountWithdraws
Built with