This walkthrough takes you from a freshly issued secret key to a successful charge. You’ll create a payment request, run aDocumentation Index
Fetch the complete documentation index at: https://docs.kwugwo.africa/llms.txt
Use this file to discover all available pages before exploring further.
charge
activity against it, and poll for the result.
Create an ugwo
Charge You’ll get back the new ugwo. Save the
5,000.00 NGN — amounts are sent in the smallest
currency unit (kobo for NGN, pesewas for GHS, cents for USD).uid.Charge it
Run a The response includes the activity, its initial
charge activity. The medium and any medium-specific
parameters go in the data object.status, and any
next_action your customer needs to take. For bank_transfer
that’s a user_action with a virtual account number and an
expires_at in the headers block.Next steps
- Persist the
uidon your order so you can match webhook notifications later. - Set up a customer record and pass its
uidasonyewhen you create the ugwo, so your dashboard groups payments by payer. - Configure a hosted checkout and reference it on
the ugwo (
"checkout": "chk.…") to override the workspace’s default routing rules.

