Skip to main content
POST
Refund Deposit

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transactionId
string
required

The transactionId of the transaction.

Body

application/json
refundReason
string
required

An explanation of why the refund is being initiated.

externalReference
string
required

A unique ID of your liking to reconcile transactions internally.

Response

200

success
boolean
default:true
Example:

true

message
string
Example:

"Transaction refund initiated successfully."

data
object