Documentation Index
Fetch the complete documentation index at: https://docs.starkfi.io/llms.txt
Use this file to discover all available pages before exploring further.
Your StarkNode API key. You can find it in your dashboard.
When present, must pass enabled-fiat validation.
Same shape as create order; at least one true when the object is sent.
Partial items merged by index with existing order_items.
Merged by index with existing split config.
subscription_payment_config
Shallow-merged with the stored subscription object.
curl --request PATCH \
--url https://api.starknode.io/order/clxxxxxxxxxxxxxxxxxxxxxxxx \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api_key>' \
--data '{"amount_from": "150.00"}'
{
"statusCode": 200,
"success": true,
"status": "order_updated",
"message": "Order updated successfully.",
"data": {
"id": "clxxxxxxxxxxxxxxxxxxxxxxxx",
"amount_from": "150.00"
}
}
Response
Full updated payment_orders row.