v1

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

Activate physical card

A physical card is initally blocked for transactions until activated. This prevents unauthorized use until the cardholder takes delivery. You do not have to activate a card to tokenize it for a digital wallet. This endpoint generates a Card updated event.

put/wallet/v1/customers/{customerId}/accounts/{accountId}/cards/{cardId}/activate

Path parameters

customerIdstring required

Customer ID

accountIdinteger required

Pismo account ID

cardIdstring required

Pismo card ID

Headers

x-customer-idinteger required

Pismo customer ID

Response

Card activated success response

messagestring

Physical card activated message

Example response

{
  "message": "The card was successfully unblocked"
}