v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPrograms
Get program V2
Retrieve program details.
get/programs/v2/programs/{id}
Path parameters
programIdinteger required
Example:6912345
Program ID
Response
OK
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"
}