v1

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

Update card embossing address

Updates the embossing address. Currently, the embossing process uses the address of the customer linked to the account. However, you can use this endpoint to send the embossed card to an address other than the mailing address. For example, a customer is traveling and loses their card. They request a duplicate and want it delivered to their hotel. With this endpoint, it is possible to have it sent to another address without changing their default mailing address.

You can call the Create new address endpoint to create an address object and get an address ID.

For more information about embossing, refer to the Physical card embossing guide.

Notes:

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

  • This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

patch/embossing/v1/cards/{cardId}/address

Path parameters

cardIdstring required

Pismo card ID

Request body

address_idstring required

Address object ID

Response

Ok address updated.