View Enriched Data
View Enriched Data
GET
https://api.synapsefi.com/v3.1/enrich/:merchant_id
This endpoint allows you to view detailed merchant information for entity_id
, facilitator_id
, location_id
or biller_id
.
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | This value should be |
Entity, Facilitator or Location IDs are returned as a part of a card transaction stream. These values are located either in from.meta.enriched_info
in case of a push transaction or to.meta.enriched_info
in case of a pull transaction.
For instance, for a transaction description like PAYPAL *NETFLIX.COM 4029357733 CA 950327620
, enriched_info
will look like the following:
A Biller ID on the other hand is the _id
returned on View Billers API call.
Example Request
Last updated