📄️ Partners Guide
Sylq is an all-in-one merchant payment platform. With Sylq you can streamline your payment process with our all-in-one solution. Accept cards, bank payments and cryptocurrencies in-store, online or remotely via sms or email. Take payments from a smart terminal, Android or iOS device wherever you are in Europe.
📄️ 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 Payments [GET]
To retrieve the payments, we can use the following endpoints (for both Staging and Production environments), in addition, you can recover all payments or only the payment you want.
📄️ 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.