Overview

Payments received into your account are referred to as collections. Our collection service consists of products and features that enable you to easily receive these funds.

Maplerad's collections feature allows businesses to securely collect payments from their end users. A business may open a virtual account for their end users and provide them with a bank account number that can be used for incoming bank transfers. We currently only have provision for NGN accounts.

API Reference

You can view the API reference for full details of the Collections API.

Webhook Sample

{
   "event":"collection.successful",
   "id":"3f0b15e8-af5f-455f-986e-a538ef44ca48",
   "reference":null,
   "status":"SUCCESS",
   "created_at":"2022-07-02 01:24:08.815361 -0500 CDT",
   "updated_at":"2022-07-02 01:24:08.815361 -0500 CDT"
}
{
   "event":"collection.failed",
   "id":"3f0b15e8-af5f-455f-986e-a538ef44ca48",
   "reference":null,
   "status":"FAILED",
   "created_at":"2022-07-02 01:24:08.815361 -0500 CDT",
   "updated_at":"2022-07-02 01:24:08.815361 -0500 CDT"
}

πŸ“˜

Note

Always ensure you verify the status of all collections before giving value using the Verify Transaction API