> ## Documentation Index
> Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Update

> Keep track of changes and upgrades to the Nomba API.

<Note>
  We are constantly making changes to the Nomba API. We recommend reviewing this changelog to stay updated on what’s new, improved, or deprecated. This ensures you remain aligned with our product.
</Note>

### April 2026

* [Transfer](/docs/products/transfers/transfer-to-banks) `docs` – We have added a detailed explanation of how transfers work.

### March 2026

* **Transfer** `docs` – You can now carry out transfers using your sub account. See update here [Transfer](/docs/products/transfers/transfer-to-banks).

* **Checkout** `docs` – Introduced the optional `allowedPaymentMethods` field in the checkout order request, enabling merchants to restrict the payment methods shown on the checkout page (e.g., `Card`, `Transfer`). See update in [Checkout](/docs/products/accept-payment/create-checkout-order).

* **Global Payout** `updated` – Updated the Authorize Transfer request fields: `bankCode` has been renamed to `institutionCode`, and `bankName` has been renamed to `institutionName`. The `phoneNumber` field has been removed; for `MOBILE_MONEY` transfers, pass the recipient's phone number in `accountNumber` instead. Canada bank transfer (`BANK` with `destinationCountryIsoCode: "CA"`) is now documented as a supported payment method. See the [Authorize Transfer](/docs/products/global-payout/authorize-transfer) page for the full required-fields breakdown per payment method.

* **Global Payout** `added` – New endpoint `GET /v1/global-payout/bank/providers` returns the list of institution providers available for DRC transfers (Mpesa, Airtel Money, Orange Money). Use the returned `code` and `displayName` as `institutionCode` and `institutionName` in the Authorize Transfer request. See [Institution Providers](/docs/products/global-payout/mobile-money-providers).

### February 2026

* **Webhooks** `added` – Introduced support for replaying webhook events. See updates in [Debug webhooks](/docs/api-basics/troubleshoot-webhooks).

* **Transfer V2** `docs` – Improved the documentation with clearer explanations of transfer status values.

### September 2025

* **Documentation Improvements** `docs` – We have improved the navigation structure for Accept Payments and Checkout. This includes grouping related items (e.g., Verify Transaction, Create Order, Charge) into a single section for better discoverability. We also refreshed quick-start examples to reduce setup time. See updates in [Accept Payments docs](/docs/products/accept-payment/overview).

* **Direct Debit API** `added` – Introduced a new Direct Debit API, allowing businesses to pull funds directly from customer accounts with prior authorization. This feature enables recurring billing and scheduled payments with minimal friction. [Learn more about Direct Debit](/docs/products/accept-payment/direct-debit).

* **Verify Sandbox and Production Transactions** `added` – A new endpoint is now available to verify transactions in both sandbox and production environments. This helps ensure consistent testing and seamless migration to live payments. [View Verify Transactions docs](/docs/products/accept-payment/verify-transactions).

* **Create Sub-Account on Web** `docs` – Added step-by-step documentation for creating sub-accounts directly from the dashboard to support split settlements. This makes it easier to configure revenue sharing without writing additional code. [View Sub-Account Creation Guide](/docs/guides/managing-accounts-with-nomba#create-a-sub-account).

### June 2025

* **Perform lookup on virtual accounts** `added` – We have added documentation for performing lookup on a virtual account, click here to learn more about it. [View Virtual account lookup](/docs/products/transactions/introduction).

* **Improvements to Create Virtual Account** `updated` We've updated the documentation for performing a virtual account lookup. The update includes support for BVN verification and the ability to specify an expected amount for incoming transfers, [view updates](/docs/products/accept-payment/virtual-account#create-a-virtual-account).

* **Fetch virtual account transactions** `added` You can now retrieve the list of transactions made to a virtual account. This new addition lets you fetch all incoming payment records tied to a specific virtual account. [View Fetch Virtual Account Transactions docs](/docs/products/transactions/fetch-transactions#fetch-virtual-account-transactions).

* **Terminal Actions** `added` – We've added documentation for Terminal Actions, allowing developers to inject custom logic at specific transaction stages (e.g., pre-payout validation, pre-balance checks). [Learn more about Terminal Actions](/docs/products/terminals/terminal-actions/introduction).

### May 2025

* **Betting API** `added` – We have added documentation for Betting API, click here to learn more about it. [View Betting API](/docs/products/bills/fetch-betting-providers).

* **Webhook payment success** `updated` – We have made some changes to the webhook `payment_success` payload , click here to learn more about it. [View Changes](/docs/api-basics/webhook).

### April 2025

* **Signature verification** `docs` –  we have updated the documentation structure to improve readability when working with webhook signature verification. we have also added a new `PHP` code sample. [view the updates](/docs/api-basics/webhook).

* **Transaction Requery Title Fix** `docs` – Fixed a title mismatch and clarified the content on the transaction requery page. check [this page](/nomba-api-reference/transactions/transaction-requery) to see the updates.

* **React SDKs** `added` – Added documentation for the React SDK. [check it out](/developer-resources/plugins-and-sdks).

* **Flutter SDKs** `added` – Added documentation for the Flutter SDK [View SDK](/developer-resources/plugins-and-sdks).

* **Fetch CableTv Plan** `added` – We have added documentation for fetching cable Tv based on cable Tv type. [Click to learn more](/docs/products/bills/fetch-cable-tv-plans).

### March 2025

* **Webhook Re-push** `added` –  We have added documentation for the Webhook Re-push API. [Learn more](/docs/api-basics/troubleshoot-webhooks#repush).

### February 2025

* **Sub-Account API** `deprecated` – This API is deprecated but remains functional for existing users. We recommend that new customers should explore [Virtual Account](/docs/products/accept-payment/virtual-account) option for account creation.
