This describes the request format for Xpresspay APIs
Component | Description |
---|---|
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 resource | The resource to query, submit data to, update, or delete. For example /v1/payments/query |
HTTP request headers | Includes the Content-Type header with the value application/json . |
A JSON request body | Required for most POST , PUT , and PATCH calls. |