Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.12 KB

File metadata and controls

12 lines (8 loc) · 1.12 KB

CreatePaymentMethodCommon

Properties

Name Type Description Notes
account_key str Internal ID of the customer account that will own the payment method. [optional]
auth_gateway str Internal ID of the payment gateway that Zuora will use to authorize the payments that are made with the payment method. If you do not set this field, Zuora will use one of the following payment gateways instead: * The default payment gateway of the customer account that owns the payment method, if the `accountKey` field is set. * The default payment gateway of your Zuora tenant, if the `accountKey` field is not set. [optional]
make_default bool Specifies whether the payment method will be the default payment method of the customer account that owns the payment method. Only applicable if the `accountKey` field is set. [optional] [default to False]

[Back to Model list] [Back to API list] [Back to README]