The
status object is a venue map. Its keys are venue_id strings and the
values indicate enablement at that venue: 1 = enabled, 0 = disabled.
For example, status["1"] = 1 means this payment method is enabled for
venue 1.- Create Receipt: map each tender to
payment_methods[]
Payment Method Object
| Field | Type | Description |
|---|---|---|
id | integer | The unique identifier for the payment method. |
name | string | The name of the payment method (e.g., “Cash”, “Card”). |
customer_required | integer | Whether a customer must be attached to the transaction (1 for yes, 0 for no). |
is_system | integer | Indicates if it’s a system-default payment method. |
balance_id | integer | null | The ID of the associated balance account. |
balance | object | null | An object containing details of the associated balance account. |
service | object | null | Details of any external service integrated with this payment method. |
split | integer | Indicates if this payment method can be used for split payments. |
status | object | Map of venue_id -> 0/1 availability for this method. |
Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier