Event Types
settlement_report.updated
Occurs when a settlement report is created or updated.
postWebhooksettlement_report.updated
Payload
Example payload
{
"event_type": "settlement_report.updated",
"created": "2023-06-01T00:00:00",
"currency": "USD",
"details": [
{
"currency": "USD",
"institution": "00001",
"interchange_gross_amount": -7,
"network": "MASTERCARD",
"settled_net_amount": 1893,
"transactions_gross_amount": 1900
}
],
"interchange_gross_amount": -7,
"report_date": "2023-06-01",
"settled_net_amount": 1893,
"transactions_gross_amount": 1900,
"updated": "2023-06-01T00:00:00"
}Response
Return a 200 status to indicate that the data was received successfully