Adding Payment Info
The payment object specifies the method of payment to charge the refund policy cost. Currently, the default payment type is "Invoice." This means that you are responsible for collecting payments from the customer, and Teak will bill you at an agreed-upon cadence.
Example:
{
"payment": {
"type": "invoice"
}
}Details:
| Field | Type | Max Length | Description |
|---|---|---|---|
payment.type | string | - | Defines the payment type the order is associated with. For the invoice payment type, defining the type as invoiceis sufficient. |
Todo
- Add payment object to order request body
Updated 8 months ago
