Skip to main content

Documentation

Transfer Request Updated Webhook

The TRANSFER_REQUEST_UPDATED webhook notifies the client of the new status of a transfer request after a Rapyd Protect review.

    • amount

    • Amount of the transaction, in units of the currency defined in currency.

    • currency

    • Three-letter ISO 4217 code for the currency used in the amount field.

    • destination_ewallet_id

    • ID of the wallet receiving the money. String starting with ewallet_.

    • destination_phone_number

    • Phone number of the owner of the wallet receiving the money, in E.164 format.

    • destination_transaction_id

    • ID of the transaction with regard to the destination. String starting with wt_.

    • id

    • ID of the transaction. UUID.

    • source_ewallet_id

    • ID of the wallet sending the money. String starting with ewallet_.

    • source_phone_number

    • Phone number of the owner of the wallet sending the money, in E.164 format.

    • source_transaction_id

    • ID of the transaction with regard to the source. String starting with wt_.

    • timestamp

    • Time of the operation, in Unix time.

    • status

    • Status of the transfer.

      • PEN - Pending. Waiting for the transferee to accept.

      • REJ - Rejected. Rapyd Protect rejected the transfer.

  • TRANSFER_REQUEST_UPDATED Webhook

  • {
        "id": "wh_607c4349d3fa7e59b46b1ee61f6b8d55",
        "data": {
            "id": "faa02329-c2b7-4e7d-90cb-8d7d59364265",
            "amount": "2.00",
            "status": "PEN",
            "currency": "EUR",
            "timestamp": "1701318000",
            "source_ewallet_id": "ewallet_6c5108b46aa1c1009fc11d20647aa336",
            "source_phone_number": "+12123068197",
            "source_transaction_id": "wt_e09af9a25601a5354576d7d47fe6d7af",
            "destination_ewallet_id": "ewallet_69d0e1bdfc34d2f2939e19384892dd62",
            "destination_phone_number": "+821169729193",
            "destination_transaction_id": null
        },
        "type": "TRANSFER_REQUEST_UPDATED",
        "status": "NEW",
        "created_at": 1701228107,
        "trigger_operation_id": "c75d0ffe-64f2-4210-8a66-1452126265ea"
    }