POST
/
api
/
enroll_merchant
curl --request POST \
  --url https://api.chargeblast.com/api/enroll_merchant \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "Ethoca",
  "requestData": {
    "streetAddress": "<string>",
    "mcc": "<string>",
    "caids": [
      "<string>"
    ],
    "ruleset": "<string>",
    "country": "<string>",
    "amexDescriptor": "<string>",
    "zip": "<string>",
    "city": "<string>",
    "type": "<string>",
    "arns": [
      "<string>"
    ],
    "selectedAlerts": [
      "<string>"
    ],
    "amexSe": "<string>",
    "legalName": "<string>",
    "discoverSe": "<string>",
    "processor": "<string>",
    "dbaName": "<string>",
    "state": "<string>",
    "descriptors": [
      "<string>"
    ],
    "bins": [
      "<string>"
    ]
  },
  "merchantId": "<string>"
}'
123

Query Parameters

api_key
string
required
merchant_id
string | null

Body

application/json
type
enum<string>
required
Available options:
Ethoca,
CDRN,
RDR,
Discover,
AMEX,
JCB,
Unknown,
requestData
object
required
merchantId
string | null

Response

200 - application/json
OK

The response is of type integer.