Billing APIs - recurring_application_charges is not responding

Hi Team,

We are integrating the billing_recurring charges API and it was working perfectly till 24th Sept,2019 but then it is started responding the below given response.

{
“recurring_application_charge”:
{
“name”: “eRetail Startup”,
“price”: 15.0,
“return_url”: “https://retetetett.vineretailexpress.com”,
“capped_amount”: 100,
“terms”: “100 Postcards for high order value customers”,
“test”: true
}
}

Response:

Continue

Kindly help.

Registered Partner account id ; partners@vinculumgroup.com

Hey @aakashjain .

HTML responses, especially identity-related ones as implied by the body, are typically returned when your request contains cookies. Are you able to replicate this using an HTTP client like cUrl? If this is a request being made with your app code, I would recommend you start investigating what might lead to cookies being sent with requests in your framework or library of choice.

Cheers.