Skip to main content
POST
/
transactions
/
refund
/
{transactionId}
/
retry
Retry refund
curl --request POST \
  --url https://api.orafi.app/v1/transactions/refund/{transactionId}/retry \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Refund retry initiated successfully"
}

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Path Parameters

transactionId
string
required

ID of the failed refund transaction to retry

Response

Refund retry initiated successfully

success
boolean
Example:

true

message
string
Example:

"Refund retry initiated successfully"