API Documentation
POST /merchants
Add a Merchant into your profile, thus enabling you to get their payment transactions.
Headers
NAME |
VALUE |
Content-Type |
application/json |
Authorization |
Bearer {token} |
Request
KEY |
REQUIRED |
COMMENT |
email |
Yes |
String. The merchant’s email |
consent |
Yes |
String. |
name |
No |
String. The merchant’s name, if given, will be used to match the information in our system |
Response
NAME |
VALUE |
merchant_id |
Int. |
Status Code
CODE |
COMMENT |
201 |
Request OK, account created. |
400 |
Input data not correct. |
401 |
User not authorized. |