{"id":19045517,"url":"https://github.com/yoast/singer-tap-adyen","last_synced_at":"2025-04-23T23:48:04.088Z","repository":{"id":54252111,"uuid":"341168138","full_name":"Yoast/singer-tap-adyen","owner":"Yoast","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-30T09:38:39.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-23T23:47:58.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yoast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-22T10:53:04.000Z","updated_at":"2021-03-01T14:40:27.000Z","dependencies_parsed_at":"2023-01-18T22:31:05.113Z","dependency_job_id":null,"html_url":"https://github.com/Yoast/singer-tap-adyen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Fsinger-tap-adyen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Fsinger-tap-adyen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Fsinger-tap-adyen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Fsinger-tap-adyen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yoast","download_url":"https://codeload.github.com/Yoast/singer-tap-adyen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535098,"owners_count":21446505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T22:50:29.886Z","updated_at":"2025-04-23T23:48:04.066Z","avatar_url":"https://github.com/Yoast.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tap-adyen\n\nThis is a [Singer](https://singer.io) tap that produces JSON-formatted data\nfollowing the [Singer\nspec](https://github.com/singer-io/getting-started/blob/master/SPEC.md).\n\nThis tap:\n\n- Pulls raw data from [Adyen Reports](https://docs.adyen.com/reporting)\n- Extracts the following resources:\n  - [Settlement details report](https://docs.adyen.com/reporting/settlement-detail-report) \n  - [Payment accounting report](https://docs.adyen.com/reporting/payment-accounting-report)\n  - [Dispute transaction details report](https://docs.adyen.com/reporting/dispute-report)\n- Outputs the schema for each resource\n- Incrementally pulls data based on the input state\n\n### Step 1: Retrieve the report user credentials\n- Visit: Customer Area \u003e Account \u003e API credentials\n- In the reporting area, enable `automatic reporting` for any of the following reports you want to use:\n  - Dispute transaction details\n  - Payment accounting\n  - Settlement_details\n\n### Step 2: Configure\n\nCreate a file called `adyen_config.json` in your working directory, following [sample_config.json](sample_config.json). The required parameters are the `report_user`, `company_account`, `user_password` and `merchant_account`. The `test` parameter determines whether to use the test or live environment.\n\nThis requires a `state.json` file to let the tap know from when to retrieve data. For example:\n```\n{\n  \"bookmarks\": {\n    \"dispute_transaction_details\": {\n      \"start_date\": \"2021-01-01\"\n    },\n    \"payment_accounting\": {\n      \"start_date\": \"2021-01-01\"\n    },\n    \"settlement_details\": {\n      \"batch_number\": 1\n    }\n  }\n}\n```\nWill replicate dispute transaction details and payment_accounting data from 2021-01-01. Settlement details will be started from batch 1.\n\n### Step 3: Install and Run\n\nCreate a virtual Python environment for this tap. This tap has been tested with Python 3.7, 3.8 and 3.9 and might run on future versions without problems.\n```\npython -m venv singer-adyen\nsinger-adyen/bin/python -m pip install --upgrade pip\nsinger-adyen/bin/pip install git+https://github.com/Yoast/singer-tap-adyen.git\n```\n\nThis tap can be tested by piping the data to a local JSON target. For example:\n\nCreate a virtual Python environment with `singer-json`\n```\npython -m venv singer-json\nsinger-json/bin/python -m pip install --upgrade pip\nsinger-json/bin/pip install target-json\n```\n\nTest the tap:\n\n```\nsinger-adyen/bin/tap-adyen --state state.json -c adyen_config.json | singer-json/bin/target-json \u003e\u003e state_result.json\n```\n\nCopyright \u0026copy; 2021 Yoast","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoast%2Fsinger-tap-adyen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoast%2Fsinger-tap-adyen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoast%2Fsinger-tap-adyen/lists"}