v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Transactions
Admin

Calculate fees for a transaction that is missing them. Use force=true to recalculate (deletes existing PENDING fees first).

Calculate fees for a transaction that is missing them. Use force=true to recalculate (deletes existing PENDING fees first).

post/api/v1/admin/transactions/{transactionId}/calculate-fees

Path parameters

transactionIdstring uuid required

Transaction ID

Transaction ID

Request body

forceboolean

Delete existing PENDING fees and recalculate. Fails if any fees are invoiced or settled.

Response

Success

successboolean required

Example response

{
  "success": true
}