Paystack · Arazzo Workflow
Paystack Create Customer and Send Payment Request
Version 1.0.0
Create a customer, raise an invoice-style payment request for them, send the email notification, then verify the request.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
create-customer-and-payment-request
Onboard a customer and send them an invoice-style payment request.
Creates the customer, raises a payment request for that customer, sends the notification email, and verifies the request to read its status.
1
createCustomer
customer_create
Create the customer the payment request will be addressed to.
2
createPaymentRequest
paymentRequest_create
Raise a payment request for the new customer with the supplied amount.
3
sendNotification
paymentRequest_notify
Send the email notification for the payment request to the customer.
4
verifyPaymentRequest
paymentRequest_verify
Verify the payment request by its code to read back its status.
Source API Descriptions
openapi