About GetNetworkStatus
This checks the status of an invite sent to an existing vendor or customer. The response provides the status of the invitation.
NOTE: If too much time has passed since the invite, the original invite must be cancelled. Then a new invite can be sent.
Example
Request
<API_URL_EndPoint>/GetNetworkStatus.json
data={
"id" : "00901PDAWMNOELG1x9rt"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"status": "1",
"requestId": "nrr01FFAREEUOOVBT4w3",
"networkId": "0162462563856468"
}
Resources
Parameters
Request parameters
Field Name | Description | Required? |
---|---|---|
id | Existing Vendor or Customer Id | Yes |
Response parameters
For private vendors and Large Billers, response returns status 0 (not connected) and NULL for networkId & requestId.
Field Name | Description |
---|---|
status | 0: not connected 1: pending 2: connected |
networkId | Payment Network ID if connection is pending from PNI invite or if organization is connected, NULL is pending connection from email invitation. |
requestId | Active request if connection is pending (email or PNI invite), NULL otherwise. |