Class InstantPaymentsCheckEligibilityRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. (See - Required Data Elements) | |
| storeKey | string | Y | Unique password generated by EPS. (See - Required Data Elements) | |
| entityId | int | Y | Unique identifier that is generated by EPS. (See - Required Data Elements) | |
| locationId | int | Y | Unique identifier generated by EPS for each location. (See - Required Data Elements) | |
| RoutingNumber | int | 9 | Y | Routing (ABA) Number of the Financial Institution being checked for Instant Payments participation. |
Examples
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="https://ssl.selectpayment.com/PV">
<soapenv:Header>
<SecurityHeader>
<BinarySecurityToken>BEARER TOKEN</BinarySecurityToken>
</SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<InstantPaymentsCheckEligibility>
<MethodParameters>
<storeId>0</storeId>
<storeKeystoreKey isNull="true" />
<entityId>123456</entityId>
<routingNumber>123456789</routingNumber>
</MethodParameters>
</InstantPaymentsCheckEligibility>
</soapenv:Body>
</soapenv:Envelope>