API Reference

WITHDRAWAL REQUEST Notifications

The zyropay user has the option to cancel a withdrawal request from their list. When canceling this withdrawal request, a notification is sent via webhook with the status CANCELED_BY_USER.

Callback payload samples

{
  "_id": "68d2e4f870c7272d6755777f",
  "value": 0.01,
  "pix": "[email protected]",
  "ip": "189.29.177",
  "name": "Reciever name",
  "phone": "11966666666",
  "status": "CANCELED_BY_USER",
  "client": "689a721d13c6749bec0cb147",
  "externalId": "teste-876UY",
  "notificationUrl": "https://webhook.site/59a9cc2b-e165-49e4-8e0e-c548cbc19a81"
}