# Coinflow ## Instructions for AI Agents - For clean Markdown of any page, append `.md` to the page URL - For section-specific indexes, append `/llms.txt` to any section URL - For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.coinflow.cash/_mcp/server ## Docs - [Welcome](https://docs.coinflow.cash/guides/product-overview/products-features.md): Complete implementation guides for Coinflow checkout, payouts, subscriptions, and marketplace solutions - [Key Concepts](https://docs.coinflow.cash/guides/product-overview/key-concepts.md): The core mechanics behind Coinflow pay-ins and payouts — how card tokenization, bank authentication, KYC, and source-of-funds work before you write a single line of integration code. - [Account Setup](https://docs.coinflow.cash/guides/getting-started/account-setup.md): Prerequisites every Coinflow integration depends on — sandbox merchant account, API keys, team access, settlement configuration, and (for Checkout) chargeback protection. - [Quickstart](https://docs.coinflow.cash/guides/getting-started/quickstart.md): Take your first card payment with Coinflow's pre-built UI SDK and send your first payout — both against the sandbox environment. - [How Checkout Works](https://docs.coinflow.cash/guides/checkout/checkout-overview/how-checkout-works.md): An end-to-end look at how Coinflow Checkout collects payment from your customer, runs fraud and compliance checks, and settles funds to your destination of choice. - [Getting Started with Implementing Checkout](https://docs.coinflow.cash/guides/checkout/implementation-overview/getting-started-with-implementation.md): - [One-Time Purchase Integration](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/settlement-to-coinflow-wallet.md): Accept one-time card payments and settle the proceeds to your Coinflow Wallet - [Credit Purchases — Settle to Coinflow Wallet](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/credit-purchase-usdc-to-coinflow-wallet.md): Sell credits through Coinflow checkout and let Coinflow hold your settled balance — the recommended path for most merchants. - [One-Time Purchase Integration - Third-Party USDC Settlement](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/one-time-purchase-usdc-to-3rd-party.md): Accept credit card payments and settle USDC directly to a third-party wallet - [Credit Purchase Integration: USDC Settled Directly to BYO Wallet (Solana)](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/credit-purchase-usdc-to-coinflow-byo-wallet-solana.md): - [Credit Purchase Integration: USDC Settled Directly to BYO Wallet (EVM)](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/credit-purchase-usdc-to-byo-wallet-evm.md): - [Credit Purchase Integration: USDC Settled Directly to a Solana Contract](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/credit-purchase-usdc-to-solana-contract.md): - [Credit Purchase Integration: USDC Settled Directly to EVM Contract](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/credit-purchase-usdc-to-evm-contract.md): - [One-Time Purchase Integration - EVM Contract Settlement](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/one-time-purchase-usdc-to-evm-contract.md): Accept credit card payments and settle USDC directly to your EVM smart contract - [One-Time Purchase Integration - Solana Contract Settlement](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/one-time-purchase-usdc-to-solana-contract.md): Accept credit card payments and settle USDC directly to your Solana smart contract - [One-Time Purchase Integration - Stellar Contract Settlement](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/one-time-purchase-usdc-to-stellar-contract.md): Accept credit card payments and settle USDC directly to your Stellar smart contract - [One-Time Purchase Integration - Stellar BYO Wallet Settlement](https://docs.coinflow.cash/guides/checkout/implementation-overview/implementation-guides/advanced-use-cases/one-time-purchase-direct-usdc-transfer-stellar.md): Accept credit card payments and settle USDC to your BYO wallet on Stellar - [Mobile SDK Overview](https://docs.coinflow.cash/guides/checkout/implementation-overview/mobile-app-payments.md): Embed the Coinflow card form natively in your iOS, Android, or Flutter app using a first-party SDK. - [Swift SDK](https://docs.coinflow.cash/guides/checkout/implementation-overview/mobile-app-payments/swift-sdk.md): Embed the Coinflow card tokenization form natively in a SwiftUI app. - [Android SDK](https://docs.coinflow.cash/guides/checkout/implementation-overview/mobile-app-payments/android-sdk.md): Embed the Coinflow card tokenization form natively in a Jetpack Compose app. - [Flutter SDK](https://docs.coinflow.cash/guides/checkout/implementation-overview/mobile-app-payments/flutter-sdk.md): Embed the Coinflow card tokenization form natively in a Flutter app. - [React Native SDK](https://docs.coinflow.cash/guides/checkout/implementation-overview/mobile-app-payments/react-native-sdk.md): Embed the Coinflow card tokenization form natively in a React Native app. - [Browser Redirect Checkout](https://docs.coinflow.cash/guides/checkout/implementation-overview/mobile-app-payments/browser-redirect-checkout.md): Accept payments in your mobile app by redirecting users to a Coinflow-hosted checkout page in the browser. - [⚠️ Common Errors](https://docs.coinflow.cash/guides/checkout/implementation-overview/errors/common-checkout-pay-in-errors.md): - [Card Payment Error Codes](https://docs.coinflow.cash/guides/checkout/implementation-overview/errors/card-payment-error-codes.md) - [💲Currency Presentment](https://docs.coinflow.cash/guides/checkout/payment-methods/currency-presentment.md): - [💳 Card Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/credit-debit-cards/about-credit-debit-card-payments.md): Documentation for merchants processing payments with credit cards. - [🌎 Supported Countries and Credit Cards](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/credit-debit-cards/supported-countries.md): Learn about which countries Coinflow accepts card purchases from. - [🔢 Card Statuses and Error Codes](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/credit-debit-cards/common-card-error-codes.md): Learn about the different card statuses and error codes card purchases will go through. - [Billing Address — State & Province Codes](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/credit-debit-cards/billing-address-state-and-province-codes.md): Reference for state and province codes to use in the card billing address for supported countries. - [How To: Implement Apple Pay](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/apple-pay/implement-apple-pay.md): Developers can use this documentation to implement apple pay. - [How to Generate Apple Pay Certificates](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/apple-pay/how-to-generate-apple-pay-certificates.md): - [Merchant-Managed Apple Pay Decryption](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/apple-pay/merchant-managed-decryption.md): Learn how to pass pre-decrypted Apple Pay tokens to Coinflow when you manage your own decryption keys. - [How To: Implement Google Pay™](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/google-pay/implement-google-pay.md): Developers can use this documentation to implement google pay. - [🏦 ACH Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/ach/ach-overview.md): Documentation for merchants processing payments via ACH. - [💵 How ACH Works](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/ach/about-ach.md): Learn about how ACH works, supported locations, and the different ACH statuses a payment goes through. - [How To: Implement ACH Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/ach/implement-ach.md): Developers can implement ACH payments with Coinflow via checkout link, SDK, or API. - [🔢 ACH Statuses, Error Codes](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/ach/ach-error-codes.md): Learn about ACH statuses and processing error codes. - [💶 SEPA / UK Faster Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/sepa-uk-faster-payments/about-sepa-uk-faster-payments.md): Merchants can accept bank transfer payments from EU and UK customers through SEPA and UK Faster Payments. - [How To: Implement SEPA / UK Faster Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/sepa-uk-faster-payments/implement-sepa-uk-faster-payments.md): Developers can use the following guide to learn how to use our apis to implement SEPA & UK Faster Payments. - [SEPA/UK Faster Payment Failure Scenarios](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/sepa-uk-faster-payments/sepa-ukfp-failure-error-messages.md): - [🔢 SEPA / UK Faster Payment Statuses](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/sepa-uk-faster-payments/sepa-ukfp-payment-statuses.md): Learn about the statuses a SEPA/UK Faster Payment will go through. - [🇧🇷 Pix Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/pix-payments/about-pix-payments.md): Merchants seeking pix pay-ins can learn the benefits of accepting pix payments. - [How To: Implement Pix Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/pix-payments/implement-pix-payments.md): Developers can learn how to implement pix pay-ins. - [Wires](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/wires/about-wire-payments.md) - [How To: Implement Wire Payins](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/wires/implement-wire-payments.md) - [About Cash App Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/cash-app/about-cash-app-payments.md): Accept payments via Cash App using Coinflow. - [How To: Implement Cash App Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/cash-app/implement-cash-app-payments.md): Learn how to accept Cash App payments via the Coinflow API. - [About Interac Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/interac/about-interac-payments.md): Accept payments via Interac e-Transfer using Coinflow. - [How To: Implement Interac Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/interac/implement-interac-payments.md): Learn how to accept Interac e-Transfer payins via the Coinflow API. - [About Venmo Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/venmo/about-venmo-payments.md): Accept payments via Venmo using Coinflow. - [How To: Implement Venmo Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/venmo/implement-venmo-payments.md): Learn how to accept Venmo payments via the prebuilt checkout UI, the Coinflow SDK button, or the Coinflow API. - [About PayPal Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/pay-pal/about-pay-pal-payments.md): Accept payments via PayPal using Coinflow. - [How To: Implement PayPal Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/pay-pal/implement-pay-pal-payments.md): Learn how to accept PayPal payments via the prebuilt checkout UI, the Coinflow SDK button, or the Coinflow API. - [🪙 Token Payments](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/crypto-payments/about-token-payments.md): Learn how to accept payments in any token and receive USDC as settlement. - [⛓️ Supported Chains and Tokens](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/crypto-payments/supported-tokens-and-chains.md): - [How to: Implement Crypto Checkout (API)](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/crypto-payments/implement-crypto-payments.md): Use this guide to allow users to make crypto payments with supported tokens/chains from a few simple API calls. - [🪪 Passive Crypto Pay-In Addresses](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/crypto-payments/about-passive-crypto-pay-in-addresses.md): Mint a persistent, customer-scoped crypto deposit address that accepts variable-amount stablecoin pay-ins on supported chains. Funds sent to the address are automatically credited to the merchant as USDC. - [How to: Implement Passive Crypto Pay-In Addresses (API)](https://docs.coinflow.cash/guides/checkout/payment-methods/payment-methods/crypto-payments/implement-passive-crypto-pay-in-addresses.md): Issue a persistent crypto deposit address for a customer, list and manage existing addresses, and react to deposits via webhook. - [Supported Countries by Payment Method](https://docs.coinflow.cash/guides/checkout/payment-methods/supported-countries.md): Learn about which countries Coinflow can accept payments from by payment method. - [📍 Settlement Locations](https://docs.coinflow.cash/guides/checkout/settlement-locations.md): Choose where Coinflow delivers the funds from your customer payments. - [👝 Settlement to Coinflow Wallet](https://docs.coinflow.cash/guides/checkout/settlement-locations/settlement-to-coinflow-wallet.md): - [👝 Settlement to a BYO Wallet](https://docs.coinflow.cash/guides/checkout/settlement-locations/merchant-byo-wallet-settlement.md): For Merchants Without Contracts: Learn How to Directly Settle Purchase Revenue into a Crypto Wallet. - [How To: Whitelist Your Contract Address](https://docs.coinflow.cash/guides/checkout/settlement-locations/settlement-to-contracts/whitelist-your-contracts.md): Developers can use this guide to whitelist programs so that Coinflow can run transactions through your programs / smart contracts. - [Settlement to EVM Contracts](https://docs.coinflow.cash/guides/checkout/settlement-locations/settlement-to-contracts/settle-to-evm-contract/implement-settlement-to-evm-contract.md): For Merchants With Smart Contracts on EVM Chains: Learn How to Enable Settlement to a Contract or Wallet. - [EVM Transactions In-Depth](https://docs.coinflow.cash/guides/checkout/settlement-locations/settlement-to-contracts/settle-to-evm-contract/evm-transactions-in-depth.md): How Coinflow EVM transactions work end-to-end and how to debug them. - [Tempo Signature Integration (secp256k1 / P-256 / WebAuthn / Keychain V2)](https://docs.coinflow.cash/guides/checkout/settlement-locations/settlement-to-contracts/settle-to-evm-contract/tempo-signature-integration-secp-256-k-1-p-256-web-authn-keychain-v-2.md): Accept Tempo wallets signing with secp256k1, raw P-256, WebAuthn passkeys, or Keychain V2 access-key envelopes for EVM credits redemption on the Tempo chain. - [Settlement to Solana Contract](https://docs.coinflow.cash/guides/checkout/settlement-locations/settlement-to-contracts/settle-to-solana-contract/implement-settlement-to-solana-contract.md): For Merchants With Programs on Solana: Learn How to Enable Settlement to a Contract or Wallet. - [Settlement to Stellar Contracts](https://docs.coinflow.cash/guides/checkout/settlement-locations/settlement-to-contracts/settle-to-stellar-contract/implement-settlement-to-stellar-contract.md): For Merchants With Smart Contracts on Stellar: Learn How to Enable Settlement to a Soroban Contract. - [Account Funding Transactions (AFT)](https://docs.coinflow.cash/guides/checkout/payment-scenarios/account-funding-transactions-aft.md): Understand what AFT transactions are, why card networks require them, and how they apply to card payins. - [🤝 How Card Payments Work](https://docs.coinflow.cash/guides/checkout/payment-scenarios/authorize-capture.md): Learn about the stages a credit card transaction goes through before settlement. - [Custom Pay-in Fees](https://docs.coinflow.cash/guides/checkout/payment-scenarios/custom-pay-in-fees.md): Add custom fee line items to purchase checkouts that appear as separate charges to customers. - [⏎ Refunds](https://docs.coinflow.cash/guides/checkout/payment-scenarios/refunds/about-refunds.md): Merchants can learn how to initiate refunds for card and ach purchases. - [Partial Refunds](https://docs.coinflow.cash/guides/checkout/payment-scenarios/refunds/partial-refunds.md): - [Crypto Refunds](https://docs.coinflow.cash/guides/checkout/payment-scenarios/refunds/crypto-refunds.md) - [Subsequent Transactions](https://docs.coinflow.cash/guides/checkout/payment-scenarios/subsequent-transactions/identifying-the-type-of-subsequent-transaction.md): Understanding the difference between initial payments and subsequent transactions - [🔐 Zero Authorization](https://docs.coinflow.cash/guides/checkout/payment-scenarios/subsequent-transactions/zero-authorization.md): Learn how to validate and store customer payment credentials without charging them using Zero Authorization. - [💳 Card on File Transactions](https://docs.coinflow.cash/guides/checkout/payment-scenarios/subsequent-transactions/card-on-file.md): Learn how to securely store customer payment credentials and enable one-click checkout experiences. - [🏪 Merchant Initiated Transactions](https://docs.coinflow.cash/guides/checkout/payment-scenarios/subsequent-transactions/merchant-initiated-transactions.md): Learn how to charge customers without their active participation using stored credentials from a previous authorization. - [👷 Chargeback Protection Overview](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/about-chargeback-protection.md): Learn about how to protection your merchant account from chargebacks. - [How Chargeback Protection Works](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/how-chargeback-protection-works.md): Learn how comprehensive and accurate data sharing is essential for fine-tuning fraud detection models - [How To: Implement Chargeback Protection](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/implement-chargeback-protection.md): Developers can use this documentation to implement chargeback protection for all card checkouts. - [Improving Chargeback Protection Acceptance Rates](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/improving-chargeback-protection-acceptance-rates.md): - [Overriding Chargeback Protection](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/overriding-chargeback-protection.md): Learn about the different chargeback protection statuses, error codes, and how to override the decision. - [How To: Send Payer Events for Chargeback Protection](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/sending-payer-events.md): - [Chargeback Reason Codes](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/chargeback-reason-codes.md): The possible codes that a user can dispute a purchase with - [Fraud Alerts and Chargeback Notifications](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/fraud-alerts-and-chargeback-notifications.md): How Coinflow receives fraud alerts, blocks compromised users, and escalates disputes into chargebacks. - [Responding to Disputes](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/responding-to-disputes.md): A step-by-step guide for merchants on how to respond to chargebacks opened against their transactions. - [AVS (Address Verification System)](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/avs.md): Learn how AVS checks help protect against card fraud and when address collection is required. - [🛡️3DS](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/3-ds/about-3-ds.md): Learn about how Coinflow leverages 3DS to protect against fraud. - [🛡️How to Interpret 3DS-Verified Transactions](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/fraud-protection/3-ds/how-to-interpret-3-ds-verified-transactions.md): - [Wallet-Signed Authentication (Advanced)](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/checkout-security/strong-authentication.md): Require customers who connect with a Solana or EVM wallet to sign a message before viewing saved cards and bank accounts. - [Tokenize Checkout Parameters](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/checkout-security/tokenize-checkout-parameters.md): This guide explains how to securely tokenize your checkout parameters with a JWT to prevent tampering and protect your users during payment. - [Domain Whitelisting for Coinflow Checkout](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/checkout-security/whitelist-ur-ls.md): This guide explains how to whitelist your domain to ensure Checkout only loads on trusted sites, protecting against phishing and iframe injection attacks. - [PCI Compliance Requirements for Direct Card Tokenization](https://docs.coinflow.cash/guides/checkout/payment-security-risk-management/pci-compliance.md): Requirements merchants must meet to directly tokenize raw card data (PAN & CVV) with Coinflow. - [Testing Credit Card Purchases](https://docs.coinflow.cash/guides/checkout/testing/testing-credit-cards.md): Developers can use this documentation to test various credit card scenarios. - [Testing ACH Payments](https://docs.coinflow.cash/guides/checkout/testing/testing-ach.md): Developers can use this documentation to test various outcomes while testing ACH payments. - [Testing SEPA / UK Faster Payments](https://docs.coinflow.cash/guides/checkout/testing/testing-sepa.md): - [Payout Overview](https://docs.coinflow.cash/guides/payouts/payout-overview.md): Overview of how users can withdraw funds with Coinflow. - [How Payouts / Withdraws Work](https://docs.coinflow.cash/guides/payouts/what-is-a-payout.md): Learn about the different payout flows Coinflow can support. - [Supported Payout Flows](https://docs.coinflow.cash/guides/payouts/understand-your-flow-of-funds/merchant-payout/overview.md): - [Configuring Your Settlement Settings](https://docs.coinflow.cash/guides/payouts/understand-your-flow-of-funds/merchant-payout/configuring-your-settlement-settings.md): - [Delegated Payout from Merchant Wallet](https://docs.coinflow.cash/guides/payouts/understand-your-flow-of-funds/user-payout/delegated-payout-from-merchant-wallet.md): - [Delegated Payout from User Self-Custodial Wallet](https://docs.coinflow.cash/guides/payouts/understand-your-flow-of-funds/user-payout/delegated-payout-from-user-self-custodial-wallet.md): - [Getting Started with Implementing Payouts](https://docs.coinflow.cash/guides/payouts/implementation-methods/getting-started.md): This guide outlines the core concepts required to implement payout flows supported through Coinflow. Before integrating withdrawals, developers should work with stakeholders to determine the right payout flow for your use case and configure each required step accordingly. - [Bank Authentication](https://docs.coinflow.cash/guides/payouts/implementation-methods/bank-authentication-ui.md): Merchants can learn how to use Coinflow's UI for authentication and redirect withdrawers upon successful bank auth. - [Debit Card Tokenization](https://docs.coinflow.cash/guides/payouts/implementation-methods/debit-card-tokenization.md): This guide is meant to help developers who want to tokenize debit cards for payout flow. - [API Integration](https://docs.coinflow.cash/guides/payouts/implementation-methods/api-integration.md): Implement payouts programmatically using Coinflow's REST API for full control and customization - [Coinflow Withdraw Component (SDK)](https://docs.coinflow.cash/guides/payouts/implementation-methods/coinflow-withdraw-component.md): - [KYC Verification](https://docs.coinflow.cash/guides/payouts/kyc-verification/what-is-kyc.md): - [Coinflow's Built-In Verification](https://docs.coinflow.cash/guides/payouts/kyc-verification/supported-kyc-methods/coinflow-prebuilt-kyc-solution.md): - [KYC Attestation (KYC Reliance)](https://docs.coinflow.cash/guides/payouts/kyc-verification/supported-kyc-methods/kyc-attestation.md): - [Reusable KYC Token Sharing](https://docs.coinflow.cash/guides/payouts/kyc-verification/supported-kyc-methods/reusable-kyc-token-sharing.md): Reuse identity verifications you've already collected through Persona or Sumsub instead of asking your users to verify again with Coinflow. - [Available Countries - Withdraw](https://docs.coinflow.cash/guides/payouts/payout-methods/available-countries.md): Learn about which countries Coinflow can support with direct bank payouts. - [Payout Currency](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-countries-currencies.md): - [Supported Payout Methods](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/overview.md): - [Push to Card](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/push-to-card.md): - [Apple Pay Push to Card](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/apple-pay-push-to-card.md): Merchants who want to integrate via API calls to Coinflows payout endpoints using Apple Pay push to card can follow this step by step guide. - [Same-Day ACH](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/same-day-ach.md): - [Standard ACH](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/standard-ach.md): - [RTP (Real-Time Payments)](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/rtp-real-time-payments.md): - [SEPA (Europe)](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/sepa.md): - [UK Faster Payments](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/uk-faster-payment.md): - [Wire Transfers](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/wire-transfers.md): - [Interac / EFT (Canada)](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/interac-eft-canada.md): - [PayPal](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/pay-pal.md): - [How To: Add Support for Venmo Payout](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/venmo.md): - [USDC Token Addresses](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/gasless-evm-usdc.md): - [Crypto Deposit Withdraw](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/crypto-deposit-withdraw.md): Accept crypto deposits and automatically initiate fiat payouts to your users. - [How To: Add Support for Interac Payout](https://docs.coinflow.cash/guides/payouts/payout-methods/supported-payout-methods/how-to-add-support-for-interac-payout.md): Learn how to enable Interac e-Transfer payouts for Canadian users - [Merchant Payouts from Your Coinflow wallet](https://docs.coinflow.cash/guides/payouts/source-of-funds-for-payouts/coinflow-wallet.md): Send payouts to your users' bank accounts and debit cards, funded by your Coinflow wallet. - [How To: Implement User Self-Custodial Wallet Payouts](https://docs.coinflow.cash/guides/payouts/source-of-funds-for-payouts/advanced/user-self-custodial-wallet.md): Developers can use this documentation to implement a payout from an end-user's wallet to their bank account. - [Identifying Users by Internal User ID](https://docs.coinflow.cash/guides/payouts/user-identification/identifying-users-by-internal-user-id.md): - [Users With Crypto Wallets](https://docs.coinflow.cash/guides/payouts/user-identification/advanced/identifying-users-by-wallet.md): - [Payout Scenarios](https://docs.coinflow.cash/guides/payouts/payout-scenarios/overview.md): - [How To: Add Your Own Payout Fees](https://docs.coinflow.cash/guides/payouts/payout-scenarios/custom-withdraw-fees.md): Learn how to add your own fees for every payout transaction. - [Payout Speeds](https://docs.coinflow.cash/guides/payouts/beyond-payouts/understanding-payout-speeds.md): - [Common Payout / Withdraw Errors](https://docs.coinflow.cash/guides/payouts/beyond-payouts/common-payout-errors.md): - [React Environment Properties](https://docs.coinflow.cash/guides/payouts/developer-resources/react-component-properties.md): Developers can implement various environmental settings that determine how the withdrawal process functions. - [React Native Redirect Example](https://docs.coinflow.cash/guides/payouts/developer-resources/react-native-redirect-example.md): - [USDC Token Addresses](https://docs.coinflow.cash/guides/payouts/developer-resources/usdc-token-addresses.md): - [How To: Add Support for Venmo Payout](https://docs.coinflow.cash/guides/payouts/developer-resources/how-to-add-venmo-payout-support.md): - [Testing Withdraw](https://docs.coinflow.cash/guides/payouts/testing-sandbox/testing-withdraws.md): Developers can use this documentation to test withdraws to Bank Accounts in various regions. - [Subscriptions Overview](https://docs.coinflow.cash/guides/subscriptions/subscriptions-overview.md): Learn how you can use Coinflow to accept payments for subscription based services. - [How Subscriptions Work](https://docs.coinflow.cash/guides/subscriptions/overview/how-subscriptions-work.md): Learn how to set up a subscription with Coinflow. - [Defining Subscription Plan Details](https://docs.coinflow.cash/guides/subscriptions/overview/understanding-your-flow-of-funds/defining-plan-details.md): Learn how to configure subscription plans with the right pricing, billing frequency, and settlement options. - [Managing Subscription Plans and Subscribers](https://docs.coinflow.cash/guides/subscriptions/overview/understanding-your-flow-of-funds/managing-subscription-plans-subscribers.md): Learn how to view, edit, and manage your subscription plans and subscriber list. - [API Integration for Subscriptions](https://docs.coinflow.cash/guides/subscriptions/implementation-methods/api-integration.md): Developers can use this guide to implement subscriptions via UI or API - [Prebuilt Coinflow UI for Subscriptions](https://docs.coinflow.cash/guides/subscriptions/implementation-methods/prebuilt-coinflow-ui.md): Use Coinflow's prebuilt purchase component to easily implement subscription purchases. - [Subscription Webhooks](https://docs.coinflow.cash/guides/subscriptions/implementation-methods/subscription-webhooks.md): Use this documentation to listen to webhook events specific to subscription lifecycle and billing. - [Enabling Customers to Cancel Subscriptions](https://docs.coinflow.cash/guides/subscriptions/subscriptions-scenarios/enabling-customers-to-cancel-subscriptions.md): Learn how to implement subscription cancellation for your customers. - [Handling Failed First Payments](https://docs.coinflow.cash/guides/subscriptions/subscriptions-scenarios/failed-first-payment.md): Learn how to handle subscription failures when the initial payment doesn't go through. - [🛍️ Marketplace Overview](https://docs.coinflow.cash/guides/marketplaces/marketplace-overview.md): Overview of how marketplace platforms can use Coinflow to facilitate marketplace transactions. - [⚙️ How Marketplaces Work](https://docs.coinflow.cash/guides/marketplaces/how-marketplaces-work.md): Learn about how marketplaces works for both marketplaces and sellers. - [🪝 Seller Webhooks](https://docs.coinflow.cash/guides/marketplaces/marketplaces-webhooks.md): Developers can use this documentation to learn how to listen to marketplace seller events. - [🛍️ Marketplaces Implementation](https://docs.coinflow.cash/guides/marketplaces/marketplaces-implementation.md): Developers can learn how to configure and implement Coinflow's marketplace flow. - [How To: Implement Marketplaces (UI)](https://docs.coinflow.cash/guides/marketplaces/marketplaces-implementation/implementing-marketplaces.md): Developers can.use this documentation to implement marketplaces. - [How To: Implement Marketplace Credits (API)](https://docs.coinflow.cash/guides/marketplaces/marketplaces-implementation/marketplace-credits.md): - [How To: Implement Marketplaces (API)](https://docs.coinflow.cash/guides/marketplaces/marketplaces-implementation/how-to-implement-marketplaces-api.md): - [How To: Implement Pay-Ins on Marketplaces (API)](https://docs.coinflow.cash/guides/marketplaces/marketplaces-implementation/how-to-implement-marketplaces-api/implementing-marketplaces-api.md): - [How To: Implement Seller Payouts on Marketplaces (API)](https://docs.coinflow.cash/guides/marketplaces/marketplaces-implementation/how-to-implement-marketplaces-api/implementing-marketplaces-via-api.md): Below shows how marketplaces can initiate seller payouts via api - [🎨 How To: Whitelabel The Payment Experience](https://docs.coinflow.cash/guides/developer-resources/custom-branding.md): 🎨 Customize the Coinflow Pre-built UI to match your branding guidelines. - [💳 Checkout Implementation](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation.md): Developers can use this documentation to implement Coinflow Checkout. - [⚛️ React Environment Properties](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/developer-react-environment-properties.md): Developers can use this documentation for environmental settings that determine how the checkout process functions. - [💳 Credit Cards Implementation](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/credit-cards-implementation.md): Developers can use this documentation to implement processing payments with credit cards. - [Card Form Components](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/credit-cards-implementation/card-form-components.md): Use Coinflow's Card Form SDK components to securely collect and tokenize credit card information with a single `tokenize()` call. Available for React, Vue, Angular, and React Native. - [Implement Credit Card Checkout](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/credit-cards-implementation/tokenize-credit-cards.md): Developers can use this documentation to tokenize credit cards when using our card checkout APIs. - [🏦 ACH Implementation](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/ach-implementation.md): Developers can use this documentation to implement processing payments via ACH. - [🇪🇺🇬🇧 SEPA / UK Payment Implementation Overview](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/sepa-uk-pay-in.md): Developers can learn how to implement bank transfer payments via SEPA and or UK Faster Payments. - [💵 Crypto Pay-In Implementation](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/usdc-implementation.md): Developers can use this documentation to learn how to add crypto payins. - [👝 Wallet Implementation](https://docs.coinflow.cash/guides/developer-resources/checkout-implementation/wallets.md): Developers can use this documentation to generate a wallet public key. - [🪝 Webhook Implementation](https://docs.coinflow.cash/guides/developer-resources/webhooks.md): - [Configuring Webhooks](https://docs.coinflow.cash/guides/developer-resources/webhooks/configuring-webhooks.md): - [Verifying Webhook Signatures](https://docs.coinflow.cash/guides/developer-resources/webhooks/verifying-webhook-signatures.md): - [Withdraw Webhooks](https://docs.coinflow.cash/guides/developer-resources/webhooks/withdraw-webhooks.md): Developers can use this documentation to listen to webhooks associatied with KYC/B and Withdrawals. - [Checkout / Subscription Webhooks](https://docs.coinflow.cash/guides/developer-resources/webhooks/checkout-webhooks.md): Developers can use this documentation to listen to various webhook events related to checkout purchases. - [How to Test Chargeback Events](https://docs.coinflow.cash/guides/developer-resources/webhooks/checkout-webhooks/how-to-test-chargeback-events.md): - [🔐 Login & Account Access](https://docs.coinflow.cash/guides/merchant-dashboard/login-account-access.md): Learn how to access your Coinflow merchant account, set up 2FA, add team members, and troubleshoot login issues. - [👥 Users and Roles](https://docs.coinflow.cash/guides/merchant-dashboard/users-and-roles.md): Merchants can learn which roles to assign to team members. - [Rate Limits](https://docs.coinflow.cash/guides/merchant-dashboard/rate-limits.md): Here are some good-to-know rate limits that apply to both you and your customers: - [☎️ Contact](https://docs.coinflow.cash/guides/merchant-dashboard/developer-contact.md): - [Add 3DS Challenge - Angular](https://docs.coinflow.cash/recipes/recipes/add-3-ds-challenge-angular.md): Learn how to create a 3DS Challenge modal for when a challenge is required. - [Add dynamic height to a Coinflow UI component](https://docs.coinflow.cash/recipes/recipes/add-dynamic-height-to-coinflow-ui-component.md): Learn to dynamically resize the Coinflow component. - [Add Dynamic Height to Apple Pay Button](https://docs.coinflow.cash/recipes/recipes/add-dynamic-height-to-apple-pay-button.md): Integrate the `CoinflowApplePayButton` from the Coinflow SDK with dynamic height adjustments. - [Add dynamic height to Coinflow iframe](https://docs.coinflow.cash/recipes/recipes/add-dynamic-height-to-coinflow-iframe.md): This snippet will allow you to capture and utilize dynamic height when utilizing coinflow checkout links embedded in an iframe on your site. - [Add Dynamic Loading to Coinflow iframe<>](https://docs.coinflow.cash/recipes/recipes/add-dynamic-loading-to-coinflow-iframe.md): Learn how to enable users to have a more seamless experience when the checkout/bank authentication pages are still loading. - [Apple Pay Payouts API Implementation](https://docs.coinflow.cash/recipes/recipes/apple-pay-payouts-api-implementation.md): Recipe Description - [Complete Checkout with 3DS Challenge - React](https://docs.coinflow.cash/recipes/recipes/complete-checkout-with-3-ds-challenge-react.md): Learn how to create a 3DS Challenge modal for when a challenge is required. - [Listen for purchase events](https://docs.coinflow.cash/recipes/recipes/listen-for-purchase-events.md): React to purchase events server-side using webhooks - [Listen for Successful Account Link Messages](https://docs.coinflow.cash/recipes/recipes/listen-for-successful-account-link-messages.md): Learn how to detect and handle messages confirming a successful account linkage when using Coinflow's UI for bank authentication. - [Listen to Client Side Messages on Swift (iOS)](https://docs.coinflow.cash/recipes/recipes/listen-to-client-side-messages-on-swift-i-os.md): Replicate Coinflow's SDK onSuccess method on your iOS app using Swift - [Listen to Payment Success Messages](https://docs.coinflow.cash/recipes/recipes/listen-to-payment-success-messages.md): Learn how to listen to payment success messages - [PCI Compliant Card Tokenization](https://docs.coinflow.cash/recipes/recipes/pci-compliant-card-tokenization.md): Learn how to tokenize a credit/debit card when completing a new card and saved card checkout. - [Tokenize Card Data via API for Checkout](https://docs.coinflow.cash/recipes/recipes/tokenize-card-data-via-api-for-checkout.md): Learn how to tokenize card data directly with Coinflow APIs. Merchants that want to utilize this must provide their PCI DSS certification to the Coinflow team. - [Tokenize Card Data via API for Debit Card Payouts](https://docs.coinflow.cash/recipes/recipes/tokenize-card-data-via-api-for-debit-card-payouts.md): Learn how to tokenize card data directly with Coinflow APIs. Merchants that want to utilize this must provide their PCI DSS certification to the Coinflow team. - [Tokenize Cards for Saved Card Checkout - Vue](https://docs.coinflow.cash/recipes/recipes/tokenize-cards-for-saved-card-checkout-vue.md): Learn how to refresh a previously tokenized credit card with Coinflow's tokenization component on Vue. - [Tokenize Debit Cards for Withdraws](https://docs.coinflow.cash/recipes/recipes/tokenize-debit-cards-for-withdraws.md): Learn how to tokenize a debit card to pass along to Coinflow's withdraw endpoints. - [Upload files to Coinflow storage](https://docs.coinflow.cash/recipes/recipes/upload-files-to-coinflow-storage.md) ## API Docs - API Reference > Authentication [Get Message](https://docs.coinflow.cash/api-reference/api-reference/authentication/get-message.md) - API Reference > Authentication [Get Session Key](https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key.md) - API Reference > Authentication [Verify Token](https://docs.coinflow.cash/api-reference/api-reference/authentication/verify-token.md) - API Reference > Card Tokenization [Associate CVV](https://docs.coinflow.cash/api-reference/api-reference/card-tokenization/associate-cvv.md) - API Reference > Card Tokenization [Tokenize Card and CVV](https://docs.coinflow.cash/api-reference/api-reference/card-tokenization/tokenize.md) - API Reference > Card Tokenization [Tokenize Card Only](https://docs.coinflow.cash/api-reference/api-reference/card-tokenization/card-only.md) - API Reference > Checkout [ACH Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/ach-checkout.md) - API Reference > Checkout [APA Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/apa-checkout.md) - API Reference > Checkout [Apple Pay Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/apple-pay.md) - API Reference > Checkout [Apple Pay Validate Merchant](https://docs.coinflow.cash/api-reference/api-reference/checkout/validate-merchant.md) - API Reference > Checkout [Capture Payment](https://docs.coinflow.cash/api-reference/api-reference/checkout/capture-payment.md) - API Reference > Checkout [Card Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/card-checkout.md) - API Reference > Checkout [Card on File Authorized](https://docs.coinflow.cash/api-reference/api-reference/checkout/card-on-file-authorized.md) - API Reference > Checkout [Card On File Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/card-on-file-checkout.md) - API Reference > Checkout [Cash App Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/cash-app-checkout.md) - API Reference > Checkout [Create Pix Payment](https://docs.coinflow.cash/api-reference/api-reference/checkout/create-pix-payment.md) - API Reference > Checkout [Crypto Payin](https://docs.coinflow.cash/api-reference/api-reference/checkout/crypto-checkout-headless.md) - API Reference > Checkout [Get Checkout Jwt Token](https://docs.coinflow.cash/api-reference/api-reference/checkout/get-checkout-jwt-token.md) - API Reference > Checkout [Get Checkout Link](https://docs.coinflow.cash/api-reference/api-reference/checkout/get-checkout-link.md) - API Reference > Checkout [Get Destination Auth Key](https://docs.coinflow.cash/api-reference/api-reference/checkout/get-destination-auth-key.md) - API Reference > Checkout [Get Interchange Fees](https://docs.coinflow.cash/api-reference/api-reference/checkout/get-fees.md) - API Reference > Checkout [Get supported chains and tokens](https://docs.coinflow.cash/api-reference/api-reference/checkout/get-supported-chains-and-tokens-for-merchant.md) - API Reference > Checkout [Get Totals](https://docs.coinflow.cash/api-reference/api-reference/checkout/get-totals.md) - API Reference > Checkout [Get USDC Authorization Message (EVM only)](https://docs.coinflow.cash/api-reference/api-reference/checkout/get-usdc-authorization-message.md) - API Reference > Checkout [Google Pay Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/google-pay.md) - API Reference > Checkout [Interac e-Transfer Checkout (New Contact)](https://docs.coinflow.cash/api-reference/api-reference/checkout/interac-checkout.md) - API Reference > Checkout [Interac e-Transfer Checkout (Saved Contact)](https://docs.coinflow.cash/api-reference/api-reference/checkout/interac-token-checkout.md) - API Reference > Checkout [Merchant Initiated Transaction](https://docs.coinflow.cash/api-reference/api-reference/checkout/merchant-initiated-transaction.md) - API Reference > Checkout [PayPal New Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/new-pay-pal-checkout.md) - API Reference > Checkout [PayPal Saved Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/saved-pay-pal-checkout.md) - API Reference > Checkout [Review Payment Protection](https://docs.coinflow.cash/api-reference/api-reference/checkout/review-payment.md) - API Reference > Checkout [Saved Card Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/token-checkout.md) - API Reference > Checkout [Sepa/Faster Payments Checkout (New Account)](https://docs.coinflow.cash/api-reference/api-reference/checkout/iban-checkout.md) - API Reference > Checkout [Sepa/Faster Payments Checkout (Saved Account)](https://docs.coinflow.cash/api-reference/api-reference/checkout/iban-token-checkout.md) - API Reference > Checkout [US Wire Domestic Payments Checkout (New Account)](https://docs.coinflow.cash/api-reference/api-reference/checkout/wire-checkout.md) - API Reference > Checkout [US Wire Domestic Payments Checkout (Saved Account)](https://docs.coinflow.cash/api-reference/api-reference/checkout/wire-token-checkout.md) - API Reference > Checkout [Venmo New Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/new-venmo-checkout.md) - API Reference > Checkout [Venmo Saved Checkout](https://docs.coinflow.cash/api-reference/api-reference/checkout/saved-venmo-checkout.md) - API Reference > Checkout [Void Payment](https://docs.coinflow.cash/api-reference/api-reference/checkout/void-payment.md) - API Reference > Checkout [Zero Authorization](https://docs.coinflow.cash/api-reference/api-reference/checkout/zero-authorization.md) - API Reference > Customers [Add Bank Account](https://docs.coinflow.cash/api-reference/api-reference/customers/add-bank-account.md) - API Reference > Customers [Bank Account Status Check](https://docs.coinflow.cash/api-reference/api-reference/customers/plaid-check.md) - API Reference > Customers [Create an Iban account](https://docs.coinflow.cash/api-reference/api-reference/customers/add-iban.md) - API Reference > Customers [Create Card for Customer](https://docs.coinflow.cash/api-reference/api-reference/customers/create-card-for-customer.md) - API Reference > Customers [Create Customer](https://docs.coinflow.cash/api-reference/api-reference/customers/create-customer.md) - API Reference > Customers [Delete Bank Account](https://docs.coinflow.cash/api-reference/api-reference/customers/delete-bank-account.md) - API Reference > Customers [Delete Card](https://docs.coinflow.cash/api-reference/api-reference/customers/delete-card.md) - API Reference > Customers [Delete Iban Account](https://docs.coinflow.cash/api-reference/api-reference/customers/delete-iban.md) - API Reference > Customers [Delete Interac Account](https://docs.coinflow.cash/api-reference/api-reference/customers/delete-interac.md) - API Reference > Customers [Delete PayPal Account](https://docs.coinflow.cash/api-reference/api-reference/customers/delete-paypal.md) - API Reference > Customers [Delete Venmo Account](https://docs.coinflow.cash/api-reference/api-reference/customers/delete-venmo.md) - API Reference > Customers [Get Balances](https://docs.coinflow.cash/api-reference/api-reference/customers/get-checkout-balances.md) - API Reference > Customers [Get Customer](https://docs.coinflow.cash/api-reference/api-reference/customers/get-customer.md) - API Reference > Customers [Get Purchase History](https://docs.coinflow.cash/api-reference/api-reference/customers/get-history.md) - API Reference > Customers [Get Purchase History By ID](https://docs.coinflow.cash/api-reference/api-reference/customers/get-customer-payment-by-id.md) - API Reference > Events [Report Event](https://docs.coinflow.cash/api-reference/api-reference/events/post-event.md) - API Reference > Marketplace [Adds a USDC recipient.](https://docs.coinflow.cash/api-reference/api-reference/marketplace/add-usdc-withdraw-recipient.md) - API Reference > Marketplace [Create Seller](https://docs.coinflow.cash/api-reference/api-reference/marketplace/create-seller.md) - API Reference > Marketplace [Creates a USDC withdrawal transaction for a merchant using the Coinflow wallet](https://docs.coinflow.cash/api-reference/api-reference/marketplace/seller-usdc-withdraw.md) - API Reference > Marketplace [Download Seller KYC verification report.](https://docs.coinflow.cash/api-reference/api-reference/marketplace/download-kyc.md) - API Reference > Marketplace [Get Purchase Link](https://docs.coinflow.cash/api-reference/api-reference/marketplace/get-purchase-link.md) - API Reference > Marketplace [Get Purchase with Credits link](https://docs.coinflow.cash/api-reference/api-reference/marketplace/get-purchase-with-credits-link.md) - API Reference > Marketplace [Get Seller Login Link](https://docs.coinflow.cash/api-reference/api-reference/marketplace/get-seller-login-link.md) - API Reference > Marketplace [Get Seller Registration Link](https://docs.coinflow.cash/api-reference/api-reference/marketplace/get-seller-register-link.md) - API Reference > Marketplace [Get Seller Verification Transaction](https://docs.coinflow.cash/api-reference/api-reference/marketplace/get-verify-transaction.md) - API Reference > Marketplace [Get Subscription Link](https://docs.coinflow.cash/api-reference/api-reference/marketplace/get-subscribe-link.md) - API Reference > Marketplace [Get wallet by email](https://docs.coinflow.cash/api-reference/api-reference/marketplace/get-wallet-address-by-email.md) - API Reference > Marketplace [Removes a USDC recipient.](https://docs.coinflow.cash/api-reference/api-reference/marketplace/remove-usdc-withdraw-recipient.md) - API Reference > Merchant [Activate Passive Deposit Address](https://docs.coinflow.cash/api-reference/api-reference/merchant/activate-passive-deposit-address.md) - API Reference > Merchant [Bans a seller](https://docs.coinflow.cash/api-reference/api-reference/merchant/block-marketplace-seller.md) - API Reference > Merchant [Block or Unblock Customer](https://docs.coinflow.cash/api-reference/api-reference/merchant/unblock-account.md) - API Reference > Merchant [Block or Unblock Withdrawer](https://docs.coinflow.cash/api-reference/api-reference/merchant/block-or-unblock-withdrawer.md) - API Reference > Merchant [Configure 3DS exemption](https://docs.coinflow.cash/api-reference/api-reference/merchant/update-3-ds-exemption.md) - API Reference > Merchant [Configure attempt limit setting](https://docs.coinflow.cash/api-reference/api-reference/merchant/update-attempt-limit-setting.md) - API Reference > Merchant [Create Chargeback Response](https://docs.coinflow.cash/api-reference/api-reference/merchant/respond.md) - API Reference > Merchant [Create Crypto Withdraw Deposit](https://docs.coinflow.cash/api-reference/api-reference/merchant/create-crypto-withdraw-deposit.md) - API Reference > Merchant [Create Export](https://docs.coinflow.cash/api-reference/api-reference/merchant/create-export.md) - API Reference > Merchant [Deactivate Passive Deposit Address](https://docs.coinflow.cash/api-reference/api-reference/merchant/deactivate-passive-deposit-address.md) - API Reference > Merchant [Delete Export](https://docs.coinflow.cash/api-reference/api-reference/merchant/delete-export.md) - API Reference > Merchant [Edit Merchant](https://docs.coinflow.cash/api-reference/api-reference/merchant/edit-merchant.md) - API Reference > Merchant [Fail Payment](https://docs.coinflow.cash/api-reference/api-reference/merchant/fail-payment.md) - API Reference > Merchant [Get all chargebacks](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-all-chargebacks.md) - API Reference > Merchant [Get All Payments](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-all-payments.md) - API Reference > Merchant [Get chargeback data](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-chargeback.md) - API Reference > Merchant [Get Chargeback Response Draft](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-chargeback-response-draft.md) - API Reference > Merchant [Get chargeback stats for time frame](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-chargeback-stats.md) - API Reference > Merchant [Get Coinflow Wallet Balance](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-payout-balance.md) - API Reference > Merchant [Get customer list](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-customer-accounts.md) - API Reference > Merchant [Get Delegated Payout Quote](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-delegated-payout-quote.md) - API Reference > Merchant [Get Enhanced Transaction Information](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-enhanced-tx-information.md) - API Reference > Merchant [Get Export](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-export.md) - API Reference > Merchant [Get Export Download URL](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-export-download-url.md) - API Reference > Merchant [Get Job Status](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-job-status.md) - API Reference > Merchant [Get Merchant](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-merchant.md) - API Reference > Merchant [Get Payment By ID](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-payment-by-id.md) - API Reference > Merchant [Get Payment Webhook Activity](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-all-webhooks.md) - API Reference > Merchant [Get Returned ACH Payments](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-ach-returns.md) - API Reference > Merchant [Get Submerchants under Merchant](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-submerchants-for-merchant.md) - API Reference > Merchant [Get Supported Chains](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-supported-chains.md) - API Reference > Merchant [Get URL Whitelist Requests](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-url-whitelist-requests.md) - API Reference > Merchant [Get Withdrawal](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-withdrawal.md) - API Reference > Merchant [Get Withdraws](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-all-withdraws.md) - API Reference > Merchant [Gets merchant withdrawers](https://docs.coinflow.cash/api-reference/api-reference/merchant/get-withdrawers.md) - API Reference > Merchant [List Exports](https://docs.coinflow.cash/api-reference/api-reference/merchant/list-exports.md) - API Reference > Merchant [List Passive Deposit Addresses](https://docs.coinflow.cash/api-reference/api-reference/merchant/list-passive-deposit-addresses.md) - API Reference > Merchant [Mint Credits](https://docs.coinflow.cash/api-reference/api-reference/merchant/mint-credits.md) - API Reference > Merchant [Override Chargeback Protection](https://docs.coinflow.cash/api-reference/api-reference/merchant/override-chargeback-protection.md) - API Reference > Merchant [Payout to a user via Coinflow Wallet](https://docs.coinflow.cash/api-reference/api-reference/merchant/payout-from-delegated-settlement-wallet.md) - API Reference > Merchant [Payout to a user via Merchant Self-Custodial Wallet](https://docs.coinflow.cash/api-reference/api-reference/merchant/do-payout.md) - API Reference > Merchant [Refund Payment](https://docs.coinflow.cash/api-reference/api-reference/merchant/refund-payment.md) - API Reference > Merchant [Request Program Approval](https://docs.coinflow.cash/api-reference/api-reference/merchant/request-program-approval.md) - API Reference > Merchant [Request URL Whitelisting](https://docs.coinflow.cash/api-reference/api-reference/merchant/request-url-whitelist.md) - API Reference > Merchant [Resend Payment Webhook](https://docs.coinflow.cash/api-reference/api-reference/merchant/resend-webhook.md) - API Reference > Merchant [Revoke URL Whitelist](https://docs.coinflow.cash/api-reference/api-reference/merchant/revoke-url-whitelist.md) - API Reference > Merchant [Save Chargeback Response Draft](https://docs.coinflow.cash/api-reference/api-reference/merchant/save-draft-and-notes.md) - API Reference > Merchant [Set Customer Override Limit](https://docs.coinflow.cash/api-reference/api-reference/merchant/set-customer-override-limit.md) - API Reference > Merchant [Set Settlement Address](https://docs.coinflow.cash/api-reference/api-reference/merchant/set-settlement-address.md) - API Reference > Merchant [Settle Payment](https://docs.coinflow.cash/api-reference/api-reference/merchant/settle-payment.md) - API Reference > Merchant [Unverify Seller](https://docs.coinflow.cash/api-reference/api-reference/merchant/unverify-seller.md) - API Reference > Merchant [Update Custom Withdrawal Fees](https://docs.coinflow.cash/api-reference/api-reference/merchant/update-custom-withdrawal-fees.md) - API Reference > Merchant [Update merchant ignore chargeback](https://docs.coinflow.cash/api-reference/api-reference/merchant/update-chargeback-ignore-status.md) - API Reference > Merchant Subscription [Cancel Subscription (by merchant)](https://docs.coinflow.cash/api-reference/api-reference/merchant-subscription/cancel-subscription.md) - API Reference > Merchant Subscription [Create Plans](https://docs.coinflow.cash/api-reference/api-reference/merchant-subscription/create-plan.md) - API Reference > Merchant Subscription [Deactivate Plan](https://docs.coinflow.cash/api-reference/api-reference/merchant-subscription/deactivate-plan.md) - API Reference > Merchant Subscription [Get Plans](https://docs.coinflow.cash/api-reference/api-reference/merchant-subscription/get-plans.md) - API Reference > Merchant Subscription [Get Subscribers](https://docs.coinflow.cash/api-reference/api-reference/merchant-subscription/get-subscriptions.md) - API Reference > Merchant Subscription [Get Subscription Payments](https://docs.coinflow.cash/api-reference/api-reference/merchant-subscription/get-subscription-payments.md) - API Reference > Merchant Subscription [Update Plan](https://docs.coinflow.cash/api-reference/api-reference/merchant-subscription/update-plan.md) - API Reference > Redeem [(EVM only) Get Credits Authorization Message](https://docs.coinflow.cash/api-reference/api-reference/redeem/get-evm-credits-auth-msg.md) - API Reference > Redeem [(EVM only) Send Redeem Transaction with Credits Authorization Message](https://docs.coinflow.cash/api-reference/api-reference/redeem/send-evm-credits-gasless-tx.md) - API Reference > Redeem [Create Merchant Wallet Redemption Transaction](https://docs.coinflow.cash/api-reference/api-reference/redeem/get-merchant-wallet-redeem-transaction.md) - API Reference > Redeem [Create Redeem Transaction](https://docs.coinflow.cash/api-reference/api-reference/redeem/get-redeem-transaction.md) - API Reference > Refund [Get Refunds](https://docs.coinflow.cash/api-reference/api-reference/refund/get-refunds.md) - API Reference > Refund [Retry a Failed Refund](https://docs.coinflow.cash/api-reference/api-reference/refund/retry-refund.md) - API Reference > Refund [View All Refunds for Payment](https://docs.coinflow.cash/api-reference/api-reference/refund/get-refunds-via-payment-id.md) - API Reference > Refund [View Refund Information for Payment](https://docs.coinflow.cash/api-reference/api-reference/refund/get-refund-via-payment-id.md) - API Reference > Sub Merchant [Get All Submerchants](https://docs.coinflow.cash/api-reference/api-reference/sub-merchant/get-submerchants.md) - API Reference > Sub Merchant [Get Submerchant by ID](https://docs.coinflow.cash/api-reference/api-reference/sub-merchant/get-submerchant.md) - API Reference > Sub Merchant [Get Submerchant Onboarding Token](https://docs.coinflow.cash/api-reference/api-reference/sub-merchant/get-onboarding-token.md) - API Reference > Subscription [Customer Cancel Subscription](https://docs.coinflow.cash/api-reference/api-reference/subscription/cancel-customer-subscription.md) - API Reference > Subscription [Get Available Plans](https://docs.coinflow.cash/api-reference/api-reference/subscription/get-available-plans.md) - API Reference > Subscription [Get Customer Subscriptions](https://docs.coinflow.cash/api-reference/api-reference/subscription/get-customer-subscriptions.md) - API Reference > Subscription [Get Plan](https://docs.coinflow.cash/api-reference/api-reference/subscription/get-plan.md) - API Reference > Subscription [Purchase Subscription by ACH](https://docs.coinflow.cash/api-reference/api-reference/subscription/create-subscription-ach.md) - API Reference > Subscription [Purchase Subscription with Existing Card](https://docs.coinflow.cash/api-reference/api-reference/subscription/create-subscription-token.md) - API Reference > Subscription [Purchase Subscription with New Card](https://docs.coinflow.cash/api-reference/api-reference/subscription/create-subscription-card.md) - API Reference > Utilities [Get the Coinflow Contract Address](https://docs.coinflow.cash/api-reference/api-reference/utilities/get-contract-addresses.md) - API Reference > Utilities [Send Coinflow Signed Solana Transaction](https://docs.coinflow.cash/api-reference/api-reference/utilities/send-coinflow-transaction.md) - API Reference > Utilities [Send Solana Transaction](https://docs.coinflow.cash/api-reference/api-reference/utilities/send-solana-transaction.md) - API Reference > Withdraw [Add Interac Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/add-interac.md) - API Reference > Withdraw [Create Bank Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-bank-account.md) - API Reference > Withdraw [Create Bank Account (v2)](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-bank-account-v-2.md) - API Reference > Withdraw [Create Debit Card](https://docs.coinflow.cash/api-reference/api-reference/withdraw/add-debit-card.md) - API Reference > Withdraw [Create EFT Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-eft-account.md) - API Reference > Withdraw [Create Iban Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-iban-account.md) - API Reference > Withdraw [Create Pix Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-pix-account.md) - API Reference > Withdraw [Create Transactions](https://docs.coinflow.cash/api-reference/api-reference/withdraw/get-transaction.md) - API Reference > Withdraw [Delete Withdrawer Bank Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-withdrawer-account.md) - API Reference > Withdraw [Delete Withdrawer Card](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-withdrawer-card.md) - API Reference > Withdraw [Delete Withdrawer EFT Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-eft-account.md) - API Reference > Withdraw [Delete Withdrawer Iban Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-iban-account.md) - API Reference > Withdraw [Delete Withdrawer Interac Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-withdrawer-interac.md) - API Reference > Withdraw [Delete Withdrawer Paypal Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-withdrawer-paypal.md) - API Reference > Withdraw [Delete Withdrawer Pix Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-pix-account.md) - API Reference > Withdraw [Delete Withdrawer Venmo Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/delete-withdrawer-venmo.md) - API Reference > Withdraw [Get Balances](https://docs.coinflow.cash/api-reference/api-reference/withdraw/get-withdraw-balances.md) - API Reference > Withdraw [Get Message (EVM USDC/SBC/EuroE only)](https://docs.coinflow.cash/api-reference/api-reference/withdraw/get-evm-message.md) - API Reference > Withdraw [Get Quote](https://docs.coinflow.cash/api-reference/api-reference/withdraw/get-quote.md) - API Reference > Withdraw [Get Withdrawer](https://docs.coinflow.cash/api-reference/api-reference/withdraw/get-withdrawer.md) - API Reference > Withdraw [Get Withdrawer History](https://docs.coinflow.cash/api-reference/api-reference/withdraw/get-withdrawer-history.md) - API Reference > Withdraw [Link Paypal Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/add-paypal.md) - API Reference > Withdraw [Link Venmo Account](https://docs.coinflow.cash/api-reference/api-reference/withdraw/add-venmo.md) - API Reference > Withdraw [Register Business](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-kyb.md) - API Reference > Withdraw [Register User](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-kyc.md) - API Reference > Withdraw [Register User Via Attested KYC](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-kyc-attested.md) - API Reference > Withdraw [Register User Via Document](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-kyc-document.md) - API Reference > Withdraw [Register User Via Share Token](https://docs.coinflow.cash/api-reference/api-reference/withdraw/create-kyc-share-token.md) - API Reference > Withdraw [Send Gasless Withdraw Transaction (EVM USDC/SBC/EuroE only)](https://docs.coinflow.cash/api-reference/api-reference/withdraw/send-evm-gasless-transaction.md) - API Reference > Withdraw [Validate KYC Information](https://docs.coinflow.cash/api-reference/api-reference/withdraw/validate-kyc.md) ## OpenAPI Specification The raw OpenAPI 3.1 specification for this API is available at: - [OpenAPI JSON](https://docs.coinflow.cash/openapi.json) - [OpenAPI YAML](https://docs.coinflow.cash/openapi.yaml)