Invoice Creation
In order to create an invoice, you need to send a POST request.
POST
https://api.cryptocloud.plus/v1/invoice/create
Headers
Name
Type
Description
Authorization*
string
Token <API KEY>
Request Body
Name
Type
Description
shop_id*
string
Unique store ID from your personal account
amount*
decimal
Payment amount in USD
currency
string
Available currencies for conversion: USD, RUB, EUR, GBP, UAH
order_id
string
Your internal order identifier
string
User email
Примеры запросов
These examples show how to submit an invoice creation request using Python and JavaScript. Note that you need to provide your API key in the Authorization
header to authorize the request successfully.
Last updated