PHP-SDK
PHP-SDK copied to clipboard
cc_number invalid parameter
All my API calls in staging stopped working all the sudden. cc_number is the correct paramenter. I also did a quick test in production and it's doing the same thing.
{ "client_id": "48134", "cc_number": "REDACTED", "user_name": "aV3bCiUDvE7at1tclNLYv0BKWLpLhxm3EExx39YmCgQ=", "expiration_month": "REDACTED", "expiration_year": "REDACTED", "cvv": "REDACTED", "email": "4ybBhrbnNBYQCwNx8WUZ7zt6/cDfr+Wc8YasJqL49BI=", "address": { "country": "US", "postal_code": "90210" }, "original_ip": "65.188.237.22", "original_device": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6;\n en-US) AppleWebKit/534.13 (KHTML, like Gecko)\n Chrome/9.0.597.102 Safari/534.13" } Response Argument { "error": "invalid_request", "error_description": "Invalid parameter cc_number", "error_code": 1003 }