v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBVisa Click to Pay
Update Visa CTP customer
Update customer data in the Visa Click to Pay service.
This endpoint generates a Click to Pay event generated event.
Notes:
-
Any field not passed is not updated.
-
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.
put/v1/clicktopay/visa/manage/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
Example request
{
"owner_bid": "1000052",
"customer_information": {
"locale": "en_US",
"first_name": "Alex",
"middle_name": "Robert",
"last_name": "Miller",
"country_code": "USA",
"emails": [
"anita_drink@provider.com"
],
"phones": [
"5545999999999"
],
"national_identifiers": [
{
"type": "NATIONAL_IDENTITY",
"value": "A123456"
}
],
"consent": {
"time_of_consent": "2020-05-05T12:12:12.000Z",
"version": "1.0",
"presenter": "Acme Bank"
}
}
}Response
Accepted