<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/StoreAndForwardBatch/StoredPaymentCardReadResult",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader20StoreAndForwardBatchV27StoredPaymentCardReadResultV"
  },
  "title" : "StoreAndForwardBatch.StoredPaymentCardReadResult"
}
-->

# StoreAndForwardBatch.StoredPaymentCardReadResult

A result structure that represents each payment the framework read using a Store and
Forward session.

```
struct StoredPaymentCardReadResult
```

## Topics

### Instance Properties

[`let generalCardData: String`](/documentation/ProximityReader/StoreAndForwardBatch/StoredPaymentCardReadResult/generalCardData)

A Base64-encoded string that contains general cardholder and terminal data in
tag-length-value (TLV) format.

[`let id: String`](/documentation/ProximityReader/StoreAndForwardBatch/StoredPaymentCardReadResult/id)

The unique identifier for the payment.

[`let paymentCardData: String`](/documentation/ProximityReader/StoreAndForwardBatch/StoredPaymentCardReadResult/paymentCardData)

A Base64-encoded string that contains the encrypted payment information
to send to your payment provider.

[`let signature: String`](/documentation/ProximityReader/StoreAndForwardBatch/StoredPaymentCardReadResult/signature)

The signature, as a Base64-encoded string, that guarantees the
integrity of the payment

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Identifiable`](/documentation/Swift/Identifiable)

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)