Set payment method for Google Pay, Apple Pay, and Credit Cards For AI agents: visit https://docs.payb.is/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Jump to Content Status page GuidesRecipesAPI ReferenceChangelog v4.1.12Status page Guides v4.1.12GuidesRecipesAPI ReferenceChangelog Set payment method for Google Pay, Apple Pay, and Credit Cards About Paybis Welcome to Paybis Why Integrate with Usgetting started Integration Process Whitelabel SetupRamps Fiat-to-Crypto On Ramp Crypto-to-Fiat Off Ramp Capabilities and Coverage Supported Assets Supported Countries Payment Methods Payout Methods Ramps Integration Guides Choosing the Right Integration Path Platform Compatibility & Limitations Web: API-Based Integration Web: Standalone Integration Generating HMAC Signatures Web SDK Embedded Mode Standalone Integration Guide Custom Frontend Integration: Technical Requirements Internal Events Helpful Tips Mobile: iOS SDK Mobile: Android SDK Mobile: SDK Integration on Flutter Apps Ramp SDK for React Native Use cases Frictionless Off-Ramping for Wallets One-click checkout One-click login and checkout via Apple Pay Promo codes for buying/selling crypto Customizing User Journeys: Remove Any Friction Supply user email and wallet Single sign-on (SSO) Reusable KYC (Shared KYC) Set default payment method Control transaction fiat, crypto and amount Auth key login Set payment method for Google Pay, Apple Pay, and Credit CardsCorporate ramps Product Overview Integration Guide KYB Onboarding Guide Supported Assets Payment and Payout MethodsPaybis Send Product Overview Crypto Pay-outs Integration Guide Fiat Pay-outs Integration Guide Crypto Pay-ins Integration Guide Partner Portal Overview Send Crypto Payouts Send Fiat Payouts Transaction Overview Capabilities and Coverage Supported AssetsPartner portal Product Overview Left-side panel and Dashboard Profile SettingsHElp and support Partner support portalRAMP Integration for EMI EMI Partner API Integration Guide Powered by Set payment method for Google Pay, Apple Pay, and Credit Cards Paybis has improved its payment processing capabilities by splitting Credit Card, Apple Pay, and Google Pay into separate payment methods. This guide explains how this change affects different integration types and how you can leverage it to provide a more tailored payment experience for your users. Background Previously, these three payment methods were grouped under a single "Credit Card" payment method, limiting partners' ability to set different fees or configurations for each method. This update addresses this limitation by creating distinct each payment method. Benefits Granular fee control: Set individual partner fees for Google Pay, Apple Pay, and Credit Cards, allowing for more flexible pricing strategies and promotions. Improved user experience: Provide users with clear and distinct payment method options, improving transparency and choice. Integration steps You will now interact with three separate payment methods (Credit Card, Apple Pay, Google Pay) instead of one. 📘 To ensure you can utilize the separate payment method setup (Credit Card, Apple Pay, Google Pay), please confirm with your account manager that this configuration has been applied to your business product account. Retrieve payment methods: When fetching available payment methods using the [GET /v2/payment-methods/{currencyFrom}/{currencyTo}](https://docs.payb.is/reference/getpaymentmethodsv2) endpoint, you will now receive separate entries for Google Pay, Apple Pay, and Credit Cards. Request quotes: You can request separate quotes for each payment method using the [POST /v2/quote](https://docs.payb.is/reference/createquotev2) endpoint. Ensure you specify the correct paymentMethod in the request body. Display payment options: Present the three payment methods as distinct options in your UI. Process transactions: When initiating a transaction, use the appropriate paymentMethod ID in the request to ensure correct processing and fee calculation. Example: To illustrate how to handle these new payment methods, let's consider an example with the POST /v2/quote endpoint. JSON { "amount": "100", "currencyCodeFrom": "USD", "currencyCodeTo": "BTC", "directionChange": "from", "paymentMethod": "apple_pay" // or "google_pay" or "credit_card" } By specifying the paymentMethod in the request body, you can generate a quote specifically for Apple Pay, Google Pay, or Credit Card. Partner Portal and Analytics The Partner Portal allows you to set different partner fees for each of the three payment methods. For analytics purposes, transactions may still be grouped under "Credit Card" to simplify reporting. By understanding and utilizing this new Payment methods setup, you can provide a more tailored and transparent payment experience for your users while optimizing your fee structures and business operations. Updated 8 months ago Auth key login Product Overview Did this page help you? Yes No Copy Page Background Benefits Integration steps