{
"bin": "411111"
}sales_type to filter by transaction type:{
"bin": "411111",
"sales_type": "INITIALS"
}"INITIALS": Route for Initial/Straight Sales and specific Rebills (cycle 0 or 2)"REBILLS": Route for standard Rebills (cycle 1 or 2){
"bin": "411111",
"customer_id": "customer_12345",
"product_id": "product_789",
"email": "customer@example.com",
"sales_type": "INITIALS"
}curl --location --request POST 'https://api.beastinsights.com/api/bin-routing/route' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bin": "411111"
}'{
"success": true,
"gateway_id": "1234",
"group_id": 1,
"group_name": "Visa Main Group",
"is_fallback": false,
"timestamp": "2025-11-03T10:30:00.000Z",
"session_info": {
"selection_method": "ROUND_ROBIN",
"rule_name": "Visa Main Group",
"current_index": 2,
"total_calls": 15,
"total_mids": 5,
"next_gateway_id": "1234"
}
}