Create a new instant order
POST/account/order/instant_payment/:clientId/
Create a new instant order
Request
Path Parameters
clientId stringrequired
The ID of the client you want to add new order
- application/json
 
Body
Data to send
externalId string
externalId
nominalAmount number
nominalAmount
comment string
comment
paymentId number
paymentId
Responses
- 200
 - 204
 - 400
 - 401
 - 403
 - 500
 
Order SCT created
- application/json
 
- Schema
 - Example (from schema)
 
Schema
entity string
id string
{
  "entity": "OrderPayment",
  "id": "17662"
}
No data found with this clientId
Bad Request
You need to put a Token in 'Authorize' section
Access to the resource is forbidden for this user
Internal Server Error
Loading...