Get merchant business information such as DBA, corporate information, websites, and business transactions parameters.
Get Business Data
get /merchant-management/business/mid/{merchantId}
Parameters
merchantId required
Type
stringMinimum Length
1Example
111222333444555Loading...
Example Response
200 OK - Success response.
400 Bad Request - Error response.
401 Unauthorized - Error response.
403 Forbidden - Error response.
500 Internal Server Error - Error response.
Update Business Data
patch /merchant-management/business/mid/{merchantId}
Update merchant business information such as DBA, corporate information, websites, and business transactions parameters. Partial updates are supported. Only the fields provided in the request payload will be updated; all other fields will remain unchanged. To clear a field, set its value to null in the request payload.
Parameters
merchantId required
Type
stringMinimum Length
1Example
111222333444555Loading...
Request Schema
federalTaxId required
Type
stringRange
9 to 9 charactersLoading...
corporate required
Type
objectLoading...
dba required
Type
objectLoading...
businessPhone required
Type
stringPattern
^\d{10}$Range
10 to 10 charactersExample
1234567890Loading...
businessFax
Type
stringPattern
^\d{10}$Range
10 to 10 charactersExample
9876543210Loading...
businessEmail required
Type
stringPattern
^[A-Za-z0-9][A-Za-z0-9._%+-]{0,63}@(?:[A-Za-z0-9-]{1,63}\.)+[A-Za-z]{2,63}$Range
3 to 255 charactersExample
email@example.comLoading...
businessType required
Type
stringRange
1 to 1 charactersEnum
ACGILMPSTExample
ALoading...
isNonProfitOrganization required
Type
booleanExample
falseLoading...
yearsInBusiness
Type
numberRange
0 to 500Example
5Loading...
monthsInBusiness
Type
numberRange
0 to 11Example
6Loading...
numberOfLocations required
Type
numberRange
1 to 1000000Example
1Loading...
comments
Type
stringRange
1 to 255 charactersExample
DBA (Doing Business As) related comments for merchant account.Loading...
securityPassword required
Type
stringRange
1 to 50 charactersExample
r@nd0MP@s$W0rdLoading...
websites
Type
arrayLoading...
percentageOfBusinessTransactions required
Type
objectLoading...
highTicketAmount required
Type
numberRange
1 to 99999999.99Example
5000Loading...
averageTicketAmount required
Type
numberRange
1 to 99999999.99Example
150.75Loading...
averageMonthlyVolume required
Type
numberRange
1 to 99999999.99Example
60000Loading...
averageAnnualSalesVolume required
Type
numberRange
1 to 99999999.99Example
720000Loading...
amexMonthlyVolume required
Type
numberRange
1 to 8000000Example
3000Loading...
averageCheckAmount required
Type
numberRange
0 to 99999999.99Example
1000Loading...
monthlyCheckVolume required
Type
numberRange
0 to 99999999.99Example
15000Loading...
discountFrequency required
Type
stringEnum
dailymonthlyExample
dailyLoading...
dynamicDescriptorId required
Type
numberEnum
012Example
1Loading...
hasCheckGuarantee required
Type
booleanExample
falseLoading...
hasCheckConversion required
Type
booleanExample
falseLoading...
highTicketOverrideStatus required
Type
stringEnum
automanualExample
manualLoading...
highTicketOverridePercentage
Type
numberRange
0 to 100Example
99Loading...
retailDescriptor required
Type
stringRange
1 to 255Example
Jo Jackson Spaceage Stereo - Audio components and servicesLoading...
billingDescriptorPhone
Type
stringPattern
^[0-9]{10}$Example
8876543210Loading...
mcc required
Type
stringPattern
^\d{4}$Range
4 to 4 charactersLoading...
windowDiscountId required
Type
numberExample
2Loading...
epxItemizedBillingId required
Type
numberExample
1Loading...
Example Request
Example Response
200 OK - Success response.
401 Unauthorized - Error response.
403 Forbidden - Error response.
500 Internal Server Error - Error response.