{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["sub-heading","admonition","required"]},"type":"markdown"},"seo":{"title":"Compliance","description":"Transform your commerce with PXP's unified platform—seamless payments, real-time insights, and global growth in one powerful integration.","lang":"en-UK","siteUrl":"https://developer.pxp.io","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"compliance","__idx":0},"children":["Compliance"]},{"$$mdtype":"Tag","name":"SubHeading","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Learn about Paze implementation requirements and suggested best practices for iOS applications."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"overview","__idx":1},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Paze component follows Paze's digital wallet guidelines for mobile implementation. This page outlines key requirements for compliance with Paze branding, security, and data handling standards on iOS."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For complete Paze compliance requirements, refer to your Paze merchant agreement and Paze's digital wallet SDK documentation provided during onboarding."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"technical-requirements","__idx":2},"children":["Technical requirements"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"platform-and-app-configuration","__idx":3},"children":["Platform and app configuration"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["iOS 14.0+:"]}," Set your deployment target to iOS 14.0 or later."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URL callback scheme:"]}," Register the SDK callback scheme in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Info.plist"]}," (default: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pxpcheckout"]},"). Paze checkout returns to your app at ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{scheme}://paze"]},". See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/checkout/components/ios/paze/implementation#step-2-register-your-url-callback-scheme"},"children":["Implementation"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Unique URL scheme:"]}," Use a scheme that is unique to your app to prevent another app intercepting checkout callbacks."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["App Transport Security:"]}," API calls to PXP and Paze use HTTPS. Don't disable ATS globally unless required for local development, and never for production builds."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"session-and-credentials","__idx":4},"children":["Session and credentials"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Backend session creation:"]}," Create sessions on your backend with HMAC authentication. Never embed ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["hmacKey"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["encryptionKey"]},", API tokens, or Paze credentials in your app binary."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Environment matching:"]}," Use UAT credentials with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["environment: .test"]}," and production credentials with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["environment: .live"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"currency-and-region","__idx":5},"children":["Currency and region"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["USD only:"]}," Paze currently supports USD transactions exclusively. The SDK validates currency at presentment and throws ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SDK1213"]}," for other currencies."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["E-commerce entry type:"]}," Set ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transactionData.entryType"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".ecom"]}," when initialising the SDK. Paze doesn't support other entry types."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["US shoppers:"]}," When provided, phone numbers must be in US E.164 format without the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["+"]}," prefix."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Card networks:"]}," Visa, Mastercard, and Discover are supported."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"paze-account","__idx":6},"children":["Paze account"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Client ID:"]}," Valid Paze client ID in the session at ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["session.allowedFundingTypes?.wallets?.paze?.clientId"]},". Validated at presentment. Missing values trigger ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SDK1202"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Profile ID:"]}," Optional field on the session response (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["allowedFundingTypes.wallets.paze.profileId"]},") for backend or portal configuration. The iOS ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PazeButtonComponent"]}," doesn't read ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["profileId"]}," during create-session or complete flows."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Merchant category code:"]}," Required in the session for payment completion on iOS at ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["session.allowedFundingTypes?.wallets?.paze?.merchantCategoryCode"]},". Missing values cause ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SDK1202A"]}," when the SDK builds the complete request."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"button-branding-requirements","__idx":7},"children":["Button branding requirements"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The component renders official Paze button artwork. Use only the supported ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PazeButtonStyleConfig"]}," values:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Requirement"},"children":["Requirement"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Status"},"children":["Status"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Equal prominence"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Paze button presented with equal prominence to other payment methods."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Required","attributes":{},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Approved colours"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Only use supported values: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".auto"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".pazeBlue"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".white"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".whiteWithOutline"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".midnightBlack"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Required","attributes":{},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Approved shapes"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Only use supported values: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".rounded"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".rectangle"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".pill"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Required","attributes":{},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Approved labels"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Only use supported values: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".checkoutWith"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".checkout"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".pazeCheckout"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".donateWith"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Required","attributes":{},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Native button artwork"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Don't replace the SDK button with a custom-styled alternative or overlay that alters Paze branding."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Required","attributes":{},"children":[]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Responsive layout"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Button scales appropriately within its container. Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["disableMaxHeight"]}," only when your layout requires it."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"Required","attributes":{},"children":[]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Don't apply custom SwiftUI modifiers that change Paze button colours, logos, or label artwork. Configure appearance through ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PazeButtonStyleConfig"]}," only. See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/checkout/components/ios/paze/configuration#styling"},"children":["Configuration"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"security-and-data-handling","__idx":8},"children":["Security and data handling"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"security-requirements","__idx":9},"children":["Security requirements"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Never store raw card numbers, cryptograms, or network tokens in app storage (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["UserDefaults"]},", Keychain for payment data, files, or logs)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Validate all decrypted token data on your secure server before fulfilling orders."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Implement proper error handling and logging without exposing sensitive payment data."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Use HMAC authentication for all backend API calls."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Register a unique URL callback scheme and avoid sharing schemes across unrelated apps."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"data-handling-requirements","__idx":10},"children":["Data handling requirements"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Only collect identity data required for checkout (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["emailAddress"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phoneNumber"]}," on the component)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Comply with applicable privacy regulations (CCPA, state privacy laws, App Store privacy requirements, and so on)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Handle ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["securedPayload"]}," and decrypted token data only on your backend when using manual decryption."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Verify transaction results on your backend before order fulfilment."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Don't log full ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["securedPayload"]}," values or network tokens in production."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"backend-verification","__idx":11},"children":["Backend verification"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Always verify payment results on your backend. App callbacks can be manipulated and should not be the sole basis for order fulfilment."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["After a successful payment:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Retrieve the transaction status from the PXP API using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["systemTransactionId"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Confirm the amount and currency match your order."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Only then fulfil the order or grant access to digital goods."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/checkout/components/ios/paze/implementation#step-8-backend-verification-critical"},"children":["Implementation"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"callback-url-security","__idx":12},"children":["Callback URL security"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Paze checkout uses ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ASWebAuthenticationSession"]}," and redirects to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{scheme}://paze"]}," when complete. Ensure:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The scheme in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Info.plist"]}," matches the SDK's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PXP_CALLBACK_SCHEME"]}," (default ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pxpcheckout"]},")."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["No other app on the device can register the same scheme for a different purpose."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["You don't log or expose callback URLs containing checkout response data in production."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fraud-controls","__idx":13},"children":["Fraud controls"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"address-verification-avs","__idx":14},"children":["Address verification (AVS)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When enabling AVS (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["performAVS = true"]},"):"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Set ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["billingPreference"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".all"]}," so Paze returns a billing address."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["AVS data is included automatically in the transaction request from the decrypted payload when the SDK submits the transaction."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["AVS results should inform — not replace — your broader fraud strategy."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you handle decryption on your backend (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["onPreDecryption"]}," returns ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]},"), add ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["addressVerification"]}," to your server-side transaction request using billing data from the decrypt response."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"kount-risk-screening","__idx":15},"children":["Kount risk screening"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Pass device and session data through ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["onPreAuthorisation"]}," using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PazePreAuthorisationResult.transactionInitData(...)"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Set ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["kountDisabled: true"]}," on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CheckoutConfig"]}," when calling ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PxpCheckout.initialize(config:)"]}," only if your fraud strategy doesn't require Kount device fingerprinting."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Review Kount screening results before fulfilling high-value orders."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"best-practices","__idx":16},"children":["Best practices"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"implementation","__idx":17},"children":["Implementation"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PazeButtonStyleConfig"]}," with approved colour, shape, and label values."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Present the Paze button with equal prominence to other payment methods."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Provide optional ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["emailAddress"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phoneNumber"]}," when you have verified shopper identity."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Implement comprehensive error handling with clear, user-friendly messages."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Test thoroughly in UAT on physical devices and the Simulator before switching to live credentials."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"security","__idx":18},"children":["Security"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Never log or store raw card numbers, cryptograms, or network tokens."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Fetch session data from your backend at runtime. Don't hardcode credentials."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Validate decrypted token data and verify transaction results on your backend before order fulfilment."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"monitoring","__idx":19},"children":["Monitoring"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Track payment success and failure rates using ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/checkout/components/ios/paze/analytics"},"children":["analytics events"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Monitor button visibility with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["onPresentmentResolved"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Test checkout flows after iOS and SDK updates, including URL scheme handling after app reinstall."]}]}]},"headings":[{"value":"Compliance","id":"compliance","depth":1},{"value":"Overview","id":"overview","depth":2},{"value":"Technical requirements","id":"technical-requirements","depth":2},{"value":"Platform and app configuration","id":"platform-and-app-configuration","depth":3},{"value":"Session and credentials","id":"session-and-credentials","depth":3},{"value":"Currency and region","id":"currency-and-region","depth":3},{"value":"Paze account","id":"paze-account","depth":3},{"value":"Button branding requirements","id":"button-branding-requirements","depth":2},{"value":"Security and data handling","id":"security-and-data-handling","depth":2},{"value":"Security requirements","id":"security-requirements","depth":3},{"value":"Data handling requirements","id":"data-handling-requirements","depth":3},{"value":"Backend verification","id":"backend-verification","depth":3},{"value":"Callback URL security","id":"callback-url-security","depth":3},{"value":"Fraud controls","id":"fraud-controls","depth":2},{"value":"Address verification (AVS)","id":"address-verification-avs","depth":3},{"value":"Kount risk screening","id":"kount-risk-screening","depth":3},{"value":"Best practices","id":"best-practices","depth":2},{"value":"Implementation","id":"implementation","depth":3},{"value":"Security","id":"security","depth":3},{"value":"Monitoring","id":"monitoring","depth":3}],"frontmatter":{"seo":{"title":"Compliance"}},"lastModified":"2026-06-30T10:00:28.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/checkout/components/ios/paze/compliance","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}