v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
Payments

Update payments in bulk

Updates the synchronization status, error message, registration status or additional info of several payments, identified by customId. Entries whose customId does not match any payment are silently skipped — the call returns 200 for the whole batch.

patch/payments/{companyId}

Path parameters

companyIdstring required

Request body

Example request

{
  "data": [
    {
      "error": "Missing account"
    }
  ]
}

Response

Successful Response