Paystack · Arazzo Workflow
Paystack Finalize and Archive a Draft Payment Request
Version 1.0.0
Create a draft payment request, finalize it to issue the invoice, verify it, then archive it once handled.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
finalize-and-archive-payment-request
Move a draft invoice through finalize, verify and archive.
Creates a draft payment request, finalizes it, verifies the issued status, and archives it.
1
createDraftRequest
paymentRequest_create
Create the payment request as a draft so it can be finalized explicitly.
2
finalizeRequest
paymentRequest_finalize
Finalize the draft so the invoice is issued and the customer notified.
3
verifyRequest
paymentRequest_verify
Verify the request by code to confirm it is now issued.
4
archiveRequest
paymentRequest_archive
Archive the request so it no longer appears in the active list.