Tarabut Gateway

Tarabut Gateway

September 19, 2023 | permanent

Fintech #

tags
Open Banking , Open Banking in Saudi Arabia
  • https://tarabutgateway.com/
  • working actively to expand coverage in UAE and Saudi, ref
  • On <2022-11-29 Tue> they were providing services only in Saudi and Oman

APIs #

ref

AIS #

ref Connect to Bank to access AIS data.

Create Intent API #

For user to give consent to access data by the app.

Available data through APIs #

Source is Tarabutgateway

  1. Supported banks or providers

    [
    
        "providerId": "NBOB",
        "name": "National Bank of Bahrain",
        "displayName": "National Bank of Bahrain",
        "logoUrl": "https://tg-external-entities.s3.me-south-1.amazonaws.com/NBOB.png",
        "countryCode": "BHR",
        "status": "ACTIVE"
    
    ]
    
  2. List accounts

    
    "accounts": [
    
        "accountId": "85a2c9f4-7a9d-4c66-97da-83babfb8832a",
        "accountProductType": "SAVINGS",
        "accountDescription": "John Snow's savings account",
        "providerId": "NBOB",
        "maskedAccountNumber": "******1234",
        "balances": [
    
            "type": "AVAILABLE",
            "amount":
                "value": 123.123,
                "currency": "BHD"
    
    
        ],
        "lastUpdatedDateTime": "2021-12-22T01:59:30.208+00:00",
        "links": [
    
            "rel": "TRANSACTIONS",
            "href": "https://api.sandbox.tarabutgateway.io/accountInformation/v1/accounts/85a2c9f4-7a9d-4c66-97da-83babfb8832a/transactions"
    
        ]
    
    ]
    
  3. Get Account Holder Name get account holder name with ID

    
    "accountId": "85a2c9f4-7a9d-4c66-97da-83babfb8832a",
    "accountHolderName": "Mohammed Ahmed Abdulla",
    "nickname": "Abdulla"
    
  4. List Transaction

    • Transaction details
      
      "transactions": [
      
          "transactionId": "65a1f9a3-2b0d-4d76-07bb-99badfb6933a",
          "accountId": "85a2c9f4-7a9d-4c66-97da-83babfb8832a",
          "providerId": "NBOB",
          "transactionDescription": "FDR-POS-APR18 USD14.99 Netflix.com",
          "category":
              "group": "Expense",
              "name": "Entertainment & Leisure"
          ,
          "merchant":
              "name": "NETFLIX.COM"
          ,
          "creditDebitIndicator": "DEBIT",
          "amount":
              "value": 14.99,
              "currency": "BHD"
          ,
          "bookingDateTime": "2021-12-22T01:59:30.208+00:00"
      
      ],
      "meta":
          "totalCountOfRecords": 100,
          "totalCountOfPages": 10,
          "pageNumber": 4,
          "pageSize": 10
      ,
      "links": [
      
          "rel": "FIRST",
          "href": "https://api.sandbox.tarabutgateway.io/accountInformation/v1/accounts/85a2c9f4-7a9d-4c66-97da-83babfb8832a/transactions?page=1"
          ,
      
          "rel": "PREVIOUS",
          "href": "https://api.sandbox.tarabutgateway.io/accountInformation/v1/accounts/85a2c9f4-7a9d-4c66-97da-83babfb8832a/transactions?page=3"
          ,
      
          "rel": "NEXT",
          "href": "https://api.sandbox.tarabutgateway.io/accountInformation/v1/accounts/85a2c9f4-7a9d-4c66-97da-83babfb8832a/transactions?page=5"
          ,
      
          "rel": "LAST",
          "href": "https://api.sandbox.tarabutgateway.io/accountInformation/v1/accounts/85a2c9f4-7a9d-4c66-97da-83babfb8832a/transactions?page=10"
      
      ]
      
    • Category group and names
  • Available providers

    Banks that implemented open banking

PIS #

Error while trying to connect to their APIs #

Partner Banks #

published @ wamda

  1. Riyad Bank
  2. Saudi British Bank (SABB),
  3. Alinma Bank and
  4. Banque Saudi Fransi (BSF).