Property | Type | Description |
---|---|---|
cardId required | guid | Paynova's unique identifier for the profile card stored within a customer profile. This id should be used for subsequent requests to Paynova involving profile card payments. Example: ""a61e7be3-deb2-4b20-89ba-a39a00b3f669" |
expirationYear required | int | The four-digit expiration year of the card. Example: 20 |
expirationMonth | int | The two-digit expiration month of the card. Example: 10 |
firstSix required | string(6) | The first six digits of the card number (BIN/IIN). Example: "555555" |
lastFour required | string(4) | The last four digits of the card number. Example: "4444" |