{
  "info": {
    "name": "TapTree API Documentation",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Payments",
      "item": [
        {
          "name": "Create a payment",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://api.taptree.org/v1/payments",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payments"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": {\n    \"value\": \"15.20\",\n    \"currency\": \"eur\"\n  },\n  \"description\": \"order #12021\",\n  \"return_url\": \"https://example.com/return\",\n  \"webhook_url\": \"https://example.com/webhook/endpoint\",\n  \"locale\": \"de_DE\",\n  \"payment_methods\": [\n    \"card\",\n    \"paypal\",\n    \"sofort\",\n    \"ideal\"\n  ],\n  \"capture_method\": \"automatic\",\n  \"test_mode\": true,\n  \"metadata\": {\n    \"test\": \"data\"\n  },\n  \"billing\": {\n    \"name\": \"Gisela Gundella\",\n    \"address\": {\n      \"street_and_number\": \"Waldweg 1\",\n      \"additional_address_information\": \"Wohnung 1\",\n      \"postal_code\": \"66123\",\n      \"city\": \"Saarbrücken\",\n      \"country\": \"DE\"\n    }\n  },\n  \"shipping\": {\n    \"name\": \"Gisela Gundella\",\n    \"email\": \"gisela@gundella-home.de\",\n    \"phone\": \"+49176111111111\",\n    \"address\": {\n      \"street_and_number\": \"Waldweg 1\",\n      \"additional_address_information\": \"Wohnung 1\",\n      \"postal_code\": \"66123\",\n      \"city\": \"Saarbrücken\",\n      \"country\": \"DE\"\n    },\n    \"carrier\": {\n      \"name\": \"UPS\",\n      \"tracking_numbers\": [\n        \"AOF1273kdk3812\"\n      ],\n      \"tracking_urls\": [\n        \"https://tracking.ups.com/AOF1273kdk3812\"\n      ]\n    }\n  },\n  \"customer\": {\n    \"id\": \"cus_349daeF91f\",\n    \"shopper_id\": \"shop_11dk311df\",\n    \"email\": \"gisela@gundella-home.de\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Example response",
              "body": "{\n  \"object\": \"payment\",\n  \"id\": \"pay_AzoSgo2h7mB\",\n  \"org_id\": \"org_5A8hsNqGGyW\",\n  \"acceptor_id\": \"acceptor_Aa54Z3THuFj\",\n  \"status\": \"open\",\n  \"created_at\": \"2023-12-11T00:40:56.685Z\",\n  \"expires_at\": \"2023-12-11T01:00:56.685Z\",\n  \"mode\": \"test\",\n  \"description\": \"order #2\",\n  \"amount\": {\n    \"value\": \"15.00\",\n    \"currency\": \"eur\"\n  },\n  \"sequence_type\": \"one_off\",\n  \"capture_method\": \"automatic\",\n  \"return_url\": \"https://example.com/return\",\n  \"webhook_url\": \"https://example.com/webhook/endpoint\",\n  \"available_payment_methods\": {\n    \"card\": {\n      \"impact\" : {\n        \"unit\": \"g CO2\",\n        \"value\": \"1081\"\n      }\n    }\n  },\n  \"billing\": {\n    \"name\": \"John Doe\",\n    \"address\": {\n      \"street_and_number\": \"123 Main St\",\n      \"postal_code\": \"12345\",\n      \"city\": \"Cityville\",\n      \"country\": \"Countryland\"\n    }\n  },\n  \"customer\": {\n    \"shopper_id\": \"12345\",\n    \"email\": \"hey@yoursite.com\"\n  },\n  \"links\": {\n    \"api\": {\n      \"href\": \"https://api.taptree.org/v1/payments/pay_AzoSgo2h7mB\",\n      \"type\": \"application/json\"\n    },\n    \"checkout\": {\n      \"href\": \"https://checkout.taptree.org/pay_AzoSgo2h7mB\",\n      \"type\": \"text/html\"\n    },\n    \"dashboard\": {\n      \"href\": \"https://my.taptree.org/org_5A8hsNqGGyW/payments/pay_AzoSgo2h7mB\",\n      \"type\": \"text/html\"\n    }\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a payment",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/payments/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payments/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": [
            {
              "name": "Example response",
              "body": "{\n  \"object\": \"payment\",\n  \"id\": \"pay_3ouMA9myA3y\",\n  \"org_id\": \"org_5A8hsNqGGyW\",\n  \"acceptor_id\": \"acceptor_Aa54Z3THuFj\",\n  \"status\": \"open\",\n  \"created_at\": \"2023-12-11T22:50:21.805Z\",\n  \"expires_at\": \"2023-12-11T23:10:21.805Z\",\n  \"mode\": \"test\",\n  \"description\": \"order #2\",\n  \"amount\": {\n      \"value\": \"15.00\",\n      \"currency\": \"eur\"\n  },\n  \"sequence_type\": \"one_off\",\n  \"capture_method\": \"automatic\",\n  \"return_url\": \"https://example.com/return\",\n  \"webhook_url\": \"https://example.com/webhook/endpoint\",\n  \"available_payment_methods\": {\n    \"card\": {\n      \"impact\" : {\n        \"unit\": \"g CO2\",\n        \"value\": \"1081\"\n      }\n    }\n  },\n  \"billing\": {\n    \"name\": \"John Doe\",\n    \"address\": {\n      \"street_and_number\": \"123 Main St\",\n      \"postal_code\": \"12345\",\n      \"city\": \"Cityville\",\n      \"country\": \"Countryland\"\n    }\n  },\n  \"customer\": {\n    \"shopper_id\": \"12345\",\n    \"email\": \"hey@yoursite.com\"\n  },\n  \"links\": {\n    \"api\": {\n        \"href\": \"https://api.taptree.org/v1/payments/pay_3ouMA9myA3y\",\n        \"type\": \"application/json\"\n    },\n    \"checkout\": {\n        \"href\": \"https://checkout.taptree.org/pay_3ouMA9myA3y\",\n        \"type\": \"text/html\"\n    },\n    \"dashboard\": {\n        \"href\": \"https://my.taptree.org/org_5A8hsNqGGyW/payments/pay_3ouMA9myA3y\",\n        \"type\": \"text/html\"\n    }\n  }\n}"
            }
          ]
        },
        {
          "name": "Update a payment",
          "request": {
            "method": "PUT",
            "url": {
              "raw": "https://api.taptree.org/v1/payments/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payments/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"description\": \"#110211 order\",\n  \"return_url\": \"https://example.com/return\",\n  \"webhook_url\": \"https://example.com/webhook/endpoint\",\n  \"metadata\": {\n    \"test\": \"data\"\n  },\n  \"locale\": \"de_DE\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Example response",
              "body": "{\n  \"object\": \"payment\",\n  \"id\": \"pay_3ouMA9myA3y\",\n  \"org_id\": \"org_5A8hsNqGGyW\",\n  \"acceptor_id\": \"acceptor_Aa54Z3THuFj\",\n  \"status\": \"open\",\n  \"created_at\": \"2023-12-11T22:50:21.805Z\",\n  \"expires_at\": \"2023-12-11T23:10:21.805Z\",\n  \"mode\": \"test\",\n  \"description\": \"Updated order #12345\",\n  \"amount\": {\n    \"value\": \"15.00\",\n    \"currency\": \"eur\"\n  },\n  \"sequence_type\": \"one_off\",\n  \"capture_method\": \"automatic\",\n  \"return_url\": \"https://example.com/return\",\n  \"webhook_url\": \"https://example.com/webhook/endpoint\",\n  \"metadata\": {\n    \"customer_note\": \"Updated note\"\n  },\n  \"available_payment_methods\": {\n    \"card\": {\n      \"impact\" : {\n        \"unit\": \"g CO2\",\n        \"value\": \"1081\"\n      }\n    }\n  },\n  \"billing\": {\n    \"name\": \"John Doe\",\n    \"address\": {\n      \"street_and_number\": \"123 Main St\",\n      \"postal_code\": \"12345\",\n      \"city\": \"Cityville\",\n      \"country\": \"Countryland\"\n    }\n  },\n  \"customer\": {\n    \"shopper_id\": \"12345\",\n    \"email\": \"hey@yoursite.com\"\n  },\n  \"locale\": \"en_US\",\n  \"links\": {\n    \"api\": {\n      \"href\": \"https://api.taptree.org/v1/payments/pay_3ouMA9myA3y\",\n      \"type\": \"application/json\"\n    },\n    \"checkout\": {\n      \"href\": \"https://checkout.taptree.org/pay_3ouMA9myA3y\",\n      \"type\": \"text/html\"\n    },\n    \"dashboard\": {\n      \"href\": \"https://my.taptree.org/org_5A8hsNqGGyW/payments/pay_3ouMA9myA3y\",\n      \"type\": \"text/html\"\n    }\n  }\n}"
            }
          ]
        },
        {
          "name": "Cancel a payment",
          "request": {
            "method": "DELETE",
            "url": {
              "raw": "https://api.taptree.org/v1/payments/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payments/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": [
            {
              "name": "Example response",
              "body": "{\n  \"object\": \"payment\",\n  \"id\": \"pay_3ouMA9myA3y\",\n  \"org_id\": \"org_5A8hsNqGGyW\",\n  \"acceptor_id\": \"acceptor_Aa54Z3THuFj\",\n  \"status\": \"canceled\",\n  \"created_at\": \"2023-12-11T22:50:21.805Z\",\n  \"expires_at\": \"2023-12-11T23:10:21.805Z\",\n  \"mode\": \"test\",\n  \"description\": \"Updated order #12345\",\n  \"amount\": {\n    \"value\": \"15.00\",\n    \"currency\": \"eur\"\n  },\n  \"sequence_type\": \"one_off\",\n  \"capture_method\": \"automatic\",\n  \"return_url\": \"https://example.com/return\",\n  \"webhook_url\": \"https://example.com/webhook/endpoint\",\n  \"metadata\": {\n    \"customer_note\": \"Updated note\"\n  },\n  \"available_payment_methods\": {\n    \"card\": {\n      \"impact\" : {\n        \"unit\": \"g CO2\",\n        \"value\": \"1081\"\n      }\n    }\n  },\n  \"locale\": \"en_US\",\n  \"billing\": {\n    \"name\": \"John Doe\",\n    \"address\": {\n      \"street_and_number\": \"123 Main St\",\n      \"postal_code\": \"12345\",\n      \"city\": \"Cityville\",\n      \"country\": \"Countryland\"\n    }\n  },\n  \"customer\": {\n    \"shopper_id\": \"12345\",\n    \"email\": \"hey@yoursite.com\"\n  },\n  \"links\": {\n    \"api\": {\n      \"href\": \"https://api.taptree.org/v1/payments/pay_3ouMA9myA3y\",\n      \"type\": \"application/json\"\n    },\n    \"checkout\": {\n      \"href\": \"https://checkout.taptree.org/pay_3ouMA9myA3y\",\n      \"type\": \"text/html\"\n    },\n    \"dashboard\": {\n      \"href\": \"https://my.taptree.org/org_5A8hsNqGGyW/payments/pay_3ouMA9myA3y\",\n      \"type\": \"text/html\"\n    }\n  }\n}"
            }
          ]
        },
        {
          "name": "List all payments",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/payments",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payments"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": 20,
                  "disabled": true
                },
                {
                  "key": "starting_after",
                  "value": "pay_3ouMA9myA3",
                  "disabled": true
                },
                {
                  "key": "ending_before",
                  "value": "pay_3ouMA9myA3",
                  "disabled": true
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": [
            {
              "name": "Example response",
              "body": "{\n  \"has_more\": true,\n  \"data\": [\n    {\n      \"object\": \"payment\",\n      \"id\": \"pay_3ouMA9myA3\",\n      \"org_id\": \"org_5A8hsNqGGyW\",\n      \"acceptor_id\": \"acceptor_Aa54Z3THuFj\",\n      \"status\": \"open\",\n      \"created_at\": \"2023-12-11T22:50:21.805Z\",\n      \"expires_at\": \"2023-12-11T23:10:21.805Z\",\n      \"mode\": \"test\",\n      \"description\": \"Updated order #12345\",\n      \"amount\": {\n        \"value\": \"15.00\",\n        \"currency\": \"eur\"\n      },\n      \"sequence_type\": \"one_off\",\n      \"capture_method\": \"automatic\",\n      \"return_url\": \"https://example.com/return\",\n      \"webhook_url\": \"https://example.com/webhook/endpoint\",\n      \"metadata\": {\n        \"customer_note\": \"Updated note\"\n      },\n      // Other payment details\n    },\n    {\n      \"object\": \"payment\",\n      \"id\": \"pay_2Xs7s4wm5kD\",\n      // ...\n    },\n    // Additional payments\n  ]\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Payment Links",
      "item": [
        {
          "name": "Create a payment-link",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://api.taptree.org/v1/payment_links",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payment_links"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": {\n    \"value\": \"12.50\",\n    \"currency\": \"EUR\"\n  },\n  \"description\": \"Reservierung 4456\",\n  \"acceptor_id\": \"acceptor_ABJZLqBvy7Y\",\n  \"payments_limit\": 1,\n  \"expires_at\": \"2026-06-30T23:59:59Z\",\n  \"redirect_url\": \"https://example.com/thank-you?order=4456\",\n  \"internal_reference\": \"order-4456\",\n  \"collect_email\": false,\n  \"collect_address\": false,\n  \"collect_phone\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Response — 201 Created",
              "body": "{\n  \"object\": \"payment_link\",\n  \"id\": \"pl_AncTwHXWLff\",\n  \"status\": \"active\",\n  \"amount\": {\n    \"value\": 12.50,\n    \"currency\": \"EUR\"\n  },\n  \"description\": \"Reservierung 4456\",\n  \"internal_reference\": \"order-4456\",\n  \"redirect_url\": \"https://example.com/thank-you?order=4456\",\n  \"payments_limit\": 1,\n  \"remaining_payments\": 1,\n  \"paid_count\": 0,\n  \"expires_at\": \"2026-06-30T23:59:59Z\",\n  \"expired_at\": null,\n  \"first_paid_at\": null,\n  \"last_paid_at\": null,\n  \"created_at\": \"2026-05-23T15:42:11.819Z\",\n  \"org_id\": \"org_5A8hsNqGGyW\",\n  \"acceptor_id\": \"acceptor_ABJZLqBvy7Y\",\n  \"links\": {\n    \"checkout\": {\n      \"href\": \"https://checkout.taptree.org/link/pl_AncTwHXWLff\",\n      \"type\": \"text/html\"\n    }\n  }\n}"
            }
          ]
        },
        {
          "name": "Retrieve a payment-link",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/payment_links/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payment_links/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": [
            {
              "name": "Response — 200 OK",
              "body": "{\n  \"object\": \"payment_link\",\n  \"id\": \"pl_AncTwHXWLff\",\n  \"status\": \"active\",\n  \"amount\": {\n    \"value\": 12.50,\n    \"currency\": \"EUR\"\n  },\n  \"description\": \"Reservierung 4456\",\n  \"internal_reference\": \"order-4456\",\n  \"redirect_url\": \"https://example.com/thank-you?order=4456\",\n  \"payments_limit\": 1,\n  \"remaining_payments\": 1,\n  \"paid_count\": 0,\n  \"expires_at\": \"2026-06-30T23:59:59Z\",\n  \"expired_at\": null,\n  \"first_paid_at\": null,\n  \"last_paid_at\": null,\n  \"created_at\": \"2026-05-23T15:42:11.819Z\",\n  \"org_id\": \"org_5A8hsNqGGyW\",\n  \"acceptor_id\": \"acceptor_ABJZLqBvy7Y\",\n  \"links\": {\n    \"checkout\": {\n      \"href\": \"https://checkout.taptree.org/link/pl_AncTwHXWLff\",\n      \"type\": \"text/html\"\n    }\n  }\n}"
            }
          ]
        },
        {
          "name": "Update a payment-link",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://api.taptree.org/v1/payment_links/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payment_links/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"inactive\",\n  \"description\": \"Reservierung 4456 (verschoben)\",\n  \"payments_limit\": 2,\n  \"expires_at\": \"2026-07-31T23:59:59Z\",\n  \"internal_reference\": \"order-4456-v2\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Response — 200 OK",
              "body": "{\n  \"object\": \"payment_link\",\n  \"id\": \"pl_AncTwHXWLff\",\n  \"status\": \"inactive\",\n  \"amount\": {\n    \"value\": 12.50,\n    \"currency\": \"EUR\"\n  },\n  \"description\": \"Reservierung 4456\",\n  \"internal_reference\": \"order-4456\",\n  \"redirect_url\": \"https://example.com/thank-you?order=4456\",\n  \"payments_limit\": 1,\n  \"remaining_payments\": 1,\n  \"paid_count\": 0,\n  \"expires_at\": null,\n  \"expired_at\": null,\n  \"first_paid_at\": null,\n  \"last_paid_at\": null,\n  \"created_at\": \"2026-05-23T15:42:11.819Z\",\n  \"org_id\": \"org_5A8hsNqGGyW\",\n  \"acceptor_id\": \"acceptor_ABJZLqBvy7Y\",\n  \"links\": {\n    \"checkout\": {\n      \"href\": \"https://checkout.taptree.org/link/pl_AncTwHXWLff\",\n      \"type\": \"text/html\"\n    }\n  }\n}"
            }
          ]
        },
        {
          "name": "List all payment-links",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/payment_links",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payment_links"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": 20,
                  "disabled": true
                },
                {
                  "key": "starting_after",
                  "value": "pl_AncTwHXWLff",
                  "disabled": true
                },
                {
                  "key": "status",
                  "value": "active",
                  "disabled": true
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": [
            {
              "name": "Response — 200 OK",
              "body": "{\n  \"object\": \"list\",\n  \"data\": [\n    {\n      \"object\": \"payment_link\",\n      \"id\": \"pl_AncTwHXWLff\",\n      \"status\": \"active\",\n      \"amount\": {\n        \"value\": 12.50,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Reservierung 4456\",\n      \"internal_reference\": \"order-4456\",\n      \"redirect_url\": \"https://example.com/thank-you?order=4456\",\n      \"payments_limit\": 1,\n      \"remaining_payments\": 1,\n      \"paid_count\": 0,\n      \"expires_at\": \"2026-06-30T23:59:59Z\",\n      \"created_at\": \"2026-05-23T15:42:11.819Z\",\n      \"org_id\": \"org_5A8hsNqGGyW\",\n      \"acceptor_id\": \"acceptor_ABJZLqBvy7Y\",\n      \"links\": {\n        \"checkout\": {\n          \"href\": \"https://checkout.taptree.org/link/pl_AncTwHXWLff\",\n          \"type\": \"text/html\"\n        }\n      }\n    },\n    {\n      \"object\": \"payment_link\",\n      \"id\": \"pl_2Xs7s4wm5kD\",\n      \"status\": \"expired\",\n      \"amount\": {\n        \"value\": 50.00,\n        \"currency\": \"EUR\"\n      },\n      \"description\": \"Eintritt Sommerfest 2025\",\n      \"paid_count\": 38,\n      \"first_paid_at\": \"2025-05-01T10:14:22.000Z\",\n      \"last_paid_at\": \"2025-08-12T19:47:01.000Z\",\n      \"expired_at\": \"2025-09-01T00:00:00.000Z\",\n      \"created_at\": \"2025-04-15T08:00:00.000Z\"\n      // ... additional fields\n    }\n    // ... additional payment-links\n  ],\n  \"has_more\": true\n}"
            }
          ]
        },
        {
          "name": "List payments for a payment-link",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/payment_links/:id/payments",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payment_links/:id/payments"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": 20,
                  "disabled": true
                },
                {
                  "key": "starting_after",
                  "value": "pay_3xQ9KvMnB8r",
                  "disabled": true
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": [
            {
              "name": "Response — 200 OK",
              "body": "{\n  \"object\": \"list\",\n  \"data\": [\n    {\n      \"object\": \"payment\",\n      \"id\": \"pay_3xQ9KvMnB8r\",\n      \"status\": \"paid\",\n      \"amount\": {\n        \"value\": \"12.50\",\n        \"currency\": \"EUR\"\n      },\n      \"created_at\": \"2026-05-23T15:48:02.114Z\",\n      \"paid_at\": \"2026-05-23T15:48:38.302Z\",\n      \"payment_link_id\": \"pl_AncTwHXWLff\"\n    },\n    {\n      \"object\": \"payment\",\n      \"id\": \"pay_2YbXMnVPq4K\",\n      \"status\": \"failed\",\n      \"amount\": {\n        \"value\": \"12.50\",\n        \"currency\": \"EUR\"\n      },\n      \"created_at\": \"2026-05-23T14:11:09.522Z\",\n      \"paid_at\": null,\n      \"payment_link_id\": \"pl_AncTwHXWLff\"\n    }\n  ],\n  \"has_more\": false\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Refunds",
      "item": [
        {
          "name": "Create a Refund",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://api.taptree.org/v1/payments/:id/refunds",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payments/:id/refunds"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": {\n    \"value\": \"25.50\",\n    \"currency\": \"eur\"\n  },\n  \"description\": \"Defective goods, support #39183\",\n  \"webhook_url\": \"https://example.com/webhook/endpoint\",\n  \"overcap_pct\": \"0.20\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Retrieve a Refund",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/refunds/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/refunds/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "List all refunds",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/refunds",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/refunds"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": 20,
                  "disabled": true
                },
                {
                  "key": "starting_after",
                  "value": "rf_61pMpAZQ5Br",
                  "disabled": true
                },
                {
                  "key": "ending_before",
                  "value": "rf_61pMpAZQ5Br",
                  "disabled": true
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        }
      ]
    },
    {
      "name": "Chargebacks",
      "item": [
        {
          "name": "Retrieve a Chargeback",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/chargebacks/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/chargebacks/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_live_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "List all chargebacks",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/chargebacks",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/chargebacks"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": 20,
                  "disabled": true
                },
                {
                  "key": "starting_after",
                  "value": "cb_8ZkT3mN9pRw",
                  "disabled": true
                },
                {
                  "key": "ending_before",
                  "value": "cb_8ZkT3mN9pRw",
                  "disabled": true
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_live_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "List payment chargebacks",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/payments/:id/chargebacks",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/payments/:id/chargebacks"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_live_api_key}}"
              }
            ]
          },
          "response": []
        }
      ]
    },
    {
      "name": "Settlements",
      "item": [
        {
          "name": "Retrieve a Settlement",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/settlements/:code",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/settlements/:code"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_live_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "List all settlements",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/settlements",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/settlements"
              ],
              "query": [
                {
                  "key": "limit",
                  "value": 20,
                  "disabled": true
                },
                {
                  "key": "starting_after",
                  "value": "DZAU-L3U",
                  "disabled": true
                },
                {
                  "key": "ending_before",
                  "value": "DZAU-L3U",
                  "disabled": true
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_live_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "List settlement records",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/settlements/:code/records",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/settlements/:code/records"
              ],
              "query": [
                {
                  "key": "type",
                  "value": "payment",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": 25,
                  "disabled": true
                },
                {
                  "key": "starting_after",
                  "value": "pay_AzoSgo2h7mB",
                  "disabled": true
                },
                {
                  "key": "ending_before",
                  "value": "pay_AzoSgo2h7mB",
                  "disabled": true
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_live_api_key}}"
              }
            ]
          },
          "response": []
        }
      ]
    },
    {
      "name": "Acceptors",
      "item": [
        {
          "name": "Retrieve an acceptor",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/acceptor",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/acceptor"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        }
      ]
    },
    {
      "name": "Impact",
      "item": [
        {
          "name": "Create impact check",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://api.taptree.org/v1/impact",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/impact"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": {\n    \"value\": \"25.20\",\n    \"currency\": \"eur\"\n  },\n  \"payment_methods\": [\n    \"card\"\n  ],\n  \"omit_payment_methods\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Webhooks",
      "item": [
        {
          "name": "Create a webhook endpoint",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://api.taptree.org/v1/webhooks",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/webhooks"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "List webhook endpoints",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/webhooks",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/webhooks"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "Retrieve a webhook endpoint",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://api.taptree.org/v1/webhooks/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/webhooks/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "Update a webhook endpoint",
          "request": {
            "method": "PATCH",
            "url": {
              "raw": "https://api.taptree.org/v1/webhooks/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/webhooks/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "Rotate a webhook endpoint signing secret",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://api.taptree.org/v1/webhooks/:id/rotate-secret",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/webhooks/:id/rotate-secret"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        },
        {
          "name": "Delete a webhook endpoint",
          "request": {
            "method": "DELETE",
            "url": {
              "raw": "https://api.taptree.org/v1/webhooks/:id",
              "protocol": "https",
              "host": [
                "api.taptree.org"
              ],
              "path": [
                "/v1/webhooks/:id"
              ],
              "query": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{taptree_test_api_key}}"
              }
            ]
          },
          "response": []
        }
      ]
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{taptree_test_api_key}}",
        "type": "string"
      }
    ]
  },
  "variable": []
}