Skip to main content
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

integer[]
Status filter, repeatable. 1 = active, 2 = inactive. Defaults to active + inactive when omitted.
string[]
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).
string
Checkout ID (chk.…).
string
Human-readable name from the dashboard.
string
ISO-4217 currency code.
string
active or inactive.
object[]
Mediums enabled on this checkout, ordered by position. Each entry has medium, position, is_default.