borderless Docs

borderless Docs

  • Account Setup
  • Account Services
  • Verification
  • Payments
  • Refunds
  • Developer Tools

›Queries

Account Setup

    Queries

    • accountIdentificationTypes
    • accountSetupSession
    • allCountries
    • businessTypes
    • isValidBusinessTaxId
    • isValidPersonalTaxId
    • isValidSlug
    • jobTitles
    • naics
    • supportedCountries
    • zoneCodes

    Mutations

    • addAccountToPerson
    • addCompanyOfficerToAccount
    • createAccountSetupSession
    • createLoginPersonAndAccount
    • deactivateAccount
    • resendEmailVerification
    • submitAccountSetupSession
    • submitCompanyOfficers
    • updateAccountSetupSession

Account Services

    Queries

    • account
    • accounts
    • bankAccounts
    • companyOfficers
    • person
    • publicAccountBySlug

    Mutations

    • addBankAccount
    • changePassword
    • changePreferredBankAccount
    • login
    • logout
    • requestPasswordReset
    • sendInvitationEmail
    • sendInvitedRegisterEmail
    • switchAccounts
    • updateAccount
    • updatePerson

Verification

    Mutations

    • addOnfidoDocumentToPerson
    • embedOnfido

Payments

    Queries

    • contacts
    • paymentActivity
    • paymentActivityById
    • paymentRequestById
    • paymentSession
    • requestedPayments
    • tradeConfirmationForPayment

    Mutations

    • clearPaymentSession
    • createPaymentForRequestSession
    • createPaymentSession
    • declinePaymentRequest
    • generatePayMeRequest
    • requestPayment
    • resendPaymentRequest
    • submitPaymentSession
    • updatePaymentSession
    • updateQuote

Refunds

    Queries

    • refundSession

    Mutations

    • clearRefundSession
    • createRefundSession
    • submitRefundSession
    • updateRefundSession

Developer Tools

    Queries

    • accountWebhooks
    • embedVerificationService

    Mutations

    • createWebhook
    • healthCheck
    • testWebhook

embedVerificationService

Overview

This query takes credentials and, through Yodlee, produces tools to embed bank provider.

Special Considerations

  • Input is not required

Inputs

QueryEmbedVerificationServiceArgs

Optional Data

VerificationId: string

Returns

Promise<EmbedVerificationServiceResult>

A promise containing the following object:

{
  yodleeJwtToken,
  fastLinkURL: this.getFastLinkURL(),
  fastLinkParams: {
    dataset: [{
      name: 'ACCT_PROFILE',
      attribute: [{
        name: 'FULL_ACCT_NUMBER',
        container: ['bank'],
      }, {
        name: 'BANK_TRANSFER_CODE',
        container: ['bank'],
      }, {
        name: 'HOLDER_NAME',
        container: ['bank'],
      }],
    }, {
      name: 'BASIC_AGG_DATA',
      attribute: [{
        name: 'BASIC_ACCOUNT_INFO',
        container: ['bank'],
      }],
    }],
  }
}

Example

Running this mutation:

query {
  embedVerificationService {
    __typename
  }
}

Gives us:

{
  "data": {
    "embedVerificationService": {
      "__typename": "YodleeEmbedPayload"
    }
  }
}   

Common Errors

N/A

← accountWebhookscreateWebhook →
  • Overview
  • Special Considerations
  • Inputs
    • QueryEmbedVerificationServiceArgs
  • Returns
    • Promise<EmbedVerificationServiceResult>
  • Example
  • Common Errors
borderless Docs
Docs
Account SetupAccount ServicesVerificationPaymentsRefundsDeveloper Tools
More
LoginBlogGitLabLinkedInInstagramTwitter
Facebook Open Source
Copyright © 2022 borderless