# BVNK API Documentation > Complete API documentation for BVNK payment infrastructure—crypto payments, wallets, and financial services This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [2025-08-30](https://docs.bvnk.com/Release%20Notes/2025-08-30): Technical changes and notices. - [2025-09-12](https://docs.bvnk.com/Release%20Notes/2025-09-12): Highlights from the BVNK change log. - [Release notes](https://docs.bvnk.com/Release%20Notes/release-notes): This section contains release notes and change history for the BVNK API and portal. - [BVNK Main API](https://docs.bvnk.com/api/bvnk-main-api): Welcome to the BVNK Main API documentation. This API enables seamless and secure transactions, including payments, channels, and digital wallet ope... - [Authentication](https://docs.bvnk.com/bvnk/api-explorer/api-overview/authentication): import Tabs from '@theme/Tabs'; - [Errors](https://docs.bvnk.com/bvnk/api-explorer/api-overview/errors): import Tabs from '@theme/Tabs'; - [Idempotency](https://docs.bvnk.com/bvnk/api-explorer/api-overview/idempotency): Some API endpoints support idempotency, allowing you to safely retry requests without duplicating actions. - [Metadata](https://docs.bvnk.com/bvnk/api-explorer/api-overview/metadata): You can include custom metadata in some requests. For example, in the payout requests the metadata will be associated with the payout and included ... - [Overview](https://docs.bvnk.com/bvnk/api-explorer/api-overview/overview): The BVNK RESTful API is designed to enable seamless and secure transactions, including payments, channels, and digital wallet operations. The API o... - [Pagination](https://docs.bvnk.com/bvnk/api-explorer/api-overview/pagination): By default, most of the "List" endpoints return paginated results. Use the query parameters `page` and `size` to control the number of results disp... - [Postman Collection](https://docs.bvnk.com/bvnk/api-explorer/api-overview/testing-the-api-endpoints-using-a-postman-collection): You can easily test our API before you start developing your app using our Postman Collection.\ - [BVNK API Endpoints](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/bvnk-api-endpoints.info): The BVNK API is designed to facilitate seamless and secure transactions including payments, channels, and digital wallet transactions. - [Create Channel](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/channel-create.api): Creates a channel that your end users can openly send payments to. - [List Channels](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/channel-list.api): Retrieves all channels related to a Wallet ID. - [List Channel Payments](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/channel-payment-list.api): Retrieves a list of payments to a channel on a specific Wallet ID. - [Get Channel Payment](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/channel-payment-read.api): Retrieves a specific payment made into a channel. - [Get Channel](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/channel-read.api): Retrieves a specific channel by its UUID. - [Get Channel Spot Rate](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/channel-spot-rate.api): Poll the current spot rate for a channel. Use this endpoint if you are building your own UI and need to display the live conversion rate to customers. - [Complete Onboarding](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/complete-onboarding.api): Sends the confirmation of the onboarding completion. - [Create or Update Account Webhook URL](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/create-account-webhook.api): Creates or updates the the main account webhook URL that all webhooks are sent to. - [Create Agreement Signing Session](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/create-agreement-session.api): Create Agreement Signing Session - [Create Wallet](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/create-customer-wallet.api): Creates a fiat or crypto wallet for a specific Embedded Partner Customer, generating a unique virtual account tied to the wallet. - [Create Customer](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/create-customer.api): Creates an Embedded Partner Customer account. The customer can be 'Individual' or 'Company'. - [Onboard Embedded Merchant](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/create-embedded-partner-merchant.api): Creates the Embedded Partner Merchant account. - [Create Report Schedule](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/create-report-schedule.api): Creates a new scheduled report that will be automatically generated and delivered according to the specified frequency and delivery preferences. Ea... - [Remove a Document](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/delete-document.api): Deletes a specified document from a Customer's profile. - [Delete Report Schedule](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/delete-report-schedule.api): Deletes an existing report schedule. Only the user who created the schedule can delete it. Once deleted, no further reports will be generated accor... - [Estimate Refund Fee](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/estimate-refund-fee.api): Returns the estimated processing fee and the maximum remaining refundable balance for the pay-in. The fee will be deducted from your wallet when is... - [Fetch Account Webhook URL](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-account-webhook.api): Fetches the the main account webhook URL that all webhooks are sent to. - [Retrieve Agreement Session Status](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-agreement-session-status.api): Returns the current status of an agreement session using its reference ID. - [Fetch Agreements](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-agreements.api): Fetch all required agreement documents needed to onboard an Embedded Partner Merchant. - [Get Customer Documents](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-customer-documents.api): Retrieves the details of the specific document added for the Customer. If no parameters are specified, retrieves the array of available documents. - [Get Customer Fee Wallets](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-customer-fee-wallets.api): Retrieves the list of available wallets that can receive customer fees. - [List Required Information](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-customer-info-required.api): Retrieves detailed information about what documents and data are required for customer onboarding when their status is `INFO_REQUIRED`. This endpoi... - [Get Customer](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-customer-with-external-status.api): Get Customer - [Get Document Download URL](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-document-url.api): Retrieves a temporary URL for document download. - [List Industries](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-industries.api): Retrieves a definitive list of industries and sub-industries, which can be included in the payload when creating a customer. - [List Monthly Expected Volumes](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-monthly-expected-volumes.api): Retrieves a definitive list of Expected Monthly Volume values, which can be included in the payload when creating a customer. - [Get Questionnaire Definition](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-questionnaire-definitions.api): Fetches quiestionnaire schemas with questions, answer types, option lists. You can render the questionnaire in your UI. - [Search Questionnaire Submissions](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-questionnaires.api): Returns previously submitted questionnaire answer sets matching the supplied filters - [Get Supported Timezones](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/get-supported-timezones.api): Retrieves a list of all supported timezones that can be used when creating or updating report schedules. Each timezone includes both the IANA timez... - [List all Customer Wallets](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/ledger-wallet-list.api): Retrieves a list of wallets associated with Embedded Partner Customer. - [Get Wallet](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/ledger-wallet-read.api): Retrieves a specific wallet by its ID - [List Customers](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/list-account-customers.api): Retrieves the full list of Customers. - [Fetch Country Codes](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/list-countries.api): Fetch list of all countries and associated ISO codes. - [List Crypto Currencies](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/list-currencies-crypto.api): Retrieves a list of all cryptocurrencies available on the BVNK platform. This list represents cryptocurrencies that end users can select whilst mak... - [List Wallet Currencies](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/list-currencies-deposit.api): These are the currencies that can be used to create a new wallet. - [List Fiat Currencies](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/list-currencies-fiat.api): Retrieves a list of all display fiat currencies available on BVNK's Crypto Payments API. - [List Exchange Rates](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/list-exchange-rates.api): Lists available exchange rates for a given currency. - [List Report Schedules](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/list-report-schedules.api): Retrieves a paginated list of report schedules for the authenticated user's account. Returns all schedules created by the user with their current c... - [Create Merchant ID](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/merchant-id-create.api): Generate a Merchant ID for your account to process pay-ins and pay-outs through our API. - [List Merchant IDs](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/merchant-id-list.api): Retrieves merchant IDs setup on your account. - [Accept an Estimated Payout](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/pay-estimate-accept.api): Accepts the current estimate and converts it into a pending crypto payment. - [Get details of an estimate payout by ID](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/pay-estimate-get.api): Retrieves the current estimate state by ID. - [Update an Existing Estimate Payout](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/pay-estimate-update.api): Refreshes the quote using the latest exchange rates and fees. Call periodically (e.g., every 30 seconds) with either `walletRequiredAmount` or `pai... - [Create an Estimate Payout](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/pay-estimate.api): Retrieves latest exchange rates, fees and network costs for a crypto payout without creating an actual payout. Provide either `walletRequiredAmount... - [Accept Payment](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-accept.api): Accepts a pending payment with currency or payout information. - [Confirm Payment](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-confirm.api): Confirms a two-step payout. - [Create Payment](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-create.api): Creates an incoming (type IN) or outcoming (type OUT) crypto payment. - [List Payments](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-list.api): Retrieves a list of payments on a specific Wallet ID. - [Validate Address](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-out-validate.api): Validates that a crypto address is correct. - [Get Payment](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-read.api): Retrieves details of a specific payment using the UUID of the payment. - [Create on-ramp payment rule](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-rule-create.api): Creates a rule that links a crypto wallet to a fiat virtual account to automatically handle on-ramp (fiat → crypto) flow. The `trigger` field defin... - [Update Payment Rule](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-rule-update.api): Partially updates a previously created payment rule. Only properties included in the request are updated; omitted fields remain unchanged. Setting ... - [Update Payment](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payment-update.api): Updates a pending payment with currency or payout information. - [Confirm Beneficiary's Name](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payout-confirm-beneficiary-v-2.api): Confirms a payout when the beneficiary name check returns a mismatch warning. If not confirmed within five minutes, the action expires. In this cas... - [Initiate Payout (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payout-create-v-2.api): Creates a payout to business or individual customers. - [Retrieve Payout (ver. 2).](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payout-get-v-2.api): Retrieves a specific payout. You can also use this endpoint to check the status of the crypto or fiat payout. - [Get Payout](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/payout-read.api): Retrieves a specific payout. - [Accept Quote](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/quote-accept.api): Executes a quote. - [Create Quote](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/quote-create.api): Creates a quote to convert currency between wallets. - [List Quotes](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/quote-list.api): Retrieves all quotes on a specific Merchant ID. - [Get Quote](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/quote-read.api): Retrieves a specific quote. - [Get Exchange Rate](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/read-exchange-rate.api): Provides a mid market exchange rate between two assets. - [Refund Pay-in](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/refund-payin.api): Initiates seamless one-click refund processing for any previous pay-in. Once accepted, a refund transaction appears in your portal and can be acqu... - [Set Wallet for Customer Fees](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/set-customer-fee-wallet.api): Sets up the customer fee wallet for a specific currency. The customer fee wallet is where the collected customer fees will be credited when process... - [Simulate Pay-in (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/simulate-payin-v-2.api): Simulates pay-ins with different currencies and payment methods in the sandbox environment. - [Simulate Pay-in](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/simulate-payin.api): Simulates pay-ins with different currencies and payment methods in the sandbox environment. - [Submit Questionnaire](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/submit-questionnaire-responses.api): Submit questionnaire answers provided by EPCs. BVNK validates completeness asynchronously and transitions the customer to the next onboarding state... - [Create Internal Transfer (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/transfer-create-v-2.api): Creates an internal stablecoin and fiat transfer between EPC and EP wallets. - [Create Internal Transfer](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/transfer-create.api): Create an internal Fiat transfer to an existing beneficiary wallet. - [Get Transfer (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/transfer-read-v-2.api): Retrieves a specific transfer details. - [Get Transfer](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/transfer-read.api): Retrieves a specific transfer details. - [List Transfer Beneficiaries](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/transfers-beneficiary-read.api): Retrieves a list of beneficiaries eligible for transfers for a specified wallet. - [Update Agreement Session Status](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/update-agreement-session.api): Updates the signing status of an agreement session. Typically used after user submission to mark the session as SIGNED or DECLINED. - [Update Existing Report Schedule](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/update-report-schedule.api): Updates an existing scheduled report with new frequency and delivery preferences. Only the user who created the schedule can update it. - [Upload Documents to Customer](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/upload-customer-documents.api): Attach one or more documents to a customer's profile. This can be either a company customer (with optional linkage to a specific associate) or an i... - [Verify Beneficiary's Name](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/verify-beneficiary.api): Verifies the beneficiary's name. You can call this endpoint before creating a payout via [`POST /payment/v2/payouts`](https://docs.bvnk.com/referen... - [List Wallet Balances](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-balance-list.api): Retrieves the balances of your wallets on platform. - [Create Wallet](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-create.api): Creates a wallet on the BVNK platform. - [List Transactions](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-list-transactions.api): Retrieves a paginated list of transactions for a specific wallet. Supports filtering by `walletId` and optional date range. - [List Wallets](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-list.api): Retrieves a list of wallets on your account. Displays the first 10 wallets without max set to higher - [List Wallet Profiles](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-profiles.api): Returns available wallet profiles based on optional filters for currency codes and payment methods. - [Get Wallet](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-read.api): Retrieves detailed information about a specific wallet. - [Transactions Report V2](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-transaction-report-v-2.api): Report all transactions from wallet in specified format. Report will be generated and sent to main account email in the specified format. - [Transactions Report](https://docs.bvnk.com/bvnk/api-explorer/bvnk-main-api/wallet-transaction-report.api): Creates a report of all transactions from a wallet in the specified format and sends it via the preferred delivery method: WEBHOOK or EMAIL. - [BVNK Webhooks API](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/bvnk-webhooks-api.info): BVNK Webhooks API provides real-time notifications for various events across the BVNK platform. - [Channel transaction confirmed](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/channel-transaction-confirmed.api): The `bvnk:payment:channel:transaction-confirmed` webhook is triggered when a new channel transaction is confirmed on chain, and the transaction has... - [Channel transaction detected](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/channel-transaction-detected.api): The `bvnk:payment:channel:transaction-detected` webhook is triggered when a new channel transaction is detected, and the transaction has not yet be... - [Channel transaction placed on hold](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/channel-transaction-on-hold.api): The `bvnk:payment:channel:transaction-on-hold` webhook is triggered when a transaction sent to a channel is placed on hold under BVNKs compliance p... - [Cryptocurrency refund initiated](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/crypto-refund-initiated.api): Triggered when a cryptocurrency payment refund is initiated. - [Cryptocurrency payment status change](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/crypto-status-change.api): Triggered when the status of a cryptocurrency payment changes. - [Cryptocurrency transaction late](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/crypto-transaction-late.api): Triggered when a cryptocurrency transaction is received after the payment has expired or been completed. - [Cryptocurrency transaction on hold](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/crypto-transaction-on-hold.api): Triggered when a cryptocurrency transaction is placed on hold under BVNK's compliance program. - [Cryptocurrency transaction settled](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/crypto-transaction-settled.api): Triggered when a cryptocurrency transaction is settled. - [Customer document status change notification](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/customer-document-status-change.api): Triggered when a customer document verification status changes. - [Customer status change notification](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/customer-status-change.api): Triggered when a customer's status changes to `INFO_REQUIRED`, `PENDING`, `VERIFIED`, or `REJECTED`. - [Customer update notification](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/customer-update.api): Triggered when customer information is updated. This is usually done by a verification provider's link when customer data is populated from the ver... - [Ledger report ready notification](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/ledger-report-ready.api): Triggered when a ledger report is ready for download. - [Ledger wallet creation notification](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/ledger-wallet-create.api): A wallet creation webhook provides real-time notifications to your system when a new wallet is successfully created. - [Fiat pay-in status change notification (v2)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/payment-payin-status-change-v-2.api): Triggered when the status of an incoming fiat payment changes (version 2). - [Fiat payment status change notification](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/payment-payin-status-change.api): Triggered when the status of an incoming fiat payment changes. - [Fiat payout status change notification (v2)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/payment-payout-status-change-v-2.api): Triggered when the status of an outgoing fiat payment changes (version 2). - [Fiat payout status change notification (v1)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/payment-payout-status-change.api): Triggered when the status of an outgoing fiat payment changes (version 1). - [Internal transfer status change notification (v2)](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/payment-transfer-status-change-v-2.api): Triggered when the status of an internal payment transfer changes (version 2). - [Internal transfer status change notification](https://docs.bvnk.com/bvnk/api-explorer/bvnk-webhooks/payment-transfer-status-change.api): Triggered when the status of an internal payment transfer changes. - [BVNK API Endpoints](https://docs.bvnk.com/bvnk/api-explorer/endpoints/bvnk-api-endpoints.info): The BVNK API is designed to facilitate seamless and secure transactions including payments, channels, and digital wallet transactions. - [Create Channel](https://docs.bvnk.com/bvnk/api-explorer/endpoints/channel-create.api): Creates a channel that your end users can openly send payments to. - [List Channels](https://docs.bvnk.com/bvnk/api-explorer/endpoints/channel-list.api): Retrieves all channels related to a Wallet ID. - [List Channel Payments](https://docs.bvnk.com/bvnk/api-explorer/endpoints/channel-payment-list.api): Retrieves a list of payments to a channel on a specific Wallet ID. - [Get Channel Payment](https://docs.bvnk.com/bvnk/api-explorer/endpoints/channel-payment-read.api): Retrieves a specific payment made into a channel. - [Get Channel](https://docs.bvnk.com/bvnk/api-explorer/endpoints/channel-read.api): Retrieves a specific channel by its UUID. - [Get Channel Spot Rate](https://docs.bvnk.com/bvnk/api-explorer/endpoints/channel-spot-rate.api): Poll the current spot rate for a channel. Use this endpoint if you are building your own UI and need to display the live conversion rate to customers. - [Create Agreement Signing Session](https://docs.bvnk.com/bvnk/api-explorer/endpoints/create-agreement-session.api): Create Agreement Signing Session - [Create Wallet](https://docs.bvnk.com/bvnk/api-explorer/endpoints/create-customer-wallet.api): Creates a fiat or crypto wallet for a specific Embedded Partner Customer, generating a unique virtual account tied to the wallet. - [Create Customer](https://docs.bvnk.com/bvnk/api-explorer/endpoints/create-customer.api): Creates an Embedded Partner Customer account. The customer can be 'Individual' or 'Company'. - [Create Report Schedule](https://docs.bvnk.com/bvnk/api-explorer/endpoints/create-report-schedule.api): Creates a new scheduled report that will be automatically generated and delivered according to the specified frequency and delivery preferences. Ea... - [Remove a Document](https://docs.bvnk.com/bvnk/api-explorer/endpoints/delete-document.api): Deletes a specified document from a Customer's profile. - [Delete Report Schedule](https://docs.bvnk.com/bvnk/api-explorer/endpoints/delete-report-schedule.api): Deletes an existing report schedule. Only the user who created the schedule can delete it. Once deleted, no further reports will be generated accor... - [Estimate Refund Fee](https://docs.bvnk.com/bvnk/api-explorer/endpoints/estimate-refund-fee.api): Returns the estimated processing fee and the maximum remaining refundable balance for the pay-in. The fee will be deducted from your wallet when is... - [Retrieve Agreement Session Status](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-agreement-session-status.api): Returns the current status of an agreement session using its reference ID. - [Fetch Agreements](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-agreements.api): Fetch all required agreement documents needed to onboard an Embedded Partner Merchant. - [Get Customer Documents](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-customer-documents.api): Retrieves the details of the specific document added for the Customer. If no parameters are specified, retrieves the array of available documents. - [Get Customer Fee Wallets](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-customer-fee-wallets.api): Retrieves the list of available wallets that can receive customer fees. - [List Required Information](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-customer-info-required.api): Retrieves detailed information about what documents and data are required for customer onboarding when their status is `INFO_REQUIRED`. This endpoi... - [Get Customer](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-customer-with-external-status.api): Get Customer - [Get Document Download URL](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-document-url.api): Retrieves a temporary URL for document download. - [List Industries](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-industries.api): Retrieves a definitive list of industries and sub-industries, which can be included in the payload when creating a customer. - [List Monthly Expected Volumes](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-monthly-expected-volumes.api): Retrieves a definitive list of Expected Monthly Volume values, which can be included in the payload when creating a customer. - [Get Questionnaire Definition](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-questionnaire-definitions.api): Fetches quiestionnaire schemas with questions, answer types, option lists. You can render the questionnaire in your UI. - [Search Questionnaire Submissions](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-questionnaires.api): Returns previously submitted questionnaire answer sets matching the supplied filters - [Get Supported Timezones](https://docs.bvnk.com/bvnk/api-explorer/endpoints/get-supported-timezones.api): Retrieves a list of all supported timezones that can be used when creating or updating report schedules. Each timezone includes both the IANA timez... - [List all Customer Wallets](https://docs.bvnk.com/bvnk/api-explorer/endpoints/ledger-wallet-list.api): Retrieves a list of wallets associated with Embedded Partner Customer. - [Get Wallet](https://docs.bvnk.com/bvnk/api-explorer/endpoints/ledger-wallet-read.api): Retrieves a specific wallet by its ID - [List Customers](https://docs.bvnk.com/bvnk/api-explorer/endpoints/list-account-customers.api): Retrieves the full list of Customers. - [Fetch Country Codes](https://docs.bvnk.com/bvnk/api-explorer/endpoints/list-countries.api): Fetch list of all countries and associated ISO codes. - [List Crypto Currencies](https://docs.bvnk.com/bvnk/api-explorer/endpoints/list-currencies-crypto.api): Retrieves a list of all cryptocurrencies available on the BVNK platform. This list represents cryptocurrencies that end users can select whilst mak... - [List Wallet Currencies](https://docs.bvnk.com/bvnk/api-explorer/endpoints/list-currencies-deposit.api): These are the currencies that can be used to create a new wallet. - [List Fiat Currencies](https://docs.bvnk.com/bvnk/api-explorer/endpoints/list-currencies-fiat.api): Retrieves a list of all display fiat currencies available on BVNK's Crypto Payments API. - [List Exchange Rates](https://docs.bvnk.com/bvnk/api-explorer/endpoints/list-exchange-rates.api): Lists available exchange rates for a given currency. - [List Report Schedules](https://docs.bvnk.com/bvnk/api-explorer/endpoints/list-report-schedules.api): Retrieves a paginated list of report schedules for the authenticated user's account. Returns all schedules created by the user with their current c... - [Create Merchant ID](https://docs.bvnk.com/bvnk/api-explorer/endpoints/merchant-id-create.api): Generate a Merchant ID for your account to process pay-ins and pay-outs through our API. - [List Merchant IDs](https://docs.bvnk.com/bvnk/api-explorer/endpoints/merchant-id-list.api): Retrieves merchant IDs setup on your account. - [Accept an Estimated Payout](https://docs.bvnk.com/bvnk/api-explorer/endpoints/pay-estimate-accept.api): Accepts the current estimate and converts it into a pending crypto payment. - [Update an Existing Estimate Payout](https://docs.bvnk.com/bvnk/api-explorer/endpoints/pay-estimate-update.api): Refreshes the quote using the latest exchange rates and fees. Call periodically (e.g., every 30 seconds) with either `walletRequiredAmount` or `pai... - [Create an Estimate Payout](https://docs.bvnk.com/bvnk/api-explorer/endpoints/pay-estimate.api): Retrieves latest exchange rates, fees and network costs for a crypto payout without creating an actual payout. Provide either `walletRequiredAmount... - [Accept Payment](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-accept.api): Accepts a pending payment with currency or payout information. - [Confirm Payment](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-confirm.api): Confirms a two-step payout. - [Create Payment](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-create.api): Creates an incoming (type IN) or outcoming (type OUT) crypto payment. - [List Payments](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-list.api): Retrieves a list of payments on a specific Wallet ID. - [Validate Address](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-out-validate.api): Validates that a crypto address is correct. - [Get Payment](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-read.api): Retrieves details of a specific payment using the UUID of the payment. - [Activate or Deactivate Payment Rule](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-rule-action.api): Activates or deactivates a payment rule. If you linked a rule to an incorrect wallet, you can deactivate it. Deactivated rules will not trigger aut... - [Create on-ramp payment rule](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-rule-create.api): Creates a rule that links a crypto wallet to a fiat virtual account to automatically handle on-ramp (fiat → crypto) flow. The `trigger` field defin... - [List Payment Rules by Wallet](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-rule-list-by-wallet.api): Retrieves a list of payment rules applied to a specific wallet by its ID. - [List Payment Rules](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-rule-list.api): Retrieves a list of all payment rules configured for your account. - [Update Payment Rule](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-rule-update.api): Partially updates a previously created payment rule. Only properties included in the request are updated; omitted fields remain unchanged. Setting ... - [Update Payment](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payment-update.api): Updates a pending payment with currency or payout information. - [Confirm Beneficiary's Name](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payout-confirm-beneficiary-v-2.api): Confirms a payout when the beneficiary name check returns a mismatch warning. If not confirmed within five minutes, the action expires. In this cas... - [Initiate Payout (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payout-create-v-2.api): Creates a payout to business or individual customers. - [Retrieve Payout (ver. 2).](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payout-get-v-2.api): Retrieves a specific payout. You can also use this endpoint to check the status of the crypto or fiat payout. - [Get Payout](https://docs.bvnk.com/bvnk/api-explorer/endpoints/payout-read.api): Retrieves a specific payout. - [Accept Quote](https://docs.bvnk.com/bvnk/api-explorer/endpoints/quote-accept.api): Executes a quote. - [Create Quote](https://docs.bvnk.com/bvnk/api-explorer/endpoints/quote-create.api): Creates a quote to convert currency between wallets. - [List Quotes](https://docs.bvnk.com/bvnk/api-explorer/endpoints/quote-list.api): Retrieves all quotes on a specific Merchant ID. - [Get Quote](https://docs.bvnk.com/bvnk/api-explorer/endpoints/quote-read.api): Retrieves a specific quote. - [Get Exchange Rate](https://docs.bvnk.com/bvnk/api-explorer/endpoints/read-exchange-rate.api): Provides a mid market exchange rate between two assets. - [Refund Pay-in](https://docs.bvnk.com/bvnk/api-explorer/endpoints/refund-payin.api): Initiates seamless one-click refund processing for any previous pay-in. Once accepted, a refund transaction appears in your portal and can be acqu... - [Set Wallet for Customer Fees](https://docs.bvnk.com/bvnk/api-explorer/endpoints/set-customer-fee-wallet.api): Sets up the customer fee wallet for a specific currency. The customer fee wallet is where the collected customer fees will be credited when process... - [Simulate Pay-in (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/endpoints/simulate-payin-v-2.api): Simulates pay-ins with different currencies and payment methods in the sandbox environment. - [Simulate Pay-in](https://docs.bvnk.com/bvnk/api-explorer/endpoints/simulate-payin.api): Simulates pay-ins with different currencies and payment methods in the sandbox environment. - [Submit Questionnaire](https://docs.bvnk.com/bvnk/api-explorer/endpoints/submit-questionnaire-responses.api): Submit questionnaire answers provided by EPCs. BVNK validates completeness asynchronously and transitions the customer to the next onboarding state... - [Create Internal Transfer (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/endpoints/transfer-create-v-2.api): Creates an internal stablecoin and fiat transfer between EPC and EP wallets. - [Create Internal Transfer](https://docs.bvnk.com/bvnk/api-explorer/endpoints/transfer-create.api): Create an internal Fiat transfer to an existing beneficiary wallet. - [Get Transfer (ver. 2)](https://docs.bvnk.com/bvnk/api-explorer/endpoints/transfer-read-v-2.api): Retrieves a specific transfer details. - [Get Transfer](https://docs.bvnk.com/bvnk/api-explorer/endpoints/transfer-read.api): Retrieves a specific transfer details. - [List Transfer Beneficiaries](https://docs.bvnk.com/bvnk/api-explorer/endpoints/transfers-beneficiary-read.api): Retrieves a list of beneficiaries eligible for transfers for a specified wallet. - [Update Agreement Session Status](https://docs.bvnk.com/bvnk/api-explorer/endpoints/update-agreement-session.api): Updates the signing status of an agreement session. Typically used after user submission to mark the session as SIGNED or DECLINED. - [Update Existing Report Schedule](https://docs.bvnk.com/bvnk/api-explorer/endpoints/update-report-schedule.api): Updates an existing scheduled report with new frequency and delivery preferences. Only the user who created the schedule can update it. - [Upload Documents to Customer](https://docs.bvnk.com/bvnk/api-explorer/endpoints/upload-customer-documents.api): Attach one or more documents to a customer's profile. This can be either a company customer (with optional linkage to a specific associate) or an i... - [Verify Beneficiary's Name](https://docs.bvnk.com/bvnk/api-explorer/endpoints/verify-beneficiary.api): Verifies the beneficiary's name. You can call this endpoint before creating a payout via [`POST /payment/v2/payouts`](https://docs.bvnk.com/referen... - [List Wallet Balances](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-balance-list.api): Retrieves the balances of your wallets on platform. - [Create Wallet](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-create.api): Creates a wallet on the BVNK platform. - [List Transactions](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-list-transactions.api): Retrieves a paginated list of transactions for a specific wallet. Supports filtering by `walletId` and optional date range. - [List Wallets](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-list.api): Retrieves a list of wallets on your account. Displays the first 10 wallets without max set to higher - [List Wallet Profiles](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-profiles.api): Returns available wallet profiles based on optional filters for currency codes and payment methods. - [Get Wallet](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-read.api): Retrieves detailed information about a specific wallet. - [Transactions Report V2](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-transaction-report-v-2.api): Report all transactions from wallet in specified format. Report will be generated and sent to main account email in the specified format. - [Transactions Report](https://docs.bvnk.com/bvnk/api-explorer/endpoints/wallet-transaction-report.api): Creates a report of all transactions from a wallet in the specified format and sends it via the preferred delivery method: WEBHOOK or EMAIL. - [Charge customer fees](https://docs.bvnk.com/bvnk/get-started/charge-customer-fees): As a partner, you can add a markup fee to your customers' transactions, enabling you to collect additional revenue from your customers. - [Individual requirements](https://docs.bvnk.com/bvnk/get-started/compliance-requirements/compliance-requirements-for-individuals2): To successfully onboard consumers or individual customers to the BVNK platform, the following information is required: - [Business requirements](https://docs.bvnk.com/bvnk/get-started/compliance-requirements/embedded-compliance-requirements-businesses): import Tabs from '@theme/Tabs'; - [Add documents to customers](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer/add-documents-to-customers): import Tabs from '@theme/Tabs'; - [Create a customer](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer/creating-an-embedded-customer-company-api): import Tabs from '@theme/Tabs'; - [Create a customer](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer): Embedded Wallets provide partners with seamless payment and fund management capabilities directly within their platform while maintaining their bra... - [Gather compliance data for onboarding](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer/onboard-epc): :::info Only required for the Company customers onboarding - [Partner-managed customer onboarding](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer/reliance-onboarding): import Tabs from '@theme/Tabs'; - [Retrieve customer details](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer/retrieve-embedded-partner-customer): import Tabs from '@theme/Tabs'; - [Prepare customer agreements](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer/signing-customer-agreements): Before [creating customer accounts via API](../creating-an-embedded-customer-company-api), ensure your customers have accepted and signed BVNK's Te... - [Update customer details](https://docs.bvnk.com/bvnk/get-started/create-embedded-partner-customer/update-embedded-partner-customer): With these endpoints, you can update information about a specific customer within the system: key customer data, including their profile, associate... - [Create a sandbox account](https://docs.bvnk.com/bvnk/get-started/create-sandbox-account): Learn how to create a sandbox account to start testing with BVNK's APIs - [Configure webhooks](https://docs.bvnk.com/bvnk/get-started/create-webhook-listener): import Tabs from '@theme/Tabs'; - [Create a wallet](https://docs.bvnk.com/bvnk/get-started/creating-your-first-wallet): import Tabs from '@theme/Tabs'; - [Select your delivery model](https://docs.bvnk.com/bvnk/get-started/delivery-models): import { DeliveryModelQuiz } from '@site/src/components/DeliveryModelQuiz'; - [Find your use case](https://docs.bvnk.com/bvnk/get-started/find-your-usecase): Use this table to quickly identify which BVNK use case matches your business needs. Compare use cases to understand the target industries, currency... - [Create API keys](https://docs.bvnk.com/bvnk/get-started/generate-api-keys): BVNK uses **Hawk authentication** for secure API access. Hawk is a cryptographic scheme that provides request integrity and authentication without ... - [Get started with BVNK](https://docs.bvnk.com/bvnk/get-started/get-started-w-bvnk): Begin seamless and efficient stablecoin payments with BVNK. This page outlines the five steps from initial setup to going live: - [Try fiat payments in simulator](https://docs.bvnk.com/bvnk/get-started/payment-sim): import Tabs from '@theme/Tabs'; - [Add Ethereum wallet for ETH and USDT](https://docs.bvnk.com/bvnk/get-started/set-up-metamask-ethereum-wallet-for-eth-and-usdt-erc20-tokens):
- [Add TronLink wallet for TRX and USDT](https://docs.bvnk.com/bvnk/get-started/set-up-tronlink-wallet-for-trx-and-usdt-trc20-tokens):
- [Receive transactions report via webhook](https://docs.bvnk.com/bvnk/reconciliation/receive-transactions-report-via-webhook): Create a webhook as described in [Create webhook listener](../../get-started/create-webhook-listener). In the **Events** field, specify `bvnk:ledge... - [Reconcile transactions](https://docs.bvnk.com/bvnk/reconciliation/reconcile-transactions): import Tabs from '@theme/Tabs'; - [Currencies](https://docs.bvnk.com/bvnk/references/currencies): Comprehensive list of supported fiat and crypto currencies on the BVNK platform - [Date and time](https://docs.bvnk.com/bvnk/references/date-time): Date and times are encoded into UNIX epoch timestamps, including milliseconds, for example, `1566203005000` is `Monday, August 19, 2019 8:23:25 AM`. - [Glossary](https://docs.bvnk.com/bvnk/references/glossary):
[A](#a) • [B](#b) • [C](#c) • [D](#d) • [E](#e) • [F](#f) • [G](#g) • [H](#h) • [I](#i) • [J]... - [Industry references](https://docs.bvnk.com/bvnk/references/industy-references): This is a definitive list of industries and sub-industries which can be included in the payload when creating a customer. - [Monthly expected volumes](https://docs.bvnk.com/bvnk/references/monthly-expected-volumes): import Tabs from "@theme/Tabs"; - [Payment schemes](https://docs.bvnk.com/bvnk/references/payment-methods): Comprehensive guide to supported payment schemes and integration options on the BVNK platform - [Third Party Providers](https://docs.bvnk.com/bvnk/references/third-party-providers): The revised Payment Services Directive (PSD2) was enacted on 13 January 2018 across Europe and the UK. PSD2 introduced new rights for certain third... - [Uptime and incident handling](https://docs.bvnk.com/bvnk/references/uptime-and-incident-handling): At BVNK, we understand the critical importance of maintaining consistent and reliable service. We are dedicated to providing an **uptime of 99.90% ... - [Webhook signature validator](https://docs.bvnk.com/bvnk/references/webhook-validator): Validate BVNK webhook signatures client-side without sending sensitive data to external servers - [Create an internal transfer](https://docs.bvnk.com/bvnk/use-cases/create-internal-transfer): This endpoint is used to facilitate internal transfers. You can transfer both fiat and crypto funds. - [Overview](https://docs.bvnk.com/bvnk/use-cases/fiat/payout-overview): This process allows for the ability for the `CUSTOMER ENABLED` wallet to complete payouts to other bank accounts using their virtual account. - [Automate fiat-to-crypto transfers](https://docs.bvnk.com/bvnk/use-cases/on-off-ramp/automate-fiat-to-crypto-transfers): import Tabs from '@theme/Tabs'; - [Convert funds (on-ramp)](https://docs.bvnk.com/bvnk/use-cases/on-off-ramp/on-ramp-overview): An _on-ramp_ is the process of automatically converting value from fiat currency into crypto, offering customers greater financial flexibility by p... - [Prepare for integration](https://docs.bvnk.com/bvnk/use-cases/on-off-ramp/prepare-for-onramp-integration): import SetupAndWallets from '@site/src/components/partials/PrepareForIntegration/SetupAndWallets.mdx'; - [Approve and reject payouts](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/approve-reject-payouts): import Tabs from '@theme/Tabs'; - [Refund Payments](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/auto-refund-payments): import Tabs from '@theme/Tabs'; - [Collect via Channels](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/create-channel): Use channels to add crypto payments to your checkout flow. In this guide, you'll use the BVNK-hosted page—though you can build your own UI using th... - [Enable payouts for customers](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/epc-stablecoin-overview): import Term from "@lunaticmuch/docusaurus-terminology/components/tooltip.js"; - [Exception scenarios](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/exception-scenarios): import DocCardList from '@theme/DocCardList'; - [Receive stablecoin payments](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/get-payment-overview): import Tabs from '@theme/Tabs'; - [Receive stablecoins via Payment Links](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/get-payment): Use this method to add crypto payments to your checkout flow and collect payments from your customers. You have the option to build your own UI usi... - [Late Payments](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/late-payments): :::important - [Overpayments](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/overpayments): Overpayments occur when end-users send more cryptocurrency than intended. For example, they intend to send 0.01 ETH but send 0.1 ETH instead. In th... - [Create payouts](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/pay-out-to-your-users): import Term from "@lunaticmuch/docusaurus-terminology/components/tooltip.js"; - [Send stablecoin payments](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/payout-overview): import Term from "@lunaticmuch/docusaurus-terminology/components/tooltip.js"; - [Prepare for integration](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/prepare-for-epc-integration): import SetupAndWallets from '@site/src/components/partials/PrepareForIntegration/SetupAndWallets.mdx'; - [Prepare for integration](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/prepare-for-integration): import SetupAndWallets from '@site/src/components/partials/PrepareForIntegration/SetupAndWallets.mdx'; - [Send stablecoin payments via customer's wallet](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/send-stabelcoin-via-customers-wallet): When creating a payout, there are two possible flows: - [Track transactions](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/track-transactions): import Term from "@lunaticmuch/docusaurus-terminology/components/tooltip.js"; - [Underpayments](https://docs.bvnk.com/bvnk/use-cases/stablecoin-payments-for-platforms/underpayments): Underpayments occur when end-users do not transfer enough cryptocurrency to fulfill their payment obligation. - [Charge Customer Fees](https://docs.bvnk.com/bvnk/use-cases/unprocessed/charge-customer-fees): As a partner, you can add a markup fee to your customers' transactions, enabling you to collect additional revenue from your Customers. - [Accept Stablecoin Pay-in with 1:1 Peg](https://docs.bvnk.com/bvnk/use-cases/unprocessed/payments-with-11-stablecoin-peg): This feature is a part of Payment Links product and offers customers a 1:1 exchange rate for Stablecoin to USD incoming payments. The stablecoin am... - [Provide party information for crypto payments](https://docs.bvnk.com/bvnk/use-cases/unprocessed/provide-user-information-for-payments): In established payment systems like credit card and bank transfers, collecting and sharing information about the parties involved in a transaction ... - [Third Party Providers (TPPs)](https://docs.bvnk.com/bvnk/use-cases/unprocessed/third-party-providers): The revised Payment Services Directive (PSD2) was enacted on 13 January 2018 across Europe and the UK. PSD2 introduced new rights for certain third... - [Receive fiat funds via SWIFT](https://docs.bvnk.com/bvnk/use-cases/virtual-accounts/fund-swift-wallet): import Tabs from '@theme/Tabs'; - [Send payments to customers](https://docs.bvnk.com/bvnk/use-cases/virtual-accounts/initiate-payment-2): import Tabs from '@theme/Tabs'; - [Prepare for integration](https://docs.bvnk.com/bvnk/use-cases/virtual-accounts/prepare-for-va-integration): import SetupAndWallets from '@site/src/components/partials/PrepareForIntegration/SetupAndWallets.mdx'; - [Refund payments](https://docs.bvnk.com/bvnk/use-cases/virtual-accounts/refund-payments): import Tabs from '@theme/Tabs'; - [Receive, send, and store funds with Virtual Accounts](https://docs.bvnk.com/bvnk/use-cases/virtual-accounts/va-overview): The following guide explains how to use virtual accounts (VA) to manage fiat and crypto payments via BVNK. - [Tutorial Intro](https://docs.bvnk.com/intro): Let's discover **Docusaurus in less than 5 minutes**. - [Beneficiary](https://docs.bvnk.com/terms/beneficiary): The entity that receives the transaction. - [Originator](https://docs.bvnk.com/terms/originator): The entity that initiates the transaction. For example, a customer that wants to buy crypto with fiat currency.