v1

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

Associate noname card with customer

Bind an account and customer to a noname card, which changes its status to CREATED. The card is then treated as a normal physical plastic or metal card.

You have to pass this endpoint a noname card's ID. Card IDs are generated when the Start noname card bulk process endpoint is called. This endpoint generates an event for each card - Card created - with event data that includes the card ID, bulk ID, and external ID. Refer to the Data and reporting guide for information on events and setting up event notifications.

The bind operation is completed asynchronously and generates a Customer bound to noname card event. Make sure the operation has completed and the event generated before attempting to access or use the associated card.

Card reissuing

  • You can use this endpoint to reissue a card—replacing the card to be reissued with a noname card, which is then treated as a normal physical card. If a card to be replaced is entered (reissued_card_id), the Card updated event is also generated.

  • If you attempt to reissue a card to a card that has already been associated, meaning it is no longer a noname card and no longer has an UNBOUND status, you will get a 409 Conflict error.

Note: This endpoint requires an account token - an access token encoded with a Pismo account ID.

put/wallet/v2/cards/{cardId}/noname/bind

Path parameters

cardIdstring required

Pismo card ID

Headers

x-account-idstring required

Account ID

x-customer-idinteger required

Pismo customer ID

Request body

reissued_card_idinteger

Last issued card ID

Example request

{
  "reissued_card_id": 123456
}

Response

Your request was accepted. The bind operation is made asynchronously, check the event Customer bound to noname card.