Verify Fiat Payout

This endpoint can be used to verify fiat payout

POST {{BASE_URL}}/partner/payout/fiat_status_check/

The returned payout_status value can either be on_going, in_progress, source_processing, failed, or completed. If the status is completed then the payout is successful.

N: B - The final confirmation for payout via bank can be checked after 17 minutes from the time posted.

ParameterTypeDescriptionRequired

payout_ref

string

Unique reference generated by bani

false

transfer_ext_ref

string

Unique reference generated by the merchant

false

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
      'Content-Type': 'application/json',
      'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd'
 }

Last updated