Create a new merchant
Use the POST method to create a new merchant in Run Partner. A successful request will return the merchant ID that can be used in subsequent API calls to retrieve merchant data.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Currently supporting Fiserv and Payroc. Additional platforms may be added in the future.
Must be a rep_code that exists on your account. See the /rep_codes endpoint.
Used if adding to an existing account.
ID of the application template to use. If provided, pricing
, fees
, and products
are ignored.
Doing Business As (DBA) name.
Legal name of the business.
Tax identification number.
Number of years the business has been operating.
Business website URL.
Phone number in the format ###-###-####
.
Merchant Category Code (MCC). See /mcc for valid values.
Description of the business.
When the card is charged.
Timeframe for when services or goods are provided.
Refund policy.
Indicates if the business is seasonal.
Colon-delimited month numbers (e.g., 1:2:10 for January, February, and October). Required if seasonal
is true.
Annual transaction volume in dollars.
Average transaction amount in dollars.
Percentage of in-person transactions.
Percentage of online transactions.
Percentage of telephone transactions.
Additional platform-specific ownership types:
Fiserv - tax_exempt
, public_corp
, private_corp
.
Payroc - s_corp
, c_corp
, other
.
First name of the signer.
Last name of the signer.
Date of birth of the signer in the format mm/dd/yyyy.
Residential address line 1 of the signer.
Residential address line 2 of the signer.
Residential city of the signer.
Residential state of the signer (2-character abbreviation).
Residential ZIP code of the signer.
Email address of the signer.
Phone number of the signer in the format ###-###-####
.
Ownership percentage of the signer.
List of addresses associated with the merchant.
Pricing details for the merchant.
Fee details for the merchant.
List of products associated with the merchant.
Response
Merchant created successfully.
Unique identifier for the created merchant.