# HOST Pay API ## Docs - [Complete Onboarding](https://doc.hpay.host-sl.com/api-reference/connect/complete-onboarding.md): Submit identity and business details for a user's Stripe Connect payout account. - [Delete Connect Account](https://doc.hpay.host-sl.com/api-reference/connect/delete.md): Delete the Stripe Connect account associated with a wallet's owner. - [Connect Account Status](https://doc.hpay.host-sl.com/api-reference/connect/status.md): Sync and retrieve the current verification status of a user's Stripe Connect account. - [Upload Verification Document](https://doc.hpay.host-sl.com/api-reference/connect/upload-verification-document.md): Upload an identity document for a user's Stripe Connect verification. - [Hold Funds in Escrow](https://doc.hpay.host-sl.com/api-reference/escrow/hold.md): Move funds from a user wallet into the application's escrow wallet, where they are held until released or refunded. - [Refund Escrow Funds](https://doc.hpay.host-sl.com/api-reference/escrow/refund.md): Return held escrow funds to the original sender. - [Release Escrow Funds](https://doc.hpay.host-sl.com/api-reference/escrow/release.md): Release previously held escrow funds to a recipient wallet, deducting any configured escrow fee. - [Fee Configuration](https://doc.hpay.host-sl.com/api-reference/fees/configuration.md): The raw fee configuration for your application: percentages and per-transaction-type toggles. - [Card-Aware Deposit Estimate](https://doc.hpay.host-sl.com/api-reference/fees/estimate-card-metadata.md): Estimate deposit fees using the actual card's country and brand, from a Stripe payment method. - [Estimate Deposit Fees](https://doc.hpay.host-sl.com/api-reference/fees/estimate-deposit.md): Preview the fees for a deposit before creating it. - [Estimate Transfer Fees](https://doc.hpay.host-sl.com/api-reference/fees/estimate-transfer.md): Preview the fees for a wallet-to-wallet transfer before creating it. - [Estimate Withdrawal Fees](https://doc.hpay.host-sl.com/api-reference/fees/estimate-withdrawal.md): Preview the fees for a payout or cashout before creating it. - [Fee Summary](https://doc.hpay.host-sl.com/api-reference/fees/summary.md): A human-readable summary of every fee your application charges, by transaction type. - [API Reference](https://doc.hpay.host-sl.com/api-reference/introduction.md): Complete reference for the HOST Pay API - [Simulate Mobile Money Webhook](https://doc.hpay.host-sl.com/api-reference/testing/simulate-monime-webhook.md): Complete or fail a pending Test Mode mobile-money deposit. - [Create Card Deposit](https://doc.hpay.host-sl.com/api-reference/transactions/card-deposit.md): Create a card deposit payment intent for a specific wallet. - [Get Transaction](https://doc.hpay.host-sl.com/api-reference/transactions/get.md): Retrieve details of a specific transaction by its unique ID. - [List Transactions](https://doc.hpay.host-sl.com/api-reference/transactions/list.md): Retrieve a list of all transactions for the application. - [Mobile Money Cashout](https://doc.hpay.host-sl.com/api-reference/transactions/mobile-money-cashout.md): Withdraw funds from a wallet to a mobile money account (Monime). - [Mobile Money Deposit](https://doc.hpay.host-sl.com/api-reference/transactions/mobile-money-deposit.md): Initiate a wallet deposit using mobile money (Monime). - [Stripe Payout](https://doc.hpay.host-sl.com/api-reference/transactions/payout.md): Withdraw funds from a wallet to a bank account or debit card via Stripe Connect. - [Sync Transaction](https://doc.hpay.host-sl.com/api-reference/transactions/sync.md): Trigger an immediate reconciliation sync for one of your transactions by its provider reference. - [Wallet Transfer](https://doc.hpay.host-sl.com/api-reference/transactions/transfer.md): Transfer funds from one wallet to another within the same application. - [Get Wallet Transactions](https://doc.hpay.host-sl.com/api-reference/transactions/wallet-transactions.md): Retrieve all transactions for a specific wallet. - [Create User](https://doc.hpay.host-sl.com/api-reference/users/create.md): Create a new application user - [Delete User](https://doc.hpay.host-sl.com/api-reference/users/delete.md): Permanently delete a user from your application - [Disable User](https://doc.hpay.host-sl.com/api-reference/users/disable.md): Temporarily disable a user and their associated wallet - [Enable User](https://doc.hpay.host-sl.com/api-reference/users/enable.md): Re-enable a perviously disabled user and their wallet - [Get User](https://doc.hpay.host-sl.com/api-reference/users/get.md): Retrieve a specific user by their ID - [List Users](https://doc.hpay.host-sl.com/api-reference/users/list.md): Retrieve a list of users for your application - [Partially Update User](https://doc.hpay.host-sl.com/api-reference/users/partial-update.md): Update only the fields you send — everything else is left unchanged. - [Update User](https://doc.hpay.host-sl.com/api-reference/users/update.md): Update an existing user's information - [Get Wallet Balance](https://doc.hpay.host-sl.com/api-reference/wallets/balance.md): Retrieve the current balance of a specific wallet - [Create Wallet](https://doc.hpay.host-sl.com/api-reference/wallets/create.md): Create a new wallet for a specific user - [Disable Wallet](https://doc.hpay.host-sl.com/api-reference/wallets/disable.md): Disable a specific wallet - [Enable Wallet](https://doc.hpay.host-sl.com/api-reference/wallets/enable.md): Enable a previously disabled wallet - [Get Wallet](https://doc.hpay.host-sl.com/api-reference/wallets/get.md): Retrieve the wallet details for a specific user - [List Wallets](https://doc.hpay.host-sl.com/api-reference/wallets/list.md): Retrieve all wallets for your application - [Create Subscription](https://doc.hpay.host-sl.com/api-reference/webhooks/create-subscription.md): Subscribe an HTTPS endpoint to webhook events for your application. - [Delete Subscription](https://doc.hpay.host-sl.com/api-reference/webhooks/delete-subscription.md): Permanently delete a webhook subscription. - [List Subscriptions](https://doc.hpay.host-sl.com/api-reference/webhooks/list-subscriptions.md): List all webhook subscriptions for your application. - [Rotate Signing Secret](https://doc.hpay.host-sl.com/api-reference/webhooks/rotate-secret.md): Replace a subscription's signing secret. - [Update Subscription](https://doc.hpay.host-sl.com/api-reference/webhooks/update-subscription.md): Update a webhook subscription — only the fields you send are changed. - [Authentication](https://doc.hpay.host-sl.com/authentication.md): Learn how to authenticate your API requests - [Build with AI](https://doc.hpay.host-sl.com/build-with-ai.md): Integrate HOST Pay using AI coding assistants like Claude, Cursor, and Copilot - [Changelog](https://doc.hpay.host-sl.com/changelog/overview.md): Track all changes and updates to the HOST Pay API - [Test vs Live Environments](https://doc.hpay.host-sl.com/environments.md): Understanding HOST Pay environments for development and production - [Prepaid Billing & Overdraft](https://doc.hpay.host-sl.com/guides/billing.md): Understand the prepaid fee billing model and overdraft limit enforcement for client-managed applications - [Currency & Conversions](https://doc.hpay.host-sl.com/guides/currency-conversion.md): Understanding how HOST Pay handles currency and automatic conversions - [Accepting Deposits](https://doc.hpay.host-sl.com/guides/deposits.md): Learn how to accept payments and fund user wallets via Card and Mobile Money - [Escrow Service](https://doc.hpay.host-sl.com/guides/escrow.md): Securely hold funds and release them based on custom conditions - [Sending Payouts](https://doc.hpay.host-sl.com/guides/payouts.md): Withdrawing funds from user wallets to external mobile money or bank accounts - [Testing Guide](https://doc.hpay.host-sl.com/guides/testing.md): Learn how to test your integration with HOST Pay - [Wallet Transfers](https://doc.hpay.host-sl.com/guides/transfers.md): Instant internal funds transfer within your application - [User Management](https://doc.hpay.host-sl.com/guides/users.md): Creating and managing application users in HOST Pay - [Managing Wallets](https://doc.hpay.host-sl.com/guides/wallets.md): Creating and controlling user wallets and application balances - [Introduction](https://doc.hpay.host-sl.com/introduction.md): Multi-tenant wallet infrastructure with schema isolation for Sierra Leone and beyond - [Quickstart](https://doc.hpay.host-sl.com/quickstart.md): Get started with HOST Pay API in under 5 minutes - [SDKs](https://doc.hpay.host-sl.com/sdks.md): Official HOST Pay client libraries for Python and TypeScript - [Webhook Events](https://doc.hpay.host-sl.com/webhooks/events.md): Event types HOST Pay emits and how to subscribe to them - [Webhooks Overview](https://doc.hpay.host-sl.com/webhooks/overview.md): Real-time event notifications from HOST Pay - [Webhook Security](https://doc.hpay.host-sl.com/webhooks/security.md): Verify webhook signatures to protect against spoofed requests - [Testing Webhooks](https://doc.hpay.host-sl.com/webhooks/testing.md): Validate your webhook endpoint before processing live events ## Optional - [Documentation](https://doc.hpay.host-sl.com) - [Community](https://discord.gg/hostpay) - [GitHub](https://github.com/hostpay)