cancel
Showing results for 
Search instead for 
Did you mean: 

Error while submitting Echeck

As i'm submitting the Echeck values to Authorized.net, it gives the followinf error:

 

The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:accountType' element is invalid - The value 'business checking' is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:bankAccountTypeEnum' - The Enumeration constraint failed.

 

I have given the values correctly. But it shows error, i will be pleased if any one suggest me where am i going wrong. Thank you.

satheeshp13
Member
1 REPLY 1

XML Schema

https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd

 

<xs:simpleType name="bankAccountTypeEnum"><xs:restriction base="xs:string">

 

<xs:enumeration value="checking"/>

<xs:enumeration value="savings"/>

<xs:enumeration value="businessChecking"/>

 

</xs:restriction></xs:simpleType>

 

no space

RaynorC1emen7
Expert