Creating customer card facing error

i am getting error on customer creating card api endpoint. when i include verification_token array in customer details

error : [errors] => Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => BAD_REQUEST
[detail] => VerificationToken field is not available for your request version.Check out the documentation to update the version.
)

            ) 

which documentation i need to check no link mentioned in error details

I believe this is referring to your API Version, which you is set in your Developer Dashboard, or can be set as a header. You will need to update your version to at least 2019-06-12, according to our changelog.

Yeah there is something versioning problem i just updated sdk version and it’s works

Thanks for reply

1 Like