Skip to main content

Documentation

Transfer Funds Between Wallets Response Webhook

The TRANSFER_FUNDS_BETWEEN_EWALLETS_RESPONSE webhook is sent when the recipient responds to the transfer request, or when the sender cancels it.

  • TRANSFER_FUNDS_BETWEEN_EWALLETS_RESPONSE Webhook

  • {
        "id": "wh_d8a792991aa87e4cb50581a4a7857039",
        "data": {
            "id": "7d4b5e36-f107-11ea-bbd7-02c4887b9dab",
            "status": "accept",
            "metadata": {
                "merchant_defined": true
            },
            "timestamp": "1599482575",
            "response_metadata": {
                "merchant_defined": "accepted"
            },
            "source_ewallet_id": "ewallet_c9cd5989ee46631f01ab1f8bfa2e5375",
            "source_transaction_id": "wt_c4b80263e27c01136571ab9eda9c6a46",
            "destination_ewallet_id": "ewallet_fe365c14c51848c08570fa9c97471f32",
            "destination_transaction_id": "wt_ca1ae578aca8beb52cf920ebe09f1b2e"
        },
        "type": "TRANSFER_FUNDS_BETWEEN_EWALLETS_RESPONSE",
        "status": "NEW",
        "created_at": 1599482575,
        "extended_timestamp": 1599482575945,
        "trigger_operation_id": "06092f4a-ad26-42a6-8d4d-72bcd4869ff6"
    }