When consumers can see what's going on, it's much easier for them to grasp their spending patterns.
Woosmap Merchant API
A versionless API for a long-lasting solution
Clarify up to 85% of the volume
of all your transactions
Standardisation
Display standardised logos, with regional variations, where they exist.
Cache policy
Keep the results of your API queries, for the length of your licence. An update every 30 days is recommended.
Google Places
The API returns a Google PlaceID, based on the transaction data, to improve your app and contextualise your transactions with merchant data.
curl -X POST "https://api.woosmap.com/merchants/brand?\
private_key={your private key}" \
-d '{
"merchants": [
{
"dirty_name": "MCDO UK 2231 EP",
"country": "GB"
},
{
"dirty_name": "Zara Fashion Retail, S.A.",
"country": "IT"
},
{
"dirty_name": "APOLLO PHARMACY BANGALORE IN",
"country": "IN"
},
{
"dirty_name": "PIZZA HUT - SHOP 157"
},
{
"dirty_name": "CARREFOUR CITY 3112846",
"country": "FR"
},
{
"dirty_name": "ITUNES.COM/BILL",
"country": "IE"
},
{
"dirty_name": "Pepa SL Gracia",
"country": "ES"
}
]
}'
{
"merchants": [
{
"dirty_name": "MCDO UK 2231 EP",
"clean_name": "McDonald's",
"status": "OK",
"logo": "956bcb3591a8976ff94871a59b09eecc",
"logo_url": "https://api.woosmap.com/merchants/logos/956bcb3591a8976ff94871a59b09eecc.png",
"country": "GB",
"merchant_id": "234482729011"
},
{
"dirty_name": "Zara Fashion Retail, S.A.",
"clean_name": "Zara",
"status": "OK",
"logo": "72fc39033e0d9e923a0236cb874c9309",
"logo_url": "https://api.woosmap.com/merchants/logos/72fc39033e0d9e923a0236cb874c9309.png",
"country": "IT",
"merchant_id": "*44532UY2T33219"
},
{
"dirty_name": "APOLLO PHARMACY BANGALORE IN",
"clean_name": "Apollo Pharmacy",
"status": "OK",
"logo": "c776d3336e0d8c2b9e893e9e92b2caf7",
"logo_url": "https://api.woosmap.com/merchants/logos/c776d3336e0d8c2b9e893e9e92b2caf7.png",
"country": "IN"
},
{
"dirty_name": "PIZZA HUT - SHOP 157",
"clean_name": "Pizza Hut",
"status": "OK",
"logo": "d5463410f32a5f497459ac79552d3ce3",
"logo_url": "https://api.woosmap.com/merchants/logos/d5463410f32a5f497459ac79552d3ce3.png",
"country": ""
},
{
"dirty_name": "CARREFOUR CITY 3112846",
"clean_name": "Carrefour City",
"status": "OK",
"logo": "08ee8a3cecbcd3b7d9103bcf0e04db7e",
"logo_url": "https://api.woosmap.com/merchants/logos/08ee8a3cecbcd3b7d9103bcf0e04db7e.png",
"country": "FR",
"merchant_id": "9651781125"
},
{
"dirty_name": "ITUNES.COM/BILL",
"clean_name": "Apple",
"status": "OK",
"logo": "5eb75a5239b76287f44021f8e6e1bd41",
"logo_url": "https://api.woosmap.com/merchants/logos/5eb75a5239b76287f44021f8e6e1bd41.png",
"country": "IE",
"merchant_id": "2070070200925"
},
{
"dirty_name": "Pepa SL Gracia",
"clean_name": "",
"status": "OK",
"logo": "",
"logo_url": "",
"country": "ES",
"merchant_id": "34J21189"
}
]
}
According to a JD Power Study on mobile banking apps, Information Clarity contributes to 19% of overall satisfaction: it's a key component!
Help your customers to remember where payments took place
FAQ
How does it work?
After using extracts from your own transactions to train our machine learning model, the API is able to process all your transactions.
How can I integrate the Merchant API?
There are several ways with dedicated methods: either in batch, more suited to back-end integration, or in real-time for front-end usages.
Feel free to get in touch with our team for more recommendations.
What is the coverage?
Woosmap Merchant API is currently available in Europe, North America and Asia.
What is the pricing range?
Pricing is based on the volume of transactions. Contact our team for an evaluation.