Create acquirer reference id config.
POST {{baseUrl}}/alerts/merchants/:member_id/acquirer-reference-ids
Create an acquirer reference id configuration.
Request Body
{"cardScheme"=>"VISA", "acquirerReferenceId"=>"121212"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Id | string | (Required) The user id of the submitter/technical contact. | |
Submitter-First-Name | string | (Required) The first name of the submitter/technical contact. | |
Submitter-Last-Name | string | (Required) The last name of the submitter/technical contact. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"merchantIdentifierConfigId":"88ca4b15-72a6-41dd-8127-573d4b07875c"}