REST API

REST Example: Retrieving the Root CA Certificate Using a REST API Request

Endpoints

Test:
GET
https://apitest.visaacceptance.com
/dms/v2/devices/certificates/rootca
Production:
GET
https://api.visaacceptance.com
/dms/v2/devices/certificates/rootca
Request
The body of the request is empty.
{ }
Response for a Successful Request
The response includes a PEM–encoded certificate chain.
{ "certificateChain": "-----BEGIN CERTIFICATE-----Your certificate response data appears here.-----END CERTIFICATE-----" }