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.