Refund

Process full or partial refunds on completed payments.

POST/api/v1/{system}/refund

Refund a previous payment. Subject to 60-second cooldown and amount validation.

Auth: Bearer JWT

Request Body

FieldTypeRequiredDescription
referenceIdstringYesOriginal payment reference
refundAmountstringYesDecimal amount to refund
refundReasonstringYesReason for the refund
branchIdlongYesBranch user ID
configIdlongYesTerminal config ID
SandboxCalls go to https://payus.co.nz

Authentication