If you are a platform or a marketplace and your users take payments that are processed through Adyen, the other pages in this peak season readiness guide apply to you and your users. So be sure to review the rest of this guide.
This page discusses a few topics that are only relevant in the context of Adyen for Platforms.
Review the chargeback split logic
A peak season increase in the number of transactions usually leads to an increase in the number of chargebacks. If you have not set up chargeback logic, Adyen withdraws the full disputed amount from the liable balance account of your platform or marketplace whenever a chargeback occurs.
Chargeback logic refers to billing rules for how to split (or not split) debits and credits related to the chargeback process between your platform or marketplace and your user. Splits you can define are:
- Book the full disputed amount to the liable balance account of your platform or marketplace.
- Book the full disputed amount to the liable balance account of the user involved.
- Split the disputed amount over various balance accounts according to the splits defined in the original payment request. For example, if the payment booked a commission to the platform/marketplace and a chargeback occurs, the commission is charged back from the liable balance account of the platform/marketplace.
You can define all these chargeback splits on the balance platform level, and on the level of individual payments. Chargeback splits defined for a payment override those defined for the balance platform. If you are a platform, we recommended defining split configuration profiles to apply splits automatically according to your preferences for splitting payments, captures, refunds, and chargebacks.
For details, see Split chargebacks for platforms or marketplaces.
Handle outstanding KYC checks
After the users of your platform or marketplace have been onboarded, Adyen needs to re-verify them sometimes, for example, when a provided ID document is about to expire. When this happens, users get some time to respond. During that time, they can still use the capabilities needed to operate on your platform or marketplace.
However, if they do not provide information in time, capabilities may expire and payouts may be blocked. Especially during peak season it is important to prevent this from happening. As a platform or marketplace, you should keep an eye on the webhook event messages that Adyen sends about outstanding data reviews, so that you can alert your users to the need to respond to KYC checks.
- Listen to balancePlatform.accountHolder.updated webhook events.
- If the webhook event includes a verification error, ask the account holder to fix the issue.
Verification errors have acode
and amessage
that explains what the problem is and/or what to do to fix the problem. For example, error code 3_10 with the message "Review of data is required".
See also
Platforms
Marketplaces