Moov · Schema

AccountConnectionRequest

Request to share an account connection with another Moov account.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
partnerAccountID string The account ID of the partner to connect with.
View JSON Schema on GitHub

JSON Schema

moov-accountconnectionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountConnectionRequest",
  "title": "AccountConnectionRequest",
  "type": "object",
  "description": "Request to share an account connection with another Moov account.",
  "properties": {
    "partnerAccountID": {
      "type": "string",
      "format": "uuid",
      "description": "The account ID of the partner to connect with."
    }
  }
}