REST API

REST Example: Customizing Parameters Using a REST API Request

Endpoints:

Test:
PUT
https://apitest.visaacceptance.com
/dms/v2/customization
Production:
PUT
https://api.visaacceptance.com
/dms/v2/customization
Request
{ "type": "organization", "id": "{{organization id}}", "customizations": { "OPERATING_MODE": "SEMI_INTEGRATED", "TIPPING_TYPE": "TIP_AMOUNT", "SIGNATURE_TYPE": "ON_RECEIPT" } }
Response for a Successful Request
The body of the response is empty. A successful response is indicated with a
200 OK
status.
{ }