Test Your Set Up

You can send a test API request to validate that your account, API key, JWT messages, and MLE security are working as intended.
Visa Acceptance Solutions
Visa Acceptance Platform
recommends that you test and verify that your payment system can securely send and receive REST API messages before transitioning to a production account.
Postman Testing
You can verify your HTTP signature message using Postman. To download a Postman collection of basic payment API requests, see the Cybersource REST API collection on the Postman website.
When testing an API outside of the Developer Center's API Reference sandbox, send your test API requests to the test server:
https://apitest.visaacceptance.com
For example, to test an authorization request, you can send the request to this endpoint:
https://apitest.visaacceptance.com
/pts/v2/payments

Test Your API Response MLE Key

Follow these steps to verify that your API response MLE key is working using the API Reference in the Developer Center. If you have not already created or submitted an API response MLE certificate, see Create or Submit an API Response MLE Key.
  1. Go to the API Reference in the
    Visa Acceptance Solutions
    Developer Center:
  2. Choose an API that supports MLE on the left navigation panel.
    MLE support is indicated by
    Request MLE
    and
    Response MLE
    at the top of the screen.
  3. Choose the
    MLE Configuration
    tab.
  4. Enter your API response MLE key credentials in the Message Level Encryption Credentials section:
    • Response encryption:
      Enter the key ID of your API response MLE key.
      This is the key ID that you saved in Step 10 in the Create or Submit an API Response MLE Key section in Enable Message-Level Encryption.
    • Response decryption:
      Click
      Browse
      to submit your own decryption private key from your local system. Only
      .p12
      files are supported.
  5. Click
    Update Credentials
    .
  6. Click the Send drop-down menu icon ( ) in the Request: Live Console section and choose
    Send Request with Message Level Encryption
    .
  7. Click
    Send
    .
  8. If a
    Success: HTTP Status Code: 201
    message displays in the Response section, your API response key is properly configured.