--- title: "inputPaymentCredentialsApplePay" description: "Apple pay payment credentials" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputPaymentCredentialsApplePay [Back to constructors index](/API_docs/constructors/index.html) Apple pay payment credentials ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |payment\_data|[DataJSON](/API_docs/types/DataJSON.html) | Yes|Payment data| ### Type: [InputPaymentCredentials](/API_docs/types/InputPaymentCredentials.html) ### Example: ``` $inputPaymentCredentialsApplePay = ['_' => 'inputPaymentCredentialsApplePay', 'payment_data' => DataJSON]; ```