Granular OAuth Scopes and Credential Rotation
OAuth credentials now support granular scopes and scope bundles, giving integrators fine-grained control over API access.
- Added documentation for 21 individual OAuth scopes (e.g.
wallet:read,payout:create,webhook:write) and 6 scope bundles (e.g.full-access,read-only,payouts). - Added credential rotation guide β rotate credentials from the dashboard to change scopes or recover from a compromised secret.
- Webhook registration endpoint now returns a
signing_secretin the response. Store this securely to verifyx-blaaiz-signatureheaders. - Legacy API key creation is now disabled. Legacy API key authentication will be removed soon.
OAuth Authentication and Webhook Signing Secret
Blaaiz Platform API authentication is now documented around OAuth client credentials for integrations.
- Added OAuth token acquisition guidance for API access.
- Updated guides and API reference examples to use Bearer tokens instead of legacy API key headers.
- Clarified that webhook signature verification uses a dedicated
webhook
signing_secret, not an API credential secret. - Marked legacy API key usage as temporary and advised all integrators to switch fully to OAuth immediately.
Common Use Cases Guide
We added a new Common use cases guide that walks through the most popular patterns businesses build with the Blaaiz Platform API.
- Cross-border remittances β collect in one currency, pay out in another.
- Marketplace and platform payouts β disburse to sellers across countries.
- Payroll for distributed teams β pay employees in their local currency.
- Virtual accounts for deposit collection β issue dedicated accounts per customer.
- Crypto on/off-ramps β accept stablecoins and settle to fiat.
- B2B invoice and vendor payments β automate cross-border vendor payments.
Each use case includes a flow diagram, step-by-step integration guide, and links to the relevant API endpoints.
Merchant Redirect URL for Collections
The
Initiate Collection
endpoint now accepts an optional redirect_url parameter.
After payment authorization (e.g. 3DS for card collections or open
banking), the customer is automatically redirected to your specified
URL with transaction_id and status query
parameters appended.
- Only HTTPS URLs are accepted (max 2048 characters).
- If no
redirect_urlis provided, the existing default redirect behavior is used. - Query parameters are appended with the correct separator whether your URL already contains a query string or not.
Swap API Reference and Transaction Response Updates
We added documentation for the new
POST /api/external/swap endpoint so businesses can swap
funds between their own wallets.
We also updated the transaction reference to document the latest response shape returned by the API.
Other updates:
- Added the new
SwapAPI reference section and navigation entry. - Documented
type: SWAPas a supported filter on the transaction list endpoint. - Added
swap_detailsto both the list and show transaction response examples and schemas. - Added swap-specific error examples, including validation and access restriction responses.
Virtual Bank Accounts Guide & Payout Documentation Improvements
We added a new Virtual Bank Accounts guide that explains what Virtual Bank Accounts are, how to create them, and the prerequisites for each supported currency (NGN, GBP, EUR, USD).
We also expanded the Creating your first payout guide with currency-specific prerequisites and common error scenarios for NGN, GBP, USD, EUR, and CAD payouts.
Other updates:
- Updated the Virtual Bank Account creation response message to reflect the new βinitiatedβ status wording.
- Added new Virtual Bank Account validation error examples to the Payout API reference.
- Added request examples for every supported currency and payout method (NGN, GBP, USD ACH, USD Wire, EUR, CAD Interac, and Crypto) to the Payout API reference.
New Blaaiz Platform API Documentation π
Migrated to the new docs platform. It now features: a more intuitive navigation and a better search experience.
- A more intuitive navigation and a better search experience.
- An interactive playground for testing API endpoints.
- Refined API Reference layout and examples.

