Unified Checkout Integration

Unified Checkout Integration
allows merchants to accept many different digital payment types using a single interface.

Prerequisites

Unified Checkout Integration
must be enabled at the portfolio level before in can be added to merchant accounts. To enable at the
Unified Checkout Integration
at the portfolio level, contact your sales representative.

Enabling
Unified Checkout Integration
on the Business Center

  1. Navigate to the Merchant Details Page within Portfolio Management.
  2. Click the
    Add products
    button.
  3. Select
    Unified Checkout
    , and click the
    Add
    button.
Unified Checkout Integration
should appear on the Merchant's product list.

Enabling
Unified Checkout Integration
with the REST API

To enable
Unified Checkout Integration
:
Set the
productInformation.selectedProducts.payments.unifiedCheckout.subscriptionInformation.enabled
field to
yes

REST Example: Enabling
Unified Checkout Integration

Production Endpoint:
POST
https://api.visaacceptance.com
/boarding/v1/registrations
Test Endpoint:
POST
https://apitest.visaacceptance.com
/boarding/v1/registrations
{ "productInformation":{ "selectedProducts":{ "payments":{ "unifiedCheckout":{ "subscriptionInformation":{ "enabled":"true" } } } } } }