Integration Guide 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 Integration Guide 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 Integration Guide This guide outlines the integration process, highlighting key considerations and referencing relevant documentation for detailed instructions. Prerequisites The first step is to create a Product business account for your business. This will provide you with the necessary credentials and access to the Corporate Ramps. Please contact your Paybis account manager to initiate the account creation process. Integration Methods ℹ️ Paybis offers various integration options to suit your specific requirements. To learn more about each method and choose the most suitable one, please refer to our integration instructions. You can integrate the Corporate Ramp using one of the following methods: Direct URL API Integration This method allows you to use Paybis API. This provides greater flexibility and control over the widget's behavior and appearance. Steps: Retrieve supported fiat and cryptocurrencies using the GET /v2/currency/pairs/buy-crypto. Request a quote with the desired parameters using the POST /v2/quote. Obtain the requestId required to initialize the widget using the POST /v2/request. Generate request with the obtained requestId and optional query parameters. Variations: With Quote: Generate a quote using the POST /v2/quote and include it in the transaction request. Without Quote: Initiate a transaction without a pre-generated quote, allowing users to select parameters within the widget. One-Click Purchase: Streamline the purchase process by combining quote generation and transaction initiation into a single step. ℹ️ Refer to the Web: Direct URL API integration guide for detailed instructions. Direct URL Standalone Integration This method offers a simplified integration process with less flexibility. Pre-filled URL: Generate a URL with pre-filled parameters, such as partnerId, amount, currency, and cryptoWalletAddress. Ease of Use: This approach is easier to implement, requiring minimal coding and API interaction. Limited Customization: Offers less customization compared to Direct URL API Integration, as the widget's behavior is largely predefined by the URL parameters. ℹ️ Refer to the Web: Direct URL standalone integration guide for details. Web SDK Integration This method provides a more interactive and customizable integration experience. Web SDK: Utilize the Paybis Web SDK to embed the widget into your webpage and control its behavior using JavaScript functions. Customization: Offers greater control over the widget's appearance, user flow, and event handling. Embedded Mode: Allows embedding the widget directly into your page layout for a more seamless user experience. ℹ️ Refer to the "Web SDK guide section, including guides for embedded mode. Key Considerations for Corporate Widget Integration Authentication: Implement secure authentication methods to verify corporate users. Single Sign-On (SSO) is available for this product. KYC/AML Compliance: Ensure compliance with KYC/AML regulations by collecting necessary information and performing appropriate checks. For corporate clients, a KYB (Know Your Business) process is required. Refer to the KYB Onboarding Guide for details. Payment/Payout Methods: In addition to standard payment methods, corporate clients can utilize internal transfers via EMI (Electronic Money Institutions). By following the appropriate integration guide and considering these key aspects, you can successfully integrate the Paybis Corporate Ramp into your platform, providing a seamless and secure crypto purchasing experience for your corporate clients. Updated 8 months ago Product Overview KYB Onboarding Guide Did this page help you? Yes No Copy Page Prerequisites Integration Methods Direct URL API Integration Direct URL Standalone Integration Web SDK Integration Key Considerations for Corporate Widget Integration