v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPrograms
Update program
Update a program.
This endpoint generates a Program updated event.
Note: Due date is a REQUIRED field for Full balance credit programs types.
patch/programs/v1/programs/{id}
Path parameters
programIdinteger required
Example:6912345
Program ID
Request body
Example request
{
"bin": {
"start_range": "0",
"end_range": "999999999",
"value": "999999"
},
"name": "Digital wallet program",
"timezone": "America/Sao_Paulo",
"country_code": "BRA",
"due_dates": [
{
"active": true,
"day": 10
}
],
"language": "en-US",
"cycle_closing": "23:59:59",
"holiday_calendar_id": "0c78714f-3e88-40f3-9eda-debd356faabc"
}Response
No Content