Checkouts
List checkouts
List the checkout configurations on this workspace.
GET
Returns the checkouts you have configured in the dashboard, optionally
filtered by status and currency. Use a checkout’s
uid as the
checkout parameter on Create an ugwo to route the
payment through that checkout’s specific rules.
Checkouts are created and edited from the dashboard, not from this
API. This endpoint is read-only.
Query parameters
Status filter, repeatable.
1 = active, 2 = inactive.
Defaults to active + inactive when omitted.Currency filter, repeatable. ISO-4217 codes (
NGN, GHS, …).Response
Returns an array of checkout objects (no pagination at this endpoint, since a workspace rarely has more than a handful).Checkout ID (
chk.…).Human-readable name from the dashboard.
ISO-4217 currency code.
active or inactive.Mediums enabled on this checkout, ordered by
position. Each entry has medium, position, is_default.
