Skip to main content
Request a refund for a transaction, when conditions are met.

Endpoint

POST https://api-v3.reeple.ai/refund

Request body

FieldTypeDescription
referenceStringRequired. Unique identifier of the transaction to refund.
amountNumberAmount to refund.
noteStringOptional note.
{
  "reference": "string",
  "amount": 0,
  "note": "string"
}