post https://api.vcita.biz/business/payments/v1/product_orders
Creates a Product Order
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Creates a Product Order
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://api.vcita.biz/business/payments/v1/product_orders \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
28}
{
"data": {
"product_order": {
"client_id": "hfv2m7ewxupw7pvt",
"cost": null,
"created_at": "2025-04-15T15:35:11.770+03:00",
"currency": "USD",
"description": "Best hair shampoo",
"id": "yl8qsynka3e5g68b",
"matter_uid": "pqa76fbhcid90tm1",
"name": "Shampoo",
"payment_request_id": "c9pkn8zc4carqsgu",
"payment_request_state": "pending",
"price": "5.0",
"product_id": "2ef8pvdcawzvlu0h",
"staff_id": "4fd47c21c63d4f6b",
"taxes": [
{
"name": "VAT",
"rate": 10,
"tax_total": 0.5
}
],
"total_price": "5.5"
}