Object Index
You are viewing an old version of the API
PaymentSurcharge
V1
Connect V1 APIs and webhooks
Use the Square API for all new development. See
When to use Connect V1
to learn more about working with V1 endpoints.
Object Index
Use the Square API for all new development. See When to use Connect V1 to learn more about working with V1 endpoints.
V1PaymentSurcharge
Properties
Name | Description |
---|---|
name
|
The name of the surcharge. |
applied_
|
The amount of money applied to the order as a result of the surcharge. |
rate
|
The amount of the surcharge as a percentage. The percentage is provided as a string representing the decimal equivalent of the percentage. For example, "0.7" corresponds to a 7% surcharge. Exactly one of rate or amount_money should be set. |
amount_
|
The amount of the surcharge as a Money object. Exactly one of rate or amount_money should be set. |
type
|
Indicates the source of the surcharge. For example, if it was applied as an automatic gratuity for a large group. |
taxable
|
Indicates whether the surcharge is taxable. |
taxes
|
The list of taxes that should be applied to the surcharge. |
surcharge_
|
A Square-issued unique identifier associated with the surcharge. |