Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Crypto Exchanges => Mercatox => Topic started by: melvss28 on July 20, 2018, 10:39:10 AM

Title: Mercatox Internal Transactions
Post by: melvss28 on July 20, 2018, 10:39:10 AM
Payments processing through Mercatox Internal Transactions

To start receiving payments using our merchants:

Register on mercatox.com

Go to merchant page

Create new merchant

Get your public and private keys in "Settings" of your merchant

To work with the API send POST request to URL https://mercatox.com/api/<METHOD_NAME> with two parameters data and signature, where:

data - result of function base64_encode($json_string)

signature - result of function base64_encode(sha1( $private_key . $data . $private_key, 1 ))