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>"
}'
{
"message": "<string>",
"values": {}
}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>"
}'
{
"message": "<string>",
"values": {}
}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>"
}'
Was this page helpful?