We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ecd79 commit 7d7da2fCopy full SHA for 7d7da2f
1 file changed
PaymentTransactions/charge-tokenized-credit-card.py
@@ -14,6 +14,8 @@ def charge_tokenized_credit_card():
14
creditCard = apicontractsv1.creditCardType()
15
creditCard.cardNumber = "4111111111111111"
16
creditCard.expirationDate = "2020-12"
17
+ # Set the token specific info
18
+ creditCard.isPaymentToken = True
19
creditCard.cryptogram = "EjRWeJASNFZ4kBI0VniQEjRWeJA="
20
21
payment = apicontractsv1.paymentType()
0 commit comments