We'd love to know more about you!
Invalid email
Invalid full name, must include first and last name.
Invalid company name.
Invalid email
Invalid full name, must include first and last name.
Invalid company name.
The intended audience for this document is the person responsible for the technical integration. Basic knowledge of networking programming and monetary transactions are required. All requests and responses must be encoded using UTF-8.
There are two established methods to integrate into AccountIQ. SFTP or API and this is largely determined by you, and the solution you prefer.
Note
We offer and host SFTP servers if you do not wish to host your own.
HTTPS with basic authorization, OAuth2, private / pub key pair, or other agreed authorization method
If you choose the API route we will make one or multiple GET
requests for each provider configured. You need to take two path parameters brand
and provider
, additionally we will send to query parameters from
and to
in the date format YYYY-MM-DD hh:mm:ss
. On response AccountIQ expects you to respond in a CSV
format with the appropiate mime type text/csv
.
The request will download all Skrill transactions for the brand "MyCasino" processed the 9:th of Feb 2024.
Request:
wget 'https://example.com/transactions/MYCASINO/SKRILL?from=2024-02-09 00:00:00&to=2024-02-10 00:00:00'
Response:
operator,provider,txRef,txId,providerRef,created,booked,amount,txAmount,fee,method,txType,u serId,originTxRef
“MyCasino”,”SKRILL”,”1231231231”,””,””,”2015-05-09 23:01:10”,”2015-05-09 23:02:35”,”20.5 EUR”,”22.5 EUR”,”2.0 EUR”,”VISA”,”DEPOSIT”,”johndoe@exmaple.com”,
Note
Commas in a field must be scaped using '\,'