Skip to main content

Get Funding Entry by Reference

Get funding by reference number.

Definition

URL
GET https://api-test.instarem.com:4803/api/v1/fund/reference/{gl_reference_number}

Header Parameters

ParameterDescriptionTypeRequired
authorizationAuthentication TokenStringYes
content-typeThe Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json.StringYes
X-CLIENT-IDUnique id for client generated by Nium, Required only in case of partner based model (E.g. 593feb7c7c52bb2357b2df6c).StringNo

Example Request

curl --request get \\
--url "https://api-test.instarem.com:4803/api/v1/fund/reference/{gl_reference_number}" \\

--header 'authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE0OTgxMzQ4OTQsImRhdGEiOnsic3ViIjoiNTk0MjNmMzZjZWEyMTQ2OTI2ODczOWE1IiwiY2xpZW50IjoiNTk0MjNmMzZjZWEyMTQ2OTI2ODczOWExIn0sImlhdCI6MTQ5ODA0ODQ5NH0.pevwSDpk-JDNtVIpqFu_m0Xu1UnDVumrAYStcrxf8sM' \\

Path Parameters

ParameterDescriptionTypeRequired
gl_reference_numberLedger reference number generated by NIUM.StringYes

Example Response

{
"gl_reference_number": "1527766007875",
"status": "PENDING",
"amount": 1000.78,
"currency": "SGD",
"created_at": "2018-05-31T11:26:47.949+05:30",
"updated_at": "2018-05-31T11:26:47.949+05:30"
}

Response Parameters

ParameterDescriptionType
gl_reference_ numberLedger reference number generated by NIUM.String
statusCurrent status of the funding entryString
amountAmount for which the funding was madeNumber
currencyCurrency in which the funding was doneString
created_atDate and time (UTC) of funding.String
updated_atDate and time (UTC) of funding.String