interface PaymentToken {
    paymentData?: string;
    paymentMethod: CdvPurchase.ApplePay.PaymentMethod;
    transactionIdentifier: string;
}

Properties

paymentData?: string

Base64 encoded UTF-8 JSON

Send this data to your e-commerce back-end system, where it can be decrypted and submitted to your payment processor.

Information about the card used in the transaction.

transactionIdentifier: string

A unique identifier for this payment.

This identifier is suitable for use in a receipt.