Skip to content

Merchant Users

Jovana Veskovic edited this page May 9, 2019 · 12 revisions

A merchant can have multiple users, which are ultimately the final customers who will be using the merchant's application to make purchases. However, in order to create merchant users, a merchant must have admin authority.

Operations

Create Merchant User

Merchant user can be created by providing a following parameter in an URL path:

Merchant-Id

Request body:

email
firstname
lastname
locale
password

Update Merchant User

Merchant user can be updated by providing following parameters in an URL path:

Merchant-Id
User-Id

Request body:

firstname
lastname
locale

Change Merchant User's Password

Merchant user can change a password following parameters in an URL path:

Merchant-Id
User-Id

Request body:

newpassword
oldpassword

Swagger documentation can be found here.

Clone this wiki locally