Once the CyberSource integration is configured, you should be able to go to your store and place a test transaction. If the transactions are successful, the orders will be visible in Oracle Commerce Cloud reports in the CyberSource Business Center under Transaction Search.

Note: You cannot place test transactions in preview mode; you must place them from your store. See Preview your store for information about preview mode.

The following page provides a list of test credit card numbers:

https://www.cybersource.com/developers/other_resources/quick_references/
test_cc_numbers/

Note that to enable communication between CyberSource and your Commerce Cloud sites, you must add the appropriate URL and HTTP methods to the allowedOriginMethods property of each site object, and then publish your changes. For example, for a site whose ID is siteUK:

PUT /ccadmin/v1/sites/siteUK HTTP/1.1
Authorization: Bearer <access_token>
x-ccasset-language: en

{
 "properties": {
 "allowedOriginMethods": {
 "https://testsecureacceptance.cybersource.com": "GET,PUT,POST,OPTIONS"
 }
 }
}

For more information, see the CORS Support section of the Extending Oracle Commerce Cloud guide.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices