Skip to main content
Creates a digital value distribution order. Single and bulk orders use the same endpoint — a single order is simply a bulk order with quantity: 1. There is no cart, no temporary state, and no multi-call flow. Orders are processed asynchronously. The response returns status: PENDING — poll GET /v2/orders/{orderId} until status: COMPLETED, then retrieve codes.

Endpoint

POST /v2/orders

Headers

Request Body

Example Request — Single Order

Example Request — Bulk Order

Response — 201 Created

The order is created in PENDING status and processed asynchronously. Poll GET /v2/orders/{orderId} to track progress.

Response — 400 Bad Request

Response — 402 Insufficient Funds

Response — 409 Idempotency Conflict

Error Responses

Orbt API Order Fulfillment 2026 08 13 091917

Create Order Flow

Orbt API Order Fulfillment 2026 08 13 092031