<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKDisbursementRequest/init(merchantIdentifier:currency:region:supportedNetworks:merchantCapabilities:summaryItems:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PassKit (Apple Pay and Wallet)",
      "PassKit"
    ],
    "preciseIdentifier" : "s:So21PKDisbursementRequestC7PassKitE18merchantIdentifier8currency6region17supportedNetworks0E12Capabilities12summaryItemsABSS_10Foundation6LocaleV8CurrencyVAL6RegionVSaySo16PKPaymentNetworkaGSo20PKMerchantCapabilityVSaySo0R11SummaryItemCGtcfc"
  },
  "title" : "init(merchantIdentifier:currency:region:supportedNetworks:merchantCapabilities:summaryItems:)"
}
-->

# init(merchantIdentifier:currency:region:supportedNetworks:merchantCapabilities:summaryItems:)

Creates a disbursement request with the parameters you specify.

```
convenience init(merchantIdentifier: String, currency: Locale.Currency, region: Locale.Region, supportedNetworks: [PKPaymentNetwork], merchantCapabilities: PKMerchantCapability, summaryItems: [PKPaymentSummaryItem])
```

## Parameters

`merchantIdentifier`

A string that identifies the merchant.

`currency`

The <doc://com.apple.documentation/documentation/Foundation/Locale/Currency-swift.struct> that represents the [ISO 4127 currency code](https://www.iso.org/iso-4217-currency-codes.html), which represents the value of this disbursement.

`region`

The <doc://com.apple.documentation/documentation/Foundation/Locale/Region-swift.struct> that represents the merchant’s [ISO 3166 region code](https://www.iso.org/iso-3166-country-codes.html).

`supportedNetworks`

An array of [`PKPaymentNetwork`](/documentation/PassKit/PKPaymentNetwork) networks the merchant supports.

`merchantCapabilities`

An array of [`PKMerchantCapability`](/documentation/PassKit/PKMerchantCapability) structures that describe the capabilities the merchant supports.

`summaryItems`

An array of [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem) objects that describe the disbursement.

---

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)