blinkit_prepare_order
Prepare an order for payment on Blinkit. Returns a payment token, order ID, and payable amount. Prevents duplicate payment sessions.
Instructions
Mint a payment session for a server-synced cart (createOrder + zomato_payment_hash). Returns PAS token, orderId, payable amount. Fails if the order already has a pending payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | the server cart id (from the web cart / checkout) |