Hi,
All of a sudden today, we are started getting the following error message when we create a charge using a multiPay token for a first time.
Request
{
"amount": 1260,
"currency": "USD",
"source": "clv_1TSTSmd6XHapBcJLuUD9LGB8",
"external_reference_id": "900001171",
"capture": true,
"stored_credentials": {
"sequence": "FIRST",
"initiator": "CARDHOLDER",
"is_scheduled": true
}
}
Response:
{ "message": "400 Bad Request", "error": { "type": "invalid_request_error", "code": "invalid_request", "message": "Should not send Scheduled on Initial Card holder initiated transaction" } }
It was working with no issues since last year but today all of a sudden we started getting the error when "is_scheduled": true is set.
Can anyone explain the reason of the failure and a fix for it?
IT IS AFFECTING ALL OUR PRODUCTION CLIENTS.