Nimbu Developer Docs
ReferenceOrders

Record a manual payment for an order

POST
/orders/{order_id}/payment

Records a manual payment against the order. Requires a master token and an admin user. The order must be completed or paying.

Authorization

AuthorizationBearer <token>

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

In: header

X-Nimbu-Site<token>

Identifier of the site context when authenticating with a personal access token.

In: header

Path Parameters

order_id*string

Order identifier

Response Body

application/json

curl -X POST "https://example.com/orders/string/payment"
{
  "status": "string",
  "state": "string",
  "paid": true
}
Empty