Hello, It looks like starting from yesterday we are getting an error when calling AdaptivePaymentsService->pay(...) (with a pay key obtained from Preapproval Api) Any idea what this means? This is happening when we try to charge different customers so I don't think it is linked to customer accounts. Thank you, Liviu ....
[warningDataList] =>
[error] => Array
(
[0] => ErrorData Object
(
[errorId] => 580022
[domain] => PLATFORM
[subdomain] => Application
[severity] => Error
[category] => Application
[message] => Unsupported country code NL
[exceptionId] =>
[parameter] => Array
(
[0] => ErrorParameter Object
(
[name] =>
[value] => countryCode
)
[1] => ErrorParameter Object
(
[name] =>
[value] => NL
)
)
)
)
... View more