ghl_payment_order_record_payment
Manually record an offline payment for an order to mark it as Paid, without processing a live charge.
Instructions
Records a manual/offline payment against an order. Does not process a live charge. Record Order Payment The "Record Order Payment" API allows to record a payment for an order. Use this endpoint to record payment for an order and update the order status to "Paid". Endpoint: POST /payments/orders/{orderId}/record-payment (Version header: v3; source: v3/payments-v3.json) OAuth scopes: payments/orders.collectPayment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| orderId | Yes | Order ID |