question

dennish avatar image
dennish asked bn7 published

SERV NOT ALLOWED: Card type cannot be processed on your merchant processing account.

Getting in sandbox following response when trying to charge Visa or MC test card:

402 Payment Required: "{"message":"402 Payment Required","error":{"code":"card_declined","message":"SERV NOT ALLOWED: Card type cannot be processed on your merchant processing account. Ask for another form of payment. Contact support if you believe this to be incorrect.","charge":"N6AJZY88VK4WR","declineCode":"issuer_declined"}}"

ecommerce
2 comments
10 |2000

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

bn7 avatar image bn7 commented ·

I am facing same error with any test card.

{
    "error": {
        "charge": "CVM2GMWH4HM9E",
        "code": "card_declined",
        "declineCode": "issuer_declined",
        "message": "SERV NOT ALLOWED: Card type cannot be processed on your merchant processing account. Ask for another form of payment. Contact support if you believe this to be incorrect."
    },
    "message": "402 Payment Required"
}

The payload is:

create charge payload
{
        "amount" : 10000.00,
        "currency": "cad",
        "receipt_email": "____<removed>_____",
        "description": "Message from ____<removed>____",
        "source": "clv_1TSTSgJnhQ9d88Sm2sE24viH"
}
0 Likes 0 ·
bn7 avatar image bn7 commented ·

I am facing a same issue.

Create Token Output

{
  "id": "clv_1TSTS__<removed>__XfH3FB",
  "object": "token",
  "card": {
    "exp_month": "01",
    "exp_year": "2025",
    "first6": "424242",
    "last4": "4242",
    "brand": "VISA"
  }
}

Charge Payload

{
        "amount" : 10000.00,
        "currency": "cad",
        "receipt_email": "admin@example.com",
        "description": "Message from Term 1",
        "source": "clv_1TSTS__<removed>__XfH3FB"
}

Response

{
    "error": {
        "charge": "6NZ07JSJ3EG64",
        "code": "card_declined",
        "declineCode": "issuer_declined",
        "message": "SERV NOT ALLOWED: Card type cannot be processed on your merchant processing account. Ask for another form of payment. Contact support if you believe this to be incorrect."
    },
    "message": "402 Payment Required"
}
0 Likes 0 ·

0 Answers

·

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