This describes the request format for Xpresspay APIs

ComponentDescription
The HTTP method GET. Requests data from a resource.

POST. Submits data to a resource to process.

PUT. Updates a resource.

PATCH. Partially updates a resource.

* DELETE. Deletes a resource.
The URL to the API service Sandbox :https://xpresspayonlineapisandbox.xpresspayments.com
Live :https://api.xpresspayonline.com
The URL to the resourceThe resource to query, submit data to, update, or delete. For example /v1/payments/query
HTTP request headersIncludes the Content-Type header with the value application/json.
A JSON request bodyRequired for most POST, PUT, and PATCH calls.