Get Merchant

Get a single merchant detail. Browsing merchant information will be viewed user to the merchant's.


Resource URL

https://oms.sokochan.com/api/1.0/merchants/view


Parameter(s)

Name Description Type Length
curl -X GET -H "Authorization: Basic ZnJlZDpmcmVk="\
"https://oms.sokochan.com/api/1.0/merchants/view"
    {
    "merchant": "DEMO",
    "alias": "Test",
    "email": "Test@test.com",
    "address": "Test 111/ 111 ...",
    "comment": "......",
    "webhook_url": "l45hkl45kl5hkl5h4j56"
}
		

Documentation

The fields of the result have the following type and meaning:

Name Description Type Length
merchant Merchant Name string 22
alias
Alias string 180
email
Email string 180
address
Address string 250
comment
Comment string 50
webhook_url
Webhook URL string 300