Hi Team,
I am trying to create Bank Account by using (https://api.quickfile.co.uk/1_2/Bank/CreateAccount) and getting error as follows. Could you please help me with this issue.
Thanks
Aashish
Hi Team,
I am trying to create Bank Account by using (https://api.quickfile.co.uk/1_2/Bank/CreateAccount) and getting error as follows. Could you please help me with this issue.
Thanks
Aashish
Hi @Aashish
Would you be able to show us what you’re sending please, and hopefully we can help you resolve this.
Hi Team,
I have directly used SANDBOX example JSON request.
{
"payload": {
"Header": {
"@xmlns": "https://api.quickfile.co.uk",
"MessageType": "Request",
"SubmissionNumber": "874a7705-ad4d-421e-a5a4-7618eed96447",
"Authentication": {
"AccNumber": "6131*******",
"MD5Value": "***************",
"ApplicationID": "****************"
}
},
"Body": {
"@xmlns": "https://api.quickfile.co.uk",
"BankNameId": "3",
"AccountType": "CURRENT",
"CurrencyCode": "GBP",
"AccountName": "Bank Display Name",
"AccountNumber": "000000",
"SortCode": "00-00-00",
"OpeningBalance": {
"Date": "2017-10-26",
"Amount": "1.05"
},
"ShowOnDashboard": "false"
}
}
}
Thanks
Aashish
Hi @Aashish
I will test your code as soon as I have access to a computer and let you know the results.
For now however, I’ve removed sensitive values from your post (account number and App ID), and reformatted the JSON.
@Aashish - apologies for the delay here. We looked into this and found an issue, which has now been corrected.
This should work as expected now.
This topic was automatically closed after 7 days. New replies are no longer allowed.