Paystack · Arazzo Workflow
Paystack Create Subaccount and Transaction Split
Version 1.0.0
Create a subaccount, build a transaction split that pays it, then initialize a transaction against the split.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
create-subaccount-and-split
Stand up a marketplace split and take a payment against it.
Creates a subaccount, creates a split that pays the subaccount, and initializes a transaction using the split code.
1
createSubaccount
subaccount_create
Create the partner subaccount that will receive a share of payments.
2
createSplit
split_create
Create a percentage split routing a share to the new subaccount.
3
initializeSplitTransaction
transaction_initialize
Initialize a transaction against the split so the payment is auto-divided.
Source API Descriptions
openapi