On This Page
Retrieve the Root CA Certificate Using a REST API Request
You can use a REST API request to retrieve the Acceptance Devices app server’s Root CA
certificate when the app is operating in Local mode. You would then add the certificate
to your trust store.
You must authenticate each API request you send to a
Cybersource
API by using a REST shared secret key or a REST certificate. For more information about authentication
requirements, see the .Endpoints
Test:
GET
https://apitest.cybersource.com
/dms/v2/devices/certificates/rootcaProduction:
GET
https://api.cybersource.com
/dms/v2/devices/certificates/rootcaRequired Fields to Retrieve the Root CA Certificate Using a REST API Request
The body of the API request is empty.
REST Example: Retrieve the Root CA Certificate Using a REST
API Request
Request
The body of the request is empty.
{ }
Response to a Successful Request
The response includes a PEM–encoded certificate chain.
{ "certificateChain": "-----BEGIN CERTIFICATE-----Your certificate response data appears here.-----END CERTIFICATE-----" }