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

# StoreAndForwardBatch

A structure that stores the data to send to the payment service provider to process.

```
struct StoreAndForwardBatch
```

## Overview

The framework invokes these payments using a Store and Forward session.

## Topics

### Getting the batch details

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

The unique identifier for the batch.

[`let count: Int`](/documentation/ProximityReader/StoreAndForwardBatch/count)

The number of payments this batch includes.

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

An array that contains the intermediate certificates that the system uses to sign the leaf certificate.

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

The leaf certificate the framework uses to sign this batch.

[`let payments: [StoreAndForwardBatch.StoredPaymentCardReadResult]`](/documentation/ProximityReader/StoreAndForwardBatch/payments)

The payments that are part of the batch.

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

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

### Getting the results

[`struct StoredPaymentCardReadResult`](/documentation/ProximityReader/StoreAndForwardBatch/StoredPaymentCardReadResult)

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

## Relationships

### Conforms To

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

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

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

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

---

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)