Skip to main content
WEBHOOK
virtualAccountTransfer
{
  "type": "virtual-account-transfer",
  "data": {
    "eventId": "dep_123",
    "status": "completed",
    "customer": {
      "id": "65f0c4f95d5c2ad7c9ef1001"
    },
    "payment": {
      "source": {
        "rail": "wire",
        "senderName": "ACME INC",
        "reference": "Invoice 42",
        "bankName": "Example Bank",
        "originatorName": "ACME INC",
        "imad": "20240301ABCDEF12"
      },
      "receipt": {
        "source": {
          "amount": 1000,
          "currency": "USD"
        },
        "exchangeRate": 1,
        "fee": 15,
        "destination": {
          "amount": 985,
          "currency": "USDC",
          "txHash": "0xabc123"
        }
      }
    }
  }
}

Body

application/json
type
string
required
Allowed value: "virtual-account-transfer"
data
object
required

Response

200

Event accepted