Account Programs

Retrieve account program

Retrieves an account program by ID.

get/v1/account_programs/{id}

Path parameters

idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440002

Unique identifier of the account program.

Response

The account program resource

idstring uuid required

Unique identifier of the account program.

type'account_program' required

Resource type discriminator.

labelstring required

Human-readable label for the account program.

account_program_type'fbo_program' | 'fbo_sponsored' required

Which for-benefit-of (FBO) program model applies: fbo_program (merchant program) or fbo_sponsored (sponsored program).

status'active' | 'frozen' required

Account program lifecycle status. Closed programs are not returned by this endpoint.

created_atstring date-time required

ISO 8601 UTC timestamp when the account program was created.

updated_atstring date-time required

ISO 8601 UTC timestamp when the account program was last updated.

Example response

{
  "id": "550e8400-e29b-41d4-a716-446655440002",
  "label": "Primary FBO program",
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:35:00Z"
}

Changes