Skip to main content

Class AuthorizeInstantPaymentsCreditSendResponse


Properties

NAMETYPELENGTHREQUIREDDESCRIPTION
FinancialInstitutionNameStringYesName of the Financial Institution
RoutingNumberString9YesRouting Number provided in initial request
FedNowEligibilityBooleanYesFedNow network participation status for the provided Financial Institution. 0=False; 1=True
FedNowCreditSendBooleanYesCredit Send participation status for the FedNow network for the provided Financial Institution. 0=False; 1=True
FedNowRequestForPaymentBooleanYesRequest For Payment participation status for the FedNow network for the provided Financial Institution. 0=False; 1=True
RealTimePaymentsEligibilityBooleanYesReal Time Payments network participation status for the provided Financial Institution. 0=False; 1=True
RealTimePaymentsCreditSendBooleanYesCredit Send participation status for the Real Time Payments network for the provided Financial Institution. 0=False; 1=True
RealTimePaymentsRequestForPaymentBooleanYesRequest For Payment participation status for the Real Time Payments network for the provided Financial Institution. 0=False; 1=True
SuccessBooleanYesIndicates whether the eligibility check request was successful
MessageStringYesProvides 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>