Paystack · Arazzo Workflow
Paystack Create Product and Payment Page
Version 1.0.0
Create a product, check a page slug is available, create a hosted payment page, then attach the product to the page.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
create-product-and-payment-page
Build a hosted checkout page and attach a product to it.
Creates a product, checks slug availability, creates a payment page, and adds the product to the page.
1
createProduct
product_create
Create the product that will be sold through the hosted page.
2
checkSlug
page_checkSlugAvailability
Check that the desired payment page slug is still available.
3
createPage
page_create
Create the hosted payment page at the chosen slug.
4
addProductToPage
page_addProducts
Attach the created product to the payment page.