On This Page
Retrieving Parameters Using a REST API Request
Using a REST API request, you can retrieve and view customizable parameters and their
current values. Depending on your account settings, you can view values for a portfolio,
merchant, or transacting merchant ID (MID).
You must authenticate each request that you send to a
Visa Acceptance Solutions
API. In
order to authenticate an API request, you can use a REST shared secret key or a
REST certificate. For more information about authentication requirements, see .Endpoints
The GET request must include the organization ID for the portfolio, merchant, or
transacting merchant ID that is sending the request.
Test:
GET
https://apitest.visaacceptance.com
/dms/v2/customization?type=organization&id={{organization
id}}Production:
GET
https://api.visaacceptance.com
/dms/v2/customization?type=organization&id={{organization
id}}Required Fields for Retrieving Parameters Using a REST API Request
The body of the API request is empty. The GET request must include the information
required to return the response.
REST Example: Retrieving Parameters Using a REST API Request
Request
The body of the request is empty. The GET request includes the information required
to return the response.
{ }
Response to a Successful Request
{ "id": "{{organization id}}", "customizations": { Your configured parameters response data appears here. }, "customizationMetadata": { Your possible values for parameters response data appears here. } }