---
title: instantFundsOut
framework: passkit
role: symbol
role_heading: Type Property
path: passkit/pkmerchantcapability/instantfundsout
---

# instantFundsOut

The value that indicates the merchant supports disbursing funds using Instant Funds Out.

## Declaration

```swift
static var instantFundsOut: PKMerchantCapability { get }
```

## Discussion

Discussion This capability indicates the merchant supports disbursing funds using Instant Funds Out (IFO), which means the recipient receives funds in minutes rather than days. Passing PKMerchantCapabilityInstantFundsOut into the init(merchantIdentifier:currency:region:supportedNetworks:merchantCapabilities:summaryItems:) indicates that the merchant is going to use IFO to facilitate the disbursement once the individual authenticates it.

## See Also

### Constants

- [threeDSecure](passkit/pkmerchantcapability/threedsecure.md)
- [emv](passkit/pkmerchantcapability/emv.md)
- [credit](passkit/pkmerchantcapability/credit.md)
- [debit](passkit/pkmerchantcapability/debit.md)
