Paystack · Arazzo Workflow
Paystack Create Customer, Plan and Subscription
Version 1.0.0
Create a customer, define a billing plan, then subscribe the customer to the plan for recurring charges.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
create-customer-plan-and-subscription
Stand up recurring billing by chaining customer, plan and subscription creation.
Creates the customer, creates the plan, then subscribes the new customer to the new plan using the codes returned by the prior steps.
1
createCustomer
customer_create
Create the customer who will be subscribed to the plan.
2
createPlan
plan_create
Create the recurring plan with the supplied amount and interval.
3
createSubscription
subscription_create
Subscribe the newly created customer to the newly created plan so Paystack manages the recurring charges.
Source API Descriptions
openapi