Description

Retrieves specific Merchant object record

Arguments

Argument Description Required
merchant_id Merchant Id true

Example Request

curl https://api.atpay.com/api/v5/rest/merchants/m_-hnOo_Ef_3KWw6juVeiPGw\
   -u key:secret \

Example Response

{
   "sid" : "m_-hnOo_Ef_3KWw6juVeiPGw",
   "private_key" : "iMLOBNvudvDeJqX04lhORPTlFBCyxYP0Ut+yxxRfwiE=",
   "authorized_domain" : "https://api.atpay.com",
   "secret_key" : "sk_k6-oDA2egElF9qc7h5Fcaw",
   "updated_at" : "2016-10-23T20:01:03.348-06:00",
   "public_key" : "by/7MQfBdqkW2mGpUD4mIf2e5cpyYqLDWZFfXafYxTI=",
   "created_at" : "2016-10-23T20:01:03.348-06:00"
}