void |
AdjustAuthorisationRequest.setSplits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
void |
CancelRequest.setSplits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
void |
CaptureRequest.setSplits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
void |
PaymentRequest.setSplits(List<Split> splits) |
An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).
|
void |
PaymentRequest3d.setSplits(List<Split> splits) |
An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).
|
void |
PaymentRequest3ds2.setSplits(List<Split> splits) |
An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).
|
void |
RefundRequest.setSplits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
void |
TechnicalCancelRequest.setSplits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
void |
VoidPendingRefundRequest.setSplits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
AdjustAuthorisationRequest |
AdjustAuthorisationRequest.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
CancelRequest |
CancelRequest.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
CaptureRequest |
CaptureRequest.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
PaymentRequest |
PaymentRequest.splits(List<Split> splits) |
An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).
|
PaymentRequest3d |
PaymentRequest3d.splits(List<Split> splits) |
An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).
|
PaymentRequest3ds2 |
PaymentRequest3ds2.splits(List<Split> splits) |
An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).
|
RefundRequest |
RefundRequest.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
TechnicalCancelRequest |
TechnicalCancelRequest.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
VoidPendingRefundRequest |
VoidPendingRefundRequest.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|