Invoice Transfer Initiated

Triggered when an invoice transfer is initiated

Event

INVOICE_TRANSFER_INITIATED

Data

invoice_id - Long
Unique ID for invoice

amount - Long
Amount of the invoice

description - String
Description of the invoice

Example

"data": {
  "invoice_id": 399742129664,
  "amount": 12456,
  "description": "Transferring invoice to XYZ"
}