Payout Status
How to confirm the status of your payout
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
The below is a successful payout response
{
withdrawal_reference: 'P17005609380KKXXYYsS',
amount: 130,
currency: 'GHS',
status: 'COMPLETED',
channel: 'MOMO',
type: 'CREDIT',
customer: { accountName: 'Enoch Peprah', accountNumber: '0542314924' },
network: 'MTN',
created_at: '2023-11-21T10:03:00.568Z',
updated_at: '2023-11-21T10:03:00.568Z'
}
for failed payouts
{
withdrawal_reference: 'P17004196996oRbpiHxy',
amount: undefined,
currency: undefined,
status: undefined,
channel: undefined,
type: undefined,
customer: undefined,
network: undefined,
created_at: undefined,
updated_at: undefined
}Last updated