Skip to main content
WEBHOOK
payout.action.required
{
  "id": "<string>",
  "date": "2023-11-07T05:31:56Z",
  "timestampSent": 123,
  "deliveryAttempt": 2,
  "data": {
    "payout": {
      "id": "pyt-4ihii-9lonb-tmhjo9bor4odmb5h",
      "walletId": "wa-5pfuu-9euek-h0odgb6snva8ph3k",
      "fiatCurrency": "<string>",
      "asset": {
        "amount": "<string>",
        "contract": "<string>"
      },
      "requester": {
        "userId": "us-6b58p-r53sr-rlrd3l5cj3uc4ome",
        "tokenId": "to-202a0-cdo33-o65mbt6q758lvvnt"
      },
      "dateCreated": "2023-04-14T20:41:28.715Z",
      "data": {
        "borderlessAccountId": "<string>",
        "paymentInstructionsId": "<string>",
        "country": "<string>",
        "dateConfirmed": "2023-04-14T20:41:28.715Z",
        "dateCanceled": "2023-04-14T20:41:28.715Z",
        "statusReason": "<string>",
        "borderlessPayoutId": "<string>",
        "depositAddress": "<string>",
        "transferId": "<string>",
        "transactionHash": "<string>",
        "dateDepositConfirmed": "2023-04-14T20:41:28.715Z",
        "datePayoutConfirmed": "2023-04-14T20:41:28.715Z"
      },
      "externalId": "<string>",
      "dateFinalized": "2023-04-14T20:41:28.715Z"
    }
  },
  "retryOf": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dfns.co/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string
required

Unique identifier for this webhook event

date
string<date-time>
required

ISO 8601 timestamp when the event occurred

timestampSent
integer
required

Unix timestamp when the event was sent

deliveryAttempt
integer
required

Delivery attempt number

Required range: x >= 1
kind
enum<string>
required
Available options:
payout.action.required
data
object
required
retryOf
string

ID of the original event if this is a retry

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.

Last modified on May 29, 2026