- Accept quote and create order
Prepare order (create quote)
List company orders
Get order by id
Accept quote and create o...
Converts quote into order and reserves funds (frozenBalance).
Idempotency:
- Optional header
Idempotency-Key. - Repeated request with same key for same company returns stored response.
Безопасность
apiKeyAuth
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/orders/accept/{id}
- Productionhttps://b2b.lumowallet.io/orders/accept/{id}
- Staginghttps://b2b-staging.lumowallet.io/orders/accept/{id}
curl -i -X POST \
'https://b2b-app.lumowallet.io/_mock/apis/orders/accept/{id}' \
-H 'Idempotency-Key: string' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Order accepted
Enum:"created""in_progress""success""failed""expired_no_taker""expired_by_system""disputed"
Detected from the qrCode field:
nspk— QR СБП/NSPK (including multiqr / platiqr);st00012— utility / budget payment (ЖКХ);gibdd_uin— ГИБДД fine by UIN.
Enum:"nspk""st00012""gibdd_uin"
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "amountUsdt": 0, "amountRub": 0, "status": "created", "paymentType": "nspk", "paymentUntil": "2019-08-24T14:15:22Z", "merchantName": "string", "externalOrderId": "string", "completedAt": "2019-08-24T14:15:22Z", "failureReason": "string", "createdAt": "2019-08-24T14:15:22Z" }