v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBMastercard benefits
Replace user card number
Replaces user card number associated. The old card benefits are cancelled, and the same benefit set is applied to the new card.
This endpoint generates a Cards benefits allocation updated event.
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
post/pcicards/v1/pcicards/benefits/cards/replace
Headers
x-customer-idinteger required
Pismo customer ID
Request body
Example request
{
"old_card_id": 123456,
"new_card_id": 987654,
"effective_date": "2025-07-31"
}Response
Success
Example response
{
"bundles": [
{
"code": "LAC_BBC",
"effective_date": "2025-07-31",
"expiry_date": "2026-01-20"
}
],
"network_correlation_id": "fe1bf855f651810629107cfbce5b09d2"
}