<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPaymentRecord/init(payee:payer:currencyAmount:paymentMethod:note:status:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPaymentRecord(im)initWithPayee:payer:currencyAmount:paymentMethod:note:status:"
  },
  "title" : "init(payee:payer:currencyAmount:paymentMethod:note:status:)"
}
-->

# init(payee:payer:currencyAmount:paymentMethod:note:status:)

Initializes a payment record with the specified payment details.

```
convenience init?(payee: INPerson?, payer: INPerson?, currencyAmount: INCurrencyAmount?, paymentMethod: INPaymentMethod?, note: String?, status: INPaymentStatus)
```

## Parameters

`payee`

The person receiving the funds.

`payer`

The person providing the funds.

`currencyAmount`

The amount being transferred.

`paymentMethod`

The payment method that represents the source of the funds.

`note`

Any notes or instructions associated with the payment. Provide notes to convey extra details about the reason for the payment.

`status`

The status of the transaction. For a list of possible values, see [`INPaymentStatus`](/documentation/Intents/INPaymentStatus).

## Return Value

An initialized payment record object.

## Discussion

---

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)