Skip to main content
WEBHOOK
reconciliation.posted
{
  "event": "<string>",
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "data": {
    "id": "<string>",
    "settlement_id": "<string>",
    "payer_payment": 123,
    "fee_collected": 123,
    "final_status": "closed"
  }
}

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: "reconciliation.posted"
id
string
required
created_at
string<date-time>
required
data
object
required

Response

200

Acknowledged