Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

ApplePayDetails.md

File metadata and controls

29 lines (20 loc) · 1.17 KB

ApplePayDetails

Properties

Name Type Description Notes
applePayToken kotlin.String The stringified and base64 encoded `paymentData` you retrieved from the Apple framework.
checkoutAttemptId kotlin.String The checkout attempt identifier. [optional]
fundingSource inline The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to debit. [optional]
recurringDetailReference kotlin.String This is the `recurringDetailReference` returned in the response when you created the token. [optional]
storedPaymentMethodId kotlin.String This is the `recurringDetailReference` returned in the response when you created the token. [optional]
type inline applepay [optional]

Enum: fundingSource

Name Value
fundingSource credit, debit

Enum: type

Name Value
type applepay