v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Programs

Get program V2

Retrieve program details.

get/programs/v2/programs/{id}

Path parameters

programIdinteger required
Example:6912345

Program ID

Response

OK

cssstring

Card image. [Legacy - restricted]

idnumber

Pismo program ID.

base_program_idinteger

ID of program that was used to create this program.

initial_card_status'CREATED' | 'BLOCKED' | 'UNBLOCKED'

Initial status for cards created in this program.

namestring

Program name

print_cardboolean

Should physical cards be issued by default on creation? Default is false. [Legacy - restricted]

url_imagestring

Program image URL [Legacy - restricted]

currency_numeric_codestring

Numeric code (ISO 4217) for the currency used by the program.<br> minLength: 3 maxLength: 3

timezonestring

IANA Time Zone database, such as "America/New_York". This attribute is used to evaluate the flex control using the desired time zone for condition attributes such as week_day, month_day, time_now, and reset_period. If time_zone is empty, the control is evaluated using the UTC time zone.

country_codestring

<a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3" target="_blank">ISO 3166 Alpha-3</a> program country code. For example, BRA = Brazil.

created_atstring date-time

Datetime program calendar strategy was created. Format = YYYY-MM-DDTHH:MM:SS:MM.

status'ACTIVE' | 'PENDING'

Program status:

  • ACTIVE - A program is active when PCI settings and accounting stages are configured.
  • PENDING - A program is pending when PCI settings and accounting stages are not configured. A program that is pending is not ready for use.
language'pt-BR' | 'en-US'

Program Language:

  • en-US - US English
  • pt-BR - Brazilian Portuguese

Default is en-US

cycle_closingstring

Program cicle closing.

This field is used for things like accrual basis, interest calculation, taxes, penalties, tiers, and more.

Format = HH:MM:SS. Default is null.

holiday_calendar_idstring

Program holiday calendar ID

Example response

{
  "bin": {
    "start_range": "0",
    "end_range": "999999999",
    "value": "999999"
  },
  "brand": {
    "description": "VISA",
    "pci": true
  },
  "id": 1010,
  "base_program_id": 2,
  "initial_card_status": "CREATED",
  "name": "Digital wallet program",
  "print_card": true,
  "type": {
    "id": 1,
    "description": "DEBITO",
    "mode": "CREDIT"
  },
  "currency_numeric_code": "840",
  "timezone": "America/Sao_Paulo",
  "country_code": "BRA",
  "created_at": "2024-09-12T16:46:16.43663522",
  "status": "PENDING",
  "language": "en-US",
  "cycle_closing": "23:59:59",
  "holiday_calendar_id": "0c78714f-3e88-40f3-9eda-debd356faabc"
}