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
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.
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>"
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
Was this page helpful?