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.
- Payment methods:
- Bancontact:
- Bancontact card: the shopper pays using a card. Payment method type: bcmc.
- Bancontact mobile: the shopper pays using a bank app that supports Bancontact mobile. Payment method type: bcmc_mobile.
- MoMo:
- MoMo website: the shopper pays using a desktop browser. Payment method type: momo_wallet.
- MoMo app: the shopper pays using a mobile app. Payment method type: momo_wallet_app.
- Bancontact:
- POST /paymentMethods:
- The response now contains the
groups
object, which is an array of payment methods that will be recognized. - For payment methods that support recurring payments, the response now includes
supportsRecurring
:true.
- The response now contains the
- For payments with wallet tokens, you no longer need to include to
additionalData
prefix in the additionalData object. For example, instead ofadditionalData.paywithgoogle.token
, usepaywithgoogle.token
.