Create Merchant Virtual Account
POST
https://sandbox.temboplus.com/account
This endpoint allows merchants to create a new virtual account for payment collection. When creating a virtual account, you need to provide your company name and a unique reference that will help you track and reconcile transactions. Each virtual account created will have a unique account number that can be shared with your customers for making payments.
Headers
Content-Type
string
Must be set to application/json for all requests
Authorization*
string
Authentication token in the format: Bearer <token>
x-request-id*
string
A UUID that uniquely identifies each request
Request Body
companyName*
string
The name of the company opening the merchant virtual account. Cannot be empty.
reference*
string
A unique reference provided by the requester to track the account. Cannot be empty.
Response Fields
id
string
Unique identifier for the merchant virtual account (UUID).
accountName
string
The name of the merchant virtual account.
accountNo
string
The number assigned to the merchant virtual account.
reference
string
The unique reference provided in the request.