Moneywave
  • Moneywave
  • Introduction
  • Send Money to People
    • Banks and Destinations
    • Single Payout
    • Examples
      • Single USD Payout
      • Single ZAR Payout
      • Single KES Payout
    • Check Payout Status
    • Mass Payout
  • Funding for Payout
    • Balances
    • How to Fund
    • Fund with Cards
    • Fund via USSD
    • Check Funding Status
  • Transaction Reporting
    • Search / List
  • Manage Balances
    • Create Balance
    • Fetch Balance
    • Transfer Balance
  • Notifications
    • Asynchronous Payouts
    • Mass Payouts
    • Funding
    • Reversals
  • Authentication
  • POS
    • Onboarding
    • Dispense Error
Powered by GitBook
On this page
  • Callback for Batch Payout
  • Confirming Success
  1. Notifications

Mass Payouts

Callback for Batch Payout

When batch disbursements are requested, initial response indicates the batch payout has been received and/or queued for processing.

When processing starts, each payout in the batch is executed separately. A callback notification is also triggered for each payout, sending transaction details for the specific payout processed. Each callback is sent to an endpoint on your server or environment. Callback type is HTTP FORM DATA and includes the data below:

  • {responsecode} - Response code indicating state of transaction

  • {responsemessage} - Status message indicating state of transaction

  • {ref} - Your Transaction Reference

  • {uniquereference} - Moneywave Transaction Reference

  • {callbackCode} - Optional code passed for verification

This data is available as an array of form values in the request body of the callback sent.

Confirming Success

To determine a successful transaction based on the data received in the callback, check for the value:

"responsecode" : "00"

PreviousAsynchronous PayoutsNextFunding

Last updated 5 years ago