Skip to main content
POST
cURL

Authorizations

x-api-key
string
header
required

Body

application/json

Collection creation parameters

maximumAmount
string
required

The maximum amount for the collection in kobo (Nigerian minor currency unit)

Example:

"600"

debitType
enum<string>
required

Type of debit initiation

Available options:
MONA,
MERCHANT
Example:

"MERCHANT"

startDate
string<date-time>
required

Start date for the collection

Example:

"2025-05-22T05:43:00"

expiryDate
string<date-time>
required

Expiry date for the collection

Example:

"2025-06-19T08:42:00"

schedule
object
required

Schedule configuration for the collection

reference
string

Optional reference for the collection

Example:

"Testing Mona Scheduled Collection--Succeed"

agentId
string

ObjectId of the user associated with your company that is the agent processing the collection

Example:

"507f1f77bcf86cd799439011"

Response

Collection created response

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required