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

Latest commit

 

History

History
17 lines (12 loc) · 1.31 KB

File metadata and controls

17 lines (12 loc) · 1.31 KB

CardCreationRequest

Properties

Name Type Description Notes
idempotency_key uuid::Uuid Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
key_id Option<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. [optional]
encrypted_data String PGP encrypted base64 encoded string. Contains Number and CVV. * Number: Card number. No spaces or other separators. REQUIRED * CVV (Card Verification Number): Three or four digit security code. REQUIRED'
billing_details models::BillingDetails
exp_month i32 Two digit number representing the card's expiration month.
exp_year i32 Four digit number representing the card's expiration year.
metadata models::MetadataCardAndAch

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