RBEANRBEAN
Technical User
Hello All
I am trying to use the Icare API
1st thing would be to create a SVC Account , but am getting errors using the below example:
I know my program code is correct and also the account # next available.
<?xml version="1.0" encoding="UTF-8" ?>
<CRMMessage language="EN-US" currency="ZAR">
<RequestCode version="1">PostAccountTransaction</RequestCode>
<Transaction>
<Type>1</Type>
<CheckDigitType>1</CheckDigitType>
<TransDateTime>2022-11-17 08:11:10.0</TransDateTime>
<PreambleLength>8</PreambleLength>
<BusinessDate>2022-11-17</BusinessDate>
<AccountPOSRef>2485109000000003</AccountPOSRef>
<CustFriendlyDesc>
create
2485109000000003
</CustFriendlyDesc>
<Amount>10.00</Amount>
<NumberAccounts>1</NumberAccounts>
<Reversal>0</Reversal>
<CardPresent>0</CardPresent>
<ProgramCode>101001</ProgramCode>
<LocalCurrencyISOCode>ZAR</LocalCurrencyISOCode>
<TraceID>0717213444ACC</TraceID>
</Transaction>
</CRMMessage>
Error:
Program Code :101001 cannot be found.
Any help or examples will be appreciated.
THanks!
I am trying to use the Icare API
1st thing would be to create a SVC Account , but am getting errors using the below example:
I know my program code is correct and also the account # next available.
<?xml version="1.0" encoding="UTF-8" ?>
<CRMMessage language="EN-US" currency="ZAR">
<RequestCode version="1">PostAccountTransaction</RequestCode>
<Transaction>
<Type>1</Type>
<CheckDigitType>1</CheckDigitType>
<TransDateTime>2022-11-17 08:11:10.0</TransDateTime>
<PreambleLength>8</PreambleLength>
<BusinessDate>2022-11-17</BusinessDate>
<AccountPOSRef>2485109000000003</AccountPOSRef>
<CustFriendlyDesc>
create
2485109000000003
</CustFriendlyDesc>
<Amount>10.00</Amount>
<NumberAccounts>1</NumberAccounts>
<Reversal>0</Reversal>
<CardPresent>0</CardPresent>
<ProgramCode>101001</ProgramCode>
<LocalCurrencyISOCode>ZAR</LocalCurrencyISOCode>
<TraceID>0717213444ACC</TraceID>
</Transaction>
</CRMMessage>
Error:
Program Code :101001 cannot be found.
Any help or examples will be appreciated.
THanks!