Environment URLs
Environment | Base URL |
---|---|
NDT Staging | https://mtapi.stg-newdaytechnology.net/tms/merchant-service/ |
NDT Production | https://mtapi.newdaytechnology.net/tms/merchant-service/ |
Endpoints
Create Merchant
Creates a new Merchant.
post
/merchants
Retrieve Merchants
Retrieves a List of Merchants that belong to an Organisational unit.
get
/merchants
Update Merchant
Updates Merchant Details.
put
/merchants/{merchantId}
Retrieve Merchant
Retrieves a specific Merchant by id.
get
/merchants/{merchantId}
Models
Was this page helpful?