On This Page
Secure Acceptance Hosted Checkout Integration and Checkout API
Hosted Checkout Integration
and Checkout API
IMPORTANT
After migration, you can no longer create subscriptions using
Hosted Checkout Integration
or Checkout API
. To create and manage
subscriptions, you must migrate to the Recurring Billing service that uses the REST
API.Follow these steps to prepare for the migration:
- Integrate to Unified Checkout to collect the payment instrument.
- Integrate to Payments REST API to create the Customer Token from the Transient Token.
- Integrate to the new Recurring Billing service that uses the REST API.
- Become familiar with the new Recurring Billing service user interface in theBusiness Center.
- Contact Cybersource client services to start the migration.
You can still use the Hosted Checkout Integration or Checkout API, but only to perform the
transaction that initializes the subscription agreement and creates a validated token. It
replaces steps 1 and 2 in the list above. To create a token in this way, change the
recurring_frequency
request field value to on-demand
. You must also remove any other
subscription-related fields, such as recurring_*
from the request. After completing this initial
transaction, you can proceed to create the subscription using the REST API in the upgraded
Recurring Billing system.