get https://api.synthfinance.com/enrich
Translate cryptic bank transactions into merchants with logos, address and more!
Log in to see full request history
Responses
Translate cryptic bank transactions into merchants with logos, address and more!
xxxxxxxxxx
curl --request GET \
--url 'https://api.synthfinance.com/enrich?description=AMZN%20Mktp%20US%2ARW1VY1ZU5' \
--header 'accept: application/json'
xxxxxxxxxx
17{
"merchant": "Amazon.com",
"merchant_id": "mer_9faf5570fd204c9991f94e2797dd9072",
"website": "amazon.com",
"icon": "https://logo.synthfinance.com/amazon.com",
"address": {
"line1": "440 Terry Avenue North",
"city": "Seattle",
"state": "WA",
"postalCode": "98109",
"country": "US"
},
"meta": {
"credits_used": 1,
"credits_remaining": 249237
}
}