Public
Documentation Settings

MERCHANT_SERVICE_API

Do you need a merchant service for your business where you do payments or accept payment. CPay payment solution got you covered. Reach out to us and get the best solution that suite your business.

TOKEN

This is for token generation

GETAPIToken

{{merch_base_url}}/yesmobile/Auth.svc/api/token/{{apiKey}}

ACCOUNT OPENING

This is for account creation.

POSTACCOUNT_OPENING

{{merch_base_url}}/merchantvas/Account.svc/api/account
AUTHORIZATIONBearer Token
Token

{{merch_bear_tk}}

Bodyraw (json)
json
{
	"Address":"4, Adenubi CLose Test Account",
	"BVN":"22222222222",
	"BirthDate":"01-09-2000",
	"Email":"test@test.com",
	"FirstName":"Test",
	"Gender":"Male",
	"LastName":"Test",
	"MerchantCode":"01801010820",
	"MiddleName":"Test",
	"MobileNo":"07012345678"
}

BALANCE INQUIRY

Get the balance in the account

GETBALANCE_INCQUIRY

{{merch_base_url}}/merchantvas/Account.svc/api/balanceinquiry/{{NUBAN_ACCOUNT}}
AUTHORIZATIONBearer Token
Token

{{merch_bear_tk}}

Loading