v1

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

Get card template

Get card template. Templates are used to overwrite program card BIN defaults.

To create a template, you need to open a Pismo Service Desk request. The ticket type should be Settings. For more information, refer to the BIN override guide.

get/cards/v1/templates/{templateID}

Path parameters

templateIDstring required

Template ID. Templates are used to implement the BIN override feature. For more information, refer to the BIN override documentation in the Cards overview guide. To create a template, you need to open a Pismo Service Desk request. The ticket type should be Settings.

Response

Card template

template_idstring

Template ID. Templates are used to implement the BIN override feature. For more information, refer to the BIN override guide.

org_idstring

Organization ID

override_program_idinteger

Program ID

bin_range_beginningstring

BIN range beginning

bin_range_endstring

BIN range end

binstring

Bank Identification Number (BIN). A 6 or 8 digit number identitying the card network, issuer, and product.

Example response

{
  "template_id": "EAFA693A-57B2-4029-97F3-D20D6F06D79B",
  "org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
  "override_program_id": 8675,
  "bin_range_beginning": "1500",
  "bin_range_end": "2500",
  "bin": "87634277"
}