square_payments
List Square payments with date filters and pagination, or create a new payment by specifying source ID and amount in specified currency.
Instructions
List or create Square payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | Square access token | |
| action | No | list or create (default: list) | |
| begin_time | No | RFC 3339 timestamp | |
| end_time | No | ||
| cursor | No | ||
| limit | No | ||
| source_id | No | Required for action='create' | |
| amount_money | No | {amount: number, currency: string} | |
| idempotency_key | No | ||
| customer_id | No | ||
| note | No |