OpenBanqing™

API Explorer

Interactive OpenAPI 3.1 explorer for /obf/v1/* · try endpoints against the sandbox with one click.

○ Preview spec
Base: https://api.openbanqing.com/obf/v1

Endpoints

MethodPathSummaryAuth
GET/obf/v1/accountsList accounts (AISP)DPoP
GET/obf/v1/accounts/{id}/transactionsList transactionsDPoP
POST/obf/v1/payments/sepa-instantInitiate SEPA Instant (PISP)DPoP + PAR
POST/obf/v1/payments/fednowInitiate FedNow credit transferDPoP + PAR
POST/obf/v1/payments/faster-paymentsInitiate UK Faster PaymentsDPoP + PAR
POST/obf/v1/consentsCreate consent (PSD2 Art. 94)OAuth 2.1
DELETE/obf/v1/consents/{id}Revoke consentDPoP
GET/obf/v1/webhooksList webhook subscriptionsDPoP
POST/obf/v1/webhooksCreate webhook subscriptionDPoP
POST/obf/v1/kyc/verifySubmit KYC bundleDPoP
GET/obf/v1/openapi.jsonMachine-readable OpenAPI 3.1none

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)"