Bad Request
Im trying to access the /requesttopay section but I'm having difficulties in identifying the values for Authorization header and X-Target-Environment Im actually using your api sandbox environment. Any help??
Attachments
Comments
-
Looking at your request, I can see two mistakes - for the sandbox environment, test currency is EUR - X-Reference-Id must be a UUID version 4. You can use this site https://www.uuidgenerator.net to generate one. Hope that helpsPosted by Hidden Mon, 03 Feb 2020 22:58:01 GMT
-
another thing too. You need a token from the /token endpoint. to do this you will have to send a post request with basic auth-header to the token endpoint. The value should be "Basic Base64Encoded ("ApiUser":"ApiKey")" It is easier when using postmanPosted by Hidden Thu, 20 Feb 2020 08:21:24 GMT
You're not signed in. Please sign-in to report an issue or post a comment.