cigchat_subscriber_cart_paid
Mark a subscriber's shopping cart as paid and send a confirmation message to the contact. Completes the checkout process and notifies the subscriber in real time.
Instructions
Checkout subscriber shopping cart and mark as paid [POST /subscriber/cart-paid] Delivers a real message to a person. Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Contact name | |
| note | No | ||
| No | Contact email | ||
| phone | No | Contact phone | |
| state | No | Shipping state | |
| suburb | No | Shipping suburb | |
| address | No | Shipping address | |
| country | No | Shipping country | |
| user_ns | Yes | ||
| postcode | No | Shipping postcode | |
| tracking_no | No | ||
| reference_no | No | ||
| payment_method | No | Example: cash,card... | |
| shipping_method | No | Example: pickup,delivery |