v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPre-digitalization
Create encrypted card data for Apple Pay
Generate encrypted card data to provision a token via push-provisioning and the Apple SDK. Also returned is cardholder identifying information.
Notes:
- This is a PCI endpoint, use the https://gw-pci.pismolabs.io/cards-tokenization environment.
- This endpoint takes an account token - an access token encoded with a Pismo account ID.
post/v1/cards/{cardId}/network-tokens/push-provisioning/wallets/applepay
Path parameters
cardIdstring required
Card ID
Request body
Example request
{
"Apple_public_certificate_b64": [
"LS0tL...Q0FURS0tLS0t"
],
"Nonce": "48585930",
"product_type": "016:XX:A000000001010111101",
"Nonce_signature": "vdt5543",
"tav_version": "TAV4",
"key_alias": "2023-abd-deeg",
"authcode": "0CVBD9"
}Response
Success
Example response
{
"additional_info": {
"push_data": {
"ephemeralPublicKey": "BLv5wb8HKPTlabxWW6z2at67jDqLZlFbGrOmq0bc2A0BbhRCmwWpzcf8ST2kEBctYX1nNZ9fE5MRSPf/4Tpz698=",
"encryptedData": "uOt1....T9TOebjAM6DI43juahDiaMvpUaQZU2KNaICA==",
"activationData": "ewogICJmdW5...PSIKfQ=="
},
"additional_info": {
"name": "Ron Rico",
"address": "221B Baker Street",
"country": "Elbonia",
"city": "Raccoon",
"phone": "867-5309",
"state": "Siege",
"zip_code": "8675309",
"printed_name": "Tupper Weir",
"last_4_digits": "9999",
"has_address_info": false,
"has_phone_info": true
}
}
}