Requirements
The transaction request takes the form of a HTTP POST
or GET
request containing JSON message with a transaction details. The request must:
- use
HTTP Basic authentication
with your Partner Secret Key, - have the headers
Content-Type: application/json
andAccept: application/json
if it is a POST request.