question

manu avatar image
manu asked parquet76 answered

Should not send Scheduled on Initial Card holder initiated transaction

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.




Payments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
parquet76 avatar image
parquet76 answered tonyadams edited

Is there a reason why you are passing is scheduled? If not, why are you passing it? It doesn't seem to make sense and it sounds like Clover may have started validating the request.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community