Get organization merchants

Get merchants belonging to an organization that the user has access to

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
Organization identifier

Response

Organization merchants retrieved successfully
idstring
Merchant ID
namestring
Merchant name
urlstring
Merchant URL
slugstring
Merchant slug
countryobject
Merchant country information
isCompanyboolean
Merchant is company
organizationIdstring
Organization ID associated with the merchant
organizationNamestring
Organization name associated with the merchant
roleslist of objects
Roles assigned to the user for this merchant
brandingobject
Merchant branding information
isCreditLineboolean
Merchant is credit line
maxCryptoUsdLimitdouble
Merchant maximum crypto USD limit

Errors

400
Get Organization Merchants Request Bad Request Error
401
Get Organization Merchants Request Unauthorized Error
403
Get Organization Merchants Request Forbidden Error
404
Get Organization Merchants Request Not Found Error
500
Get Organization Merchants Request Internal Server Error