Class PayCenterFinancialInstitutionsAPIRequest
Properties
| NAME | TYPE | REQUIRED | DESCRIPTION |
|---|---|---|---|
| Resource | /{version}/products/paycenter/networks/rtp/financial-institutions | ||
| Request Method | HTTP GET | ||
| Response format | JSON | ||
| Content Type | application/json | Yes | Specify this as a "Content-Type" header property |
| Authorization | Bearer access_token | Yes | Specify this as a "Authorization" header property and pass OAuth 2.0 access token |
Query string parameters
| Parameter | TYPE | REQUIRED | Description |
|---|---|---|---|
| RoutingNumber | string | Financial Institution Routing Number | |
| ParticipantId | String | Financial Institution Participant Id on the RTP network |
Sample Request 1: Get financial institution by Routing Number
GET /v1/products/paycenter/networks/rtp/financial-institutions?RoutingNumber=800000001 HTTP/1.1
Host: wag01.eagle.jhapaycenter.com
Authorization: Bearer EXJ8NG95eDBKa1B.........Yzh5M1ZyZnNlNUVjyjmk
Content-Type: application/json
Sample Request 2: Get financial institution by Participant ID
GET /v1/products/paycenter/networks/rtp/financial-institutions?RoutingNumber=800000001T1 HTTP/1.1
Host: wag01.eagle.jhapaycenter.com
Authorization: Bearer EXJ8NG95eDBKa1B.........Yzh5M1ZyZnNlNUVjyjmk
Content-Type: application/json