v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Visa Click to Pay

Delete Visa CTP card

Remove a customer's card from Visa Click to Pay service.

This endpoint generates a Click to Pay event generated event.

Notes:

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

  • The process is asynchronous, success or failure is indicated in the generated event.

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

post/v1/clicktopay/visa/delete/card

Headers

x-tenantstring required

Pismo organization/tenant ID

x-customer-idinteger required

Customer ID

x-cidstring

Request correlation ID used for tracking on Pismo platform.

Request body

owner_bidstring required

Owner business ID. Identifies the issuing entity creating or managing enrollment in Click to Pay.

card_idinteger required

Enrolled card ID

Example request

{
  "owner_bid": "1000052",
  "card_id": 6743052
}

Response

Accepted