v1

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

Delete Visa CTP customer

Delete the customer and all their cards from the 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/customer

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.

Example request

{
  "owner_bid": "1000052"
}

Response

Accepted