Create Order
Create a new order
POST
/v1/order
Create an order with the amount and product code.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <idToken>
Body
Name
Type
Description
Required
amount
number
Amount of the order
Yes
productCode
string
Product Code
Yes
Response
Last updated