Newer Version Available

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

Sale API Payment Method Input

Represents a payment method to be used in a payment sale request.
JSON example
1{
2  "address":"
3    [
4      "city":"San Francisco",
5      "companyName":"Salesforce",
6      "country":"USA",
7      "postalcode":"94105",
8      "state":"California"
9      "street":"415 Mission Street"
10    ],
11  "cardPaymentMethod":"SamplePaymentMethod",
12  "id":"0011223344";
13  "saveForFuture":"True"
14}
Properties
Name Type Description Required or Optional Available Version
address Address Input Payment method address. Optional 54.0
cardPaymentMethod Card Payment Method Input Payment method with customer payment information. Required 54.0
id String ID of the payment method record. Required 54.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 54.0