Discover our latest article regards B2B payment experiences

Open Banking at the heart of payments and finance

Bridge simplifies the initiation and collection of payments with its best-in-class technology. Businesses of all sizes can integrate Bridge to build innovative and competitive 360 ​​financial services.

#
Take advantage of a plug-and-play Open Banking solution

What to build with Bridge solutions?

Bridge is developing with its clients a new financial ecosystem in Europe: more open, more innovative and more efficient.

Bridge makes it possible to initiate payments, aggregate, standardize and enrich financial data for more than one hundred clients such as Cdiscount, Cegid, Sage, RCA, PayFit, Qonto and FLOA, all in a secure way.

#

Send, receive and manage payments!

Integrate a plug-and-play secure payment solution to increase your conversion rates at reduced costs, especially on high baskets, while enjoying an easier reconciliation and lower fraud rates.

Paiement

Iphone

iPhone 11 Pro

blanc crème — 128 Go

Résumé de la commande

Quantité 1


Capacité 128 GO


Référence 105168B158


Date 23 septembre 2021


Prix 1 139€ ttc


  • Icône

    Bridge Account check

    Verify the account ownership through smooth and seamless onboarding for KYC and / or KYB processes

    Learn more about Bridge Account check
  • Icône

    Bridge Aggregation

    Access to financial data from all types of accounts by offering your clients an optimized and conversion-boosting synchronization funnel, all with a PSD2 compliant access

    Learn more about Bridge Aggregation
  • Icône

    Bridge Data Enrichment

    Access cleaned, categorized and enriched banking data through advanced labels extraction algorithms to improve your products and services

    Learn more about Bridge Data Enrichment
  • Icône

    Bridge Decisioning

    Analyze your clients’ consumption habits and behaviours, with powerful transaction detection, analysis and reports. Offer relevant and innovative services to increase user engagement

    Learn more about Bridge Decisioning

Take advantage of a team of expert developers to integrate robust and intuitive APIs

Made by developers, for developers, our documentation is clear and allows you to integrate our API in a matter of hours.

Try it out now with our free sandbox and manage your Bridge products directly from your dashboard.

https://sync.bankin.com/v2/users?email=john.doe@email.com&password=a!StrongP455word&cli
{
    "uuid": "569416e5-5454-465f-a7d2-21e110a48a79",
    "email": "john.doe@mail.com"
}
curl « https://sync.bankin.com/v2/banks/64?client_id=MY_CLIENT_ID&client_secret=MY_CLIENT_SECR
{
    "id": 14,
    "name": "CIC",
    "country_code": "FR",
    "logo_url": "https://web.bankin.com/img/banks-logo/france/07_CIC@2x.png",
    "authentication_type": "INTERNAL_CREDS",
    "is_highlighted": true,
    "primary_color": "018289",
    "secondary_color": "0F228B",
    "parent_name": null,
    "capabilities": [
        "ais",
        "single_transfer",
        "bulk_transfer",
        "single_transfer_scheduled",
        "single_payment",
        "bulk_payment",
        "single_payment_scheduled",
        "bulk_payment_scheduled"
    ],
    "transfer": {
        "nb_max_transactions": 78,
        "max_size_label": 140,
        "multiple_dates_transfers": false
    },
    "payment": {
        "nb_max_transactions": 78,
        "max_size_label": 140,
        "multiple_dates_payments": true
    },
    "channel_type": [
        "dsp2",
        "direct_access"
    ],
    "display_order": 500,
    "deeplink_ios": null,
    "deeplink_android": null,
    "form": [
        {
            "label": "Identifiant",
            "type": "USER",
            "isNum": "0",
            "maxLength": null
        },
        {
            "label": "Mot de passe",
            "type": "PWD",
            "isNum": "0",
            "maxLength": null
        }
    ]
}
curl « https://sync.bankin.com/v2/accounts/2341501?client_id=MY_CLIENT_ID&client_secret=MY_CLIENT
{
  "id": 2341501,
  "name": "Compte Crédit Immobilier",
  "balance": -140200,
  "status": 0,
  "status_code_info": null,
  "status_code_description": null,
  "updated_at": "2019-04-06T13:53:12Z",
  "type": "loan",
  "currency_code": "EUR",
  "item_id": 187746,
  "bank_id": 408,
  "loan_details": {
          "next_payment_date": "2019-04-30",
    "next_payment_amount": 1000,
    "maturity_date": "2026-12-31",
    "opening_date": "2013-01-10",
    "interest_rate": 1.25,
    "type": "Prêtimmobilier",
    "borrowed_capital": 140200,
    "repaid_capital": 40200,
    "remaining_capital": 100000
  },
  "savings_details": null,
        "is_pro": false,
  "iban": "FR2420020202260600024M02606"
}
https://sync.bankin.com/v2/transactions/1000013102238?client_id=MY_CLIENT_ID&client_secret
{
  "id": 1000013102238,
  "clean_description": "CB Monop Paris",
  "bank_description": "Paiement Carte 029412 75 monop paris",
  "amount": -9.39,
  "date": "2016-02-22",
  "updated_at": "2016-02-22T13:27:53Z",
  "currency_code": "EUR",
  "is_deleted": false,
  "category_id": 168,
  "account_id": 2341339,
  "is_future": false,
  "show_client_side": true
}
curl « https://sync.bankin.com/v2/stocks/75?client_id=MY_CLIENT_ID&client_secret=MY_CLIENT_SECRET
{
   "id": 1510467,
   "current_price": 124.96,
   "quantity": 8.0,
   "total_value": 999.68,
   "average_purchase_price": 94.12,
   "updated_at": "2019-09-27T10:27:16.573Z",
   "ticker": "FB",
   "stock_key": "US30303M1027-FACEBOOK--USD",
   "created_at": "2019-09-27T10:27:17.000Z",
   "isin": "US30303M1027",
   "currency_code": "USD",
   "marketplace": null,
   "label": "Facebook",
   "value_date": "2015-08-23",
   "is_deleted": false,
   "account_id": 16717622
}
    
curl « https://sync.bankin.com/v2/categories/321?client_id=MY_CLIENT_ID&client_secret=MY_CLIENT
{
  "resources": [
    {
      "id": 315,
      "name": "Esthétique & Soins",
      "categories": [
        {
          "id": 321,
          "name": "Esthétique",
        },
        {
          "id": 317,
          "name": "Esthétique & Soins - Autres",
        }
      ]
    },
    //...
  ],
  "pagination": {
    "next_uri": "/v2/categories?after=MzIx&limit=12"
  }
}

Ready to start your projects?

If you are looking for a qualitative tailor-made solution along with a personalized assistance for your Open Banking projects, contact our team.

We will be happy to discuss them with you and answer any questions you may have.

#