Balance transfer completedWebhook

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.

Securitytilia_auth
Request
Request Body schema: application/json
account_id
string <= 36 characters

The primary key for the account associated with the balance transfer.

balance_transfer_id
string <= 36 characters

The primary key for the balance transfer.

balance_transfer_type
string

The type of the balance transfer, for example fund_user or facilitator_currency_swap.

description
string

Description of the balance transfer.

failure_reason
string

Reason why the balance transfer was not successful.

invoice_id
string <= 36 characters

The primary key for the invoice associated with the balance transfer.

reference_id
string

Reference ID for this balance transfer.

reference_type
string

A type that describes the reference_id.

status
string

Status of the balance transfer. One of FAILED or EXECUTED.

Responses
2XX

Return a 2XX status to indicate that the data was received successfully

Request samples
application/json
{
  • "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"
}