Merchant

Retrieves the list of merchants

Retrieves the list of merchants which code can appear in the extra object of some transactions

SecurityBearer
Request
query Parameters
page
integer
Default: 1

The collection page number

itemsPerPage
integer [ 0 .. 100 ]
Default: 30

The number of items per page

Responses
200

Merchant collection

get/merchants
Request samples
Response samples
[
  • {
    }
]

Retrieves a Merchant resource.

Retrieves a Merchant resource.

SecurityBearer
Request
path Parameters
merchantId
required
string
Responses
200

Merchant resource

404

Resource not found

get/merchants/{merchantId}
Request samples
Response samples
{
  • "merchantId": "string",
  • "name": "string"
}