Skip to main content

Class AuthorizeInstantPaymentsCreditSendRequest


Properties

NAMETYPELENGTHREQUIREDDESCRIPTION
storeIdlongYUnique user ID generated by EPS. (See - Required Data Elements)
storeKeystringYUnique password generated by EPS. (See - Required Data Elements)
entityIdintYUnique identifier that is generated by EPS. (See - Required Data Elements)
locationIdintYUnique identifier generated by EPS for each location. (See - Required Data Elements)
RoutingNumberint9YRouting (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>