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
Parameter
Type
Description
Required
payment_ref
string
Reference can either be 'coin_deposit_ref'
generated by the merchant during the collection process or 'payment_ref'
generated by bani and returned after initializing the payment
true
Last updated