Skip to content

ATMs - Requirements v2.1

The tables below list the validation rules that apply to the ATM API. The Validated by column indicates where each rule is enforced.

All requests require an active Trust Framework application with the BDSP role, a valid transport certificate presented on every request via mTLS, and an active signing key for JWT signing.

GET /atms

#FieldRuleValidated by
1AuthorizationMust contain a valid Bearer access token obtained via a client_credentials grant with the atm scope.API Hub
2x-fapi-interaction-idShould be included. Should be a valid UUID (RFC 4122). An invalid value will not cause a failure but tracing will not be possible.N/A