v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBRegister card with Protection Bulletin
Register a Pismo-issued card with the Protection Bulletin. This feature is available for Elo, Mastercard and Visa.
The Protection Bulletin is used before a transaction takes place in cases where the issuer is temporarily offline and unable to authorize or decline a transaction. In a process known as stand-in, the card network authorizes or declines the transaction to avoid creating problems for the cardholder and merchant, based on how the card was added to the Protection Bulletin. Once the issuer is back online, the card network lets them know what was authorized or declined while they were down.
You can add a card to the Protection Bulletin with this endpoint or setting a card rule so that when a card's status changes to a rule's configured status, the card is automatically added to the Protection Bulletin.
For more information, refer to Protection Bulletin.
Note: This endpoint takes an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Headers
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Pismo customer ID. Must be associated with account whose ID is embedded in the access token.
Request body
Example request
{
"card_id": 6743052
}Response
Created
Example response
{
"card_id": 6743052,
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"program_id": 1010,
"network_brand_type": "ELO",
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522",
"network_track_number": "TN-123XXX-XXXXXX-XXXXXXX::1a2b3c",
"state": "BLOCKED",
"status": "PENDING",
"purge_date": "2025-04-22",
"was_automatically_purged": true,
"card_track_number": 1,
"histories": [
{
"event": "POST",
"event_date": "2025-04-22 20:31:50",
"status": "PENDING",
"reason": "L",
"network_track_number": "TN-123XXX-XXXXXX-XXXXXXX::1a2b3c",
"was_automatically_purged": true,
"card_track_number": 1,
"network_response_data": "{\"status\":\"SUCCESS\",\"message\":\"Card added to Protection Bulletin\"}"
}
]
}