Cancel finance request
Path Parameters
- Type: string Format: uuididrequired
Body
application/json
Empty object
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/finance-requests/{id}/cancel
curl https://api-sandbox.tryslatehq.com/finance-requests/123e4567-e89b-12d3-a456-426614174000/cancel \
--request POST \
--header 'Content-Type: application/json' \
--header 'x-api-key: YOUR_SECRET_TOKEN' \
--data '{}'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"customerId": "123e4567-e89b-12d3-a456-426614174000",
"externalId": "fr_123",
"status": "CREATED",
"type": "ewa",
"amount": 10000,
"currency": "CAD",
"metadata": {
"shiftDate": "2026-04-01",
"rate": "67",
"hours": "3.4"
},
"financingAgreementId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-07-08T20:06:59.958Z",
"updatedAt": "2026-07-08T20:06:59.958Z",
"expiresAt": "2026-07-08T20:06:59.958Z"
}