Skip to main content
POST
Create refund

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Path Parameters

originalTxId
string
required

ID of the original transaction to refund

Body

application/json
to
string
required

Recipient wallet address or account

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

reason
string

Reason for the refund

Example:

"Customer requested cancellation"

Response

Refund created successfully

success
boolean
Example:

true

message
string
Example:

"Refund initiated successfully"

data
object