Connecting Yandex Split
By adding Yandex Split to your site, you can give your customers an option to split payments for their Yandex Pay purchases.
To connect Yandex Split:
-
Register in the merchant console.
-
In the Services menu, select Split, create a request and conclude a contract.
-
Enable technical integration by the API or add a CMS module.
To enable the Split payment method in the Yandex Pay form, add the payment method named SPLIT
to availablePaymentMethods
:
-
When integrating by adding a button,
availablePaymentMethods
is passed in the /order/render response. When the buyer pays using Yandex Split, the merchant's backend will receive an /order/create request with the payment method (paymentMethod
) equal toSPLIT
. -
When Integrating by adding a payment link,
availablePaymentMethods
is passed in the link creation request.
Note
If you do not have a payment provider for accepting bank card payments, leave only the SPLIT
method in availablePaymentMethods
:
"availablePaymentMethods": ["SPLIT"]