Merchant Management Service
API Reference
Acquirer Profile

API endpoints for managing acquirer profiles

Get Acquirer Profiles

GET /api/v2/acquirer
Accept: application/json
Authorization: Bearer {jwt}

Parameters

NameInTypeRequiredDescription
profileNamequerystringfalseLike query
pageNumberquerynumberfalseDefault 1
pageSizequerynumberfalseDefault 10, query all use -1

Response

StatusMeaningDescriptionSchema
200OK (opens in a new tab)Example responseWrapper: Response List<T>
Data: AcquirerProfile

Create Acquirer Profile

POST /api/v2/acquirer
Authorization: Bearer {jwt}

Method: PaymentMethod

Parameters

AcqProfileRequest

{
  "profileName": "string",
  "currency": "string",
  "connMessageFormat": "string",
  "connUrl": "string",
  "notifyUrl": "string",
  "connTimeout": 0,
  "connRequestTimeout": 0,
  "emvList": {
    "01": [0],
    "02": [0],
    "03": [0],
    "04": [0],
    "05": [0],
    "06": [0]
  },
  "methodList": {
    "01": ["string"],
    "02": ["string"],
    "03": ["string"],
    "04": ["string"],
    "05": ["string"],
    "06": ["string"]
  }
}

Response

StatusMeaningDescriptionSchema
200OK (opens in a new tab)Example responseWrapper: Response<T>

Response Schema

NameTypeRequiredRestrictionsDescription
idnumberfalsenonenone

Delete Acquirer Profile

DELETE /api/v2/acquirer/{profileId}`
Authorization: Bearer {jwt}

Parameters

NameInTypeRequiredDescription
profileIdpathstringtruenone

Response

StatusMeaningDescriptionSchema
200OK (opens in a new tab)Example responseWrapper: Response<T>

Response Schema

NameTypeRequiredRestrictionsDescription
idnumberfalsenonenone

Update Acquirer Profile

PUT /api/v2/acquirer/{profileId}
Authorization: Bearer {jwt}

Method: PaymentMethod

Parameters

AcqProfileRequest

Response

StatusMeaningDescriptionSchema
200OK (opens in a new tab)Example responseWrapper: Response<T>

Response Schema

NameTypeRequiredRestrictionsDescription
idnumberfalsenonenone