Skip to content

Getting Transactions

Check if Instant RTP Supports a Specific Route

Section titled “Check if Instant RTP Supports a Specific Route”

To check if Instant RTP supports a specific route, use the following endpoint:

GET /api/v3/InstantRtpRoutes/{routingNumber}

200 - OK, the routing number is supported by Instant RTP.

400 - Bad Request, invalid routing number format.

401 - Unauthorized, invalid or missing authentication token.

403 - Forbidden, access denied.

Example Output:
{
"isServiceHealthy": true,
"isAvailable": true,
"isSignedOn": true,
"routingNumber": "string",
"statusCode": "string",
"statusMessage": "string"
}