<!--
{
  "documentType" : "article",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentParameter-Payments",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Payments"
}
-->

# Payments

Configure the details for parameter variables that contain payment-related
values.

## Topics

### Creating an intent parameter

[`convenience init<OptionsProvider>(title: LocalizedStringResource, description: LocalizedStringResource?, requestValueDialog: IntentDialog?, inputConnectionBehavior: InputConnectionBehavior, optionsProvider: OptionsProvider)`](/documentation/AppIntents/IntentParameter/init(title:description:requestValueDialog:inputConnectionBehavior:optionsProvider:)-7urpy)

Creates an app intent parameter with a list of selectable options.

[`convenience init<Spec, OptionsProvider>(title: LocalizedStringResource, description: LocalizedStringResource?, requestValueDialog: IntentDialog?, inputConnectionBehavior: InputConnectionBehavior, optionsProvider: OptionsProvider, resolvers: () -> Spec)`](/documentation/AppIntents/IntentParameter/init(title:description:requestValueDialog:inputConnectionBehavior:optionsProvider:resolvers:)-7y2uj)

Creates an app intent parameter with a list of selectable options that can convert the selected value.

[`convenience init<Spec, OptionsProvider>(title: LocalizedStringResource, description: LocalizedStringResource?, requestValueDialog: IntentDialog?, inputConnectionBehavior: InputConnectionBehavior, resolvers: () -> Spec, optionsProvider: OptionsProvider)`](/documentation/AppIntents/IntentParameter/init(title:description:requestValueDialog:inputConnectionBehavior:resolvers:optionsProvider:)-1x2m9)

Creates an app intent parameter with a list of selectable options that can convert the selected value.

[`convenience init<Spec>(title: LocalizedStringResource, description: LocalizedStringResource?, requestValueDialog: IntentDialog?, inputConnectionBehavior: InputConnectionBehavior, resolvers: () -> Spec)`](/documentation/AppIntents/IntentParameter/init(title:description:requestValueDialog:inputConnectionBehavior:resolvers:)-35yv4)

Creates an app intent parameter that can convert the selected value.

[`convenience init<Spec>(title: LocalizedStringResource, description: LocalizedStringResource?, requestValueDialog: IntentDialog?, inputConnectionBehavior: InputConnectionBehavior, resolvers: () -> Spec)`](/documentation/AppIntents/IntentParameter/init(title:description:requestValueDialog:inputConnectionBehavior:resolvers:)-k1m2)

Creates an app intent parameter that can convert the selected value.



---

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)