I made a test payment option so that I can learn how the api system works, I sent a post request and it returned an invalid ID response.
Here is the URL
I made a test payment option so that I can learn how the api system works, I sent a post request and it returned an invalid ID response.
Here is the URL
Please check that you are posting the fields in the HTTP request body and not part of the URL while sending the POST request to initiate transaction.
It looks like this worked
I should of tried this earlier, thank you very much for the response