So, i create a customer profile by first requset and it ok, profile are created by CIM. Then i want to place a transaction by using data from created profile, but recieve this:
<?xml version="1.0" encoding="utf-8"?><createCustomerProfileTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><messages><resultCode>Error</resultCode><message><code>E00027</code><text>This transaction has been declined.</text></message></messages><directResponse>2,1,2,This transaction has been declined.,,P,2196415097,100000248,,314.00,ECHECK,auth_capture,286,Josh,Jonson,,kesaeva 1302,Bolzano,Trentino-Alto Adige/Sudtirol,39011,IT,98045654645,,ee23456eerty@mail.com,,,,,,,,,0.00,,74.00,,,53BE801363AF69B6513461E307715B90,,,,,,,,,,,,,XXXX9123,Bank Account,,,,,,,,,,,,,,,,</directResponse></createCustomerProfileTransactionResponse>
โ08-01-2013 02:20 AM
If I remember correctly, on the test server, echeck is limit to $100, and you were trying $314.00
โ08-01-2013 04:20 AM