Validate Bill Transaction

Validate mobile data, airtime, or biller transaction

POST {{BASE_URL}}/partner/vas/verify_vas_pay/

ParameterTypeDescriptionRequired

transaction_ref

string

The vas_ref returned after a transaction has been posted

false

transaction_ext_ref

string

Your unique reference passed during the initiation of the transaction

false

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

N:B - For transaction_status field, only completed and failed should be considered. Any other value should be treated as pending.

Last updated