I'm using clover API to create a charge. I followed all steps from document but charge step, it always returns 204 no content although I entered the access token in header or not.
I got the authen code, and then use it to get access token. I use this access token to get PAKMS key to create card token.
the last step, I use card token to create a charge but it always returns 204 status
how can I create a charge ?