EN
Go back

Merchant API

An API to make it easier to read your customers' account statements: send your payment card transaction labels to the API and clarify transaction lists by retrieving easy-to-recognize merchant names, brand logos, and precise location of expenses thanks to Google PlaceID (in Europe, North America and Asia). See documentation

Transactions
mobile timemobile icons
Back buttonMy accountUser avatar
Cleaned transactions
mobile timemobile icons
Back buttonMy accountUser avatar
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"
    }
  ]
}