On This Page
Frequently Asked Questions about Unified Checkout
Unified Checkout
This topic provides answers to frequently asked questions about
Unified Checkout
and the migration process from Secure Acceptance
.Frequently Asked Questions
- How do I enableUnified Checkout?
- Unified Checkoutis enabled by your partner or through Client Support.
- How do I enable the payment methods required forUnified Checkout?
- Digital Payment options must be enrolled onto and configured by the merchant conducting the integration. Details on how to enable digital payment can be found in theUnified CheckoutConfiguration.
- How do I addUnified Checkoutto my mobile applications?
- Unified Checkoutis primarily built for web pages. However, it can be integrated into mobile applications through use of a WebView. Additionally, theCybersourceAcceptance platform has a number of additional products such asFlex APIthat can be used to power acceptance in mobile apps. For more information, visit https://github.com/cybersource
- What card types are supported onUnified Checkout?
- Support is dependent on your processing capability. See the current list atUnified CheckoutCard Types.
- What payment methods are supported onUnified Checkout?
- See the current list of supported payment methods atUnified CheckoutPayment Methods .
- Can I customize the look and feel ofUnified Checkoutto fit in with my web page branding?
- Yes, this can be managed through bothUnified Checkoutconfiguration within theBusiness Centerand using thesessionsAPI request. For information about configuring the look and feel in theBusiness Center, see theCustomize thesection of theUnified CheckoutLook and FeelUnified CheckoutDeveloper Guide.
- How does authentication work inUnified Checkout?
- Unified CheckoutusesCybersourceREST HTTP signature authentication. Requests to thesessionsAPI and other REST APIs are signed using merchant REST credentials.
- I am usingSecure AcceptanceCheckout API/ Silent Order Post. Can I keep my existing forms?
- Unified Checkoutis designed by be highly customizable but does not provide a fully headless solution. ForCheckout APImigration, you can continue collecting most fields in your form but payment details such as the PAN, CVV, and expiration date are captured byUnified Checkout. Capture of the billing and shipping information is determined by capture context configuration. In addition, there are multiple ways to integrateUnified Checkoutusing the SDK. It is your choice to render or not render a payment button for card payments inUnified Checkout.
- Do I need webhooks?
- Cybersourcestrongly recommends that you use webhooks for production integrations to retrieve final transaction status information.Unified Checkoutprovides a response to your browser to enable you to understand the result of the transaction, but webhooks provides all of the information that is returned from the payments request.