Skip to main content
Business Collections lets a Business account collect payments directly from its own end customers, rather than from itself. For each collection, Obiex issues a one-time virtual bank account tied to a specific customer and amount. When the customer pays into that account, Obiex automatically checks that the payer’s name matches the customer you registered, then settles the funds to your USDT wallet.
Business Collections is currently access-gated and not enabled by default. To get access, reach out to our marketing team via [email protected] to explain your use case (e.g. what you’re collecting, expected volume, and your customer base) so it can be enabled on your business account.
Business Collections is a separate feature from Collections (deposit addresses). Deposit addresses are for receiving crypto into your own wallet; Business Collections is for collecting fiat payments from your customers on your behalf, with identity verification built in.
Only NGNX (Nigerian Naira) fiat collections are supported at this time.

Key Features

Customer Identification

Every collection is tied to a customer identified by their BVN and NIN (both 11-digit numbers). The first time you initiate a collection for a given BVN/NIN pair, Obiex creates a customer record for your business. Subsequent collections for the same BVN and NIN reuse that same customer record instead of creating a duplicate.
If a BVN or NIN partially matches an existing customer (for example, the BVN matches but the NIN doesn’t), the request is rejected rather than silently reused. Double-check the values before retrying.

Initiate a Collection

Use the Initiate Collection endpoint to start a collection. You provide the customer’s details, the currency, and the amount. Obiex responds with a one-time virtual bank account (bank name, account name, and account number) that expires in 30 minutes. Share these account details with your customer so they can pay directly into that account before it expires.

Automatic Name Matching and Settlement

When a payment arrives at the virtual account, Obiex compares the payer’s bank account name against the customer’s name on the collection:
  • Name matches — the payment is converted to USDT at the current rate and credited to your business wallet. The transaction is marked COMPLETED.
  • Name doesn’t match — the funds are not lost, but the transaction is marked HELD for manual review rather than settled automatically.
  • Payment arrives after the virtual account expires — the transaction is marked FAILED and the destination is marked EXPIRED.

Notifications

Once a collection is created and as it progresses, you’ll receive a COLLECTION webhook notification so you can track its status without polling.

Sample Collection Webhook

Only process collections with a COMPLETED status as settled. A HELD status means the payment arrived but the payer’s name didn’t match — review it manually before treating it as paid.

Collection Statuses

Transaction status (CollectionTransactionStatus): Destination status (CollectionDestinationStatus):

Requirements

Business Collections is only available to accounts with a Business account type. Requests from personal accounts will be rejected.
Access to this feature is granted on request. See the note at the top of this page for how to get access.

Key Endpoints