Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Voucher Route

The VoucherRoute object is a master record of a disbursement. It contains all the information and parameters that are set during the process.

FieldTypeDescription
TIDIntegerThe Transaction ID (TID) of the payment transaction.
ReverseTIDIntegerThe TID of the refund transaction.
UIDxIntegerThe unique internal identifier for this disbursement.
DisbursementIDStringThe unique ID from the /disburse/initiate call.
NameStringThe descriptive name provided for this disbursement batch.
StatusStringThe initial status of the disbursement process.
UsernameStringThe username of the funder.
ExpectedTotalIntegerThe total amount in cents to be disbursed.
FeesTotalIntegerThe total fees in cents for the disbursement.
RollbackTotalIntegerThe total amount in cents that was rolled back.
RollbackFeesTotalIntegerThe total fees in cents that were refunded.
CostPerManualVoucherIntegerThe cost per voucher when generating a list of voucher numbers.
CostPerUserVoucherIntegerThe cost per voucher when issuing vouchers to end-users.
VoucherCountIntegerThe number of vouchers to be created.
ScheduledTimeStringThe time that the funds were released (UTC).
ShouldNotifyBooleanIndicates if the recipients were notified upon confirmation.
IsSingleUseBooleanIndicates if the created vouchers are single-use.
ShowVouchersBooleanIndicates if fees were calculated based on manual voucher cost.
CheckIDCellMatchBooleanIndicates if MSISDN and ID number validation was enforced.
URLStringThe core platform that will handle the transaction of this voucher.
CommunityStringThe community in which the disbursement is being run.
{
"TID": "14966718673",
"ReverseTID": "14969058673",
"UIDx": 637,
"DisbursementID": "7bcddfd9-5b87-4d61-adb7-16f2c0cb32c1",
"Name": "Disbursement Test #1",
"Status": "Reversed",
"Username": "FunderDemo",
"ExpectedTotal": 208006280,
"FeesTotal": 99960,
"RollbackTotal": 208006280,
"RollbackFeesTotal": 99960,
"CostPerManualVoucher": 100,
"CostPerUserVoucher": 10,
"VoucherCount": 9996,
"ScheduledTime": "2025/11/06 13:52",
"ShouldNotify": false,
"IsSingleUse": true,
"ShowVouchers": false,
"CheckIDCellMatch": true,
"URL": "https://dev1celbux.appspot.com/FAPI?cmd=wbin",
"Community": "fundingco"
}