v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBMigration
Migrate card to different program [beta]
Migrate a card to a different program. It is possible to migrate from a Zero balance program to a Full balance program and vice-versa.
This endpoint generates two events:
-
Card can be added to next scheduled embossing event containing the field operation_type = CARD_PROGRAM_MIGRATION if the card has not yet been embossed.
-
Card migrated event.
Notes:
-
This endpoint REQUIRES an account token - an access token encoded with a Pismo account ID.
-
For combination cards, this endpoint migrates the card mode the card was originally created with. To migrate the secondary mode, call the Migrate card mode endpoint.
patch/wallet/v2/cards/{cardId}/program-migration
Path parameters
cardIdstring required
Pismo card ID
Headers
x-customer-idinteger required
Pismo customer ID
Request body
Example request
{
"new_program_id": 1010
}Response
Success