Skip to content

Commit

Permalink
Updated payments for square v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvistry committed Dec 11, 2024
1 parent e7c4ef5 commit 7ca368d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions archive/_integration-schemas/square/v2/payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,23 @@ singer-schema: "https://github.com/singer-io/tap-square/blob/master/tap_square/s
description: |
The `{{ table.name }}` table contains information about all payments taken in {{ integration.display_name }}.
replication-method: "Full Table"
replication-method: "Key-based Incremental"

api-method:
name: "List payments (V2)"
doc-link: "https://developer.squareup.com/reference/square/payments-api/list-payments"

attributes:
- name: "updated_at"
type: "date-time"
replication-key: true
description: ""

- name: "created_at"
type: "date-time"
second-replication-key: true
description: ""

- name: "amount_money"
type: "object"
description: ""
Expand All @@ -28,7 +38,6 @@ attributes:
type: "string"
description: ""


- name: "app_fee_money"
type: "object"
description: ""
Expand Down

0 comments on commit 7ca368d

Please sign in to comment.