Skip to main content
POST
Initiate Refund

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

Body

application/json
transaction_reference
string
required

Unique reference of the original transaction to be refunded.

Example:

"APRQWE1001"

refund_amount
number<double>
required

Amount to be refunded.

Example:

0.05

refund_reason
string | null

Reason for the refund.

Example:

"Refund"

Response

Initiate Refund Response

message
string

General status message.

Example:

"Operation Completed"

data
object