List reconciliation cases
curl --request GET \
--url http://localhost:3001/v1/reconciliation-cases{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"paymentIntentId": "<string>",
"expectedAmount": "<string>",
"actualAmount": "<string>",
"exceptionType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"paymentIntent": {
"id": "<string>",
"organizationId": "<string>",
"externalReference": "<string>",
"source": {
"amount": "<string>",
"currency": "<string>"
},
"destination": {
"amount": "<string>",
"currency": "<string>"
},
"paymentType": "<string>",
"paymentSubtype": "<string>",
"stablecoin": "<string>",
"chain": "<string>",
"beneficiaryAccount": "<string>",
"beneficiaryName": "<string>",
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"verdict": "<string>",
"unexplainedDelta": "<string>",
"slaAgeMinutes": 123,
"slaRisk": true,
"requiredLegsTotal": 123,
"requiredLegsPresent": 123,
"evidenceCoverage": {
"expected": "<string>",
"provider": "<string>",
"chain": "<string>",
"bank": "<string>",
"file": "<string>"
},
"flowLegs": [
{
"id": "<string>",
"type": "<string>",
"status": "<string>",
"provider": "<string>",
"providerTransferId": "<string>",
"txHash": "<string>",
"amount": "<string>",
"currency": "<string>"
}
]
}
],
"total": 123,
"limit": 123,
"offset": 123
}๐งพ Reconciliation Cases
List reconciliation cases
GET
/
v1
/
reconciliation-cases
List reconciliation cases
curl --request GET \
--url http://localhost:3001/v1/reconciliation-cases{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"paymentIntentId": "<string>",
"expectedAmount": "<string>",
"actualAmount": "<string>",
"exceptionType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"paymentIntent": {
"id": "<string>",
"organizationId": "<string>",
"externalReference": "<string>",
"source": {
"amount": "<string>",
"currency": "<string>"
},
"destination": {
"amount": "<string>",
"currency": "<string>"
},
"paymentType": "<string>",
"paymentSubtype": "<string>",
"stablecoin": "<string>",
"chain": "<string>",
"beneficiaryAccount": "<string>",
"beneficiaryName": "<string>",
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"verdict": "<string>",
"unexplainedDelta": "<string>",
"slaAgeMinutes": 123,
"slaRisk": true,
"requiredLegsTotal": 123,
"requiredLegsPresent": 123,
"evidenceCoverage": {
"expected": "<string>",
"provider": "<string>",
"chain": "<string>",
"bank": "<string>",
"file": "<string>"
},
"flowLegs": [
{
"id": "<string>",
"type": "<string>",
"status": "<string>",
"provider": "<string>",
"providerTransferId": "<string>",
"txHash": "<string>",
"amount": "<string>",
"currency": "<string>"
}
]
}
],
"total": 123,
"limit": 123,
"offset": 123
}Headers
Minimum string length:
1Minimum string length:
1Query Parameters
Required range:
1 <= x <= 100Required range:
0 <= x <= 9007199254740991Available options:
open, resolved, archived Available options:
unreconciled, tentatively_reconciled, reconciled Minimum string length:
1โI
