POST
Refund Payment

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Body

application/json
uuid
string
required

The unique ID of the succeeded payment (e.g., VMMAOTFQ).

Example:

"PSADT5CE"

reason
string
required

The reason for the refund, which must be at least 5 characters long. This is required for record-keeping and can help in cases of partial refunds.

Example:

"Partial refund due to customer request"

refund_amount
number

The amount to be refunded. If this is not specified, the refund will default to the total original payment amount.

Example:

50

Response

Refund successful

total_amount
number
Example:

200

refund_amount
number
Example:

50

description
string
Example:

"Testing refund"

payin_request
object