Payment Bill
Use Case
Regular (Transaction Bills)
Request Body
Name
Type
Description
{
"success": true,
"data": {
"outstanding": 0,
"amountPaid": 0,
"split": false,
"transactionCharge": 0,
"type": "regular",
"expiry": false,
"queuedForRetry": false,
"status": "pending",
"message": [],
"settled": false,
"retries": 0,
"virtual": false,
"_id": "xxx",
"deleted": false,
"merchantId": "xxx",
"email": "user@gamil.com",
"amount": 1000,
"bearer": "xxx",
"principalAccount": "xxx",
"callback": {},
"paymentRef": "xxx",
"qrCode": "xxx.png",
"originalBillAmount": 1000,
"createdAt": "2021-11-04T12:16:25.477Z",
"updatedAt": "2021-11-04T12:16:25.477Z",
"__v": 0
}
}Dynamic (Non-Transactional Bills)
Request Body
Name
Type
Description
Payment Bill Properties
Properties
Description
Type
Required
Re-query Payment
Update Payment Bills
Example
Last updated
Was this helpful?