v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBReconciliations
Create reconciliation
Create a reconciliation by matching a transaction with a payment.
post/reconciliations
Headers
Idempotency-Keystring
Request body
Example request
{
"transaction_id": "288ea7c0-4944-76ab-c658-0756ab150043",
"payment_id": "15b88a94-4944-11ed-b878-0242ac120002",
"amount": 3000,
"metadata": {
"property_a": true,
"property_b": "some label"
}
}Response
200
Example response
{
"id": "7d399984-b435-4a63-ab11-4a4185c13cba",
"amount": 500,
"match_type": "manual",
"object": "reconciliation",
"metadata": {
"property_a": true,
"property_b": "some label"
},
"transaction_id": "8a0e3912-59c7-4b86-980f-d1ab4b8786e2",
"payment_id": "fb9ec63e-7b32-47ef-9326-fe214ebeadb7",
"payment_type": "expected_payment",
"created_at": "2022-05-09T12:17:07.48448Z"
}