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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.orafi.app/llms.txt

Use this file to discover all available pages before exploring further.

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"