Retrieve Merchant (by id)

GET {{base_url}}/banking/v2/merchants/:merchantId

The ‘Get Merchant by id’ endpoint returns the merchant linked to the corresponding merchant id that has been passed as a param.

Path variables

FieldTypeDescription
merchantIdstringUnique identifier for the merchant

Attrributes

FieldTypeDescription
idstringUnique identifier for the merchant
namestringName of the merchant
categoryCodestringCode for the category
addressLinestringMerchant address (if available)

Error messages

ConditionResponse StatusResponse Body
Invalid merchantId404 Not Found

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
X-Api-Keystring
X-Partner-Idstring
Authorizationstring

RESPONSES

status: OK

{"id":"merchantId1234","name":"Google","categoryCode":"","addressLine":""}