v1
latestOpenAPI 3.0.32026-08-0627425250.9 KBProcesses
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
Example request
{
"refund_override": {
"amount": {
"currency_code": "EUR"
}
}
}Response
OK
OpspbSubmitAuthorizationResponse required