---
title: "init(merchantIdentifier:currency:region:supportedNetworks:merchantCapabilities:summaryItems:)"
framework: passkit
role: symbol
role_heading: Initializer
path: "passkit/pkdisbursementrequest/init(merchantidentifier:currency:region:supportednetworks:merchantcapabilities:summaryitems:)"
---

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

Creates a disbursement request with the parameters you specify.

## Declaration

```swift
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 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 https://www.iso.org/iso-3166-country-codes.html.
- `supportedNetworks`: An array of doc://com.apple.passkit/documentation/PassKit/PKPaymentNetwork networks the merchant supports.
- `merchantCapabilities`: An array of doc://com.apple.passkit/documentation/PassKit/PKMerchantCapability structures that describe the capabilities the merchant supports.
- `summaryItems`: An array of doc://com.apple.passkit/documentation/PassKit/PKPaymentSummaryItem objects that describe the disbursement.
