This page contains the release notes for Pay by Link, Checkout API, and Drop-in/Components for web, iOS, Android, React Native, and Flutter starting from 2020.
Release notes
Learn about the latest updates to our API, and Drop-in/Components for web, iOS, and Android.
- POST /paymentMethods:
- To comply with EU consumer choice regulations, The
name
of the payment method group for cards is now Cards instead of Credit Card. When you use Drop-in with this API version, the payment method list shows this payment method group as Cards.
- To comply with EU consumer choice regulations, The
- POST /payments:
- When you make a partial payment with a gift card, and the shopper gets redirected for 3D Secure 2 authentication, the return URL includes
redirectResult
instead ofMD
andPaRes
. This aligns with other 3D Secure redirect flows.
- When you make a partial payment with a gift card, and the shopper gets redirected for 3D Secure 2 authentication, the return URL includes
- POST /paymentLinks:
- When you create a payment link through the API, the setting to store payment method details in the Customer Area no longer works. Instead, you have to use the
storePaymentMethodMode
parameter to indicate if the details of the payment method will be stored. metadata
: more than 80 characters will result in a validation error.
- When you create a payment link through the API, the setting to store payment method details in the Customer Area no longer works. Instead, you have to use the
-
POST /paymentLinks:
-
expiresAt
format is now ISO 8601 with a time zone offset indicator (YYYY-MM-DDThh:mm:ss+TZD
). For example, 2020-12-18T10:15:30+01:00. This format is consistent with the other timestamps that we return.Previously, the format included the timezone indicator Z.
-