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.
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
HELDfor manual review rather than settled automatically. - Payment arrives after the virtual account expires — the transaction is marked
FAILEDand the destination is markedEXPIRED.
Notifications
Once a collection is created and as it progresses, you’ll receive aCOLLECTION webhook notification so you can track its status without polling.
Sample Collection Webhook
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.