Skip to main content

splitpay

This object should be used only for Splitpay transactions only, an array containing the linked accounts and the amount shared with each. You must include either amount or percent. However, you cannot include both values.

linkedAccountstringrequired

This is the ID of the linked account. This account must already be linked to the merchant account.

Example: 123124124
amountnumber

This is the amount to transfer to the linked account in minor currency units. The total amount to all linked accounts cannot exceed the transaction total.

Example: 505
percentnumber

This is the percentage of the total transaction amount to transfer to that account. The total percentage to all linked accounts cannot exceed 100%.

Example: 5
splitpay
{
"linkedAccount": "123124124",
"amount": 505,
"percent": 5
}