Webhook event notification request.
event_name
value: balance-transfer-completed-publisher
This request is sent to registered webhook event handlers after |
---|
Balance transfer completes successfully |
The Request body described below is the message
property in the event notification request data. For more information about event notification requests, visit Webhooks.
Return a 2XX status to indicate that the data was received successfully
{- "balance_transfer_id": "bt_2TOTa6B5zxe2gBVVvse4MGuYbKy",
- "balance_transfer_type": "fund_user",
- "invoice_id": "inv_2V2Zx3paY8lMMwD6XIrRNKTGoiB",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "reference_type": "transaction_id",
- "reference_id": "1AZ39X8",
- "description": "funding beta user",
- "status": "EXECUTED"
}