Get purchase detail by purchase store identifier

Request

GET https://api.connectif.cloud/purchases/purchase-id/{id}

Path parameters

Parameter name Value Description Additional
id string

Purchase identifier of the store, to get the detail from. This is the identifier sent by the store to Connectif when the purchase was created.

Required

Authorization

This request requires the use of one of following authorization methods: API key .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Success.

Purchase
401 Unauthorized

Not authorized to access API.

403 Forbidden

Permission not granted to the API Key or account has been blocked.

HttpError
404 Not Found

Purchase not found.

HttpError
429 Too Many Requests

Requests rate limit reached.