Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.07 KB

ApplePay.md

File metadata and controls

16 lines (11 loc) · 1.07 KB

Zuora.Model.ApplePay

Properties

Name Type Description Notes
card GetCardList Credit card information. When providing a card number, you must meet the requirements for PCI compliance. We strongly recommend using Zuora.js instead of interacting with this API directly. [optional]
mandate Mandate [optional]
payment_id string The ID of newly processed payment. Only available in the response of the Create Payment Method API request. [optional]
token string A gateway unique identifier that replaces sensitive payment method data or represents a gateway's unique customer profile. When `token` is used to represent a customer profile, `second_token` is conditionally required for representing the underlying tokenized payment method. [optional]

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