Transfer Funds Webhook
The Transfer Funds webhook notifies a Rapyd partner that a transfer was completed within a Rapyd wallet from one balance to another.
The data array contains two objects, one representing the source of the funds and one representing the destination.
Transfer Funds Webhook
{ id: 'wh_a0a073591bc931bf92cf81dc67262570', type: 'TRANSFER_FUNDS', data: [ { id: 'wt_05e14c2bbc27cc69230198bdc75c2369', type: 'balance_transfer', amount: -100, reason: '', status: 'CLOSED', balance: 900, currency: 'USD', metadata: {}, created_at: 1688673865, ewallet_id: 'ewallet_cdeb8a21aa1ea5b84cfae582b693aac5', balance_type: 'received_balance', destination_ewallet_id: 'ewallet_cdeb8a21aa1ea5b84cfae582b693aac5', destination_balance_type: 'available_balance' }, { id: 'wt_60524f12b1b68a3367fca422c2434ccd', type: 'balance_transfer', amount: 100, reason: '', status: 'CLOSED', balance: 25208.69, currency: 'USD', metadata: {}, created_at: 1688673865, ewallet_id: 'ewallet_cdeb8a21aa1ea5b84cfae582b693aac5', balance_type: 'available_balance', source_ewallet_id: 'ewallet_cdeb8a21aa1ea5b84cfae582b693aac5', source_balance_type: 'received_balance' } ], trigger_operation_id: '5b0aaa1b-1541-4196-a688-002cc0cd2d4a', status: 'NEW', created_at: 1688673865, "extended_timestamp": 1688673865394 }