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.
Checkout API v65 is now available in API Explorer.
- All endpoints
- When a request fails due to validation errors, the response now returns the
pspReference
in the response body.
- When a request fails due to validation errors, the response now returns the
- POST
/payments
- You can now send the following additional parameters when providing risk-related information.
- When making a payment with a gift card, the API now requires the
paymentMethod.brand
.
- POST
/paymentLinks
- You can now use the
riskData
object to send risk-related settings.
- You can now use the
- POST
/paymentMethods
- For gift cards, the response now contains the gift card brand in the
brand
parameter.
- For gift cards, the response now contains the gift card brand in the
- POST
/paymentMethods/balance
- If the gift card has a limit for how much balance can be used in a single transaction, the response now contains this limit in the
transactionLimit
field.
- If the gift card has a limit for how much balance can be used in a single transaction, the response now contains this limit in the
- POST
/payments
- BACS payments now have a voucher payment flow. This means the response now contains
action.type
: voucher instead of redirect.
- BACS payments now have a voucher payment flow. This means the response now contains
- POST
/paymentMethods
- The response no longer contains the following parameters:
supportsRecurring
oneClickPaymentMethods
: UsestoredPaymentMethods
instead.groups
: Usebrands
instead.
- The response no longer contains the following parameters: