# Introduction to Tazapay ## Docs - [Authentication](https://developer.tazapay.com/API-Reference/api-overview/authentication.md) - [Endpoints and Environments](https://developer.tazapay.com/API-Reference/api-overview/endpoints-and-environments.md) - [Idempotent Requests](https://developer.tazapay.com/API-Reference/api-overview/idempotent-requests.md): Safely retry API requests - [Introduction](https://developer.tazapay.com/API-Reference/api-overview/introduction.md): Welcome to the Tazapay API - [Webhooks](https://developer.tazapay.com/API-Reference/api-overview/webhooks.md): Receive real-time notifications via webhooks - [ABA Routing Number Validation](https://developer.tazapay.com/API-Reference/appendix/ABA-Routing-Number-Validation.md) - [Address Validation](https://developer.tazapay.com/API-Reference/appendix/Address-Validation.md) - [Decimal Currencies](https://developer.tazapay.com/API-Reference/appendix/Decimal-Currencies.md) - [IBAN Checksum Validation](https://developer.tazapay.com/API-Reference/appendix/IBAN-Checksum-Validation.md) - [Supported File Types For Uploads](https://developer.tazapay.com/API-Reference/appendix/Supported-File-Types-For-Uploads.md) - [Supported Industry Verticals](https://developer.tazapay.com/API-Reference/appendix/Supported-Industry-Verticals.md) - [Fetch Balance Transaction](https://developer.tazapay.com/API-Reference/appendix/error-codes/balance-transaction/fetch-balance-transaction.md): Error codes for GET /v3/balance_transaction/{id} - [List Balance Transactions](https://developer.tazapay.com/API-Reference/appendix/error-codes/balance-transaction/list-balance-transactions.md): Error codes for GET /v3/balance_transaction - [Fetch Balance](https://developer.tazapay.com/API-Reference/appendix/error-codes/balance/fetch-balance.md): Error codes for GET /v3/balance - [Create Beneficiary](https://developer.tazapay.com/API-Reference/appendix/error-codes/beneficiary/create-beneficiary.md): Error codes for POST /v3/beneficiary - [Fetch Beneficiary](https://developer.tazapay.com/API-Reference/appendix/error-codes/beneficiary/fetch-beneficiary.md): Error codes for GET /v3/beneficiary/{id} - [Update Beneficiary](https://developer.tazapay.com/API-Reference/appendix/error-codes/beneficiary/update-beneficiary.md): Error codes for PUT /v3/beneficiary/{id} - [Create Checkout](https://developer.tazapay.com/API-Reference/appendix/error-codes/checkout/create-checkout.md): Error codes for POST /v3/checkout - [Expire Checkout](https://developer.tazapay.com/API-Reference/appendix/error-codes/checkout/expire-checkout.md): Error codes for POST /v3/checkout/{id}/expire - [Get Checkout Session](https://developer.tazapay.com/API-Reference/appendix/error-codes/checkout/get-checkout.md): Error codes for GET /v3/checkout/{id} - [Update Checkout Session](https://developer.tazapay.com/API-Reference/appendix/error-codes/checkout/update-checkout.md): Error codes for PUT /v3/checkout/{id} - [Fetch Collect](https://developer.tazapay.com/API-Reference/appendix/error-codes/collect/fetch-collect.md): Error codes for GET /v3/collect/{id} - [Add Billing/Shipping](https://developer.tazapay.com/API-Reference/appendix/error-codes/customer/add-billing-shipping.md): Error codes for POST /v3/customer/{id}/{type} - [Create Customer](https://developer.tazapay.com/API-Reference/appendix/error-codes/customer/create-customer.md): Error codes for POST /v3/customer - [Get Customer](https://developer.tazapay.com/API-Reference/appendix/error-codes/customer/get-customer.md): Error codes for GET /v3/customer/{id} - [Update Customer](https://developer.tazapay.com/API-Reference/appendix/error-codes/customer/update-customer.md): Error codes for PUT /v3/customer - [Upload Document](https://developer.tazapay.com/API-Reference/appendix/error-codes/document/upload-document.md): Error codes for POST /v3/document - [Upload Document to Tazapay](https://developer.tazapay.com/API-Reference/appendix/error-codes/document/upload-document-to-tazapay.md): Error codes for POST /v3/metadata/doc/upload - [Create Entity](https://developer.tazapay.com/API-Reference/appendix/error-codes/entity/create-entity.md): Error codes for POST /v3/entity - [Fetch Entity](https://developer.tazapay.com/API-Reference/appendix/error-codes/entity/fetch-entity.md): Error codes for GET /v3/entity/{id} - [List Entity](https://developer.tazapay.com/API-Reference/appendix/error-codes/entity/list-entity.md): Error codes for GET /v3/entity - [Submit Entity](https://developer.tazapay.com/API-Reference/appendix/error-codes/entity/submit-entity.md): Error codes for POST /v3/entity/{id}/submit - [Update Entity](https://developer.tazapay.com/API-Reference/appendix/error-codes/entity/update-entity.md): Error codes for PUT /v3/entity/{id} - [Generic Error Codes](https://developer.tazapay.com/API-Reference/appendix/error-codes/generic.md): Error codes that may occur across all Tazapay APIs - [Create Lightning Invoice](https://developer.tazapay.com/API-Reference/appendix/error-codes/lightning-invoice/create-lightning-invoice.md): Error codes for POST /v3/lightning_invoice_bolt11 - [Fetch Lightning Invoice](https://developer.tazapay.com/API-Reference/appendix/error-codes/lightning-invoice/fetch-lightning-invoice.md): Error codes for GET /v3/lightning_invoice_bolt11/{id} - [Update Lightning Invoice](https://developer.tazapay.com/API-Reference/appendix/error-codes/lightning-invoice/update-lightning-invoice.md): Error codes for PUT /v3/lightning_invoice_bolt11/{id} - [Collection Methods](https://developer.tazapay.com/API-Reference/appendix/error-codes/metadata/collection-methods.md): Error codes for GET /v3/metadata/collect - [Fetch Exchange Rates](https://developer.tazapay.com/API-Reference/appendix/error-codes/metadata/fetch-exchange-rates.md): Error codes for GET /v3/fx/payout - [Fetch External Account Details](https://developer.tazapay.com/API-Reference/appendix/error-codes/metadata/fetch-external-account-details.md): Error codes for GET /v3/metadata/external_account_details - [Payout Metadata](https://developer.tazapay.com/API-Reference/appendix/error-codes/metadata/payout-metadata.md): Error codes for POST /v3/metadata/payout/bank - [Cancel Payin](https://developer.tazapay.com/API-Reference/appendix/error-codes/payin/cancel-payin.md): Error codes for POST /v3/payin/{id}/cancel - [Confirm Payin](https://developer.tazapay.com/API-Reference/appendix/error-codes/payin/confirm-payin.md): Error codes for POST /v3/payin/{id}/confirm - [Create Payin](https://developer.tazapay.com/API-Reference/appendix/error-codes/payin/create-payin.md): Error codes for POST /v3/payin - [Fetch Payin](https://developer.tazapay.com/API-Reference/appendix/error-codes/payin/fetch-payin.md): Error codes for GET /v3/payin/{id} - [Update Payin](https://developer.tazapay.com/API-Reference/appendix/error-codes/payin/update-payin.md): Error codes for PUT /v3/payin/{id} - [Fetch Payment Attempt](https://developer.tazapay.com/API-Reference/appendix/error-codes/payment-attempts/fetch-payment-attempt.md): Error codes for GET /v3/payment_attempt/{id} - [Update Payment Attempt](https://developer.tazapay.com/API-Reference/appendix/error-codes/payment-attempts/update-payment-attempt.md): Error codes for PUT /v3/payment_attempt/{id} - [Confirm Payout](https://developer.tazapay.com/API-Reference/appendix/error-codes/payout/confirm-payout.md): Error codes for POST /v3/payout/{id}/confirm - [Create Payout](https://developer.tazapay.com/API-Reference/appendix/error-codes/payout/create-payout.md): Error codes for POST /v3/payout - [Create Payout Quote](https://developer.tazapay.com/API-Reference/appendix/error-codes/payout/create-payout-quote.md): Error codes for POST /v3/payout/quote - [Fetch Payout](https://developer.tazapay.com/API-Reference/appendix/error-codes/payout/fetch-payout.md): Error codes for GET /v3/payout/{id} - [Fund Payout](https://developer.tazapay.com/API-Reference/appendix/error-codes/payout/fund-payout.md): Error codes for POST /v3/payout/{id}/fund - [Create Quote](https://developer.tazapay.com/API-Reference/appendix/error-codes/quote/create-quote.md): Error codes for POST /v3/fx/quote - [Fetch Quote](https://developer.tazapay.com/API-Reference/appendix/error-codes/quote/fetch-quote.md): Error codes for GET /v3/fx/quote/{id} - [Cancel Refund](https://developer.tazapay.com/API-Reference/appendix/error-codes/refund/cancel-refund.md): Error codes for POST /v3/refund/{id}/cancel - [Create Refund](https://developer.tazapay.com/API-Reference/appendix/error-codes/refund/create-refund.md): Error codes for POST /v3/refund - [Fetch Refund](https://developer.tazapay.com/API-Reference/appendix/error-codes/refund/fetch-refund.md): Error codes for GET /v3/refund/{id} - [Update Refund](https://developer.tazapay.com/API-Reference/appendix/error-codes/refund/update-refund.md): Error codes for PUT /v3/refund/{id} - [Fetch Adjustments](https://developer.tazapay.com/API-Reference/appendix/error-codes/settlements/fetch-adjustments.md): Error codes for GET /v3/settlement/{id}/adjustment - [Fetch Collects](https://developer.tazapay.com/API-Reference/appendix/error-codes/settlements/fetch-collects.md): Error codes for GET /v3/settlement/{id}/transactions/collect - [Fetch Payins](https://developer.tazapay.com/API-Reference/appendix/error-codes/settlements/fetch-payins.md): Error codes for GET /v3/settlement/{id}/transactions/payin - [Fetch Payouts](https://developer.tazapay.com/API-Reference/appendix/error-codes/settlements/fetch-payouts.md): Error codes for GET /v3/settlement/{id}/transactions/payout - [Fetch Refunds](https://developer.tazapay.com/API-Reference/appendix/error-codes/settlements/fetch-refunds.md): Error codes for GET /v3/settlement/{id}/transactions/refund - [Payout Failure Reason Codes (Deprecating Soon)](https://developer.tazapay.com/API-Reference/appendix/payout-failure-reasons.md): The status_description field of the payout object will be populated with the error code when a payout transitions to the failed state. - [Payout Failure Reason Codes](https://developer.tazapay.com/API-Reference/appendix/payout-failure-reasons-updated.md): The failure.code field of the payout object will be populated with the error code when a payout transitions to the failed state. - [Payout Reversal Reason Codes](https://developer.tazapay.com/API-Reference/appendix/payout-reversal-reasons.md): The status_description field of the payout object will be populated with the reason code when a payout transitions to the reversed state. - [Webhook Authentication](https://developer.tazapay.com/API-Reference/appendix/webhooks/Webhook-Authentication.md) - [Webhook Retry Policy](https://developer.tazapay.com/API-Reference/appendix/webhooks/Webhook-Retry-Policy.md) - [Webhooks Guide](https://developer.tazapay.com/API-Reference/appendix/webhooks/Webhooks-Guide.md) - [Balance Transaction](https://developer.tazapay.com/API-Reference/tazapay-api/balance-transaction/balance-transaction.md): This is an object representing a transaction that affects your Tazapay balance. - [Fetch Balance Transaction](https://developer.tazapay.com/API-Reference/tazapay-api/balance-transaction/fetch-balance-transaction.md): Provides real-time, detailed insights into individual balance movements, including charges, currency conversions, and adjustments, allowing you to track all credits and debits across multiple currencies - [List Balance Transactions](https://developer.tazapay.com/API-Reference/tazapay-api/balance-transaction/list-balance-transactions.md): Returns a list of transactions that have contributed to the Tazapay account balance. The transactions are returned in sorted order, with the most recent transactions appearing first. - [Balance](https://developer.tazapay.com/API-Reference/tazapay-api/balance/balance.md): This is an object representing your real time Tazapay balance across different currencies. - [Fetch Balance](https://developer.tazapay.com/API-Reference/tazapay-api/balance/fetch-balance.md): Provides real-time access to available funds across multiple currenices - [Beneficiary](https://developer.tazapay.com/API-Reference/tazapay-api/beneficiary/beneficiary.md): The Tazapay Beneficiary Object represents the recipient of a payment or payout within the Tazapay platform. This object holds all relevant information about the beneficiary, including personal details, bank account information, and any other relevant metadata required for processing payments to them… - [Beneficiary Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/beneficiary/beneficiary-webhooks.md): These are currently relevant for wallet beneficiaries (i.e. where `destination_details.type` is 'wallet'). Whenever a 1st party wallet beneficiary is created (i.e. where `party_classification` is self), beneficiaries will go through an approval flow and only when verification status of a beneficiary… - [Create Beneficiary](https://developer.tazapay.com/API-Reference/tazapay-api/beneficiary/create-beneficiary.md): This lets you create a beneficiary - [Fetch Beneficiary](https://developer.tazapay.com/API-Reference/tazapay-api/beneficiary/fetch-beneficiary.md): This lets you fetch an existing beneficiary - [Update Beneficiary](https://developer.tazapay.com/API-Reference/tazapay-api/beneficiary/update-beneficiary.md): This lets you update an existing beneficiary - [Checkout](https://developer.tazapay.com/API-Reference/tazapay-api/checkout/checkout.md): Checkout API object enables businesses to create and manage seamless online payment experiences. It lets you integrate a Tazapay-hosted payment page so that you can quickly collect cross-border payments on mobile and desktop devices. - [Checkout Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/checkout/checkout-webhooks.md) - [Create Checkout Session](https://developer.tazapay.com/API-Reference/tazapay-api/checkout/create-checkout.md): This lets you create a checkout session for your customer by generating a Tazapay hosted payment page. - [Fetch Checkout](https://developer.tazapay.com/API-Reference/tazapay-api/checkout/get-checkout-session.md): This lets you fetch the details of the checkout session - [Expire Checkout](https://developer.tazapay.com/API-Reference/tazapay-api/checkout/update-checkout-copy.md): To expire the checkout - [Update Checkout](https://developer.tazapay.com/API-Reference/tazapay-api/checkout/update-checkout-session.md): To update the checkout - [Collect Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/collect/collect-webhook.md) - [Collect](https://developer.tazapay.com/API-Reference/tazapay-api/collect/collects.md): Collects represent incoming payments to your global collection accounts. A collect is created whenever there is a credit in the collection accounts. - [Fetch Collect](https://developer.tazapay.com/API-Reference/tazapay-api/collect/fetch-collect.md): Get details of a collect object - [Simulating Collects On Sandbox](https://developer.tazapay.com/API-Reference/tazapay-api/collect/simulate-collects-on-sandbox.md) - [Collection Accounts Payment Method Type](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/Collection-Accounts-Payment-Method-Type.md) - [Cancel Collection Account Request](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/cancel-collection-account-request.md): Cancel a pending enablement, disablement, or reenablement request attached to a collection account. - [Collection Account Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/collection-account-webhooks.md) - [Create Collection Account](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/create-collection-account.md): Create a new virtual account or stablecoin wallet for collecting funds. - [Disable Collection Account](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/disable-collection-account.md): Disable an enabled collection account. Once disabled, the account will no longer accept incoming payments. - [Collection Account](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/global-collection-account-object.md): Tazapay provides you with global collection accounts which you can share with your customers to receive payments in local currencies or using the SWIFT network. You can then withdraw the collected funds from the global collection accounts into the currency and bank account of your choice. - [List Collection Accounts](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/list-collection-accounts.md): Returns a paginated list of collection accounts. - [Update Collection Account](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/update-collection-account.md): Update the metadata or alias of an existing collection account. - [Get Virtual Account Metadata](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/virtual-account-metadata.md): Returns metadata about the virtual accounts that can be created for a given country, currency, and entity. Use this to discover available payment method types, transfer limits, fund transfer networks, and on_behalf_of support. - [Get Wallet Metadata](https://developer.tazapay.com/API-Reference/tazapay-api/collection-account/wallet-metadata.md): Returns metadata about the stablecoin wallets that can be created for a given entity. Use this to discover available blockchains, limits, compliance requirements, and on_behalf_of support. - [Address Object](https://developer.tazapay.com/API-Reference/tazapay-api/common-object-schemas/address-object.md) - [FX Transaction Object](https://developer.tazapay.com/API-Reference/tazapay-api/common-object-schemas/fx-transaction-object.md) - [Phone Object](https://developer.tazapay.com/API-Reference/tazapay-api/common-object-schemas/phone-object.md) - [Document](https://developer.tazapay.com/API-Reference/tazapay-api/document/document.md): This object allows you to attach important documents, such as invoices, delivery-proof or receipts to payin transactions. It helps keep records organized and readily accessible for both businesses and customers. - [Add Document to a Resource](https://developer.tazapay.com/API-Reference/tazapay-api/document/upload-document.md): This lets you attach a document to any Tazapay resource like payout, entity etc - [Upload Document to Tazapay](https://developer.tazapay.com/API-Reference/tazapay-api/document/upload-document-to-tazapay.md): This lets you generate a temporary pre-signed URL to upload your document - [Create Entity](https://developer.tazapay.com/API-Reference/tazapay-api/entity/create-entity.md): Create a sub-entity for your account - [Entity](https://developer.tazapay.com/API-Reference/tazapay-api/entity/entity.md) - [Entity Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/entity/entity-webhook.md) - [Fetch Entity](https://developer.tazapay.com/API-Reference/tazapay-api/entity/fetch-entity.md) - [List entity](https://developer.tazapay.com/API-Reference/tazapay-api/entity/list-entity.md) - [Simulate entity status on Sandbox](https://developer.tazapay.com/API-Reference/tazapay-api/entity/simulate-entity-status-in-sandbox.md) - [Submit Entity](https://developer.tazapay.com/API-Reference/tazapay-api/entity/submit-entity-business.md): Submits an entity for approval - [Update Entity](https://developer.tazapay.com/API-Reference/tazapay-api/entity/update-entity.md): Update an existing entity - [Blur Event](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/blur-event.md): The blur event is triggered when the embed loses focus. - [Button Styles](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/button-styles.md) - [Card Embed Methods](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/card-embed-methods.md) - [cardEmbed.lock()](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/cardembedlock.md): Disabled the card embed for user input - [cardEmbed.unlock()](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/cardembedunlock.md): Enables a locked card embed for input - [Change Event](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/change-event.md): The change event is triggered when the value of the embed changes. The payload of this event contains keys specific to the embed you are using - [Container Styles](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/container-styles.md): You have the ability to the customise the UI component to suit your branding and theme. - [Flow](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/custom-flow.md) - [Developer Recomendations](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/developer-recomendations.md) - [Element Styles](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/element-styles.md) - [Escape Event](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/escape-event.md): The escape event is triggered when the customer presses the escape key within the embed. - [Focus Event](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/focus-event.md): The focus event is triggered when the embed gains focus. This can happen when a user clicks on an input element, or uses the keyboard (like the Tab key) to navigate to it. - [How the SDK Works](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/how-the-sdk-works.md) - [Input Styles](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/input-styles.md) - [Integrate with risk SDK](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/integrate-with-risk-sdk.md): This allows you to integrate with risk SDK and fetch the `session_id` - [Integrating Client-Side](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/integrating-client-side.md) - [List to Card Embed Events](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/list-to-card-embed-events.md) - [Managing Exchange Rates (FX)](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/managing-exchange-rates-fx.md): You can use the [collection methods metadata API](/api-reference/tazapay-api/metadata/collection-methods) to fetch FX rates for a transaction. You can use this FX rate to display the amount that the customer has to pay in their local currency when they select a local payment method on your website. - [Modal Styles](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/modal-styles.md) - [Ready Event](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/ready-event.md): The ready event is triggered when the embed is fully rendered and can accept embed.focus calls. - [SDK Overview](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/sdk-overview.md): Using Tazapay’s Javascript SDK, you can accept payments from across the world with a single secure, embeddable UI component. It is a secure component that lets you accept payments with cards and all the local payment methods in one integration. - [Specifying Payment Methods](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/specifying-payment-methods.md): You can choose to host your own payment listing screen and use Tazapay's UI component to display and collect information for particular payment methods. You can do this by [specifying the payment methods](/Cards-and-LPMs/Managing-Payment-Methods) while creating a checkout session. - [Style Customisation](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/style-customisation.md): The Tazapay SDK allows you to optionally specify your own style rules to customise the user interface of the payment page. - [Version history](https://developer.tazapay.com/API-Reference/tazapay-api/javascript-sdk/version-history.md) - [Create a lightning invoice](https://developer.tazapay.com/API-Reference/tazapay-api/lightning-invoice/create-a-lightning-invoice.md) - [Fetch a lightning invoice](https://developer.tazapay.com/API-Reference/tazapay-api/lightning-invoice/fetch-a-lightning-invoice.md) - [Lightning Invoice](https://developer.tazapay.com/API-Reference/tazapay-api/lightning-invoice/lightning-invoice.md): This repesents a bolt11 standard invoice on the bitcoin lightning network - [Update a lightning invoice](https://developer.tazapay.com/API-Reference/tazapay-api/lightning-invoice/update-a-lightning-invoice.md) - [Collection Methods Fields](https://developer.tazapay.com/API-Reference/tazapay-api/metadata/collection-methods.md) - [Overview](https://developer.tazapay.com/API-Reference/tazapay-api/metadata/collection-methods-api.md): This allows you to check the collection methods available for a given buyer/seller country. This also shows the supported collection methods for the invoice currency and country corridor, the banks and type of accounts that will be available. - [Fetch Exchange Rates](https://developer.tazapay.com/API-Reference/tazapay-api/metadata/fetch-exchange-rates.md): Retrieve exchange rate between currency pairs - [Fetch External Account Details](https://developer.tazapay.com/API-Reference/tazapay-api/metadata/fetch-external-account-details.md): Fetch Account Details using the tax ID - [Payout Bank](https://developer.tazapay.com/API-Reference/tazapay-api/metadata/payout-bank.md): This allows you to check the requirements with respect to bank fields for a given beneficiary country. These requirements will be made live on 30th April 2025, merchants must adhere to these requirements and update the integration on or before the deadline. - [Cancel Payin](https://developer.tazapay.com/API-Reference/tazapay-api/payin/cancelling-a-payin.md) - [Confirm Payin](https://developer.tazapay.com/API-Reference/tazapay-api/payin/confirm-payin.md): Attach a payment method to the payin and create an attempt - [Create Payin](https://developer.tazapay.com/API-Reference/tazapay-api/payin/create-payin.md): Creates a payin object. - [Fetch Payin](https://developer.tazapay.com/API-Reference/tazapay-api/payin/fetching-a-payin.md) - [Payin](https://developer.tazapay.com/API-Reference/tazapay-api/payin/payin.md): Payin allows businesses to collect payments from customers globally. It facilitates cross-border payments by enabling payments through various methods such as credit/debit cards, local payment methods, bank transfers, or e-wallets, depending on the supported payment options in the region. - [Payin Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/payin/payin-webhook.md): These are the events for which webhooks will be triggered - [Update Payin](https://developer.tazapay.com/API-Reference/tazapay-api/payin/update-a-payin.md): Update a payin without confirming - [Fetch Payment Attempt](https://developer.tazapay.com/API-Reference/tazapay-api/payment-attempts-1/fetch-payment-attempt.md): Refers to each attempt by the customer to pay using a particular payment method - [Payment Attempts](https://developer.tazapay.com/API-Reference/tazapay-api/payment-attempts-1/payment-attempts-1.md): A Tazapay Payment Attempt refers to an instance where a transaction is attempted through the Tazapay platform, either as part of a checkout process or other payment-related workflows. Each payment attempt captures essential details of the transaction, including the amount, currency, payment method,… - [Update Payment Attempt](https://developer.tazapay.com/API-Reference/tazapay-api/payment-attempts-1/update-payment-attempt.md) - [Confirm Payout](https://developer.tazapay.com/API-Reference/tazapay-api/payout/confirm-payout.md): Confirm a payout by attaching source of funds - [Create Payout](https://developer.tazapay.com/API-Reference/tazapay-api/payout/create-payout.md): This lets you initiate a payout. - [Payout Quote](https://developer.tazapay.com/API-Reference/tazapay-api/payout/create-payout-quote.md): Lock in the exact amount to be deducted for a payout. The API returns the fees along with exchange rates which will be applicable to the payout. The payout quote generated will be unique to your account. - [Fetch payout](https://developer.tazapay.com/API-Reference/tazapay-api/payout/fetch-payout.md): This lets you fetch the details of an existing payout - [Funding a Payout](https://developer.tazapay.com/API-Reference/tazapay-api/payout/fund-payout.md): Fund a payout which is in requires_funding - [List banks](https://developer.tazapay.com/API-Reference/tazapay-api/payout/list-banks.md): search and retrieve bank entities from global bank directory [GET] - [Payout](https://developer.tazapay.com/API-Reference/tazapay-api/payout/payout.md): Payout allows businesses to disburse payments to individuals or other businesses globally. It facilitates cross-border payouts by enabling transfers to local bank accounts, ensuring compliance with international regulations, and offering multiple payout options such as bank transfers, digital wallet… - [Payout Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/payout/payout-webhooks.md) - [Simulating Payouts on Test Environment (Sandbox)](https://developer.tazapay.com/API-Reference/tazapay-api/payout/simulating-payouts-on-test-environment-sandbox.md) - [Create a quote](https://developer.tazapay.com/API-Reference/tazapay-api/quote/create-a-quote.md) - [Fetch Quote](https://developer.tazapay.com/API-Reference/tazapay-api/quote/fetch-quote.md) - [Cancel Refund](https://developer.tazapay.com/API-Reference/tazapay-api/refund/cancel-refund.md): This endpoint cancels an already existing refund object - [Refund](https://developer.tazapay.com/API-Reference/tazapay-api/refund/refund.md): A Tazapay API object that is used to return money to a customer after a payment has been made. It simplifies the process of issuing refunds for products or services, helping businesses maintain customer satisfaction. - [Initiate Refund](https://developer.tazapay.com/API-Reference/tazapay-api/refund/refund-api.md): To initiate a refund of an existing paid transaction back to source - [Fetch Refund](https://developer.tazapay.com/API-Reference/tazapay-api/refund/refund-status-api.md): This endpoint fetches the details of an already existing refund object. - [Refund Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/refund/refund-webhooks.md) - [Update Refund](https://developer.tazapay.com/API-Reference/tazapay-api/refund/update-refund.md): This endpoint updates an already existing refund object. - [Fetch Adjustments](https://developer.tazapay.com/API-Reference/tazapay-api/settlements-1/fetch-adjustments.md) - [Fetch Collects](https://developer.tazapay.com/API-Reference/tazapay-api/settlements-1/fetch-collects.md) - [Fetch Payins](https://developer.tazapay.com/API-Reference/tazapay-api/settlements-1/fetch-payins.md): This endpoint enables you to fetch the list of payins associated with a settlement - [Fetch Payouts](https://developer.tazapay.com/API-Reference/tazapay-api/settlements-1/fetch-payouts.md) - [Fetch Refunds](https://developer.tazapay.com/API-Reference/tazapay-api/settlements-1/fetch-refunds.md) - [Settlement Webhooks](https://developer.tazapay.com/API-Reference/tazapay-api/settlements-1/settlement-webhooks.md) - [Settlements](https://developer.tazapay.com/API-Reference/tazapay-api/settlements-1/settlements-1.md) - [Add Billing/Shipping](https://developer.tazapay.com/API-Reference/tazapay-api/user/add-billingshipping.md): This endpoint adds billing/shipping details to an already existing customer object - [Create Customer](https://developer.tazapay.com/API-Reference/tazapay-api/user/create-user-api.md) - [Fetch Customer Details](https://developer.tazapay.com/API-Reference/tazapay-api/user/get-user-by-email-api.md): This endpoint fetches the details of an already existing customer - [Update Customer](https://developer.tazapay.com/API-Reference/tazapay-api/user/get-user-by-id-api.md): This endpoint updates an already existing customer object - [User](https://developer.tazapay.com/API-Reference/tazapay-api/user/user.md): The Tazapay User Object represents the user of the Tazapay platform. It stores user information, enabling businesses to manage user creation and provide a better user experience. - [Disputes PIX MED](https://developer.tazapay.com/Cards-and-LPMs/Collections/After-the-Payment/Disputes---PIX-MED.md) - [Reconciliation](https://developer.tazapay.com/Cards-and-LPMs/Collections/After-the-Payment/Reconciliation.md) - [Refunds](https://developer.tazapay.com/Cards-and-LPMs/Collections/After-the-Payment/Refunds.md) - [Settlements](https://developer.tazapay.com/Cards-and-LPMs/Collections/After-the-Payment/Settlements.md) - [Webhook Events](https://developer.tazapay.com/Cards-and-LPMs/Collections/After-the-Payment/Webhook-events.md) - [Choosing How To Collect Payments](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Choosing-how-to-collect-payments.md) - [alipay_cny](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/china-2/alipay_cny.md) - [internet_banking_inr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/india-2/internet_banking_inr.md) - [upi_inr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/india-2/upi_inr.md) - [Dana](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/indonesia-id/dana.md) - [Doku](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/indonesia-id/doku.md) - [LinkAja](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/indonesia-id/linkaja.md) - [OVO](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/indonesia-id/ovo_idr.md) - [fpx_corp_myr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/malaysia-2/fpx_corp_myr.md) - [fpx_ind_myr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/malaysia-2/fpx_ind_myr.md) - [bank_push_php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/philippines-2/bank_push_php.md) - [directdebit_php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/philippines-2/direct-debit-php.md) - [grabpay_php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/philippines-2/grabpay_php.md) - [paymaya_php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/philippines-2/paymaya_php.md) - [qr_php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/philippines-2/qr_php.md) - [shopeepay_php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/philippines-2/shopeepay.md) - [paynow_sgd](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/singapore-sg/paynow_sgd.md) - [linepay_thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/thailand-th/linepay_thb.md) - [mobilebanking_thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/thailand-th/mobilebanking_thb.md) - [promptpay_thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/thailand-th/promptpay_thb-1.md) - [shopeepay_thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/thailand-th/shopeepay_thb.md) - [truemoney_thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/thailand-th/truemoney_thb.md) - [shopeepay_vnd](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/vietnam-2/shopeepay_vnd.md) - [vnptpay_vnd](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/apac-asia-pacific/vietnam-2/vnptpay_vnd.md) - [eps_eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/europe-1/austria-at/eps_eur.md) - [bank_initiation_eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/europe-1/eurozone/bank_initiation_eur.md) - [mybank_eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/europe-1/italy/mybank_eur.md) - [blik_pln](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/europe-1/poland-pl/blik_pln.md) - [p24_eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/europe-1/poland-pl/p24_eur.md) - [p24_pln](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/europe-1/poland-pl/p24_pln.md) - [multibanco_eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/europe-1/portugal/multibanco_eur.md) - [pix_brl](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/latam-latin-america/brazil-br/pix_brl.md) - [bank_push_mxn](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/latam-latin-america/mexico-3/bank_push_mxn.md) - [bank_push_kes](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/mea-middle-east-and-africa/kenya-2/bank_push_kes.md) - [mobile_money_kes](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/mea-middle-east-and-africa/kenya-2/mobile_money_kes.md) - [mobile_money_tzs](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/mea-middle-east-and-africa/tanzania-2/mobile_money_tzs.md) - [mobile_money_ugx](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Corridor-level-Guides/mea-middle-east-and-africa/uganda-2/mobile_money_ugx.md) - [Global Collection Account](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Global-Collection-Account.md) - [Overview](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Native-Custom-Integration.md) - [No Code Options](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/No-Code-Options.md) - [List The Payment Methods On Your Own Page](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Tazapay-Hosted-Options/List-the-payment-methods-on-your-own-page.md) - [Payment Embed](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Tazapay-Hosted-Options/Payment-Embed.md) - [The Hosted Page Lists The Payment Methods](https://developer.tazapay.com/Cards-and-LPMs/Collections/Build-a-Payment-Integration/Tazapay-Hosted-Options/The-hosted-page-lists-the-payment-methods.md) - [Bank Accounts And Reconciliation](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Bank-Accounts-and-Reconciliation.md) - [Checkout States](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Checkout/Checkout-States.md) - [Overview](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Checkout/Overview.md) - [Customer](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Customer.md) - [FX Transaction](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/FX-transaction.md) - [KYB Overview](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Know-Your-Business-KYB/KYB-Overview.md) - [KYB States](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Know-Your-Business-KYB/KYB-states.md) - [Overview](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Payin/Overview.md) - [Payin States](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Payin/Payin-states.md) - [Overview](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Payment-Attempt/Overview.md) - [Payment Attempt States](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Payment-Attempt/Payment-Attempt-States.md) - [Payment Method](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Payment-Method.md) - [Overview](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Refund/Overview.md) - [Refund States](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Refund/Refund-states.md) - [Overview](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Settlements/Overview.md) - [Settlement State Machine](https://developer.tazapay.com/Cards-and-LPMs/Collections/Core-Concepts/Settlements/Settlement-State-Machine.md) - [Checkout on behalf of](https://developer.tazapay.com/Cards-and-LPMs/Collections/Integration-Guides/checkout-on-behalf-of.md): Learn how platform merchants can create checkout sessions on behalf of their sub-entities using Checkout OBO. - [Internet Banking Inr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/India/internet_banking_inr.md) - [Upi Inr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/India/upi_inr.md) - [Upi Inr Native](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/India/upi_inr_native.md) - [Bank Push Idr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Indonesia/bank_push_idr.md) - [Dana Idr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Indonesia/dana_idr.md) - [Doku Idr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Indonesia/doku_idr.md) - [Linkaja Idr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Indonesia/linkaja_idr.md) - [Ovo Idr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Indonesia/ovo_idr.md) - [Qris Idr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Indonesia/qris_idr.md) - [Shopeepay Idr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Indonesia/shopeepay_idr.md) - [Payeasy Jpy](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Japan/payeasy_jpy.md) - [Fpx Myr](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Malaysia/fpx_myr.md) - [QR Php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Philippines/QR_php.md) - [Bankpush Php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Philippines/bankpush_php.md) - [Directdebit Php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Philippines/directdebit_php.md) - [Grabpay Php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Philippines/grabpay_php.md) - [Paymaya Php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Philippines/paymaya_php.md) - [Shopeepay Php](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Philippines/shopeepay_php.md) - [Paynow Sgd](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Singapore/paynow_sgd.md) - [Card Local Krw](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/South-Korea/card_local_krw.md) - [Kakaopay Krw](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/South-Korea/kakaopay_krw.md) - [Naverpay Krw](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/South-Korea/naverpay_krw.md) - [Payco Krw](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/South-Korea/payco_krw.md) - [Samsungpay Krw](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/South-Korea/samsungpay_krw.md) - [Linepay Thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Thailand/linepay_thb.md) - [Mobilebanking Thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Thailand/mobilebanking_thb.md) - [Promptpay Thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Thailand/promptpay_thb.md) - [Shopeepay Thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Thailand/shopeepay_thb.md) - [Truemoney Thb](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Thailand/truemoney_thb.md) - [Wechat Thb Pay](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Thailand/wechat_thb_pay.md) - [Wechat Thb Wallet](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Thailand/wechat_thb_wallet.md) - [Bankpush Vnd](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Vietnam/bankpush_vnd.md) - [Shopeepay Vnd](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Vietnam/shopeepay_vnd.md) - [Vnptpay Vnd](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-APAC/Vietnam/vnptpay_vnd.md) - [Eps Eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-Europe/Austria/eps_eur.md) - [Bancontact Eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-Europe/Belgium/bancontact_eur.md) - [Bank Initiation Eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-Europe/Eurozone/bank_initiation_eur.md) - [Mybank Eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-Europe/Italy/mybank_eur.md) - [Blik Pln](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-Europe/Poland/blik_pln.md) - [P24](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-Europe/Poland/p24.md) - [Multibanco Eur](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-Europe/Portugal/multibanco_eur.md) - [Bank Push Kes](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-MENA/Kenya/bank_push_kes.md) - [Mobile Money Kes](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-MENA/Kenya/mobile_money_kes.md) - [Mobile Money Tzs](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-MENA/Tanzania/mobile_money_tzs.md) - [Mobile Money Ugx](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-MENA/Uganda/mobile_money_ugx.md) - [Pix Brl](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-South-America/Brazil/pix_brl.md) - [Internet Banking Cop](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-South-America/Colombia/internet_banking_cop.md) - [Bank Push Mxn](https://developer.tazapay.com/Cards-and-LPMs/Collections/Payment-Methods-South-America/Mexico/bank_push_mxn.md) - [Cards](https://developer.tazapay.com/Cards-and-LPMs/Collections/Types-of-Collections/Cards.md): Accept credit and debit card payments globally with 3DS authentication - [Global Collection Account](https://developer.tazapay.com/Cards-and-LPMs/Collections/Types-of-Collections/Global-Collection-Account.md) - [Local Payment Methods (LPMs)](https://developer.tazapay.com/Cards-and-LPMs/Collections/Types-of-Collections/Local-Payment-Methods-LPMs.md): Accept regional payment methods across Asia, Europe, Africa, and Latin America - [How Checkout Works](https://developer.tazapay.com/Cards-and-LPMs/How-Checkout-works.md) - [Introduction To Checkout](https://developer.tazapay.com/Cards-and-LPMs/Introduction-to-Checkout.md) - [Managing Payment Methods](https://developer.tazapay.com/Cards-and-LPMs/Managing-Payment-Methods.md) - [Simulating Alternate Payment Methods](https://developer.tazapay.com/Cards-and-LPMs/simulating-payments-alternate-methods.md): Test credentials for simulating alternative payment methods in sandbox mode - [Test Cards](https://developer.tazapay.com/Cards-and-LPMs/simulating-payments-test-cards.md): Test card details for simulating card payments in sandbox mode - [New Accept Payments Via We Chat Pay In Thailand](https://developer.tazapay.com/Changelog/2025/Q3/September/New-Accept-Payments-via-WeChat-Pay-in-Thailand.md) - [Payout Metadata API Field Standardization](https://developer.tazapay.com/Changelog/2025/Q3/September/Payout-Metadata-API-Field-Standardization.md) - [Purpose Codes Update For INR Payouts](https://developer.tazapay.com/Changelog/2025/Q3/September/Purpose-Codes-Update-for-INR-Payouts.md) - [Added support for fund transfer network](https://developer.tazapay.com/Changelog/2025/Q4/December/Added-support-for-fund-transfer-network.md) - [Added Support For Passing Beneficiarys Nationality](https://developer.tazapay.com/Changelog/2025/Q4/December/Added-support-for-passing-Beneficiarys-Nationality.md) - [Bulgaria Currency Transition BGN EUR](https://developer.tazapay.com/Changelog/2025/Q4/December/Bulgaria-Currency-Transition-BGN--EUR.md) - [Introduction of Payout Reversal](https://developer.tazapay.com/Changelog/2025/Q4/December/Introduction-of-Payout-Reversal.md) - [Support For Individual Fields In The Entity Object](https://developer.tazapay.com/Changelog/2025/Q4/December/Support-for-individual-fields-in-the-entity-object.md) - [Revampment Of Wallet Payout And Beneficiary Flows](https://developer.tazapay.com/Changelog/2025/Q4/November/Revampment-of-Wallet-Payout-and-Beneficiary-flows.md) - [New Payout Purpose Codes For Payouts](https://developer.tazapay.com/Changelog/2025/Q4/October/New-Payout-Purpose-Codes-for-Payouts.md) - [New Support For Major Cryptocurrencies And Stablecoins](https://developer.tazapay.com/Changelog/2025/Q4/October/New-Support-for-Major-Cryptocurrencies-and-Stablecoins.md) - [Additional information field added to fund transfer networks object](https://developer.tazapay.com/Changelog/2026/Q1/February/Additional-information-field-added-to-fund-transfer-networks-object.md) - [Beneficiary Name Field Character Limit](https://developer.tazapay.com/Changelog/2026/Q1/February/Beneficiary-Name-Field-Character-Limit.md) - [Enhancement Crypto Collections: Earlier payment visibility with new state + webhook event](https://developer.tazapay.com/Changelog/2026/Q1/February/Enhancement-Crypto-Collections-Earlier-payment-visibility-with-new-state-and-webhook-event.md) - [Field Validation Updates](https://developer.tazapay.com/Changelog/2026/Q1/February/Field-Validation-Updates.md) - [Support for Holding Amount–Based Payout Quote Creation](https://developer.tazapay.com/Changelog/2026/Q1/February/Support-for-Holding-Amount-Based-Payout-Quote-Creation.md) - [Introduction of Payout Reversal – Sandbox](https://developer.tazapay.com/Changelog/2026/Q1/January/Introduction-of-Payout-Reversal-Sandbox.md) - [Entity Individual Enhancement](https://developer.tazapay.com/Changelog/2026/Q1/March/Entity-Individual-Enhancement.md) - [Person ID Support For Entity Representatives](https://developer.tazapay.com/Changelog/2026/Q1/March/Person-ID-Support-for-Entity-Representatives.md) - [Checkout on Behalf Of (OBO)](https://developer.tazapay.com/Changelog/2026/Q2/April/Checkout-OBO.md) - [Fetch bank information from Global Bank Directory](https://developer.tazapay.com/Changelog/2026/Q2/April/List-Banks-from-Global-Bank-Directory.md) - [Payout Failure Code in Fetch Payout](https://developer.tazapay.com/Changelog/2026/Q2/April/Payout-Failure-Code-in-Fetch-Payout.md) - [Onboarding Requirements for Businesses](https://developer.tazapay.com/Global-Money-Movement/appendix/onboarding-requirements/onboarding-requirements-businesses.md) - [Onboarding Requirements for Individuals](https://developer.tazapay.com/Global-Money-Movement/appendix/onboarding-requirements/onboarding-requirements-individuals.md) - [Creating Entities](https://developer.tazapay.com/Global-Money-Movement/connected-accounts/creating-entities.md): An entity represents an underlying customer that exists within the platform's master account, rather than as a separate account - [Creating Sub-Accounts](https://developer.tazapay.com/Global-Money-Movement/connected-accounts/creating-sub-accounts.md): A sub-account represents the platform's end customer who is onboarded as a separate account - [Full Entity Creation](https://developer.tazapay.com/Global-Money-Movement/connected-accounts/full-entity-creation.md) - [How Connected Accounts Work](https://developer.tazapay.com/Global-Money-Movement/connected-accounts/how-connected-accounts-work.md) - [Overview](https://developer.tazapay.com/Global-Money-Movement/connected-accounts/overview.md): Onboard your customers directly to Tazapay - [Simplified Entity Creation](https://developer.tazapay.com/Global-Money-Movement/connected-accounts/simplified-entity-creation.md): Lightweight Onboarding Flow - [Neobanks & Fintech Platforms](https://developer.tazapay.com/Global-Money-Movement/embedded-finance-use-cases/banking-as-a-service/fintechs.md): Power payouts, treasury, or cross-border transfers for end users - [Stablecoin-Native Platforms](https://developer.tazapay.com/Global-Money-Movement/embedded-finance-use-cases/banking-as-a-service/stablecoin-neobanks.md): Platforms operating primarily with stablecoins but requiring fiat payouts - [Employee Reimbursement](https://developer.tazapay.com/Global-Money-Movement/embedded-finance-use-cases/global-treasury/employee-reimbursements.md): Reimburse employees for travel, expenses, or operational costs across multiple currencies - [Overview](https://developer.tazapay.com/Global-Money-Movement/embedded-finance-use-cases/global-treasury/overview.md): Centralized fund management and distributed payouts across countries, currencies, and payment rails - [Global Payroll](https://developer.tazapay.com/Global-Money-Movement/embedded-finance-use-cases/global-treasury/payroll.md): Pay employees across multiple countries from a single treasury using Tazapay - [Vendor Payouts](https://developer.tazapay.com/Global-Money-Movement/embedded-finance-use-cases/global-treasury/vendor-payouts.md): Pay suppliers, partners, and service providers across multiple countries - [Overview](https://developer.tazapay.com/Global-Money-Movement/embedded-finance-use-cases/overview.md) - [Configuring Virtual Accounts and Stablecoin Wallets](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/configuring-virtual-accounts-and-stablecoin-wallets.md): Learn about Configuring Virtual Accounts and Stablecoin Wallets - [Stablecoins Coverage](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/coverage/stablecoins.md) - [Virtual Accounts Coverage](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/coverage/virtual-accounts.md) - [Creating Virtual Accounts and Stablecoin Wallets via APIs (Coming soon)](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/creating-virtual-accounts-and-stablecoin-wallets.md): Learn how to create Collection Accounts — Virtual Accounts and Stablecoin Wallets — programmatically using Tazapay APIs - [Overview](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/overview.md): Global Collection Accounts provide a unified interface for receiving payments in multiple currencies and stablecoins - [Use Tazapay API to fetch collect details](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/receiving-funds/fetch-collect-details/using-api.md) - [Use Tazapay Dashboard to fetch collect details](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/receiving-funds/fetch-collect-details/using-dashboard.md) - [Subscribe to collect webhook events](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/receiving-funds/subscribe-to-collect-webhook-events.md) - [Viewing Virtual Accounts and Stablecoin Wallets](https://developer.tazapay.com/Global-Money-Movement/global-collection-accounts/viewing-virtual-accounts-and-stablecoin-wallets.md) - [Collections on behalf of](https://developer.tazapay.com/Global-Money-Movement/integration-guides/collections-on-behalf-of.md) - [Funding a Payout After Creation](https://developer.tazapay.com/Global-Money-Movement/integration-guides/funding-a-payout-after-creation.md): You can create a payout with insufficient balance and fund it later - [Global Payout Network](https://developer.tazapay.com/Global-Money-Movement/integration-guides/global-payout-network.md): This guide describes how global payout networks can integrate with Tazapay for last mile payouts. - [Payouts on behalf of](https://developer.tazapay.com/Global-Money-Movement/integration-guides/payouts-on-behalf-of.md): Learn about Payouts on behalf of - [Technical Service Provider Integration](https://developer.tazapay.com/Global-Money-Movement/integration-guides/technical-service-provider-integration.md): Enable fintechs and financial services companies to serve their end customers through Tazapay's payout infrastructure - [Coverage](https://developer.tazapay.com/Global-Money-Movement/payouts/coverage.md): Tazapay can support payouts to the following corridors and methods. - [Fund Transfer Networks](https://developer.tazapay.com/Global-Money-Movement/payouts/fund-transfer-networks.md): Learn about Fund Transfer Networks - [PIX Key](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Brazil (BRL)/pix-key.md) - [CNAPS](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/China (CNY)/cnaps.md) - [Foreign Inward Remittance Advice (FIRA)](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/India (INR)/fira.md) - [Foreign Inward Remittance Certificate (FIRC)](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/India (INR)/firc.md): A Foreign Inward Remittance Certificate (FIRC) is a document issued by the recipient's bank in India as an acknowledgment of receiving a fund transfer from a foreign country. It serves as official proof of receipt of the remittance and is often required for regulatory and tax purposes. - [Supported Purpose Codes](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/India (INR)/supported-purpose-codes.md): This guide provides a list of supported purpose codes for India (INR) payouts. - [Ewallet payouts](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Indonesia (IDR)/ewallet-payouts.md) - [List of supported banks](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Indonesia (IDR)/supported-banks.md): Please provide the exact string value for the bank name. - [List of supported banks](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Malaysia (MYR)/supported-banks.md): Please provide the exact string value for the bank name. - [List of supported banks](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Mexico (MXN)/supported-banks.md): Please provide the exact string value for the bank name. - [Ewallet payouts](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Phillippines (PHP)/ewallet-payouts.md) - [List of supported banks](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Phillippines (PHP)/supported-banks.md): Please provide the exact string value for the bank name. - [List of supported banks](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Thailand (THB)/supported-banks.md): Please provide the exact string value for the bank name. - [List of supported banks](https://developer.tazapay.com/Global-Money-Movement/payouts/local-guides/Vietnam (VND)/supported-banks.md): Please provide the exact string value for the bank name. - [Creating a quote and then attaching it to a payout](https://developer.tazapay.com/Global-Money-Movement/payouts/managing-fx/creating-a-quote-and-then-attaching-it-to-a-payout.md) - [For the time duration between payout creation and subsequent funding](https://developer.tazapay.com/Global-Money-Movement/payouts/managing-fx/locking-exchange-rates-for-a-payout/for-the-funding-time-duration.md) - [For the time duration between maker-checker flow](https://developer.tazapay.com/Global-Money-Movement/payouts/managing-fx/locking-exchange-rates-for-a-payout/for-the-time-duration-between-maker-checker-flow.md): This is available on the Tazapay Dashboard - [Overview](https://developer.tazapay.com/Global-Money-Movement/payouts/managing-fx/overview.md) - [Overview](https://developer.tazapay.com/Global-Money-Movement/payouts/overview.md) - [Purpose](https://developer.tazapay.com/Global-Money-Movement/payouts/purpose.md): Supported Purpose Codes for Payouts - [Overview](https://developer.tazapay.com/Global-Money-Movement/payouts/reversals/overview.md) - [Reconciliation](https://developer.tazapay.com/Global-Money-Movement/payouts/reversals/reconciliation.md) - [Viewing Reversed Payouts](https://developer.tazapay.com/Global-Money-Movement/payouts/reversals/viewing-reversed-payouts.md): You can search for a payout on the Tazapay dashboard and the appropriate status will be visible - [Webhooks](https://developer.tazapay.com/Global-Money-Movement/payouts/reversals/webhooks.md): You can programmatically detect, track, and reconcile payout reversals using webhooks and APIs. - [Get Started with Tazapay](https://developer.tazapay.com/Global-Money-Movement/start-here/get-started-with-tazapay.md): Welcome to the Tazapay Developer Hub. Here you'll find comprehensive guides and documentation to help you start working with Tazapay as quickly as possible, and get support if you get stuck. - [Managing your Team](https://developer.tazapay.com/Global-Money-Movement/start-here/managing-your-team.md): Managing team access helps maintain secure collaboration by giving each role the right level of permissions. - [MultiFactor Authentication](https://developer.tazapay.com/Global-Money-Movement/start-here/multifactor-authentication.md): MFA ensures only verified users gain access by requiring multiple authentication factors. - [Onboarding Requirements](https://developer.tazapay.com/Global-Money-Movement/start-here/onboarding-requirements.md): Onboarding ensures your business is verified and ready for secure money movement through Tazapay. - [Configuring an account's deposit address](https://developer.tazapay.com/Global-Money-Movement/transfers-within-tazapay/configuring-an-accounts-deposit-address.md) - [Using API](https://developer.tazapay.com/Global-Money-Movement/transfers-within-tazapay/making-a-payment-to-a-deposit-address/using-api.md) - [Using Dashboard](https://developer.tazapay.com/Global-Money-Movement/transfers-within-tazapay/making-a-payment-to-a-deposit-address/using-dashboard.md) - [Overview](https://developer.tazapay.com/Global-Money-Movement/transfers-within-tazapay/overview.md): Tazapay enables instant, fee-free transfers between accounts within the Tazapay network. - [Viewing an Incoming Payment](https://developer.tazapay.com/Global-Money-Movement/transfers-within-tazapay/viewing-an-incoming-payment.md) - [Enabling additional balance currencies](https://developer.tazapay.com/Global-Money-Movement/viewing-balances/enabling-additional-balance-currencies.md) - [FX Transactions](https://developer.tazapay.com/Global-Money-Movement/viewing-balances/fx-transactions.md) - [Overview](https://developer.tazapay.com/Global-Money-Movement/viewing-balances/overview.md): How Balances Work - [Viewing Balances](https://developer.tazapay.com/Global-Money-Movement/viewing-balances/viewing.md): How to view and access balances on the Tazapay dashboard - [Virtual Accounts 2.0](https://developer.tazapay.com/Product-Releases/2025/Q3/September/virtual-accounts-2.md): Q3 2025 - September 20, 2025 - [Connected Accounts Platform](https://developer.tazapay.com/Product-Releases/2025/Q4/December/connected-accounts-platform.md): Q4 2025 - December 15, 2025 - [Lightning Network Integration](https://developer.tazapay.com/Product-Releases/2025/Q4/November/lightning-network.md): Q4 2025 - November 28, 2025 - [Sandbox Enhancements](https://developer.tazapay.com/Product-Releases/2026/Q1/February/sandbox-enhancements.md) - [Email Notification Enhancements](https://developer.tazapay.com/Product-Releases/2026/Q1/January/email-notification-enhancements.md): 20 Jan 2026 - [Shopify Plugin Upgrade](https://developer.tazapay.com/Product-Releases/2026/Q1/January/shopify-plugin-upgrade.md): 14 January 2026 - [SWIFT Payout Corridors Expansion](https://developer.tazapay.com/Product-Releases/2026/Q1/March/swift-payout-corridor-expansion.md) - [Checkout on Behalf Of (OBO)](https://developer.tazapay.com/Product-Releases/2026/Q2/April/checkout-on-behalf-of.md) ## OpenAPI Specs - [openapi](https://developer.tazapay.com/openapi.yaml)