[null,null,["Last updated 2024-10-16 UTC."],[[["Follow the Android guide and prepend `gpay://` to the URI to generate the iOS intent for Google Pay integration."],["The URI structure for iOS and Android intents is almost identical, with the iOS version requiring `gpay://` at the beginning."],["After completing a payment, iOS users need to manually switch back to the merchant app, which is a current limitation of the collect/intent flows."],["Refer to the NPCI UPI Linking Specification for detailed information about request and response argument specifications."]]],["To integrate Google Pay in an iOS app, generate a URI similar to Android's, but prepend it with `gpay://`. This URI structure launches Google Pay. The URI contains parameters like `pa` (merchant VPA), `pn` (merchant name), `mc` (merchant code), `tr` (transaction ID), `tn` (transaction note), `am` (amount), and `cu` (currency). iOS currently requires users to manually return to the merchant app after payment completion. Refer to the Android guide and NPCI UPI Linking Specification for additional details.\n"]]