OpenBanqing™
API Explorer
Interactive OpenAPI 3.1 explorer for /obf/v1/* · try endpoints against the sandbox with one click.
Base:
https://api.openbanqing.com/obf/v1Endpoints
| Method | Path | Summary | Auth | |
|---|---|---|---|---|
| GET | /obf/v1/accounts | List accounts (AISP) | DPoP | |
| GET | /obf/v1/accounts/{id}/transactions | List transactions | DPoP | |
| POST | /obf/v1/payments/sepa-instant | Initiate SEPA Instant (PISP) | DPoP + PAR | |
| POST | /obf/v1/payments/fednow | Initiate FedNow credit transfer | DPoP + PAR | |
| POST | /obf/v1/payments/faster-payments | Initiate UK Faster Payments | DPoP + PAR | |
| POST | /obf/v1/consents | Create consent (PSD2 Art. 94) | OAuth 2.1 | |
| DELETE | /obf/v1/consents/{id} | Revoke consent | DPoP | |
| GET | /obf/v1/webhooks | List webhook subscriptions | DPoP | |
| POST | /obf/v1/webhooks | Create webhook subscription | DPoP | |
| POST | /obf/v1/kyc/verify | Submit KYC bundle | DPoP | |
| GET | /obf/v1/openapi.json | Machine-readable OpenAPI 3.1 | none |
Sample: list accounts
curl -X GET \
https://api.openbanqing.com/obf/v1/accounts \
-H "Authorization: DPoP $ACCESS_TOKEN" \
-H "DPoP: $DPOP_PROOF" \
-H "x-fapi-financial-id: $TPP_ID" \
-H "x-fapi-interaction-id: $(uuidgen)"