borderless Docs

borderless Docs

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

›Mutations

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

sendInvitedRegisterEmail

Overview (Not yet operational)

This mutation sends to an user after an account is created from an invitation email they sent.

Special Considerations

  • Requires the email address of both the invitee and the inviter.
  • Can also take the names of the invitee and the inviter.

Inputs

MutationSendInvitedRegisterEmailArgs

Required Data

notifiedEmail: string notifiedName: string (Optional) invitedEmail: string invitedName: string (Optional)

Returns

Promise<SuccessResult>

A promise containing a success message.

Example

Running this mutation:

mutation {
  sendInvitedRegisterEmail(data: {
    invitedName: "Test 1",
    invitedEmail: "test@getborderless.com",
    notifiedName: "Test 2",
    notifiedEmail: "test2@getborderless.com"
  }) {
    message
  }
}

Gives us:

{
  "data": {
    "sendInvitedRegisterEmail": {
      "message": "Email sent!"
    }
  }
}

Common Errors

When running this mutation some of the common errors encountered include:

  • Error sending invite register email: ... (E-7102)
    • Issue with sending the email. Check details and try again.
← sendInvitationEmailswitchAccounts →
  • Overview (Not yet operational)
  • Special Considerations
  • Inputs
    • MutationSendInvitedRegisterEmailArgs
  • Returns
    • Promise<SuccessResult>
  • Example
  • Common Errors
borderless Docs
Docs
Account SetupAccount ServicesVerificationPaymentsRefundsDeveloper Tools
More
LoginBlogGitLabLinkedInInstagramTwitter
Facebook Open Source
Copyright © 2022 borderless