functions
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Version: 1-alpha
BasePath:/v1
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
- HTTP Basic Authentication
[ Jump to Models ]
Table of Contents
(createMerchant)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"stripeAcctId" : "stripeAcctId",
"connectedAccountWebhookUrl" : "connectedAccountWebhookUrl",
"gatewayAccountId" : "gatewayAccountId",
"gatewayCredentials" : "gatewayCredentials",
"transactionWebhookUrl" : "transactionWebhookUrl",
"shopifyDomain" : "shopifyDomain",
"stripeOnConnectionRedirectURL" : "stripeOnConnectionRedirectURL",
"enabled" : true,
"createdAt" : "2000-01-23T04:56:07.000+00:00",
"stripeURLToConnectAccount" : "stripeURLToConnectAccount",
"commissionPercentage" : 0.8008281904610115,
"gatewayURL" : "gatewayURL",
"drveUid" : "drveUid",
"testMode" : true,
"name" : "name",
"id" : "id",
"updatedAt" : "2000-01-23T04:56:07.000+00:00"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Ok
MerchantOutput
Up
put /merchants/{drveUid}
(editMerchant)
Path parameters
drveUid (required)
Path Parameter — default: null
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"stripeAcctId" : "stripeAcctId",
"connectedAccountWebhookUrl" : "connectedAccountWebhookUrl",
"gatewayAccountId" : "gatewayAccountId",
"gatewayCredentials" : "gatewayCredentials",
"transactionWebhookUrl" : "transactionWebhookUrl",
"shopifyDomain" : "shopifyDomain",
"stripeOnConnectionRedirectURL" : "stripeOnConnectionRedirectURL",
"enabled" : true,
"createdAt" : "2000-01-23T04:56:07.000+00:00",
"stripeURLToConnectAccount" : "stripeURLToConnectAccount",
"commissionPercentage" : 0.8008281904610115,
"gatewayURL" : "gatewayURL",
"drveUid" : "drveUid",
"testMode" : true,
"name" : "name",
"id" : "id",
"updatedAt" : "2000-01-23T04:56:07.000+00:00"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Ok
MerchantOutput
Up
get /merchants/{drveUid}
(getMerchant)
Path parameters
drveUid (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
{
"stripeAcctId" : "stripeAcctId",
"gatewayAccountId" : "gatewayAccountId",
"connectedAccountWebhookUrl" : "connectedAccountWebhookUrl",
"gatewayCredentials" : "gatewayCredentials",
"transactionWebhookUrl" : "transactionWebhookUrl",
"shopifyDomain" : "shopifyDomain",
"stripeOnConnectionRedirectURL" : "stripeOnConnectionRedirectURL",
"enabled" : true,
"stripeURLToConnectAccount" : "stripeURLToConnectAccount",
"createdAt" : "2000-01-23T04:56:07.000+00:00",
"gatewayURL" : "gatewayURL",
"commissionPercentage" : 0.8008281904610115,
"drveUid" : "drveUid",
"testMode" : true,
"name" : "name",
"id" : "id",
"updatedAt" : "2000-01-23T04:56:07.000+00:00"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Ok
Partial_MerchantOutput_
(getMerchants)
Return type
Example data
Content-Type: application/json
{
"stripeAcctId" : "stripeAcctId",
"connectedAccountWebhookUrl" : "connectedAccountWebhookUrl",
"gatewayAccountId" : "gatewayAccountId",
"gatewayCredentials" : "gatewayCredentials",
"transactionWebhookUrl" : "transactionWebhookUrl",
"shopifyDomain" : "shopifyDomain",
"stripeOnConnectionRedirectURL" : "stripeOnConnectionRedirectURL",
"enabled" : true,
"createdAt" : "2000-01-23T04:56:07.000+00:00",
"stripeURLToConnectAccount" : "stripeURLToConnectAccount",
"commissionPercentage" : 0.8008281904610115,
"gatewayURL" : "gatewayURL",
"drveUid" : "drveUid",
"testMode" : true,
"name" : "name",
"id" : "id",
"updatedAt" : "2000-01-23T04:56:07.000+00:00"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Ok
[ Jump to Methods ]
Table of Contents
MerchantInput -
MerchantInputEdit -
MerchantOutput -
Partial_MerchantOutput_ -
StatusModel -
drveUid
shopifyDomain
commissionPercentage
enabled
name
transactionWebhookUrl
connectedAccountWebhookUrl
stripeOnConnectionRedirectURL
shopifyDomain (optional)
commissionPercentage (optional)
enabled (optional)
name (optional)
transactionWebhookUrl (optional)
connectedAccountWebhookUrl (optional)
stripeOnConnectionRedirectURL (optional)
drveUid
shopifyDomain
commissionPercentage
enabled
name
transactionWebhookUrl
connectedAccountWebhookUrl
stripeOnConnectionRedirectURL
id
createdAt
updatedAt
status
gatewayURL
gatewayAccountId
gatewayCredentials
stripeAcctId (optional)
stripeURLToConnectAccount
testMode
Make all properties in T optional
status (optional)
gatewayURL (optional)
gatewayAccountId (optional)
gatewayCredentials (optional)
stripeAcctId (optional)
stripeURLToConnectAccount (optional)
testMode (optional)
drveUid (optional)
shopifyDomain (optional)
commissionPercentage (optional)
enabled (optional)
name (optional)
transactionWebhookUrl (optional)
connectedAccountWebhookUrl (optional)
stripeOnConnectionRedirectURL (optional)
id (optional)
createdAt (optional)
updatedAt (optional)