Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 1.41 KB

File metadata and controls

18 lines (12 loc) · 1.41 KB

CreateCustomerCardRequest

squareconnect.models.create_customer_card_request

Description

Defines the fields that are included in the request body of a request to the CreateCustomerCard endpoint.

Properties

Name Type Description Notes
card_nonce str A card nonce representing the credit card to link to the customer. Card nonces are generated by the `SqPaymentForm` that buyers enter their card information into. See Embedding the payment form for more information. Note: Card nonces generated by digital wallets (e.g., Apple Pay) cannot be used to create a customer card.
billing_address Address Address information for the card on file. Only the `postal_code` field is required for payments in the US and Canada. [optional]
cardholder_name str The full name printed on the credit card. [optional]
verification_token str An identifying token generated by `SqPaymentForm.verifyBuyer()`. Verification tokens encapsulate customer device information and 3-D Secure challenge results to indicate that Square has verified the buyer identity. [optional]

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