Verify Crypto Payout

This endpoint can be used to verify crypto payout

POST {{BASE_URL}}/partner/payout/crypto_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.

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