Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating collections #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 0 additions & 83 deletions enterprise-insights.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,55 +59,6 @@
},
"response": []
},
{
"name": "Ingest Transactions (BYOD)",
"request": {
"method": "POST",
"header": [
{
"key": "X-CLIENT-ID",
"value": "{{X-CLIENT-ID}}",
"type": "text"
},
{
"key": "X-CLIENT-SECRET",
"value": "{{X-CLIENT-SECRET}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n\t\"transactions\": [\r\n\t\t{\r\n\t\t\t\"transactionId\": \"70d9784d-e682-4e5b-840f-c6245d298853\",\r\n\t\t\t\"amount\": 10,\r\n\t\t\t\"currency\": \"GBP\",\r\n\t\t\t\"date\": \"2022-11-01\",\r\n\t\t\t\"description\": \"Payment for Goods\"\r\n\t\t}\r\n\t]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/enterprise/insights/{{jobId}}/accounts/{{accountId}}/transactions?ingestion_done=true",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"enterprise",
"insights",
"{{jobId}}",
"accounts",
"{{accountId}}",
"transactions"
],
"query": [
{
"key": "ingestion_done",
"value": "true"
}
]
}
},
"response": []
},
{
"name": "Get Insights Status",
"request": {
Expand Down Expand Up @@ -184,40 +135,6 @@
}
},
"response": []
},
{
"name": "Get Insights Transactions Result",
"request": {
"method": "GET",
"header": [
{
"key": "X-CLIENT-ID",
"value": "{{X-CLIENT-ID}}",
"type": "text"
},
{
"key": "X-CLIENT-SECRET",
"value": "{{X-CLIENT-SECRET}}",
"type": "text"
}
],
"url": {
"raw": "{{baseUrl}}/api/enterprise/insights/{{jobId}}/results/{{accountId}}/transactions",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"enterprise",
"insights",
"{{jobId}}",
"results",
"{{accountId}}",
"transactions"
]
}
},
"response": []
}
]
}
6 changes: 0 additions & 6 deletions insights.postman_environment-sandbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"value": "",
"type": "default",
"enabled": true
},
{
"key": "accountId",
"value": "",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
Expand Down
2 changes: 1 addition & 1 deletion openbanking-eu.postman_collection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "58762784-b8db-4d70-b37b-2b7d10a5481f",
"name": "🇪🇺 Mastercard Open Banking EU - Aiia Demo",
"name": "🇪🇺 Mastercard Open Banking EU - Demo",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "20782065"
},
Expand Down