ChallengeResponse
OFX / Types / ChallengeResponse
| # | Tag | Type |
|---|---|---|
| 1 | USERID | IdType |
| 2 | NONCE | NumberNCEType |
| 3 | FICERTID | FinancialInstitutionCertificateIdType |
Usages:
- ChallengeTransactionResponse CHALLENGERS
XSD
<xsd:complexType name="ChallengeResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "CHALLENGERS" is of type "ChallengeResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="USERID" type="ofx:IdType" />
<xsd:element name="NONCE" type="ofx:NumberNCEType" />
<xsd:element name="FICERTID" type="ofx:FinancialInstitutionCertificateIdType" />
</xsd:sequence>
</xsd:complexType>