{
"event": "reconciliation.posted",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"id": "<string>",
"settlement_id": "<string>",
"payer_payment": 123,
"fee_collected": 123
}
}API Reference
Reconciliation event posted
{
"event": "reconciliation.posted",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"id": "<string>",
"settlement_id": "<string>",
"payer_payment": 123,
"fee_collected": 123
}
}Authorizations
HMAC SHA-256 signature of the request body: hex(hmacSHA256(secret, body))
Headers
Body
application/json
Response
200
Acknowledged