Skip to main content
GET
/
api
/
v1
/
transfers
/
{reference}
cURL
curl --request GET \
  --url https://api.novacpayment.com/api/v1/transfers/{reference} \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "message": "Transfer retrieved",
  "data": {
    "id": "0",
    "sessionId": "string",
    "reference": "string",
    "currency": "NGN",
    "amount": 0,
    "fee": 0,
    "bankCode": "string",
    "bankName": "string",
    "accountNumber": "string",
    "accountName": "string",
    "narration": "string",
    "domain": "test | live",
    "status": "pending | successful | failed",
    "providerResponseMessage": "Transaction successful",
    "updatedAt": "string",
    "createdAt": "string"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

reference
string
required

Response

OK

The response is of type object.