# Overview ## Docs - [Build with Borderless](https://docs.borderless.xyz/index.md) - [Getting Started](https://docs.borderless.xyz/platform-guides/getting-started.md): Your first steps in the Borderless platform: logging in, MFA, inviting your team, and what you need before your first transaction. - [Wallets](https://docs.borderless.xyz/platform-guides/wallets.md): Bring your own wallet infrastructure: link addresses, connect Utila or Dfns, and find settlement instructions. - [Organization Administration](https://docs.borderless.xyz/platform-guides/org-administration.md): Manage team members, permission groups, and your default refund destination. - [Identities & Compliance](https://docs.borderless.xyz/platform-guides/identities-compliance.md): Create personal and business identities and take them through compliance with every provider you use. - [RFI Case Management](https://docs.borderless.xyz/platform-guides/rfi-case-management.md): Manage every provider's requests for information from a single queue. - [Creating Transactions](https://docs.borderless.xyz/platform-guides/creating-transactions.md): Create deposits, withdrawals, and exchanges, and track them to completion. - [Refunds](https://docs.borderless.xyz/platform-guides/refunds.md): How refunds are handled, where returned funds go, and what to keep configured. - [Provider Marketplace](https://docs.borderless.xyz/platform-guides/provider-marketplace.md): Explore providers by capability, country, and currency, and connect your credentials. - [Provider Health](https://docs.borderless.xyz/platform-guides/provider-health.md): Provider status, incidents, and upcoming maintenance, all in one place. - [Routing](https://docs.borderless.xyz/platform-guides/routing.md): Update provider routing without code: defaults, rail overrides, and bulk setup. - [Reconciliation](https://docs.borderless.xyz/platform-guides/reconciliation.md): Automated verification of your transaction history against every provider. - [Execution Benchmarking](https://docs.borderless.xyz/platform-guides/execution-benchmarking.md): Grade every transfer's all-in landed cost against the Borderless network. - [Exporting Reports](https://docs.borderless.xyz/platform-guides/exporting-reports.md): Get transaction data out of the platform as CSV. - [Introduction](https://docs.borderless.xyz/docs/introduction.md) - [Quick Start](https://docs.borderless.xyz/docs/quick-start-guide.md) - [Coverage](https://docs.borderless.xyz/docs/coverage.md) - [Testing in Sandbox](https://docs.borderless.xyz/docs/sandbox-testing.md): Trigger Completed, Failed, and Refunded outcomes in the Borderless sandbox by varying the transaction amount. - [Organization](https://docs.borderless.xyz/docs/organization-setup-and-user-invitation.md) - [Identities & Compliance](https://docs.borderless.xyz/docs/identities.md) - [Accounts & Wallets](https://docs.borderless.xyz/docs/accounts.md) - [Payment Instructions](https://docs.borderless.xyz/docs/payment-instructions.md) - [Transactions](https://docs.borderless.xyz/docs/transactions.md) - [Refunds](https://docs.borderless.xyz/docs/refunds.md) - [Virtual Accounts](https://docs.borderless.xyz/docs/virtual-accounts.md) - [On-ramp (Deposit)](https://docs.borderless.xyz/docs/deposits.md) - [Off-ramp (Withdrawal)](https://docs.borderless.xyz/docs/withdrawals-1.md) - [Balance (Withdrawal)](https://docs.borderless.xyz/docs/withdrawals-payouts.md) - [Exchange](https://docs.borderless.xyz/docs/exchanges.md) - [Quotes & Transaction Limits](https://docs.borderless.xyz/docs/get-a-quote.md) - [Borderless Benchmark](https://docs.borderless.xyz/docs/benchmarks-widget.md) - [Authentication](https://docs.borderless.xyz/api-reference/authentication.md) - [Idempotency](https://docs.borderless.xyz/api-reference/idempotency.md) - [Webhook Overview](https://docs.borderless.xyz/docs/webhooks.md) - [Withdrawal Webhooks](https://docs.borderless.xyz/docs/withdrawal-webhooks.md) - [Deposit Webhooks](https://docs.borderless.xyz/docs/deposit-webhooks.md) - [Identity Compliance Webhooks](https://docs.borderless.xyz/docs/identity-compliance.md) - [Virtual accounts](https://docs.borderless.xyz/docs/virtual-accounts-1.md) - [Obtain authentication M2M tokens](https://docs.borderless.xyz/api-reference/authentication/obtain-authentication-m2m-tokens.md): Obtain an authentication M2M token with the access token. - [Get Transactions](https://docs.borderless.xyz/api-reference/transactions/get-transactions.md): Retrieve a list of Transactions with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Transaction intelligence stats](https://docs.borderless.xyz/api-reference/transactions/transaction-intelligence-stats.md): Aggregate counts (total, all-clear, need-review, reconciliation-issues, matched ratio, USD volume) over the same filter set as the transactions list. Powers the Transaction Intelligence Strip. - [Imported-transaction execution portfolio summary](https://docs.borderless.xyz/api-reference/transactions/imported-transaction-execution-portfolio-summary.md): Portfolio-level vs-market opportunity across the organization's imported, classified transactions — a confidence-gated USD range, suppressed when the interval straddles zero. Powers the import benchmark portfolio card. - [Export transactions](https://docs.borderless.xyz/api-reference/transactions/export-transactions.md): Exports a list of transactions that occurred between the specified fromDate and endDate. - [Request cancellation of a transaction.](https://docs.borderless.xyz/api-reference/transactions/request-cancellation-of-a-transaction.md): Sends a cancellation request for the specified transaction. Cancellation is not guaranteed and depends on the transaction status. - [Get a Transaction by id](https://docs.borderless.xyz/api-reference/transactions/get-a-transaction-by-id.md): Retrieve a Transaction by its unique identification. Returns 404 if the Transaction does not exist. - [Get Webhook Events](https://docs.borderless.xyz/api-reference/webhooks/get-webhook-events.md): Retrieve a list of Webhook Events with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Retrieve Webhook public key](https://docs.borderless.xyz/api-reference/webhooks/retrieve-webhook-public-key.md): Retrieve webhook public key if present in the system. - [Generate Webhook keys](https://docs.borderless.xyz/api-reference/webhooks/generate-webhook-keys.md): Regenerate webhook private/public keys pair and return public key. - [Get all Registered Webhooks](https://docs.borderless.xyz/api-reference/webhooks/get-all-registered-webhooks.md): Retrieve a list of all Registered Webhooks. - [Create a new Webhook Settings](https://docs.borderless.xyz/api-reference/webhooks/create-a-new-webhook-settings.md): Create a new Webhook Settings using the data provided in the request body. - [Get a Webhook Settings by id](https://docs.borderless.xyz/api-reference/webhooks/get-a-webhook-settings-by-id.md): Retrieve a Webhook Settings by its unique identification. Returns 404 if the Webhook Settings does not exist. - [Delete a Webhook Settings by id](https://docs.borderless.xyz/api-reference/webhooks/delete-a-webhook-settings-by-id.md): Delete the specified a Webhook Settings by its id. This action is irreversible. Returns 404 if the entity is not found. - [Update a Webhook Settings](https://docs.borderless.xyz/api-reference/webhooks/update-a-webhook-settings.md): Update a Webhook Settings using the data provided in the request body. - [Get Organization Audit Events](https://docs.borderless.xyz/api-reference/organizations/get-organization-audit-events.md): Retrieve a list of Organization Audit Events with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Get Identities](https://docs.borderless.xyz/api-reference/identities/get-identities.md): Retrieve a list of Identities with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Get an Identity by id](https://docs.borderless.xyz/api-reference/identities/get-an-identity-by-id.md): Retrieve an Identity by its unique identification. Returns 404 if the Identity does not exist. - [Delete an Identity by id](https://docs.borderless.xyz/api-reference/identities/delete-an-identity-by-id.md): Delete the specified an Identity by its id. This action is irreversible. Returns 404 if the entity is not found. - [Create a new Personal Identity](https://docs.borderless.xyz/api-reference/identities/create-a-new-personal-identity.md): Create a new Personal Identity using the data provided in the request body. - [Update a Personal Identity](https://docs.borderless.xyz/api-reference/identities/update-a-personal-identity.md): Update a Personal Identity using the data provided in the request body. - [Create a new Business Identity](https://docs.borderless.xyz/api-reference/identities/create-a-new-business-identity.md): Create a new Business Identity using the data provided in the request body. - [Update a Business Identity](https://docs.borderless.xyz/api-reference/identities/update-a-business-identity.md): Update a Business Identity using the data provided in the request body. - [Upload a Document](https://docs.borderless.xyz/api-reference/identities/upload-a-document.md): Upload a new Document, and attach it to Identity by id. - [Delete a Document](https://docs.borderless.xyz/api-reference/identities/delete-a-document.md): Delete a document by id from the specified identity. - [Get a Document URL](https://docs.borderless.xyz/api-reference/identities/get-a-document-url.md): Get a short-lived presigned URL to view or download a document side. - [List default PFIs](https://docs.borderless.xyz/api-reference/network-defaults/list-default-pfis.md): Retrieve default PFI assignments per (country, operationType) for the organization. - [Post v1organizationsnetworkdefaults](https://docs.borderless.xyz/api-reference/network-defaults/post-v1organizationsnetworkdefaults.md) - [Delete v1organizationsnetworkdefaults](https://docs.borderless.xyz/api-reference/network-defaults/delete-v1organizationsnetworkdefaults.md) - [Post v1organizationsnetworkdefaultsbulk](https://docs.borderless.xyz/api-reference/network-defaults/post-v1organizationsnetworkdefaultsbulk.md) - [Get network providers](https://docs.borderless.xyz/api-reference/network/get-network-providers.md): Retrieve all network providers with their capabilities for the organization. - [Create a Mastercard credential account](https://docs.borderless.xyz/api-reference/mastercard-crypto-credentials/create-a-mastercard-credential-account.md) - [Search for a Mastercard credential by alias](https://docs.borderless.xyz/api-reference/mastercard-crypto-credentials/search-for-a-mastercard-credential-by-alias.md) - [Look up a Mastercard credential across networks](https://docs.borderless.xyz/api-reference/mastercard-crypto-credentials/look-up-a-mastercard-credential-across-networks.md) - [Receive Mastercard Crypto Credential event notifications](https://docs.borderless.xyz/api-reference/mastercard-crypto-credentials/receive-mastercard-crypto-credential-event-notifications.md) - [Get refund capabilities for an off-ramp corridor](https://docs.borderless.xyz/api-reference/corridors/get-refund-capabilities-for-an-off-ramp-corridor.md): Returns supported refund paths, accepted request types, chains, and prerequisites for the given (country, fiat) off-ramp corridor. - [Manually dispatch a refund for a failed or cancelled transaction](https://docs.borderless.xyz/api-reference/refunds/manually-dispatch-a-refund-for-a-failed-or-cancelled-transaction.md): Starts the refund workflow for the transaction's existing RefundPlan. Bypasses the `autoRefund: false` preference, so this is the way to trigger refunds for transactions that were created with auto-refund disabled. Optionally accepts a `refundDestination` override which is validated against the PFI… - [Get the organization's default refund destination](https://docs.borderless.xyz/api-reference/refund-defaults/get-the-organizations-default-refund-destination.md): Returns the default refund destination used when a transaction has no per-transaction destination, along with its verification freshness. Returns null when none is configured. - [Set the organization's default refund destination](https://docs.borderless.xyz/api-reference/refund-defaults/set-the-organizations-default-refund-destination.md): Creates or replaces the organization's default refund destination and resets its verification timestamp to now. - [Remove the organization's default refund destination](https://docs.borderless.xyz/api-reference/refund-defaults/remove-the-organizations-default-refund-destination.md): Removes the default. Refunds will then fall back to per-transaction destinations. - [Re-confirm the organization's default refund destination](https://docs.borderless.xyz/api-reference/refund-defaults/re-confirm-the-organizations-default-refund-destination.md): Resets the verification timestamp to now without changing the destination. Use this to clear a stale warning or rejection. - [Setup integration credentials (consolidated)](https://docs.borderless.xyz/api-reference/integrations-config/setup-integration-credentials-consolidated.md): Single endpoint for configuring credentials for any supported integration provider. The `credentials` payload is validated server-side against the provider-specific DTO. Replaces the 22 per-provider PUT endpoints (which remain available but are deprecated). - [Delete integration configuration for a PFI.](https://docs.borderless.xyz/api-reference/integrations-config/delete-integration-configuration-for-a-pfi.md): Removes the stored integration configuration for the given PFI name and organization. - [Get integration configuration info](https://docs.borderless.xyz/api-reference/integrations-config/get-integration-configuration-info.md): Returns an array of integration providers with a boolean indicating whether each provider is configured (API keys or provider-specific credentials are set). - [Get a provider's configured credential sets](https://docs.borderless.xyz/api-reference/integrations-config/get-a-providers-configured-credential-sets.md): Returns whether the organization-level default credentials are set for the provider and the list of business-identity IDs that have their own credential set. Never returns secrets. Providers without per-identity credentials return an empty `identityIds` list. - [Remove a business identity's credential set for a provider](https://docs.borderless.xyz/api-reference/integrations-config/remove-a-business-identitys-credential-set-for-a-provider.md): Removes the per-identity credential set for the given business identity and provider. The organization-level default and other identities' credentials are left intact. Fails if the provider does not support per-identity credentials. - [Setup Hercle integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-hercle-integration.md): Create Hercle integration to configure connectivity and credentials for the Hercle PFI. - [Setup Dfns integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-dfns-integration.md): Create Dfns integration to configure the connection with the Dfns workspace. - [Setup Utila integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-utila-integration.md): Create Utila integration to configure the connection with the Utila workspace. - [Setup Yellowcard integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-yellowcard-integration.md): Create Yellowcard integration to configure the connection of Identity with the Yellowcard Wallet. - [Setup Bitso integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-bitso-integration.md): Create Bitso integration to configure the connection with the Bitso Wallet. - [Setup Finity integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-finity-integration.md): Create Finity integration to configure the connection with the Finity account. - [Setup Trace Finance integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-trace-finance-integration.md): Create Trace Finance integration to configure the connection with the Trace Finance account. - [Setup Infinia integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-infinia-integration.md): Create Infinia integration to configure the connection of Identity with the Infinia company. - [Setup PFI client credentials.](https://docs.borderless.xyz/api-reference/integrations-config/setup-pfi-client-credentials.md): Create PFI integration to configure the connection with the PFI account via client credentials. - [Setup Capa integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-capa-integration.md): Create Capa partner api key. - [Setup Bridge integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-bridge-integration.md): Create Bridge partner api key. - [Setup Bivo integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-bivo-integration.md): Create Bivo partner username and password. - [Setup Walapay integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-walapay-integration.md): Create Walapay partner api key. - [Setup Brale integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-brale-integration.md): Create Brale partner api key and secret. - [Setup Cobre integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-cobre-integration.md): Create Cobre partner user ID and secret. - [Setup CrissCross integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-crisscross-integration.md): Create CrissCross OAuth client credentials and merchant configuration. - [Setup Onmeta integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-onmeta-integration.md): Create Onmeta integration to configure the connection with the Onmeta account. - [Setup Alfred integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-alfred-integration.md): Create Alfred integration to configure the connection with the Alfred account. - [Setup HoneyCoin integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-honeycoin-integration.md): Create HoneyCoin integration to configure the connection with the HoneyCoin account. - [Setup Kotanipay integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-kotanipay-integration.md): Create Kotanipay integration to configure the connection with the Kotanipay account. - [Setup Koywe integration.](https://docs.borderless.xyz/api-reference/integrations-config/setup-koywe-integration.md): Create Koywe integration to configure the connection with the Koywe account. - [Get Accounts](https://docs.borderless.xyz/api-reference/accounts/get-accounts.md): Retrieve a list of Accounts with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Create a new Account](https://docs.borderless.xyz/api-reference/accounts/create-a-new-account.md): Create a new Account using the data provided in the request body. - [Get an Account by id](https://docs.borderless.xyz/api-reference/accounts/get-an-account-by-id.md): Retrieve an Account by its unique identification. Returns 404 if the Account does not exist. - [Delete v1accounts](https://docs.borderless.xyz/api-reference/accounts/delete-v1accounts.md) - [Create a PFI Account (deprecated)](https://docs.borderless.xyz/api-reference/accounts/create-a-pfi-account-deprecated.md): Deprecated. Will be removed by September 1st, 2026. Use `POST /accounts` with `provider` set to a PFI (e.g. `Infinia`, `Finity`) instead. - [Create a Subaccount (deprecated)](https://docs.borderless.xyz/api-reference/accounts/create-a-subaccount-deprecated.md): Deprecated. Will be removed by September 1st, 2026. Use `POST /accounts` instead; the wallet/subaccount distinction has been removed. - [Add Assets to Account](https://docs.borderless.xyz/api-reference/accounts/add-assets-to-account.md): Add Assets to Account using the data provided in the request body. - [Add Fiats to PFI Account](https://docs.borderless.xyz/api-reference/accounts/add-fiats-to-pfi-account.md): Add fiat currencies and assets to a PFI Account using the data provided in the request body. - [Get account balances](https://docs.borderless.xyz/api-reference/accounts/get-account-balances.md): Retrieve balances for an Account. Returns 404 if the Account does not exist. - [Get Virtual Accounts](https://docs.borderless.xyz/api-reference/virtual-accounts/get-virtual-accounts.md): Retrieve a list of Virtual Accounts with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Create a new Virtual Account](https://docs.borderless.xyz/api-reference/virtual-accounts/create-a-new-virtual-account.md): Create a new Virtual Account using the data provided in the request body. - [Get a Virtual Account by id](https://docs.borderless.xyz/api-reference/virtual-accounts/get-a-virtual-account-by-id.md): Retrieve a Virtual Account by its unique identification. Returns 404 if the Virtual Account does not exist. - [Delete a Virtual Account by id](https://docs.borderless.xyz/api-reference/virtual-accounts/delete-a-virtual-account-by-id.md): Delete the specified a Virtual Account by its id. This action is irreversible. Returns 404 if the entity is not found. - [Get Payment Instructions](https://docs.borderless.xyz/api-reference/payment-instructions/get-payment-instructions.md): Retrieve a list of Payment Instructions with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Create a new Payment Instruction](https://docs.borderless.xyz/api-reference/payment-instructions/create-a-new-payment-instruction.md): Create a new Payment Instruction using the data provided in the request body. - [Get a Payment Instruction by id](https://docs.borderless.xyz/api-reference/payment-instructions/get-a-payment-instruction-by-id.md): Retrieve a Payment Instruction by its unique identification. Returns 404 if the Payment Instruction does not exist. - [Delete a Payment Instruction by id](https://docs.borderless.xyz/api-reference/payment-instructions/delete-a-payment-instruction-by-id.md): Delete the specified a Payment Instruction by its id. This action is irreversible. Returns 404 if the entity is not found. - [Get v1reconciliationimportsstatus](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationimportsstatus.md) - [Post v1reconciliationimports](https://docs.borderless.xyz/api-reference/reconciliation/post-v1reconciliationimports.md) - [Post v1reconciliationimportscsv](https://docs.borderless.xyz/api-reference/reconciliation/post-v1reconciliationimportscsv.md) - [Delete v1reconciliationimportscsv](https://docs.borderless.xyz/api-reference/reconciliation/delete-v1reconciliationimportscsv.md) - [Get v1reconciliationitems](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationitems.md) - [Get v1reconciliationorphaned transactions](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationorphaned-transactions.md) - [Get v1reconciliationorphaned transactions 1](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationorphaned-transactions-1.md) - [Get v1reconciliationitems 1](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationitems-1.md) - [Get v1reconciliationruns](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationruns.md) - [Get v1reconciliationruns 1](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationruns-1.md) - [Get v1reconciliationsummary](https://docs.borderless.xyz/api-reference/reconciliation/get-v1reconciliationsummary.md) - [Retrieves a list of possible compliance checks together with their coverage](https://docs.borderless.xyz/api-reference/compliance-checks/retrieves-a-list-of-possible-compliance-checks-together-with-their-coverage.md) - [Get a Compliance Check by id](https://docs.borderless.xyz/api-reference/compliance-checks/get-a-compliance-check-by-id.md): Retrieve a Compliance Check by its unique identification. Returns 404 if the Compliance Check does not exist. - [Get compliance requirements for a compliance](https://docs.borderless.xyz/api-reference/compliance-checks/get-compliance-requirements-for-a-compliance.md) - [Create a new Compliance Check](https://docs.borderless.xyz/api-reference/compliance-checks/create-a-new-compliance-check.md): Create a new Compliance Check using the data provided in the request body. - [Deletes the customer for a compliance at the provider and clears the local check](https://docs.borderless.xyz/api-reference/compliance-checks/deletes-the-customer-for-a-compliance-at-the-provider-and-clears-the-local-check.md) - [Re-syncs an approved identity's data to the provider after an edit](https://docs.borderless.xyz/api-reference/compliance-checks/re-syncs-an-approved-identitys-data-to-the-provider-after-an-edit.md) - [Create a new Withdrawal transaction](https://docs.borderless.xyz/api-reference/transaction-withdrawals/create-a-new-withdrawal-transaction.md): Create a new Withdrawal transaction using the data provided in the request body. - [Deprecated. Use GET /organizations/network instead.](https://docs.borderless.xyz/api-reference/transaction-withdrawals/deprecated-use-get-organizationsnetwork-instead.md): Retrieve a list of all Withdrawal available Countries. - [Deprecated. Use GET /organizations/network instead.](https://docs.borderless.xyz/api-reference/transaction-withdrawals/deprecated-use-get-organizationsnetwork-instead-1.md): Retrieve a list of all Withdrawal available Options. - [Get Withdrawal Quote](https://docs.borderless.xyz/api-reference/transaction-withdrawals/get-withdrawal-quote.md): Retrieve real-time information about Withdrawal exchange rates and fees. Deprecated: use GET /withdrawals/quotes/pfis (optionally with the pfiName query param) for marketplace-aware pricing. The single-PFI shape returned here is equivalent to element [0] of the /pfis response when filtered to one pr… - [Create executable Withdrawal Quote](https://docs.borderless.xyz/api-reference/transaction-withdrawals/create-executable-withdrawal-quote.md): Create an executable Withdrawal quote that can later be referenced by its `quoteId` when initiating a withdrawal. The quote is valid until the returned `expiresAt` timestamp. - [Get available finance institutions (e.g. banks, mobile money providers)](https://docs.borderless.xyz/api-reference/transaction-withdrawals/get-available-finance-institutions-eg-banks-mobile-money-providers.md): Retrieve information about available finance institutions (e.g. banks, mobile money providers) in a specific country for specified currency and payment method. - [Create a new Deposit transaction](https://docs.borderless.xyz/api-reference/transaction-deposits/create-a-new-deposit-transaction.md): Create a new Deposit transaction using the data provided in the request body. - [Deprecated. Use GET /organizations/network instead.](https://docs.borderless.xyz/api-reference/transaction-deposits/deprecated-use-get-organizationsnetwork-instead.md): Retrieve a list of all Deposit available Countries. - [Deprecated. Use GET /organizations/network instead.](https://docs.borderless.xyz/api-reference/transaction-deposits/deprecated-use-get-organizationsnetwork-instead-1.md): Retrieve a list of all Deposit available Options. - [Get Deposit Quote](https://docs.borderless.xyz/api-reference/transaction-deposits/get-deposit-quote.md): Retrieve real-time information about Deposit exchange rates and fees. Deprecated: use GET /deposits/quotes/pfis (optionally with the pfiName query param) for marketplace-aware pricing. The single-PFI shape returned here is equivalent to element [0] of the /pfis response when filtered to one provider… - [Create executable Deposit Quote](https://docs.borderless.xyz/api-reference/transaction-deposits/create-executable-deposit-quote.md): Create an executable Deposit quote that can later be referenced by its `quoteId` when initiating a deposit. The quote is valid until the returned `expiresAt` timestamp. - [Get available finance institutions (e.g. banks, mobile money providers)](https://docs.borderless.xyz/api-reference/transaction-deposits/get-available-finance-institutions-eg-banks-mobile-money-providers.md): Retrieve information about available finance institutions (e.g. banks, mobile money providers) in a specific country for specified currency and payment method. - [Create a new Exchange transaction](https://docs.borderless.xyz/api-reference/transaction-exchanges/create-a-new-exchange-transaction.md): Create a new Exchange transaction using the data provided in the request body. - [Get Liquidation Addresses](https://docs.borderless.xyz/api-reference/liquidation-addresses/get-liquidation-addresses.md): Retrieve a list of Liquidation Addresses with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Create a new Liquidation Address](https://docs.borderless.xyz/api-reference/liquidation-addresses/create-a-new-liquidation-address.md): Create a new Liquidation Address using the data provided in the request body. - [Get a Liquidation Address by id](https://docs.borderless.xyz/api-reference/liquidation-addresses/get-a-liquidation-address-by-id.md): Retrieve a Liquidation Address by its unique identification. Returns 404 if the Liquidation Address does not exist. - [Delete a Liquidation Address by id](https://docs.borderless.xyz/api-reference/liquidation-addresses/delete-a-liquidation-address-by-id.md): Delete the specified a Liquidation Address by its id. This action is irreversible. Returns 404 if the entity is not found. - [Get network health summary](https://docs.borderless.xyz/api-reference/network-health/get-network-health-summary.md): Returns all monitored namespaces with their overall status (worst-status-wins), component counts, and last event timestamp. - [Get namespace detail](https://docs.borderless.xyz/api-reference/network-health/get-namespace-detail.md): Returns full detail for a namespace: components with statuses, active incidents, and scheduled maintenances. - [Post v1importsidentitiescsv](https://docs.borderless.xyz/api-reference/identity-imports/post-v1importsidentitiescsv.md) - [Delete v1importsidentitiescsv](https://docs.borderless.xyz/api-reference/identity-imports/delete-v1importsidentitiescsv.md) - [Get Imported identities](https://docs.borderless.xyz/api-reference/identity-imports/get-imported-identities.md): Retrieve a list of Imported identities with pagination support. Use query parameters `startingAfter` and `limit` to navigate results. - [Get v1importsidentities](https://docs.borderless.xyz/api-reference/identity-imports/get-v1importsidentities.md) - [Get v1rficases](https://docs.borderless.xyz/api-reference/rfi/get-v1rficases.md) - [Get v1rficases 1](https://docs.borderless.xyz/api-reference/rfi/get-v1rficases-1.md) - [Post v1rficases reply](https://docs.borderless.xyz/api-reference/rfi/post-v1rficases-reply.md) - [Post v1rficases resolve](https://docs.borderless.xyz/api-reference/rfi/post-v1rficases-resolve.md) - [Post v1rficases references](https://docs.borderless.xyz/api-reference/rfi/post-v1rficases-references.md) - [Delete v1rficases references](https://docs.borderless.xyz/api-reference/rfi/delete-v1rficases-references.md) - [Post v1rficases attachments](https://docs.borderless.xyz/api-reference/rfi/post-v1rficases-attachments.md) - [Get v1rficases attachments](https://docs.borderless.xyz/api-reference/rfi/get-v1rficases-attachments.md) ## OpenAPI Specs - [api-json](https://sandbox-api.borderless.xyz/v1/api-json)