Generate Order
Use this endpoint to generate orders
Create order
POST
https://v2-listener.citypay.io/api/generateOrder
Request Body
Name | Type | Description |
---|---|---|
customer_id | number | Your user ID |
access_token | string | The access token for authorization |
order_id | string | Order Id in your system |
order_token | string | Random string |
amount | integer | The order amount |
Last updated