Skip to main content

July 2026

2026/07/06

NIN verification is now a non-document flow. When verifying customers with a Nigerian National Identification Number (NIN), you no longer need to upload ID document images only the NIN number and a selfie are required.What changed:
  • Removed: image_front and image_back from the national-id object in identifying_information
  • Unchanged: Passport verification and selfie requirements remain the same
Updated guides:Reference payload:

May 2026

2026/05/22

Busha Pay is now available as a native mobile SDK for React Native, iOS (Swift), Android (Kotlin), and Flutter, enabling crypto checkout directly within your mobile app.
  • React Native@busha/pay-react-native via npm or GitHub releases
  • iOS (Swift)BushaPay via Swift Package Manager
  • Android (Kotlin)pay-android via JitPack
  • Flutterbusha_pay via pub.dev
New guide: Accept Stablecoin with Mobile SDK

2026/05/06

  • Page: guides/payment-requests/create-first-payment
  • Removed the dry_run parameter from the POST /v1/payments/requests endpoint. The field is no longer accepted or documented. Developers previously using dry_run: true to preview payment request calculations should remove the field from their request bodies requests will now be created and persisted regardless.

April 2026

2026/04/26

Added quote_id as a query parameter on the GET /v1/transfers endpoint, allowing you to retrieve the transfer associated with a specific quote.New query parameter:
  • quote_id: Filter transfers by the quote used to create them.
Example:
Example response:

March 2026

2026/03/27

Introduced the kyc_status field in the GET /customers and GET /customers/{id} endpoints to allow businesses to check the KYC verification status of their customers.New field:
  • kyc_status: Returns the current KYC verification state of the customer. Possible values: pending, in_review, verified, rejected.
For example:
In the response above, the kyc_status field shows that the customer has successfully completed KYC verification, allowing you to programmatically gate features or transaction limits based on their verification level.

2026/03/06

Introduced deposit.success webhook event to notify you when deposits are made to your static bank account.Use case:This event enables you to automatically convert incoming fiat deposits to your preferred stablecoin using the Quotes and Transfers endpoints.How it works:
  1. Customer deposits funds to your static bank account
  2. deposit.success webhook event is triggered
  3. Your system receives the webhook notification
  4. You can automatically create a quote and transfer to convert the deposited amount to crypto
Event payload example:
Key fields:
  • amount: The deposited amount (after fees)
  • fee: The deposit fee charged
  • total: The total amount deposited (before fees)
  • currency: The currency of the deposit (e.g., NGN, KES)
  • status: Deposit status (COMPLETED)
  • profile_id: The customer ID who made the deposit
Important: To start receiving this event, you must re-register your webhook:
  • Navigate to Settings → Developer Tools → Webhooks in your Busha dashboard
  • Delete your existing webhook endpoint
  • Create a new webhook and select the deposit event along with any other events you want to subscribe to
  • Save your new webhook configuration

2026/03/04

Updated KYC requirements for individual customers. The identifying_information field now requires a selfie image instead of a selfie video.What changed:
  • Removed: documents array with selfie video requirement
  • Added: Selfie image object in identifying_information array
  • Required combinations: Customers must provide ONE of the following:
    • Passport + number + image_front + selfie image
    • National ID + number + image_front + image_back + selfie image
Identifying information object structure:

February 2026

2026/02/27

Added request logs feature to help businesses monitor and debug API activity. View detailed logs of API requests made to Busha directly from your dashboard.What you can see:
  • Status code: HTTP response status
  • HTTP method: Request type
  • Endpoint: The specific API endpoint called
  • Request ID: Unique identifier for each request
  • Timestamp: Date of each request
Features:
  • Search by Request ID: Quickly find specific requests using the search bar
  • Filter options: Narrow down logs by various criteria
  • Pagination: Browse through your request history
  • Auto-refresh: Logs update automatically as new requests are made
How to access:Navigate to Settings → Developer Tools → Request Logs in your Busha dashboard.

2026/02/24

Introduced the reversal_policy field in quote object to control how cancelled/failed transfers are refunded.New field:
  • reversal_policy: An optional field set to "conversion_only" to refund the original source amount to the source balance in the event of a transfer failure. The field accepts conversion_only value for now.
For example:
In the quote above, the originating transfer will refund the source amount of 100 to the business source (USDT) balance if the transfer goes into a refunded state either from cancellation or failure to complete its lifecycle.

2026/02/23

Added webhook event history and replay functionality in the Busha dashboard. Businesses can now view, monitor, and resend past webhook events for the last 21 days.Key features:
  • Event History: View all webhook events from the last 21 days with full request/response details
  • Manual Replay: Resend failed or missed webhook events directly from the dashboard
  • Search & Filter: Find specific events by reference ID, status, category, or date
  • Delivery Tracking: Monitor webhook delivery success and failure rates
  • Debugging Tools: Inspect exact payloads sent for troubleshooting integration issues
How to access: Navigate to SettingsDeveloper ToolsWebhooks in your Busha dashboard, then click on a webhook to view its activity log.

2026/02/18

All API endpoints now return a unique request identifier in the response headers under X-Request-Id. Request IDs help track specific API calls and expedite issue resolution when contacting Busha support.Key details:
  • Header name: X-Request-Id
  • Format: req_ prefix followed by alphanumeric string (e.g., req_JfPBXEC5rLHc)
  • Availability: All endpoints
  • Retention: 21 days
New guide: guides/request-id/request-id explains how to capture request IDs in your code and when to use them for debugging.Use request IDs to provide precise details when reporting API errors or unexpected behavior to Busha support.

2026/02/10

  • Page: guides/recipients/create-and-manage
  • Deleted legacy code examples that no longer match the current API surface. - Removed the deprecated X-BU-VERSION header from sample requests so developers copying the guide use headers the API actually accepts.

2026/02/04

Added the transfer.funds_refunded event in guides/webhooks/webhook-events. This event fires when funds are returned to the sender’s balance after a transfer fails (for example, an invalid payout destination or network delivery issue).Use this event to automatically reconcile balances, notify users that their funds have been returned, or trigger retry logic.
Introduced token sharing capability to enable seamless customer onboarding across platforms using Sumsub. Businesses can now import pre-verified KYC data from partner platforms, eliminating duplicate verification processes.Key details:
  • Endpoint: POST /v1/customers/{id}/token-share
  • Integration: Requires Sumsub account with Reusable KYC feature enabled
  • Supported: Individual customers only (not business customers)
New guide: guides/token-sharing/token-sharing covers the complete flow from Sumsub token generation to importing verified customer data into Busha.This feature significantly reduces customer onboarding friction for businesses operating across multiple platforms.
  • Page: overview/transfers - Added funds_refunded to the list of possible transfer statuses so integrators know this terminal state exists.

January 2026

2026/01/30

  • Page: guides/getting-started/setup-sandbox
  • Updated the sandbox account registration link to point to the current developer console URL. - Refreshed the onboarding steps so new integrators land on the correct dashboard and can generate API keys without confusion.

2026/01/28

  • Page: guides/customers/transactions-on-behalf
  • Adjusted usage scenarios and parameter descriptions to stay accurate for delegated (on-behalf-of) transaction flows. - Ensured code samples reflect the latest required headers and request body shape.

2026/01/27

The following guides under guides/customers/ have been completely rewritten to improve clarity and align with current API behavior:
Added comprehensive webhook coverage in guides/webhooks/webhook-events. The following four events are now documented with full sample payloads, trigger conditions, and recommended handling patterns:Each event follows the standard webhook envelope (business_id, event, data) and can be used to automate customer onboarding workflows, surface rejection reasons to end-users, or trigger compliance alerts.