curl -X GET https://api.swervpay.co/api/v1/bills/validate \ -H "Authorization: Bearer <TOKEN>" \ -H "Content-Type: application/json" -d '{ "biller_id": "<BILLER_ID>", "customer_id": "<CUSTOMER_ID>", "category": "<CATEGORY>" }'
This response does not have an example.
Validate bill with customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?