Single Fund Transfer

The single Fund Transfer service allows you to programmatically transfer money from your main or collection poggah account to another bank account.

POST {{BASE_URL}} /v1/payout/disburse

Parameters

Parameter
Type
Description
Required

ReceiverAmount

decimal

Amount to be disbursed

True

ReceiverBankCode

string

Bank code

True

ReceiverAccountName

string

The name of the reciever account

True

ReceiverAccountNumber

string

The account number of the receiver

True

DisburseNote

string

The transfer note

True

Request

Last updated