📄️ Partners Guide
Sylq is a pioneer payment solution allowing brick and mortar merchants to accept fiat and crypto payments from their phone or tablet by generating a QR code. We provide a friction-less, cheaper alternative to card and cash payments, combined with the most effective client engagement features.
📄️ Requirements
The transaction request takes the form of a HTTP `POST` or `GET` request containing JSON message with a transaction details. The request must:
📄️ Environments
Sylq has two environments, the Production environment is a Real environment, with real payments, our Staging environment is for testing and to facilitate your integration, but with it you can also carry out real tests, for now only with Crypto payments.
📄️ Authentication
Sylq uses API keys to authenticate requests. Sylq will be provided you two API key credentials, one for Staging and one for Production.
📄️ Create a Merchant [POST]
Requirements
📄️ Create a Payment [POST]
Requirements
📄️ Create a Donation [POST]
Requirements
📄️ List of Crypto Currencies [GET]
Through a simple call, you can list the Crypto coins and their associated platforms (Blockchain Networks).
📄️ Create a Webhook [POST]
Create a webhook request by simply submitting the type of event (array of strings) you would like to subscribe to: `pending`, `authorising`, `sent`, `confirmed`, `cancelled`, `underpaid` or `failed`.
📄️ Get a list of Payouts [GET]
By means of a call parameter (`merchantid` or `referenceid`) you can find out whether the settlement of the payment (`referenceid`) or of all payments of a Merchant (`merchantid`) was executed and completed.