Merchant

Get a Merchant

get

Retrieve the merchant associated with the specified merchant number.

Path parameters
merchantNumberstringRequired

The merchant's unique identification number.

Header parameters
exchangeIdstringOptional

Correlation Id for the request.

Responses
200

Returns a single merchant successfully.

application/json
get
/api/launchIntegratorSetup/v1.0/integrateMerchant/merchants/{merchantNumber}

Create a New Merchant

post

Create a new merchant record using the data provided in the request body.

To successfully create a merchant, include at least the following required fields:

  • dbaName

  • emailAddress

  • mccCode

Path parameters
hierarchyNodeKeystringRequired

The hierarchy node of the parent under which the new merchant should be created.

Header parameters
exchangeIdstringOptional

Correlation Id for the request.

Body
externalCustomerIdstring | nullableOptional

External identifier for the new merchant in your system. Returned in webhooks alongside the merchant number in your system.

Example: id28829382999
applicationExpirationTimeinteger · int32Optional

Duration (in days) for which the created application links remain valid before expiring. Default to 30 days, if not set.

Example: 7
pendEmailAddressstring · email | nullableOptional

Email address of the Sales Rep or Partner to notify when merchant application status is set to PEND.

Responses
post
/api/launchIntegratorSetup/v1.0/integrateMerchant/{hierarchyNodeKey}

Last updated

Was this helpful?