GlobeCard Mastercard Open Banking & API Access
Reaching your GlobeCard Mastercard balances and transactions no longer means scraping statements or wrestling with bank-side certificates. open-banking.io gives you a single, private route to your GlobeCard Mastercard data across the EU and UK — covering 2,600+ banks and card issuers under PSD2 — while keeping the actual decryption on your own device. GlobeCard Mastercard issues personal accounts, so this page focuses on individual cardholders who want a clean, ongoing view of their spending.
Because open-banking.io is zero-knowledge and certificate-free, you never upload an eIDAS certificate or hand anyone a copy of your data. The service stores only your public key; the private key that turns ciphertext back into readable numbers stays with you.
How to connect GlobeCard Mastercard
Connecting happens entirely in the open-banking.io dashboard — there is no API call, code, or key involved in this step:
- Sign up for open-banking.io and set your encryption passphrase. Your key pair is generated locally on your device.
- In the dashboard, search for GlobeCard Mastercard and choose the personal account type.
- You are redirected to GlobeCard Mastercard's own secure login, where you approve access under PSD2 — the standard consent screen you already trust.
- Your accounts sync back into the dashboard, ready to view.
GlobeCard Mastercard grants consent for up to 180 days, after which you simply re-approve on the same screen. Note that GlobeCard Mastercard has no published BIC, so selection is by name in the dashboard rather than by bank identifier.
Access your data
Programmatic access is an optional step you take after connecting. From the Developers page, create an API key and export a credentials.json — this bundles the API key together with your private decryption key. Then use whichever tool fits:
- CLI:
openbanking accounts,openbanking transactions,openbanking sync - SDK or REST API: send requests with the
X-Api-Keyheader
Every response arrives encrypted and is decrypted locally with your key. The API key alone only ever returns ciphertext — without your private key, there is nothing readable to see. There is no connect command; the CLI and SDK only read and sync connections you already approved in the dashboard.
All of this runs at roughly EUR 3/month.
FAQ
Does open-banking.io ever see my GlobeCard Mastercard data?
No. It holds only your public key. Data is decrypted on your device, so the servers store ciphertext they cannot read.
Can I connect GlobeCard Mastercard using the CLI or an API key?
No. Connecting is done in the dashboard by approving on GlobeCard Mastercard's login. The CLI and API only read existing connections.
How long does my consent last?
Up to 180 days, then you re-approve on GlobeCard Mastercard's own consent screen.
Start at open-banking.io.