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