Skip to main content
WEBHOOK
settlement.funded
{
  "event": "<string>",
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "data": {
    "settlement_id": "<string>",
    "status": "funded",
    "funded_amount": 123,
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Thrivory-Signature
string
header
required

HMAC SHA-256 signature of the request body: hex(hmacSHA256(secret, body))

Headers

Thrivory-Signature
string
required

Body

application/json
event
string
required
Allowed value: "settlement.funded"
id
string
required
created_at
string<date-time>
required
data
object
required

Response

200

Acknowledged