The payment methods that customers can use to pay an invoice on the Square-hosted invoice page.
InvoiceAcceptedPaymentMethods
Name | Type | Tags | Description |
---|---|---|---|
card |
boolean | undefined |
Optional | Indicates whether credit card or debit card payments are accepted. The default value is false . |
squareGiftCard |
boolean | undefined |
Optional | Indicates whether Square gift card payments are accepted. The default value is false . |
bankAccount |
boolean | undefined |
Optional | Indicates whether bank transfer payments are accepted. The default value is false .This option is allowed only for invoices that have a single payment request of type BALANCE . |
{
"card": null,
"square_gift_card": null,
"bank_account": null
}