Validate Biller

Validate a customer account with the biller. For example, validate a smartcard number with DSTV

POST {{BASE_URL}}/partner/vas/validate_biller/

ParameterTypeDescriptionRequired

biller_item_id

integer

Get the value from List Biller Subcategories

true

biller_customer_item

string

This could be the smartcard number or your ISP UserID

true

biller_item_amount

number

The intended amount to pay for the service

true

biller_currency

string

Get the value from List Biller Subcategories

true

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

Last updated