API response redaction is a security feature that ensures sensitive data is protected when transmitted from Banked's APIs. This feature is particularly important for handling personal and financial information, providing an additional layer of security beyond standard TLS encryption.
Fields containing sensitive data will be replaced with the word [REDACTED]
Response fields which are redacted
Payment Sessions API
Endpoint | Field | Sensitivity |
---|---|---|
POST /v2/payment_sessions | payee | high |
POST /v2/payment_sessions | payer | high |
POST /v2/payment_sessions | mandate | high |
GET /v2/payment_sessions | payee | high |
GET /v2/payment_sessions | payer | high |
Mandates API
Endpoint | Field | Sensitivity |
---|---|---|
POST /v2/mandates | source | high |
POST /v2/mandates | destination | high |
POST /v2/mandates | actions.#.source | high |