[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[],["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"]]