Verify Payment Status [Crypto]

It’s recommended to make use of the webhook notifications for all incoming payments. However, this endpoint is suitable for one-off payments. E.g. payments via Pay via DLT endpoint

GET {{BASE_URL}}/partner/collection/coin_payment_status/{payment_ref}/

The returned 'transaction_status' value can either be pending, in_progress or completed. If transaction_status is completed this means the crypto payment transaction is successful

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

Last updated