Invoice Status Check
To get information about all payments on an account, send a GET request to the following URL:
GET
https://api.cryptocloud.plus/v1/invoice/info
Request Body
Name | Type | Description |
---|---|---|
uuid* | string | Unique invoice identifier |
Request examples
These examples show how you can execute a request to check the status of an invoice using Python and JavaScript. Note that you need to provide your API key in the Authorization
header to authorize the request successfully.
Last updated