Skip to main content

Fund Arrival & Status Change

Fund Arrival

URL
https://<customerHost:port>/webhook

Header Parameters:

ParameterDescriptionType
content-typeThe Content-Type entity header is used to indicate the media type of the resource. Expected values could be application/json.String
x-api-keyf9be0d9e-6903-4862-8d69-5b2651426bf9String

Example Request:

curl --location --request POST 'https://<customerHost:Port>/webhook' \
--header 'Content-Type: application/json' \
--header 'x-api-key: f9be0d9e-6903-4862-8d69-5b2651426bf9' \
--data-raw '{
"client_id": "593feb7c5g32bb2357b2df6c",
"transaction_id": "393feb7c5g32bb2357b2df6d",
"vra_id": "1b1542f8-c5b2-484d-b0c4-c78710dd84a3",
"clientId": "593feb7c5g32bb2357b2df6c",
"transactionId": "393feb7c5g32bb2357b2df6d",
"vraId": "1b1542f8-c5b2-484d-b0c4-c78710dd84a3",
"event": "FUND_ARRIVAL",
"timestamp": "2017-06-16T17:25:52.136+05:30"
}'

Body Parameters:

ParameterDescriptionType
client_idThis is the unique client ID generated by Nium. (DEPRECATED)String
transaction_idThis is the unique receive transaction ID generated by Nium. (DEPRECATED)String
vra_idUnique ID generated by Nium. (DEPRECATED)String
clientIdThis is the unique client ID generated by Nium.String
transactionIdThis is the unique receive transaction ID generated by Nium.String
vraIdUnique ID generated by Nium.String
eventEvent name. This event will be triggered when the transaction status changes.String
timestampDate and time (UTC) of fund Arrival.String