Transfer webhooks

The transfer API provides notifications through webhooks when the transfer has been created or it changes its status

Possible events sent through webhooks define each status of the invoice request:

  • pending
  • created
  • rejected

Example of webhook

{
  "resource": "transfer",
  "event": "created",
  "data": {
    "transfer_id": "ca791d36-6961-45f7-831d-8f7b5a077c73",
    "transfer_external_id": "A0B1",
    "status": "created"
  }
}