Skip to main content
POST
Initiate Refund

Authorizations

Authorization
string
header
required

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

Body

application/json
transactionId
string
required
amount
number
required
reason
string
required
refundType
enum<string>
required
Available options:
full,
partial
metadata
object

Response

Refund initiated successfully

statusCode
integer
Example:

201

success
boolean
Example:

true

message
string
Example:

"Refund initiated successfully"

data
object