Skip to main content
WEBHOOK
wallet.transfer.rejected
{
  "id": "whe-544ul-uqgad-jkgltj5p6fvd04cj",
  "date": "2023-11-07T05:31:56Z",
  "kind": "wallet.transfer.rejected",
  "data": {
    "transferRequest": {
      "id": "<string>",
      "walletId": "<string>",
      "network": "Algorand",
      "requester": {
        "userId": "<string>",
        "tokenId": "<string>"
      },
      "requestBody": {
        "kind": "Native",
        "to": "<string>",
        "amount": "<string>",
        "memo": "<string>",
        "priority": "Slow",
        "createDestinationAccount": true,
        "offer": true,
        "expiresAt": "2023-11-07T05:31:56Z",
        "targetChain": "<string>",
        "externalId": "<string>",
        "travelRule": {
          "kind": "Notabene",
          "beneficiaryVASPdid": "<string>",
          "beneficiaryProof": {},
          "originator": {},
          "beneficiary": {}
        },
        "feeSponsorId": "<string>"
      },
      "metadata": {
        "asset": {
          "symbol": "<string>",
          "decimals": 123,
          "verified": true,
          "quotes": {
            "EUR": 123,
            "USD": 123
          }
        }
      },
      "status": "Pending",
      "reason": "<string>",
      "txHash": "<string>",
      "fee": "<string>",
      "dateRequested": "<string>",
      "datePolicyResolved": "<string>",
      "dateBroadcasted": "<string>",
      "dateConfirmed": "<string>",
      "approvalId": "<string>",
      "externalId": "<string>",
      "feeSponsorId": "<string>"
    }
  },
  "retryOf": "<string>",
  "timestampSent": 123,
  "deliveryAttempt": 2
}

Body

application/json
id
string
required
Maximum length: 64
Example:

"whe-544ul-uqgad-jkgltj5p6fvd04cj"

date
string<date-time>
required
kind
enum<string>
required
Available options:
wallet.transfer.rejected
data
object
required
timestampSent
integer
required
deliveryAttempt
integer
required
Required range: x >= 1
retryOf
string

Response

200

Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.

I