Signature

def set_credit_card(self, **kwargs: 'Unpack[CreditCardDict]') -> 'None'

Parameters

card_holder_name
str
required

The name of the credit card holder as it appears on the card

card_number
str
required

The credit card number

card_cvv
str
required

The 3 or 4 digit CVV security code on the back of the card

card_full_expiration
str
required

The card’s expiration date in MM/YY or MM/YYYY format

Returns

None