question

hugowizard avatar image
hugowizard asked spaces0 sent

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

Hi,

I'm getting this error when trying to create a charge using TEST Visa or Amex card.

I'm using the iframe integration to get the token.

https://scl-sandbox.dev.clover.com/v1/charges
$post = [
"ecomind" => "ecom",
"amount" => "100",
"source" => {token},
"currency" => "cad",
"capture" => true
];

$headers = [

'Accept: application/json',
'Authorization: Bearer {apikey}',
'Content-Type: application/json'
];

Response 402 : 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.

Sandbox
10 |2000

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

rochez avatar image
rochez answered rochez published

same is happening to me, let me know

10 |2000

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

rangdad avatar image
rangdad answered

I have similiar error today. Using token to payment order or charge, make card token... any about token...

like this error

data: {

message: '500 Internal Server Error',

error: {

type: 'api_error',

code: 'processing_error',

message: 'An error occurred while processing the token request.'

}

},


Should I just wait? I have no idea....

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