Newer Version Available

This content describes an older version of this product. View Latest

Authorization API Payment Method Input

Payment method input representation for authorization.
JSON example
1{
2"address":{
3"city":"San Francisco",
4"companyName":"Salesforce",
5"country":"USA",
6"postalcode":"94105",
7"state":"California"
8"street":"415 Mission Street"
9},
10
11"cardPaymentMethod":{
12"accountId":"00000",
13"autoPay":"true",
14"cardCategory":"CreditCard",
15"cardHolderFirstName":"Mary",
16"cardHolderLastName":"Smith",
17"cardHolderName":"Mary Smith",
18"cardNumber":"0000 0000 0000 0000",
19"cardType":"AmericanExpress",
20"cvv":"111",
21"expiryMonth":"04",
22"expiryYear":"25",
23"nickName":"Primary American Express Credit Card",
24},
25
26"id":"00000"
27}
Properties
Name Type Description Required or Optional Available Version
address Address Input Payment method address. Required 49.0
cardPaymentMethod Card Payment Method Input Card information. Required 49.0
id String ID of the payment method record. Required 49.0
saveForFuture Boolean Indicates whether to save the payment method for future use (true) or not (false). If unspecified, the default value is false. Optional 49.0