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 |
---|---|---|
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. |