Checkout API v70 changes how you use tokenization and items for in a payment request for risk management.
This page describes how you upgrade your integration to use Checkout API v70.
Previously, you could set whether to store your shopper's payment details for recurring payments in the Customer Area, under Settings > Checkout settings > enableRecurring. As of Checkout API v70, you can no longer do this.
This means that from Checkout v70 onward, you manage all tokenization settings exclusively through the Checkout API.
Create a token
Use the token
Include line items for risk rules
In Checkout API v70, you can configure custom risk rules for items using the lineItems fields instead of additionalData.riskdata.basket.
v70 or later | v69 or earlier |
---|---|
description |
item.productTitle |
amountIncludingTax |
item.amountPerItem |
itemCategory |
item.category |
quantity |
item.quantity |
id |
item.id |
color |
item.color |
brand |
item.brand |
manufacturer |
item.manufacturer |
receiverEmail |
item.receiverEmail |
size |
item.size |
sku |
item.sku |
upc |
item.upc |
For example, to include two items with product title, category, and brand in your payment request: