🚀 DAY 2 OF LAUNCH WEEK: Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies.Learn more →
Socket
Book a DemoInstallSign in
Socket

bbvaapimarket

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbvaapimarket

bbvaapimarket client

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

bbvaapimarket

bbvaapimarket api client

Documentation

Please read the doc in:

Api products

Authentication

API

export a object

{
    auth(appID = '', secretOAuth) => Promise,
    authThreeLegged(code = '', redirect_uri) => Promise,
    digitalAccount: {
        create(account, token, digitalAccountsOtp) => Promise
    },
    loan: {
        create(vehicle, token, digitalAccountsOtp) => Promise,
        getPreApproved(token = process.env.BBVA_TOKEN) => Promise,
        createPreApprovedSimulation(simulation, token) => Promise
    },
    customer:{
        getMeBasic(token = process.env.BBVA_TOKEN) => Promise,
        getMeFull(token = process.env.BBVA_TOKEN) => Promise,
        getContractsBasic(token = process.env.BBVA_TOKEN) => Promise,
        getContractsFull(token = process.env.BBVA_TOKEN) => Promise,
        getSpanishDni(token = process.env.BBVA_TOKEN) => Promise,
        getDniMetadata(token = process.env.BBVA_TOKEN) => Promise
    },
    account: {
        getMeAccount(token = process.env.BBVA_TOKEN) => Promise,
        getAccountDetails(token = process.env.BBVA_TOKEN, accountid) => Promise,
        getAccountTransactions(token = process.env.BBVA_TOKEN, accountid) => Promise
    },
    card: {
        getMeCard(token = process.env.BBVA_TOKEN) => Promise,
        getMeCardDetails(token = process.env.BBVA_TOKEN, cardId) => Promise,
        getCardTransactions(token = process.env.BBVA_TOKEN, cardId) => Promise
    },
    payment:{
        createMeInternalTransfer(transfer, token) => Promise,
        createMeTransfer(transfer, token) => Promise,
        getMeTransfers(queryObject, token) => Promise,
        createMeTransferSimulation(transfer, token) => Promise,
        createMeTransferOrders(order, token) => Promise,
        getMeTransferOrders(queryObject, token) => Promise,
        deleteMeTransferOrders(transferorderid, token) => Promise,
        createMobileCash(cash, token) => Promise,
        getAtms(queryObject, token) => Promise
    }
}

Keywords

bbva

FAQs

Package last updated on 24 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts