v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBList programs
List an organization's programs. The organization ID is parsed from the token.
For information about programs and organizations, refer to Core objects.
Query parameters
Page number
Items per page
Order to return items: ASC = ascending order, DESC = descending. Default is DESC.
Sort by ID or NAME. Default = ID.
Program ID
Program name filter
Program type:<br /> CREDITO — Full balance credit accounts<br /> PRE-PAGO — Full balance prepaid accounts<br /> DEBITO — Full balance debit accounts<br /> MERCHANT — Merchant accounts<br /> CREDITO ZERO-BALANCE — Zero balance credit accounts<br /> PRE-PAGO ZERO-BALANCE — Zero balance prepaid accounts<br /> DEBITO ZERO-BALANCE — Zero balance debit accounts<br /> CURRENT ACCOUNTS — Current accounts<br /> INTERNAL ACCOUNTS — Internal accounts<br /> CORRESPONDENT ACCOUNTS — Correspondent accounts<br /> VOUCHER - Prepaid voucher meal/food card<br />
For more information, refer to Program types.
Bank Identification Number (BIN) value filter. Card network-issued 6 or 8 digit value identifying the card network, issuer, and product.
Response
OK
Example response
{
"current_page": 1,
"items": [
{
"id": 986
}
],
"pages": 10,
"per_page": 15,
"total_items": 100
}