v1

latestOpenAPI 3.0.32026-08-0627425250.9 KB
Processes

Submits an authorization decision (approve or decline) for a return process. If declined, records the reason. Optionally accepts a refund override.

post/v1/ops/submit_authorization

Request body

authorizedboolean
process_idstring
unauthorized_reasonstring
userstring

Example request

{
  "refund_override": {
    "amount": {
      "currency_code": "EUR"
    }
  }
}

Response

OK

OpspbSubmitAuthorizationResponse required