Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 1.01 KB

File metadata and controls

15 lines (10 loc) · 1.01 KB

CardUpdate

Properties

Name Type Description Notes
key_id uuid::Uuid Universally unique identifier (UUID v4) of the public key used in encryption. NOTE the sandbox environment uses the default value of key1. For this reason the example supplied is key1 rather than a UUID.
encrypted_data String PGP encrypted base64 encoded string. Contains CVV. * CVV (Card Verification Number): Three or four digit security code. REQUIRED'
exp_month Option<i32> Two digit number representing the card's expiration month. [optional]
exp_year Option<i32> Four digit number representing the card's expiration year. [optional]
billing_details Option<models::UpdateBillingDetails> [optional]

[Back to Model list] [Back to API list] [Back to README]