Class AuthorizeInstantPaymentsCreditSendResponse
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| FinancialInstitutionName | String | Yes | Name of the Financial Institution | |
| RoutingNumber | String | 9 | Yes | Routing Number provided in initial request |
| FedNowEligibility | Boolean | Yes | FedNow network participation status for the provided Financial Institution. 0=False; 1=True | |
| FedNowCreditSend | Boolean | Yes | Credit Send participation status for the FedNow network for the provided Financial Institution. 0=False; 1=True | |
| FedNowRequestForPayment | Boolean | Yes | Request For Payment participation status for the FedNow network for the provided Financial Institution. 0=False; 1=True | |
| RealTimePaymentsEligibility | Boolean | Yes | Real Time Payments network participation status for the provided Financial Institution. 0=False; 1=True | |
| RealTimePaymentsCreditSend | Boolean | Yes | Credit Send participation status for the Real Time Payments network for the provided Financial Institution. 0=False; 1=True | |
| RealTimePaymentsRequestForPayment | Boolean | Yes | Request For Payment participation status for the Real Time Payments network for the provided Financial Institution. 0=False; 1=True | |
| Success | Boolean | Yes | Indicates whether the eligibility check request was successful | |
| Message | String | Yes | Provides additional information or a descriptive message about the result of the eligibility check |
Examples
<InstantPaymentsCheckEligibility>
<MethodParameters>
<WSInstantPaymentsEligibilityCheckResponse>
<InstantPaymentsEligibilityCheckResult>
<FinancialInstitutionName>Bank Name</FinancialInstitutionName>
<RoutingNumber>123456789</RoutingNumber>
<FedNowEligibility>True</FedNowEligibility>
<FedNowCreditSend>True</FedNowCreditSend>
<FedNowRequestForPayment>True</FedNowRequestForPayment>
<RealTimePaymentsEligibility>True</RealTimePaymentsEligibility>
<RealTimePaymentsCreditSend>True</RealTimePaymentsCreditSend>
<RealTimePaymentsRequestForPayment>True</RealTimePaymentsRequestForPayment>
</InstantPaymentsEligibilityCheckResult>
<Success>True</Success>
<Message isNull="false"/>
</WSInstantPaymentsEligibilityCheckResponse>
</MethodParameters>
</InstantPaymentsCheckEligibility>