Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.92 KB

ApplePayCreate.md

File metadata and controls

17 lines (12 loc) · 1.92 KB

Zuora.Model.ApplePayCreate

Properties

Name Type Description Notes
id string The Merchant ID that was configured for use with Apple Pay in the Apple iOS Developer Center. [optional]
customer_token Dictionary<string, Object> The complete JSON Object representing the encrypted payment token payload returned in the response from the Apple Pay session.
collect_payment bool A boolean flag to control whether a payment should be processed after creating payment method. The payment amount will be equivalent to the amount the merchant supplied in the ApplePay session. Default is false. If this field is set to `true`, you must specify the `gateway_id` field with the payment gateway instance name. If this field is set to `false`: - The default payment gateway of your Zuora customer account will be used no matter whether a payment gateway instance is specified in the `gateway_id` field. - You must select the Verify new credit card check box on the gateway instance settings page. Otherwise, the cryptogram will not be sent to the gateway. - A separate subscribe or payment API call is required after this payment method creation call. [optional]
invoice_id string The id of invoice this payment will apply to. Note: When `collect_payment` is true, this field is required. Only one invoice can be paid; for scenarios where you want to pay for multiple invoices, set collect_payment to false and use Create Payment API separately. [optional]
mandate Mandate [optional]

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