Skip to main content
GET
/
api
/
v1
/
refund
/
{startDate}
/
{endDate}
cURL
curl --request GET \
  --url https://api.novacpayment.com/api/v1/refund/{startDate}/{endDate} \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "refundReference": "<string>",
    "amount": "<string>",
    "currency": "<string>",
    "domain": "<string>",
    "channel": "<string>",
    "merchantNote": "<string>",
    "customerNote": "<string>",
    "status": "<string>",
    "transactionReference": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Input your Bearer token in this format - Bearer {your token here} to access this API

Path Parameters

startDate
string
required
endDate
string
required

Response

OK

id
string | null
refundReference
string | null
amount
string | null
currency
string | null
domain
string | null
channel
string | null
merchantNote
string | null
customerNote
string | null
status
string | null
transactionReference
string | null
createdAt
string | null
updatedAt
string | null