Request was processed
Shift4 Payment API (1.7.43)
https://api.shift4test.com/api/rest/v1/
https://api.shift4api.net/api/rest/v1/
Request
Used to request information about the merchant.
Note: The GET request does not support a request body. Sending an empty request body may result in an error.
Integration Methods:
- Host Direct
- Locally Installed UTG
- Commerce Engine For On Premise
- Commerce Engine For Cloud
See the Integration Methods and URLs Section sections of the Development Quick Start guide for details regarding each processing option.
Refers to the version of the program or application that is sending requests to Shift4. The following special characters are not allowed: $ % : ^ - ~ < > , ? “ ” ‘ ’ { } [ ] \ + =
Refers to the name of the program or application that is sending requests to Shift4. This should be the name of the program that you purchased or created. The following special characters are not allowed: $ % : ^ - ~ ` < > , ? “ ” ‘ ’ { } [ ] \ + =
Refers to the vendor or partner that designed and certified the interface. The information you use in this field should match what Shift4 has on file or what was agreed upon in your Integration Plan. The following special characters are not allowed: $ % : ^ - ~ ` < > , ? “ ” ‘ ’ { } [ ] \ + =
A security credential used to authenticate API requests and all i4Go® authorizeClient/preauthorizeClient requests. An Access Token is the alias for the merchant account and interface being used. The Access Token is required in all requests except an Access Token Exchange request, which generates an Access Token using an authToken
and clientGuid
.
API Options modify the request being made. Multiple API Options can be sent in a comma separated list with no spaces. See the API Options section for more information.
Value | Description |
---|---|
RETURNPROCESSORS | Returns the processor information and card ranges the merchant is configured for. |
- Host Direct Test URL
https://api.shift4test.com/api/rest/v1/merchants/merchant
- Host Direct Production URL
https://api.shift4api.net/api/rest/v1/merchants/merchant
- Locally Installed UTG URL
https://192.168.1.10:277/api/rest/v1/merchants/merchant
- Commerce Engine For On Premise URL
https://192.168.1.20:8085/api/rest/v1/merchants/merchant
- Commerce Engine For Cloud Test URL
https://api.shift4test.com/api/rest/v1/merchants/merchant
- Commerce Engine For Cloud Production URL
https://api.shift4api.net/api/rest/v1/merchants/merchant
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
{ "result": [ { "dateTime": "2024-05-21T09:18:23.283-07:00", "merchant": { "addressLine1": "456 Fake St", "addressLine2": "Suite 100", "city": "Las Vegas", "dayEndingTime": "010000", "defaultCurrency": "USD", "supportedCurrencies": "USD,EUR,GBP", "industry": "F", "mid": 15877, "name": "Merchant XYZ", "region": "NV", "phone": "702-123-4567", "postalCode": "78402", "serialNumber": "00000044444", "cardTypes": [ … ], "dcc": { … }, "gtv": { … }, "surcharge": { … }, "autoClose": { … } }, "server": { "name": "TM01CE" } } ] }