I need to implement this “command” to populate a payment terminal with text and images. Unfortunately, I have zero experience in this area, and I was only told that I can do it with Postman, but I have no further support. Can anyone help me here?
You can paste that full command directly into the URL bar, that will create a new request for you with the elements mentioned in the command, populated within it.
From here you can add the specific details needed for your actual request.
Everything has worked so far. But now I still have a problem. I still need to integrate the token here:
To convert the token into an API key, send a POST with the token to our cps service, e.g. (Generate API Key)
This returns the API key, which you can insert into the header.
Now how do I put it all together so that it works properly?
I have no idea what that API is but going off the link you shared, I’m guessing the CPS_API_KEY value gets returned in this call
curl -X POST 'https://cps.mypayter.com/apikey/<token>'
You might need to get the token value from a portal that you’re logged into or something like that. I honestly don’t know, I’ve never seen or used this before.
This request on it’s own returns this response so it’s hitting a server: