Verify Payment Status [Fiat]

It’s recommended to make use of the webhook notifications for all incoming payments.This endpoint is suitable for one-off payments. E.g. payments via static bank account number,mobile money & e-wallet

POST {{BASE_URL}}/partner/collection/pay_status_check/

The returned 'pay_status' value can either be on_going, in_progress, source_processing, failed, completed or paid.

If pay_status is completed or paid this means the fiat payment transaction is successful

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

Last updated