Bulk Upload Template
Copy the following format for all JSON files uploaded to the Bulk Upload tool.
[
{
"split_name": "SplitExample",
"device_address": "11fF6C6aeedcGXYmksB6HdiDRcgXrrD2tGMiAJf8yPE7hh1SBfr",
"payment_mode": "automatic",
"payment_schedule": "weekly",
"payment_day": "fri",
"recipients": [
{
"pays_split_fees":false,
"recipient_id": "1234",
"recipient_first_name": "John",
"recipient_last_name": "Smith",
"recipient_email": "john@smith.xyz",
"helium_address": "1aUkTN6qAaqaBLdeyWs7wGd6EKKbb9FsqkTuuHp7kZ1c1mcKtAJ",
"solana_address": "11fF6C6aeedcGXYmksB6HdiDRcgXrrD2tGMiAJf8yPE7hh1SBfr",
"percentage": 60
},
{
"pays_split_fees": true,
"recipient_id": "5678",
"helium_address": "1aUkTN6qAaqaBLdeyWs7wGd6EKKbb9FsqkTuuHp7kZ1c1mcKtAJ",
"percentage": 40
}
]
},
{
"split_name": "SplitExample",
"nft_address": "11fF6C6aeedcGXYmksB6HdiDRcgXrrD2tGMiAJf8yPE7hh1SBfr",
"payment_mode": "automatic",
"payment_schedule": "monthly",
"payment_date": 31,
"recipients": [
{
"pays_split_fees":false,
"recipient_id": "1234",
"recipient_first_name": "John",
"recipient_last_name": "Smith",
"recipient_email": "john@smith.xyz",
"solana_address": "11fF6C6aeedcGXYmksB6HdiDRcgXrrD2tGMiAJf8yPE7hh1SBfr",
"percentage": 60
},
{
"pays_split_fees": true,
"recipient_id": "5678",
"solana_address": "1aUkTN6qAaqaBLdeyWs7wGd6EKKbb9FsqkTuuHp7kZ1c1mcKtAJ",
"percentage": 40
}
]
},
{
"split_name": "SplitExample",
"device_address": "11fF6C6aeedcGXYmksB6HdiDRcgXrrD2tGMiAJf8yPE7hh1SBfr",
"payment_mode": "automatic",
"payment_schedule": "daily",
"recipients": [
{
"pays_split_fees":false,
"recipient_id": "1234",
"recipient_first_name": "John",
"recipient_last_name": "Smith",
"recipient_email": "john@smith.xyz",
"helium_address": "1aUkTN6qAaqaBLdeyWs7wGd6EKKbb9FsqkTuuHp7kZ1c1mcKtAJ",
"percentage": 60
},
{
"pays_split_fees": true,
"recipient_id": "5678",
"helium_address": "1aUkTN6qAaqaBLdeyWs7wGd6EKKbb9FsqkTuuHp7kZ1c1mcKtAJ",
"percentage": 40
}
]
},
{
"split_name": "SplitExample",
"device_address": "11fF6C6aeedcGXYmksB6HdiDRcgXrrD2tGMiAJf8yPE7hh1SBfr",
"payment_mode": "manual",
"recipients": [
{
"pays_split_fees":false,
"recipient_id": "1234",
"recipient_first_name": "John",
"recipient_last_name": "Smith",
"recipient_email": "john@smith.xyz",
"helium_address": "1aUkTN6qAaqaBLdeyWs7wGd6EKKbb9FsqkTuuHp7kZ1c1mcKtAJ",
"percentage": 60
},
{
"pays_split_fees": false,
"recipient_id": "5678",
"helium_address": "1aUkTN6qAaqaBLdeyWs7wGd6EKKbb9FsqkTuuHp7kZ1c1mcKtAJ",
"percentage": 40
}
]
}
]
Last updated