ledger-offramp accounts

Get a list of offramp accounts

Get a list of offramp accounts, with pagination and payout currency

get/ledger/offramp-accounts

Query parameters

payoutCurrencystring
Example:IDR

Filter by payout currency

pageinteger

Page parameter, starting from 1

sizeinteger

Response

List of offramp accounts

namestring

Descriptive name for the list

sizeinteger

Positive integer

totalItemsinteger

Positive integer

nextPageinteger

Positive integer

previousPageinteger

Positive integer

Example response

{
  "content": [
    {
      "payoutCurrency": "KES"
    }
  ]
}

Changes

Changed in 1 of the 6 revisions of this API.2

    • the endpoint scheme security HMACAuth was added to the API

      api-security-added

    • the endpoint scheme security authToken was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog