Newer Version Available
Saved Payment Method Input
Shopper’s saved payment method information.
- JSON example
-
1{ 2 "paymentMethodType" :"card", 3 "paymentGatewayId" : "0b0xx00000000w5AAA", 4 "referenceOwnerId" : "001xx000003Gmk3AAC" , 5 "usageType" : "OffSession" 6} - Properties
-
Name Type Description Required or Optional Available Version additionalData Map<String, String> Provides more data for a request, if needed. The additionalData property is a collection of key-value pairs, with a maximum of five key-value pairs. Each key and value can contain up to 255 characters. Optional 59.0 flowContext String Checkout or My Account flow for this payment method. Optional 59.0 id String Saved Payment Method Id Optional 58.0 isDefault Boolean Marks the saved payment method as the default method to use for transactions. Optional 58.0 paymentGatewayId String Payment Gateway Id. Required 58.0 paymentMethodType String Payment method type, such as a credit card. Required 59.0 referenceOwnerId String ID of the merchant account of the contact record. Required 58.0 usageType String Indicates whether the payment method is used OnSession or OffSession. Required 58.0