Create
POST/createConnector/:merchantGuid
Create a connector for the given merchant.
Meta-connector
A meta-connector can only be either a routingMetaConnector or a multiMethodMetaConnector, not both.
- To create a classic routing meta-connector, add 
routingMetaConnectorand the corresponding properties. - To create a multi-method meta-connector, add 
multiMethodMetaConnectorand the corresponding properties. 
Request
Responses
- 200
 - 401
 - 422
 - 500