This method is used to get a checkout resource. The response body of a successful call will contain the JSON-representation of a checkout-resource.
Request | Response | ||
---|---|---|---|
Header
|
|
|
|
Body
|
Checkout-resource |
The test URI is https://test-api.payson.se/2.0/Checkouts/{id}
Code | Status | Info |
---|---|---|
200 | Ok | The call was successful. The requested resource will be returned in the response body. |
401 | Unauthorized | The authorization failed. Check the authorization field in the header. |
404 | Not found | The requested checkout resource was not found. |
GET https://api.payson.se/2.0/Checkouts/264d3bfd-f7a1-4122-8556-a56700f71eaa HTTP/1.1 Host: api.payson.se Accept: application/json Authorization: Basic MTIzNDpkYzE1NzE4Mi1lMjVhLTQwMDgtYmQwOS05MDNkZjM0MjhkYjQ= |
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: 1435 |