account-terminals
aid_account_management_terminals_post
Register a physical payment terminal and associate it with a store.
scopes:
- admin:accounts
- write:accounts
post/accounts/{aid}/terminals
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Request body
Example request
{
"device_serial_number": "123456789012",
"store_id": "S312"
}Response
Terminal
Example response
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"terminal_id": "T12233302-T0001",
"device_serial_number": "123456789012"
}