Get status of a payment
GET https://qover-sandbox.apigee.net/{country}/home/landlord/drafts/{draftId}/payment/status
Parameter name | Value | Description | Additional |
---|---|---|---|
country | string | The country ISO code case insensitive Country code in ISO 3166-1 alpha-2 The currently countries for which a line of business is available are:
|
Required |
draftId | string | The Draft unique Id |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
Qover-Api-Version | string | The version of the api. Currently only '1.0' is available. |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource | ||||||
---|---|---|---|---|---|---|---|---|
200 | OK Ok: Operation Successful Headers returned
|
PaymentStatus | ||||||
401 | Unauthorized Unauthorized: The authentication failed or is missing |
|||||||
402 | Payment Required Payment required |
Payment Required Error | ||||||
403 | Forbidden Forbidden: You do not have the right to perform this operation |
|||||||
404 | Not Found Not Found: The requested ressource cannot be found |
|||||||
500 | Internal Server Error Internal Server error: The request could not processed due to a server error |
General Error |