...
Code Block |
---|
GET https://api.smartsender.com/v1/cashiers |
Main parametersBasic options:
Name | Description | Validation |
---|---|---|
limitation | Amount of data to display per page | Minimum value 1, maximum 20 |
page | Requested Page | Minimum value 1 |
...
Answer description:
Getting by ID.
Allows you to get information about the specified payment system.
...
In case of a successful response, get an object of type Cashier.
Receiving payments by ID.
...
Code Block |
---|
GET https://api.smartsender.com/v1/cashiers/{cashierId}/logs |
Main parametersBasic options:
Name | Description | Validation |
---|---|---|
page | Requested Page | Minimum value 1 |
limitation | Amount of data to display per page | Minimum value 1, maximum 20 |
...
Answer description:
Name | Description |
---|---|
cursor | Cursor object |
collection | Array of InvoiceLog objects |