Salt Edge website screenshot

Salt Edge

Salt Edge is a global open-banking aggregator providing account information, payment initiation, data enrichment, merchant identification, AML transaction monitoring, and open-banking compliance solutions across 5,000+ banks. The Salt Edge API exposes Account Information (AIS) and Payment Initiation (PIS) services plus add-on Data Enrichment and AML endpoints under a single REST surface.

4 APIs 0 Features
FintechOpen BankingPSD2AggregatorGlobalAISPPISPComplianceAML

APIs

Salt Edge Account Information API

REST API for retrieving end-user accounts, transactions, balances, and identity across 5,000+ banks worldwide.

Salt Edge Payment Initiation API

Initiate single, recurring, and bulk SEPA / domestic payments via PSD2 PISP.

Salt Edge Partners (Compliance Solution) API

APIs for banks adopting open banking - exposes their data to TPPs through Salt Edge's compliance gateway.

Salt Edge Data Enrichment API

Categorize and enrich transactions, identify merchants, and surface financial insights.

Collections

Pricing Plans

Salt Edge Plans Pricing

4 plans

PLANS

Rate Limits

Salt Edge Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
💰
Pricing
Pricing
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Salt Edge Account Information API
  version: v5
request:
  auth:
    type: apikey
    key: App-id
    value: '{{App-id}}'
    placement: header
items:
- info:
    name: List or retrieve customers
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/customers
    params:
    - name: id
      value: ''
      type: query
    - name: from_id
      value: ''
      type: query
    - name: per_page
      value: ''
      type: query
  docs: List or retrieve customers
- info:
    name: Create a customer
    type: http
  http:
    method: POST
    url: https://www.saltedge.com/api/v5/customers
    body:
      type: json
      data: '{}'
  docs: Create a customer
- info:
    name: Remove a customer
    type: http
  http:
    method: DELETE
    url: https://www.saltedge.com/api/v5/customers/:id
    params:
    - name: id
      value: ''
      type: path
  docs: Remove a customer
- info:
    name: Create a connect session
    type: http
  http:
    method: POST
    url: https://www.saltedge.com/api/v5/connect_sessions/create
    body:
      type: json
      data: '{}'
  docs: Initiate a hosted connection flow for a customer.
- info:
    name: List connections
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/connections
    params:
    - name: customer_id
      value: ''
      type: query
    - name: from_id
      value: ''
      type: query
  docs: List connections
- info:
    name: Create a connection
    type: http
  http:
    method: POST
    url: https://www.saltedge.com/api/v5/connections
    body:
      type: json
      data: '{}'
  docs: Create a connection
- info:
    name: Show a connection
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/connections/:id
    params:
    - name: id
      value: ''
      type: path
  docs: Show a connection
- info:
    name: Remove a connection
    type: http
  http:
    method: DELETE
    url: https://www.saltedge.com/api/v5/connections/:id
    params:
    - name: id
      value: ''
      type: path
  docs: Remove a connection
- info:
    name: Reconnect a connection with new credentials
    type: http
  http:
    method: PUT
    url: https://www.saltedge.com/api/v5/connections/:id/reconnect
    params:
    - name: id
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Reconnect a connection with new credentials
- info:
    name: Refresh a connection
    type: http
  http:
    method: PUT
    url: https://www.saltedge.com/api/v5/connections/:id/refresh
    params:
    - name: id
      value: ''
      type: path
  docs: Refresh a connection
- info:
    name: List accounts for a connection
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/accounts
    params:
    - name: connection_id
      value: ''
      type: query
    - name: from_id
      value: ''
      type: query
  docs: List accounts for a connection
- info:
    name: List transactions
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/transactions
    params:
    - name: connection_id
      value: ''
      type: query
    - name: account_id
      value: ''
      type: query
    - name: from_id
      value: ''
      type: query
    - name: from_date
      value: ''
      type: query
    - name: to_date
      value: ''
      type: query
  docs: List transactions
- info:
    name: List providers
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/providers
    params:
    - name: country_code
      value: ''
      type: query
    - name: include_fake_providers
      value: ''
      type: query
    - name: from_id
      value: ''
      type: query
  docs: List providers
- info:
    name: Show provider details
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/providers/:id
    params:
    - name: id
      value: ''
      type: path
  docs: Show provider details
- info:
    name: List supported countries
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/countries
    params:
    - name: include_fake_providers
      value: ''
      type: query
  docs: List supported countries
- info:
    name: List consents
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/consents
    params:
    - name: customer_id
      value: ''
      type: query
    - name: connection_id
      value: ''
      type: query
  docs: List consents
- info:
    name: Revoke a consent
    type: http
  http:
    method: PUT
    url: https://www.saltedge.com/api/v5/consents/:id/revoke
    params:
    - name: id
      value: ''
      type: path
  docs: Revoke a consent
- info:
    name: Fetch account holder information
    type: http
  http:
    method: GET
    url: https://www.saltedge.com/api/v5/holder_info
    params:
    - name: connection_id
      value: ''
      type: query
  docs: Fetch account holder information
bundled: true