Contents

paymentData

The payment data as a UTF-8 encoded serialization of a JSON dictionary.

Declaration

var paymentData: Data { get }

Discussion

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

For the format of the payment data, see Payment Token Format Reference.

See Also

Related Documentation

  • Wallet Developer Guide

Working with payment tokens