Skip to main content

Documentation

Transfer Request Webhook

The TransferRequest webhook notifies a Rapyd partner that a transfer request was created.

    • 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_phone_number

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

    • id

    • ID of the transaction. UUID.

    • source_phone_number

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

    • timestamp

    • Time of the operation, in Unix time.

    • type

    • Webhook type - TransferRequest

  • TransferRequest Webhook

  • {
        "type": "TransferRequest",
        "id": "bacb2e2e-42ce-11ea-8193-0e0450a4edb1",
        "source_phone_number": "+11580326555",
        "destination_phone_number": "+11580326562",
        "amount": 14.15,
        "currency": "USD",
        "timestamp": "1580326625"
    }