Skip to content

Instantly share code, notes, and snippets.

@q-ode
Last active October 25, 2018 08:30
Show Gist options
  • Select an option

  • Save q-ode/adc34f901f8c0e93c30012c663ff87ec to your computer and use it in GitHub Desktop.

Select an option

Save q-ode/adc34f901f8c0e93c30012c663ff87ec to your computer and use it in GitHub Desktop.

Revisions

  1. q-ode revised this gist Oct 25, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion figo-account.json
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    "auto_sync": true,
    "balance": { //New field
    "balance": 13.37,
    "balance_date": "2018-04-01T00:00:00.000Z" //New field
    "balance_date": "2018-04-01T00:00:00.000Z"
    },
    "bank_id": "B1.1",
    "bank_code": "98765432",
  2. q-ode revised this gist Oct 25, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion figo-account.json
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    "256x256": "https://api.figo.me/assets/images/accounts/default_256.png"
    },
    "auto_sync": true,
    "balance": { //New field, previous field was simply a balance with the number
    "balance": { //New field
    "balance": 13.37,
    "balance_date": "2018-04-01T00:00:00.000Z" //New field
    },
  3. q-ode revised this gist Oct 25, 2018. No changes.
  4. q-ode revised this gist Oct 25, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion figo-account.json
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    "256x256": "https://api.figo.me/assets/images/accounts/default_256.png"
    },
    "auto_sync": true,
    "balance": { //Changed field, previous field was simply a balance with the number
    "balance": { //New field, previous field was simply a balance with the number
    "balance": 13.37,
    "balance_date": "2018-04-01T00:00:00.000Z" //New field
    },
  5. q-ode revised this gist Oct 25, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions figo-account.json
    Original file line number Diff line number Diff line change
    @@ -13,9 +13,9 @@
    "256x256": "https://api.figo.me/assets/images/accounts/default_256.png"
    },
    "auto_sync": true,
    "balance": { //new field
    "balance": { //Changed field, previous field was simply a balance with the number
    "balance": 13.37,
    "balance_date": "2018-04-01T00:00:00.000Z"
    "balance_date": "2018-04-01T00:00:00.000Z" //New field
    },
    "bank_id": "B1.1",
    "bank_code": "98765432",
  6. q-ode revised this gist Oct 25, 2018. 1 changed file with 10 additions and 5 deletions.
    15 changes: 10 additions & 5 deletions figo-account.json
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    "256x256": "https://api.figo.me/assets/images/accounts/default_256.png"
    },
    "auto_sync": true,
    "balance": {
    "balance": { //new field
    "balance": 13.37,
    "balance_date": "2018-04-01T00:00:00.000Z"
    },
    @@ -30,7 +30,8 @@
    "status": {
    "message": "Invalid PIN.",
    "sync_timestamp": "2018-10-24T20:03:09Z",
    "success_timestamp": "2018-10-24T20:03:09Z"
    "success_timestamp": "2018-10-24T20:03:09Z",
    "code": null //Deprecated
    },
    "supported_payments": {
    "SEPA transfer": {
    @@ -51,18 +52,22 @@
    "supported_text_keys": [
    51,
    53
    ]
    ],
    "min_scheduled_date": null, //Deprecated
    "supported_file_formats": null //Deprecated
    }
    },
    "supported_tan_schemes": [
    {
    "medium_name": "Mobiltelefon 1",
    "name": "mobileTAN",
    "tan_scheme_id": "M1.2",
    "additional_info": {
    "additional_info": { //New field
    "HDD": "0815"
    }
    }
    ],
    "type": "Giro account"
    "type": "Giro account",
    "in_total_balance": null, //Deprecated
    "preferred_tan_scheme": null //Deprecated
    }
  7. q-ode created this gist Oct 25, 2018.
    68 changes: 68 additions & 0 deletions figo-account.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,68 @@
    {
    "account_id": "A1.1",
    "account_number": "12345678",
    "additional_icons": {
    "48x48": "https://api.figo.me/assets/images/accounts/default_48.png",
    "60x60": "https://api.figo.me/assets/images/accounts/default_60.png",
    "72x72": "https://api.figo.me/assets/images/accounts/default_72.png",
    "84x84": "https://api.figo.me/assets/images/accounts/default_84.png",
    "96x96": "https://api.figo.me/assets/images/accounts/default_96.png",
    "120x120": "https://api.figo.me/assets/images/accounts/default_120.png",
    "144x144": "https://api.figo.me/assets/images/accounts/default_144.png",
    "192x192": "https://api.figo.me/assets/images/accounts/default_192.png",
    "256x256": "https://api.figo.me/assets/images/accounts/default_256.png"
    },
    "auto_sync": true,
    "balance": {
    "balance": 13.37,
    "balance_date": "2018-04-01T00:00:00.000Z"
    },
    "bank_id": "B1.1",
    "bank_code": "98765432",
    "bank_name": "Example Bank",
    "bic": "FIGODEM1XXX",
    "currency": "EUR",
    "iban": "DE91100000000123456789",
    "icon": "https://api.figo.me/assets/images/accounts/default.png",
    "name": "Kontokorrentkonto",
    "owner": "John Doe",
    "save_pin": true,
    "status": {
    "message": "Invalid PIN.",
    "sync_timestamp": "2018-10-24T20:03:09Z",
    "success_timestamp": "2018-10-24T20:03:09Z"
    },
    "supported_payments": {
    "SEPA transfer": {
    "allowed_recipients": [],
    "can_be_recurring": false,
    "can_be_scheduled": false,
    "max_purpose_length": 140,
    "supported_text_keys": [
    51,
    53
    ]
    },
    "SEPA standing order": {
    "allowed_recipients": [],
    "can_be_recurring": false,
    "can_be_scheduled": false,
    "max_purpose_length": 140,
    "supported_text_keys": [
    51,
    53
    ]
    }
    },
    "supported_tan_schemes": [
    {
    "medium_name": "Mobiltelefon 1",
    "name": "mobileTAN",
    "tan_scheme_id": "M1.2",
    "additional_info": {
    "HDD": "0815"
    }
    }
    ],
    "type": "Giro account"
    }