Get Invoice creation ways
Lists all ways on invoice creation
POST
https://app.thedex.cloud/api/v1/info/invoice/creation/ways
Headers
Name
Type
Description
X-EX-APIKEY*
String
Your API key
X-EX-PAYLOAD*
String
Body to base64
X-EX-SIGNATURE*
String
Encrypted body with the secret key
Request Body
Name
Type
Description
nonce*
String
request*
String
Example:
Request curl:
Response JSON attributes:
"name"
String
Name of invoice creation way
"value"
Integer
Index of creation way
Last updated