diff --git a/404.html b/404.html index 92335640a8d..560f9e0d821 100644 --- a/404.html +++ b/404.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

- - + + \ No newline at end of file diff --git a/api-reference/directives/deprecated/index.html b/api-reference/directives/deprecated/index.html index 2949c511089..74125dc0edf 100644 --- a/api-reference/directives/deprecated/index.html +++ b/api-reference/directives/deprecated/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

deprecated

Marks an element of a GraphQL schema as no longer supported.

directive @deprecated(
reason: String = "No longer supported"
) on
| FIELD_DEFINITION
| ARGUMENT_DEFINITION
| INPUT_FIELD_DEFINITION
| ENUM_VALUE

Arguments

deprecated.reason ● String scalar

Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by CommonMark.

- - + + \ No newline at end of file diff --git a/api-reference/directives/include/index.html b/api-reference/directives/include/index.html index 37558f63b96..54b2843ab23 100644 --- a/api-reference/directives/include/index.html +++ b/api-reference/directives/include/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

include

Directs the executor to include this field or fragment only when the if argument is true.

directive @include(
if: Boolean!
) on
| FIELD
| FRAGMENT_SPREAD
| INLINE_FRAGMENT

Arguments

include.if ● Boolean! non-null scalar

Included when true.

- - + + \ No newline at end of file diff --git a/api-reference/directives/skip/index.html b/api-reference/directives/skip/index.html index d804f74285d..11164132dda 100644 --- a/api-reference/directives/skip/index.html +++ b/api-reference/directives/skip/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

skip

Directs the executor to skip this field or fragment when the if argument is true.

directive @skip(
if: Boolean!
) on
| FIELD
| FRAGMENT_SPREAD
| INLINE_FRAGMENT

Arguments

skip.if ● Boolean! non-null scalar

Skipped when true.

- - + + \ No newline at end of file diff --git a/api-reference/directives/specified-by/index.html b/api-reference/directives/specified-by/index.html index bf94fa85dd6..d71eb8c0935 100644 --- a/api-reference/directives/specified-by/index.html +++ b/api-reference/directives/specified-by/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

specifiedBy

Exposes a URL that specifies the behavior of this scalar.

directive @specifiedBy(
url: String!
) on SCALAR

Arguments

specifiedBy.url ● String! non-null scalar

The URL that specifies the behavior of this scalar.

- - + + \ No newline at end of file diff --git a/api-reference/enums/account-country/index.html b/api-reference/enums/account-country/index.html index f7952d23345..3ebdbe95ea3 100644 --- a/api-reference/enums/account-country/index.html +++ b/api-reference/enums/account-country/index.html @@ -7,14 +7,13 @@ - - + +
-
Skip to main content

AccountCountry

Refers to the country of the account. It will determine the country code of the local IBAN of the account.

Available Account Country: CCA3

enum AccountCountry {
FRA
DEU
ESP
NLD
}

Values

AccountCountry.FRA

French account with a French IBAN, starting with FR.

AccountCountry.DEU

German account with a German IBAN, starting with DE.

AccountCountry.ESP

Spanish account with a Spanish IBAN, starting with ES.

AccountCountry.NLD

Dutch account with a Dutch IBAN, starting with DU. -COMING SOON

Member of

Account object ● OnboardCompanyAccountHolderInput input ● OnboardIndividualAccountHolderInput input ● Onboarding object ● OnboardingInfo object ● UpdateCompanyOnboardingInput input ● UpdateIndividualOnboardingInput input

- - +
Skip to main content

AccountCountry

Refers to the country of the account. It will determine the country code of the local IBAN of the account.

Available Account Country: CCA3

enum AccountCountry {
FRA
DEU
ESP
NLD
}

Values

AccountCountry.FRA

French account with a French IBAN, starting with FR.

AccountCountry.DEU

German account with a German IBAN, starting with DE.

AccountCountry.ESP

Spanish account with a Spanish IBAN, starting with ES.

AccountCountry.NLD

Dutch account with a Dutch IBAN, starting with DU.

Member of

Account object ● OnboardCompanyAccountHolderInput input ● OnboardIndividualAccountHolderInput input ● Onboarding object ● OnboardingInfo object ● UpdateCompanyOnboardingInput input ● UpdateIndividualOnboardingInput input

+ + \ No newline at end of file diff --git a/api-reference/enums/account-funding-limits-reached-reason/index.html b/api-reference/enums/account-funding-limits-reached-reason/index.html index 482b1b201a8..c9fed69374d 100644 --- a/api-reference/enums/account-funding-limits-reached-reason/index.html +++ b/api-reference/enums/account-funding-limits-reached-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountFundingLimitsReachedReason

No description

enum AccountFundingLimitsReachedReason {
InstantFundingLimitExceededRejection
FundingLimitExceededRejection
ProjectInstantFundingLimitExceededRejection
ProjectFundingLimitExceededRejection
GlobalInstantFundingLimitExceededRejection
GlobalFundingLimitExceededRejection
InsufficientFundsRejection
}

Values

AccountFundingLimitsReachedReason.InstantFundingLimitExceededRejection

Account Holder instant funding limit exceeded

AccountFundingLimitsReachedReason.FundingLimitExceededRejection

Account Holder funding limit exceeded

AccountFundingLimitsReachedReason.ProjectInstantFundingLimitExceededRejection

Project instant funding limit exceeded

AccountFundingLimitsReachedReason.ProjectFundingLimitExceededRejection

Project funding limit exceeded

AccountFundingLimitsReachedReason.GlobalInstantFundingLimitExceededRejection

Global instant funding limit exceeded

AccountFundingLimitsReachedReason.GlobalFundingLimitExceededRejection

Global funding limit exceeded

AccountFundingLimitsReachedReason.InsufficientFundsRejection

Insufficient funds rejection

- - + + \ No newline at end of file diff --git a/api-reference/enums/account-holder-order-by-field-input/index.html b/api-reference/enums/account-holder-order-by-field-input/index.html index a0bc636d364..134aabceb56 100644 --- a/api-reference/enums/account-holder-order-by-field-input/index.html +++ b/api-reference/enums/account-holder-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/account-holder-status/index.html b/api-reference/enums/account-holder-status/index.html index 73563db3dd2..4f4b58bc079 100644 --- a/api-reference/enums/account-holder-status/index.html +++ b/api-reference/enums/account-holder-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountHolderStatus

Account holder status.

enum AccountHolderStatus {
Enabled
Suspended
Canceled
}

Values

AccountHolderStatus.Enabled

When the account holder is enabled.

AccountHolderStatus.Suspended

When the account holder is suspended.

AccountHolderStatus.Canceled

When the account holder is canceled.

Member of

AccountHolderCanceledStatusInfo object ● AccountHolderEnabledStatusInfo object ● AccountHolderFilterInput input ● AccountHolderStatusInfo interface ● AccountHolderSuspendedStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/account-holder-type/index.html b/api-reference/enums/account-holder-type/index.html index 0b7e635e872..9bc21d9cbef 100644 --- a/api-reference/enums/account-holder-type/index.html +++ b/api-reference/enums/account-holder-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountHolderType

Account holder type

enum AccountHolderType {
Individual
Company
}

Values

AccountHolderType.Individual

Individual (Natural person)

AccountHolderType.Company

Company (Legal person)

Member of

AccountHolderCompanyInfo object ● AccountHolderFilterInput input ● AccountHolderIndividualInfo object ● AccountHolderInfo interface ● OnboardingAccountHolderInfo interface ● OnboardingCompanyAccountHolderInfo object ● OnboardingFiltersInput input ● OnboardingIndividualAccountHolderInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/account-language/index.html b/api-reference/enums/account-language/index.html index 3e1b5732cd1..6e8ede7dddf 100644 --- a/api-reference/enums/account-language/index.html +++ b/api-reference/enums/account-language/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/account-membership-order-by-field-input/index.html b/api-reference/enums/account-membership-order-by-field-input/index.html index dceb15d5faa..2da69a87668 100644 --- a/api-reference/enums/account-membership-order-by-field-input/index.html +++ b/api-reference/enums/account-membership-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/account-membership-status/index.html b/api-reference/enums/account-membership-status/index.html index 466471413f8..fe98a57f79d 100644 --- a/api-reference/enums/account-membership-status/index.html +++ b/api-reference/enums/account-membership-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipStatus

AccountMembership enabled

enum AccountMembershipStatus {
ConsentPending
InvitationSent
BindingUserError
Enabled
Suspended
Disabled
}

Values

AccountMembershipStatus.ConsentPending

when the consent to invite the account membership is pending

AccountMembershipStatus.InvitationSent

when the account membership is invited

AccountMembershipStatus.BindingUserError

when the user binded with errors to the account membership

AccountMembershipStatus.Enabled

when the account membership is enabled

AccountMembershipStatus.Suspended

when the account membership is suspended

AccountMembershipStatus.Disabled

when the account membership is disabled

Member of

AccountMembershipBindingUserErrorStatusInfo object ● AccountMembershipConsentPendingStatusInfo object ● AccountMembershipDisabledStatusInfo object ● AccountMembershipEnabledStatusInfo object ● AccountMembershipInvitationSentStatusInfo object ● AccountMembershipsFilterInput input ● AccountMembershipStatusInfo interface ● AccountMembershipSuspendedStatusInfo object ● MembershipsFilterInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/account-memberships-permission/index.html b/api-reference/enums/account-memberships-permission/index.html index 727a5b93783..a6f96c779f8 100644 --- a/api-reference/enums/account-memberships-permission/index.html +++ b/api-reference/enums/account-memberships-permission/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/account-order-by-field-input/index.html b/api-reference/enums/account-order-by-field-input/index.html index d1d1877a15c..9f6dadb2960 100644 --- a/api-reference/enums/account-order-by-field-input/index.html +++ b/api-reference/enums/account-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/account-received-direct-debit-order-by-field-input/index.html b/api-reference/enums/account-received-direct-debit-order-by-field-input/index.html index 1268a4c79f4..3d32de53176 100644 --- a/api-reference/enums/account-received-direct-debit-order-by-field-input/index.html +++ b/api-reference/enums/account-received-direct-debit-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/account-standing-order-order-by-field-input/index.html b/api-reference/enums/account-standing-order-order-by-field-input/index.html index ef8bc939ebc..1dd20404b04 100644 --- a/api-reference/enums/account-standing-order-order-by-field-input/index.html +++ b/api-reference/enums/account-standing-order-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/account-status/index.html b/api-reference/enums/account-status/index.html index 002e73107ed..794532f12f7 100644 --- a/api-reference/enums/account-status/index.html +++ b/api-reference/enums/account-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountStatus

No description

enum AccountStatus {
Opened
Suspended
Closing
Closed
}

Values

AccountStatus.Opened

When the account is opened

AccountStatus.Suspended

When the account is suspended

AccountStatus.Closing

When the account is currently closing

AccountStatus.Closed

When the account is closed

Member of

AccountClosedStatus object ● AccountClosingStatus object ● AccountFilterInput input ● AccountOpenedStatus object ● AccountStatusInfo interface ● AccountSuspendedStatus object

- - + + \ No newline at end of file diff --git a/api-reference/enums/account-verification-status/index.html b/api-reference/enums/account-verification-status/index.html index c3840849751..16e378b28b3 100644 --- a/api-reference/enums/account-verification-status/index.html +++ b/api-reference/enums/account-verification-status/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountVerificationStatus

Account Verification Status

enum AccountVerificationStatus {
PendingVerification
PendingReview
Verified
Rejected
}

Values

AccountVerificationStatus.PendingVerification

We are waiting for the end user to send a credit transfer from his external iban to any Swan owned iban

AccountVerificationStatus.PendingReview

We could not automatically match the external iban based on last received transfer. Manuel review process is underway

AccountVerificationStatus.Verified

Account has been verified

AccountVerificationStatus.Rejected

Account verification has been rejected

Member of

AccountVerificationStatusInfo interface ● PendingReviewStatusInfo object ● PendingVerificationStatusInfo object ● RejectedVerificationStatusInfo object ● VerifiedStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/aml-risk-level/index.html b/api-reference/enums/aml-risk-level/index.html index c65e6ba281b..dd9401ca050 100644 --- a/api-reference/enums/aml-risk-level/index.html +++ b/api-reference/enums/aml-risk-level/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/authenticator-type/index.html b/api-reference/enums/authenticator-type/index.html index 5ebad0bd79f..b8346da85a1 100644 --- a/api-reference/enums/authenticator-type/index.html +++ b/api-reference/enums/authenticator-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/authorization-type/index.html b/api-reference/enums/authorization-type/index.html index 401f2cadf7f..5f6e8fc97d3 100644 --- a/api-reference/enums/authorization-type/index.html +++ b/api-reference/enums/authorization-type/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AuthorizationType

Type of the card authorization transaction

enum AuthorizationType {
Classic
PreAuthorization
DataRequest
}

Values

AuthorizationType.Classic

Classic authorization, nominal use-case, in order to hold the amount in the available balance that will be debited in the following days

AuthorizationType.PreAuthorization

Pre-authorization. Usually an authorization in order to hold the amount in the available balance that will be updated in a second time with the final amount (gaz station, car rent, etc)

AuthorizationType.DataRequest

Usually an authorization used by a merchant to verify if the card exists and can successfully receive a future authorization

Member of

CardTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/enums/business-activity/index.html b/api-reference/enums/business-activity/index.html index 6f0dae1b1a5..50cfcad046b 100644 --- a/api-reference/enums/business-activity/index.html +++ b/api-reference/enums/business-activity/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/cancel-physical-card-reason/index.html b/api-reference/enums/cancel-physical-card-reason/index.html index b2b68f15af1..0dd35ab3f7a 100644 --- a/api-reference/enums/cancel-physical-card-reason/index.html +++ b/api-reference/enums/cancel-physical-card-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelPhysicalCardReason

reason why the physical card is canceled

enum CancelPhysicalCardReason {
NonReceived
Lost
Stolen
Defected
Blocked
}

Values

CancelPhysicalCardReason.NonReceived

When the card holder never received the card

CancelPhysicalCardReason.Lost

When the card has been stolen

CancelPhysicalCardReason.Stolen

When the card has been stolen

CancelPhysicalCardReason.Defected

When the card doesn't work anymore

CancelPhysicalCardReason.Blocked

When the card holder wants to block his card

Member of

CancelPhysicalCardInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/canceled-funding-source-reason/index.html b/api-reference/enums/canceled-funding-source-reason/index.html index 452b8571777..45aac4192a3 100644 --- a/api-reference/enums/canceled-funding-source-reason/index.html +++ b/api-reference/enums/canceled-funding-source-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/capital-deposit-case-order-by-field-input/index.html b/api-reference/enums/capital-deposit-case-order-by-field-input/index.html index 41fa30fad6f..d60b1e2ff7c 100644 --- a/api-reference/enums/capital-deposit-case-order-by-field-input/index.html +++ b/api-reference/enums/capital-deposit-case-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/capital-deposit-case-status/index.html b/api-reference/enums/capital-deposit-case-status/index.html index 0e8bd7ca090..c4f4d16259d 100644 --- a/api-reference/enums/capital-deposit-case-status/index.html +++ b/api-reference/enums/capital-deposit-case-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositCaseStatus

Status of a capital deposit case.

enum CapitalDepositCaseStatus {
Initiated
WaitingForRequirements
WaitingForShareDepositCertificate
WaitingForRegisterExtract
WaitingForNotaryTransfer
Completed
}

Values

CapitalDepositCaseStatus.Initiated

Technical state when the mutation to create a new capital deposit case is called.

CapitalDepositCaseStatus.WaitingForRequirements

A new capital deposit case is created and Swan is waiting for the required information to be provided and each shareholder to wire their share of share capital.

CapitalDepositCaseStatus.WaitingForShareDepositCertificate

Swan is waiting for the notary to provide the Share Deposit Certificate.

CapitalDepositCaseStatus.WaitingForRegisterExtract

Swan is waiting for you to provide the Register Extract.

CapitalDepositCaseStatus.WaitingForNotaryTransfer

Swan is waiting for the notary to wire the share capital on the account of the company being registered.

CapitalDepositCaseStatus.Completed

The capital deposit case is completed.

Member of

CapitalDepositCase object ● CapitalDepositCaseFiltersInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/capital-deposit-document-status/index.html b/api-reference/enums/capital-deposit-document-status/index.html index e2dab08abe2..3dd783eb06a 100644 --- a/api-reference/enums/capital-deposit-document-status/index.html +++ b/api-reference/enums/capital-deposit-document-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositDocumentStatus

Status of the Capital Deposit Case

enum CapitalDepositDocumentStatus {
Pending
Uploaded
Validated
Refused
}

Values

CapitalDepositDocumentStatus.Pending

Document is not uploaded yet.

CapitalDepositDocumentStatus.Uploaded

Document has been uploaded but not verified by Swan yet.

CapitalDepositDocumentStatus.Validated

Document has been uploaded and verified by Swan.

CapitalDepositDocumentStatus.Refused

Document has been refused by Swan, it must be uploaded again.

Member of

CapitalDepositDocument object

- - + + \ No newline at end of file diff --git a/api-reference/enums/capital-deposit-document-type/index.html b/api-reference/enums/capital-deposit-document-type/index.html index 2ee588c0745..fc8d253394a 100644 --- a/api-reference/enums/capital-deposit-document-type/index.html +++ b/api-reference/enums/capital-deposit-document-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositDocumentType

Type of the document.

enum CapitalDepositDocumentType {
ArticlesOfIncorporation
RegisterExtract
ProofOfIdentity
CorporateIncomeTaxReturn
ProofOfIndividualAddress
CompanyLeaseAgreement
CapitalShareDepositCertificate
PowerOfAttorney
}

Values

CapitalDepositDocumentType.ArticlesOfIncorporation

Legal document required for company’s formation.

CapitalDepositDocumentType.RegisterExtract

Commercial registry extract issued within the last 3 months.

CapitalDepositDocumentType.ProofOfIdentity

Can be either passport, national id card or resident permit.

CapitalDepositDocumentType.CorporateIncomeTaxReturn

Document submitted to your tax bureau at the end of the last business period.

CapitalDepositDocumentType.ProofOfIndividualAddress

Can be a utility bill (water, electricity or gas), a telephone bill or a rental receipt. The document must have been issued within the last 3 months.

CapitalDepositDocumentType.CompanyLeaseAgreement

Lease agreement in the name of the business or Proof of Individual Address if the company is hosted by one of the legal representative.

CapitalDepositDocumentType.CapitalShareDepositCertificate

Created by the Notary, it certifies the capital of the company to have been deposited with the appropriate share for each shareholder.

CapitalDepositDocumentType.PowerOfAttorney

Signed power of attorney document to give the power to act on behalf.

Member of

CapitalDepositDocument object

- - + + \ No newline at end of file diff --git a/api-reference/enums/card-authorization-outcome/index.html b/api-reference/enums/card-authorization-outcome/index.html index a7618a1fba8..6eccb2f09dd 100644 --- a/api-reference/enums/card-authorization-outcome/index.html +++ b/api-reference/enums/card-authorization-outcome/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardAuthorizationOutcome

No description

enum CardAuthorizationOutcome {
Accepted
AccountClosed
AccountSuspended
AtmWithdrawalAmountLimitExceeded
AtmWithdrawalNumberLimitExceeded
AuthorizationConsumed
AuthorizationUpdated
AuthorizationValidityExceeded
CardCanceled
CardExpired
CardholderCancelation
CardLost
CardNotProvidedToCardholderOrClosed
CardNumberInvalid
CardOpposedCardStolen
CardOutOfOrder
CardTemporarilyLocked
CardUnknown
DoNotHonor
eMoneyAccount
eMoneyAccountLimitExceeded
IncorrectPinCodeAttemptsExceeded
InsufficientFunds
MerchantInvalid
MerchantShouldResubmitAuthorization
MiscellaneousReason
OriginalTransactionNotFound
PartialApproval
PartialCancelation
PeriodAmountLimitExceeded
PeriodNumberTransactionLimitExceeded
PinCodeInvalid
PinCodeValidationImpossible
SpendingLimitsReached
TechnicalError
TransactionAmountLimitExceeded
TransactionCurrencyIncorrect
TransactionInvalid
TransactionNotAuthorizedForCardholder
TransactionNotAuthorizedForPointOfSale
}

Values

CardAuthorizationOutcome.Accepted

CardAuthorizationOutcome.AccountClosed

CardAuthorizationOutcome.AccountSuspended

CardAuthorizationOutcome.AtmWithdrawalAmountLimitExceeded

CardAuthorizationOutcome.AtmWithdrawalNumberLimitExceeded

CardAuthorizationOutcome.AuthorizationConsumed

CardAuthorizationOutcome.AuthorizationUpdated

CardAuthorizationOutcome.AuthorizationValidityExceeded

CardAuthorizationOutcome.CardCanceled

CardAuthorizationOutcome.CardExpired

CardAuthorizationOutcome.CardholderCancelation

CardAuthorizationOutcome.CardLost

CardAuthorizationOutcome.CardNotProvidedToCardholderOrClosed

CardAuthorizationOutcome.CardNumberInvalid

CardAuthorizationOutcome.CardOpposedCardStolen

CardAuthorizationOutcome.CardOutOfOrder

CardAuthorizationOutcome.CardTemporarilyLocked

CardAuthorizationOutcome.CardUnknown

CardAuthorizationOutcome.DoNotHonor

CardAuthorizationOutcome.eMoneyAccount

CardAuthorizationOutcome.eMoneyAccountLimitExceeded

CardAuthorizationOutcome.IncorrectPinCodeAttemptsExceeded

CardAuthorizationOutcome.InsufficientFunds

CardAuthorizationOutcome.MerchantInvalid

CardAuthorizationOutcome.MerchantShouldResubmitAuthorization

CardAuthorizationOutcome.MiscellaneousReason

CardAuthorizationOutcome.OriginalTransactionNotFound

CardAuthorizationOutcome.PartialApproval

CardAuthorizationOutcome.PartialCancelation

CardAuthorizationOutcome.PeriodAmountLimitExceeded

CardAuthorizationOutcome.PeriodNumberTransactionLimitExceeded

CardAuthorizationOutcome.PinCodeInvalid

CardAuthorizationOutcome.PinCodeValidationImpossible

CardAuthorizationOutcome.SpendingLimitsReached

CardAuthorizationOutcome.TechnicalError

CardAuthorizationOutcome.TransactionAmountLimitExceeded

CardAuthorizationOutcome.TransactionCurrencyIncorrect

CardAuthorizationOutcome.TransactionInvalid

CardAuthorizationOutcome.TransactionNotAuthorizedForCardholder

CardAuthorizationOutcome.TransactionNotAuthorizedForPointOfSale

- - + + \ No newline at end of file diff --git a/api-reference/enums/card-authorization-type/index.html b/api-reference/enums/card-authorization-type/index.html index d64fe139b75..48b9634eeec 100644 --- a/api-reference/enums/card-authorization-type/index.html +++ b/api-reference/enums/card-authorization-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/card-design-background-type/index.html b/api-reference/enums/card-design-background-type/index.html index d81e367c4c1..91ae51c30fa 100644 --- a/api-reference/enums/card-design-background-type/index.html +++ b/api-reference/enums/card-design-background-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/card-design-status/index.html b/api-reference/enums/card-design-status/index.html index 8392cb97730..f4675d807b6 100644 --- a/api-reference/enums/card-design-status/index.html +++ b/api-reference/enums/card-design-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/card-order-by-field-input/index.html b/api-reference/enums/card-order-by-field-input/index.html index d22ef1512d4..9234574932c 100644 --- a/api-reference/enums/card-order-by-field-input/index.html +++ b/api-reference/enums/card-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/card-product-status/index.html b/api-reference/enums/card-product-status/index.html index 921e7419b96..befe3776c6b 100644 --- a/api-reference/enums/card-product-status/index.html +++ b/api-reference/enums/card-product-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/card-settings-background-type/index.html b/api-reference/enums/card-settings-background-type/index.html index d49a738b11e..49665be947a 100644 --- a/api-reference/enums/card-settings-background-type/index.html +++ b/api-reference/enums/card-settings-background-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/card-status/index.html b/api-reference/enums/card-status/index.html index 7510f84a165..dcc1c3b6efa 100644 --- a/api-reference/enums/card-status/index.html +++ b/api-reference/enums/card-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardStatus

Card Status

enum CardStatus {
ConsentPending
Processing
Enabled
Canceled
Canceling
}

Values

CardStatus.ConsentPending

when the consent to add this card is pending

CardStatus.Processing

when the card is in the process of being ready to use

CardStatus.Enabled

when the card is enabled

CardStatus.Canceled

when the card is canceled

CardStatus.Canceling

when the card is about to be canceled

Member of

CardCanceledStatusInfo object ● CardCancelingStatusInfo object ● CardConsentPendingStatusInfo object ● CardEnabledStatusInfo object ● CardFiltersInput input ● CardProcessingStatusInfo object ● CardStatusInfo interface ● CardWrongStatusRejection object

- - + + \ No newline at end of file diff --git a/api-reference/enums/card-transaction-category/index.html b/api-reference/enums/card-transaction-category/index.html index b3dfb339727..1220b12b855 100644 --- a/api-reference/enums/card-transaction-category/index.html +++ b/api-reference/enums/card-transaction-category/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/card-type/index.html b/api-reference/enums/card-type/index.html index 8140f858f26..f3c28f56dfe 100644 --- a/api-reference/enums/card-type/index.html +++ b/api-reference/enums/card-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/cash-account-type/index.html b/api-reference/enums/cash-account-type/index.html index e23ba3756bd..1805e97ed54 100644 --- a/api-reference/enums/cash-account-type/index.html +++ b/api-reference/enums/cash-account-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/category/index.html b/api-reference/enums/category/index.html index fe8a517f1a5..306d427bfc4 100644 --- a/api-reference/enums/category/index.html +++ b/api-reference/enums/category/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/close-account-reason-type/index.html b/api-reference/enums/close-account-reason-type/index.html index d1e7931119b..ce6b4fc625e 100644 --- a/api-reference/enums/close-account-reason-type/index.html +++ b/api-reference/enums/close-account-reason-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/company-type/index.html b/api-reference/enums/company-type/index.html index 0b708651239..ad38f0dd5d3 100644 --- a/api-reference/enums/company-type/index.html +++ b/api-reference/enums/company-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/complete-digital-card-status/index.html b/api-reference/enums/complete-digital-card-status/index.html index dced5b18f09..17fc7d0fec5 100644 --- a/api-reference/enums/complete-digital-card-status/index.html +++ b/api-reference/enums/complete-digital-card-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CompleteDigitalCardStatus

Complete Digital Card Status

enum CompleteDigitalCardStatus {
Enabled
Suspended
Canceled
}

Values

CompleteDigitalCardStatus.Enabled

when the digital card is enabled

CompleteDigitalCardStatus.Suspended

when the digital card is suspended

the transactions will be blocked

CompleteDigitalCardStatus.Canceled

when the digital card is canceled

this is a final state

Member of

CompleteDigitalCardStatusInfo interface ● DigitalCardCanceledStatusInfo object ● DigitalCardEnabledStatusInfo object ● DigitalCardSuspendedStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/consent-purpose/index.html b/api-reference/enums/consent-purpose/index.html index e071de51b22..a2f5e9efcac 100644 --- a/api-reference/enums/consent-purpose/index.html +++ b/api-reference/enums/consent-purpose/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ConsentPurpose

Purpose of a consent

enum ConsentPurpose {
AcceptPartnershipConditions
AddAccountMembership
AddAccountMemberships
AddBeneficiary
AddCard
AddCards
AddDigitalCard
ActivatePhysicalCard
CloseAccount
InitPayment
PrintPhysicalCard
ResumeAccountMembership
ResumePhysicalCard
ScheduleStandingOrder
UpdateAccountMembership
UpdateCard
UpdateServerConsentProjectSettings
ViewCardNumbers
ViewPhysicalCardPin
EnableMandate
AddDirectDebitPaymentMandate
InitiateFundingRequest
InitiateInstantFundingRequest
InitiateInternationalCreditTransfer
ConsentToMultipleConsents
}

Values

ConsentPurpose.AcceptPartnershipConditions

when accepting the partnership conditions

ConsentPurpose.AddAccountMembership

when inviting a new account membership

ConsentPurpose.AddAccountMemberships

when adding several account memberships

ConsentPurpose.AddBeneficiary

when adding a beneficiary

ConsentPurpose.AddCard

when adding a virtual card

ConsentPurpose.AddCards

when adding multiple cards

ConsentPurpose.AddDigitalCard

when adding a digital card

ConsentPurpose.ActivatePhysicalCard

when activating a physical card

ConsentPurpose.CloseAccount

when closing an account

ConsentPurpose.InitPayment

when initiating a credit transfer

ConsentPurpose.PrintPhysicalCard

when requesting to print physical card

ConsentPurpose.ResumeAccountMembership

when resuming an account membership

ConsentPurpose.ResumePhysicalCard

when resuming a physical card

ConsentPurpose.ScheduleStandingOrder

when scheduling a standing order

ConsentPurpose.UpdateAccountMembership

when updating an account membership

ConsentPurpose.UpdateCard

when updating a card

ConsentPurpose.UpdateServerConsentProjectSettings

when updating a server consent project settings

ConsentPurpose.ViewCardNumbers

when viewing card confidential of a virtual card

ConsentPurpose.ViewPhysicalCardPin

when requesting to view physical card PIN

ConsentPurpose.EnableMandate

when enabling a mandate

ConsentPurpose.AddDirectDebitPaymentMandate

when adding a payment direct debit mandate

ConsentPurpose.InitiateFundingRequest

when initiating a funding request

ConsentPurpose.InitiateInstantFundingRequest

when initiating an instant funding request

ConsentPurpose.InitiateInternationalCreditTransfer

when initiating an international credit transfer

ConsentPurpose.ConsentToMultipleConsents

when the consent is a multiple consent

Member of

Consent object

- - + + \ No newline at end of file diff --git a/api-reference/enums/consent-status/index.html b/api-reference/enums/consent-status/index.html index 52c5fcb28b2..f4dfe6ff039 100644 --- a/api-reference/enums/consent-status/index.html +++ b/api-reference/enums/consent-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ConsentStatus

Status of a consent

enum ConsentStatus {
Accepted
CustomerRefused
OperationCommitting
CredentialRefused
Created
Started
Expired
Failed
Canceled
}

Values

ConsentStatus.Accepted

when the user accepted

ConsentStatus.CustomerRefused

when the user refused

ConsentStatus.OperationCommitting

when the operation is committing

ConsentStatus.CredentialRefused

when the user credentials were refused

ConsentStatus.Created

when the consent is created

ConsentStatus.Started

when the consentUrl has been requested

ConsentStatus.Expired

when the consent is expired

ConsentStatus.Failed

when something went wrong

ConsentStatus.Canceled

when the user or the project decided to cancel the consent

Member of

Consent object ● NotReachableConsentStatusRejection object

- - + + \ No newline at end of file diff --git a/api-reference/enums/credit-transfer-mode/index.html b/api-reference/enums/credit-transfer-mode/index.html index 4e19054fa16..8a62996ee20 100644 --- a/api-reference/enums/credit-transfer-mode/index.html +++ b/api-reference/enums/credit-transfer-mode/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/digital-card-order-by-field-input/index.html b/api-reference/enums/digital-card-order-by-field-input/index.html index df0c9237386..fad890852b3 100644 --- a/api-reference/enums/digital-card-order-by-field-input/index.html +++ b/api-reference/enums/digital-card-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/digitalization-type/index.html b/api-reference/enums/digitalization-type/index.html index c17766967ef..36a44bc2929 100644 --- a/api-reference/enums/digitalization-type/index.html +++ b/api-reference/enums/digitalization-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DigitalizationType

Digitalization Type

enum DigitalizationType {
Manual
CardOnFile
InApp
Unknown
}

Values

DigitalizationType.Manual

This digital card was created by direct input of the PAN into a wallet application

This direct input can also be done using the device camera

DigitalizationType.CardOnFile

This digital card was created based on a PAN stored into a merchant application (ex: iTunes)

DigitalizationType.InApp

This digital card was created by an in app provisioning

DigitalizationType.Unknown

We could not get the source of the digitalization

Member of

CompleteDigitalCard object ● DigitalCard interface ● PendingDigitalCard object

- - + + \ No newline at end of file diff --git a/api-reference/enums/direct-debit-sequence/index.html b/api-reference/enums/direct-debit-sequence/index.html index 8d512b20cc7..3039399923c 100644 --- a/api-reference/enums/direct-debit-sequence/index.html +++ b/api-reference/enums/direct-debit-sequence/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/document-file-side/index.html b/api-reference/enums/document-file-side/index.html index 2072c881afd..ee4962a0f8d 100644 --- a/api-reference/enums/document-file-side/index.html +++ b/api-reference/enums/document-file-side/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/document-type/index.html b/api-reference/enums/document-type/index.html index b516c00d235..d181cd44c3b 100644 --- a/api-reference/enums/document-type/index.html +++ b/api-reference/enums/document-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/employment-status/index.html b/api-reference/enums/employment-status/index.html index 455d418a5d4..450732b27bb 100644 --- a/api-reference/enums/employment-status/index.html +++ b/api-reference/enums/employment-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/env-type/index.html b/api-reference/enums/env-type/index.html index f3c64ca3d4f..2b66ecc3b3a 100644 --- a/api-reference/enums/env-type/index.html +++ b/api-reference/enums/env-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/external-account-balance-type/index.html b/api-reference/enums/external-account-balance-type/index.html index 76683b78b0c..fd11cd967f2 100644 --- a/api-reference/enums/external-account-balance-type/index.html +++ b/api-reference/enums/external-account-balance-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalAccountBalanceType

No description

enum ExternalAccountBalanceType {
ClosingBooked
PreviouslyClosedBooked
InterimAvailable
Expected
ValueDate
Other
}

Values

ExternalAccountBalanceType.ClosingBooked

Balance of the account at the end of the pre-agreed account reporting period

ExternalAccountBalanceType.PreviouslyClosedBooked

Balance of the account at the previously closed account reporting period

ExternalAccountBalanceType.InterimAvailable

Available balance calculated in the course of the account servicer's business day, at the time specified, and subject to further changes during the business day

ExternalAccountBalanceType.Expected

Balance composed of booked entries and pending items known at the time of calculation

ExternalAccountBalanceType.ValueDate

Value-date balance

ExternalAccountBalanceType.Other

Other balance

Member of

AddExternalAccountBalanceInput input ● AddOrUpdateExternalAccountBalanceInput input ● ExternalAccountBalance object ● ExternalAccountBalanceAlreadyExistsRejection object ● ExternalAccountBalanceInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/external-account-data-source-type/index.html b/api-reference/enums/external-account-data-source-type/index.html index a00b3c0c359..bc8af63d2f9 100644 --- a/api-reference/enums/external-account-data-source-type/index.html +++ b/api-reference/enums/external-account-data-source-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/external-account-usage/index.html b/api-reference/enums/external-account-usage/index.html index e4a723f9d2c..7e242b987bb 100644 --- a/api-reference/enums/external-account-usage/index.html +++ b/api-reference/enums/external-account-usage/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/fees-type-enum/index.html b/api-reference/enums/fees-type-enum/index.html index a639c950a50..b782198a2b3 100644 --- a/api-reference/enums/fees-type-enum/index.html +++ b/api-reference/enums/fees-type-enum/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FeesTypeEnum

Fees type

enum FeesTypeEnum {
BankingFee
CardPaymentsOutsideSEPA
CashWithdrawalsOutsideSEPA
CashWithdrawalsWithinSEPA
CheckDeposit
CheckIncident
CirculationLetterDraftingFee
ConfirmationLetterDraftingFee
DirectDebitRejection
InternationalCreditTransferInGroup1
InternationalCreditTransferInGroup2
InternationalCreditTransferInGroup3
InternationalCreditTransferInGroup4
InternationalCreditTransferOutGroup1
InternationalCreditTransferOutGroup2
InternationalCreditTransferOutGroup3
InternationalCreditTransferOutGroup4
ImproperUseOfAccount
PhysicalCardDeliveryExpress
PhysicalCardDeliveryFrance
PhysicalCardDeliveryIntl
PhysicalCardPrinting
ProcessingJudicialOrAdministrativeSeizure
SepaDirectDebitInB2bLevel1
SepaDirectDebitInB2bLevel2
SepaDirectDebitInCoreLevel1
SepaDirectDebitInCoreLevel2
SepaDirectDebitInCoreReturn
UnauthorizedOverdraft
}

Values

FeesTypeEnum.BankingFee

Other banking fee

FeesTypeEnum.CardPaymentsOutsideSEPA

Card transaction in foreign currency

FeesTypeEnum.CashWithdrawalsOutsideSEPA

Cash withdrawal in foreign currency

FeesTypeEnum.CashWithdrawalsWithinSEPA

Cash withdrawal

FeesTypeEnum.CheckDeposit

Deposit of a physical check

FeesTypeEnum.CheckIncident

Rejection or return of a physical check

FeesTypeEnum.CirculationLetterDraftingFee

Drafting circulation letter

FeesTypeEnum.ConfirmationLetterDraftingFee

Drafting Confirmation letter

FeesTypeEnum.DirectDebitRejection

Direct debit rejection

FeesTypeEnum.InternationalCreditTransferInGroup1

Incoming credit transfers not denominated and executed in euros on group 1 currencies

FeesTypeEnum.InternationalCreditTransferInGroup2

Incoming credit transfers not denominated and executed in euros on group 2 currencies

FeesTypeEnum.InternationalCreditTransferInGroup3

Incoming credit transfers not denominated and executed in euros on group 3 currencies

FeesTypeEnum.InternationalCreditTransferInGroup4

Incoming credit transfers not denominated and executed in euros on group 4 currencies

FeesTypeEnum.InternationalCreditTransferOutGroup1

Outgoing credit transfers not denominated and executed in euros on group 1 currencies

FeesTypeEnum.InternationalCreditTransferOutGroup2

Outgoing credit transfers not denominated and executed in euros on group 2 currencies

FeesTypeEnum.InternationalCreditTransferOutGroup3

Outgoing credit transfers not denominated and executed in euros on group 3 currencies

FeesTypeEnum.InternationalCreditTransferOutGroup4

Outgoing credit transfers not denominated and executed in euros on group 4 currencies

FeesTypeEnum.ImproperUseOfAccount

Improper use of account

FeesTypeEnum.PhysicalCardDeliveryExpress

Delivery of physical cards with an express delivery provider

FeesTypeEnum.PhysicalCardDeliveryFrance

Delivery of physical cards within France

FeesTypeEnum.PhysicalCardDeliveryIntl

Delivery of physical cards outside of France

FeesTypeEnum.PhysicalCardPrinting

Process of printing physical cards

FeesTypeEnum.ProcessingJudicialOrAdministrativeSeizure

Processing judicial or administrative seizure

FeesTypeEnum.SepaDirectDebitInB2bLevel1

B2B SEPA Direct Debit up to 200€

FeesTypeEnum.SepaDirectDebitInB2bLevel2

B2B SEPA Direct Debit more than 200€

FeesTypeEnum.SepaDirectDebitInCoreLevel1

Core SEPA Direct Debit up to 200€

FeesTypeEnum.SepaDirectDebitInCoreLevel2

Core SEPA Direct Debit more than 200€

FeesTypeEnum.SepaDirectDebitInCoreReturn

Return of a Core SEPA Direct Debit

FeesTypeEnum.UnauthorizedOverdraft

Unauthorized overdraft

Member of

FeeTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/enums/field-validation-error/index.html b/api-reference/enums/field-validation-error/index.html index 8d2c596d739..4c7ba62ef11 100644 --- a/api-reference/enums/field-validation-error/index.html +++ b/api-reference/enums/field-validation-error/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/funding-limit-settings-change-request-order-by-field-input/index.html b/api-reference/enums/funding-limit-settings-change-request-order-by-field-input/index.html index 3d161037b2c..f8a20bfdb9b 100644 --- a/api-reference/enums/funding-limit-settings-change-request-order-by-field-input/index.html +++ b/api-reference/enums/funding-limit-settings-change-request-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestOrderByFieldInput

Field we can use when ordering that can be applied when listing funding limit settings change requests

enum FundingLimitSettingsChangeRequestOrderByFieldInput {
id
createdAt
updatedAt
}

Values

FundingLimitSettingsChangeRequestOrderByFieldInput.id

FundingLimitSettingsChangeRequestOrderByFieldInput.createdAt

FundingLimitSettingsChangeRequestOrderByFieldInput.updatedAt

Member of

FundingLimitSettingsChangeRequestOrderByInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/funding-limit-settings-change-request-status/index.html b/api-reference/enums/funding-limit-settings-change-request-status/index.html index 91c6f92d599..757d1dfc3e5 100644 --- a/api-reference/enums/funding-limit-settings-change-request-status/index.html +++ b/api-reference/enums/funding-limit-settings-change-request-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestStatus

Funding Limit Settings Change Request Status

enum FundingLimitSettingsChangeRequestStatus {
WaitingForInformation
Pending
Approved
Refused
}

Values

FundingLimitSettingsChangeRequestStatus.WaitingForInformation

When the request is in waiting for information

FundingLimitSettingsChangeRequestStatus.Pending

When the request is in pending

FundingLimitSettingsChangeRequestStatus.Approved

When the request is approved

FundingLimitSettingsChangeRequestStatus.Refused

When the request is refused

Member of

FundingLimitSettingsChangeRequestApprovedStatusInfo object ● FundingLimitSettingsChangeRequestFiltersInput input ● FundingLimitSettingsChangeRequestPendingStatusInfo object ● FundingLimitSettingsChangeRequestRefusedStatusInfo object ● FundingLimitSettingsChangeRequestStatusInfo interface ● FundingLimitSettingsChangeRequestWaitingForInformationStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/funding-limit-settings-status/index.html b/api-reference/enums/funding-limit-settings-status/index.html index d25de5755b2..8a5969d0fbc 100644 --- a/api-reference/enums/funding-limit-settings-status/index.html +++ b/api-reference/enums/funding-limit-settings-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsStatus

Possible values for funding limit settings status

enum FundingLimitSettingsStatus {
Enabled
Suspended
Disabled
}

Values

FundingLimitSettingsStatus.Enabled

When the funding limit settings is enabled

FundingLimitSettingsStatus.Suspended

When the funding limit settings is suspended

FundingLimitSettingsStatus.Disabled

When the funding limit settings is disabled

Member of

DisabledFundingLimitSettingsStatusInfo object ● EnabledFundingLimitSettingsStatusInfo object ● FundingLimitSettingsStatusInfo interface ● SuspendedFundingLimitSettingsStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/funding-source-order-by-field-input/index.html b/api-reference/enums/funding-source-order-by-field-input/index.html index a18e60c477f..92768fc6391 100644 --- a/api-reference/enums/funding-source-order-by-field-input/index.html +++ b/api-reference/enums/funding-source-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/funding-source-status/index.html b/api-reference/enums/funding-source-status/index.html index 326f68e0496..05dab6e6616 100644 --- a/api-reference/enums/funding-source-status/index.html +++ b/api-reference/enums/funding-source-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/ibanstatus/index.html b/api-reference/enums/ibanstatus/index.html index 5eb9d010be1..00e6957ba16 100644 --- a/api-reference/enums/ibanstatus/index.html +++ b/api-reference/enums/ibanstatus/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/identification-expert-process-provider/index.html b/api-reference/enums/identification-expert-process-provider/index.html index 638e6129e1f..1bfe32ad31a 100644 --- a/api-reference/enums/identification-expert-process-provider/index.html +++ b/api-reference/enums/identification-expert-process-provider/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/identification-expert-with-qesprocess-provider/index.html b/api-reference/enums/identification-expert-with-qesprocess-provider/index.html index 8f5eacdbb04..82504b9e8e1 100644 --- a/api-reference/enums/identification-expert-with-qesprocess-provider/index.html +++ b/api-reference/enums/identification-expert-with-qesprocess-provider/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/identification-invalid-reason/index.html b/api-reference/enums/identification-invalid-reason/index.html index a9454d3fb45..b709e573a3b 100644 --- a/api-reference/enums/identification-invalid-reason/index.html +++ b/api-reference/enums/identification-invalid-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdentificationInvalidReason

The various reasons that can lead to an invalid identification level

enum IdentificationInvalidReason {
AbsentOrIncompleteFace
AlteredDevice
BadDocumentLightning
DamagedDocument
ExpiredDocument
FraudDetected
InadequateVideo
InsufficientApplicantLightning
InsufficientApplicantLiveness
InsufficientConnectionQuality
InsufficientDocumentLiveness
InsufficientDocumentReadability
InsufficientFaceReadability
InsufficientVideoReadability
InternalError
InvalidAddress
InvalidOrMissingData
InvoluntaryIdentification
MissingGeolocationData
NegativeNewsHit
NonMatchingIdentity
NonOriginalDocument
SanctionListHit
SecondDocumentRequired
TechnicalSignatureError
TimeoutSignatureFlow
UnacceptableDocument
UnderageApplicant
}

Values

IdentificationInvalidReason.AbsentOrIncompleteFace

Face must be fully present in the photo

IdentificationInvalidReason.AlteredDevice

Applicant used a device that has been technically altered / modified

IdentificationInvalidReason.BadDocumentLightning

Light on actual document is insufficient

IdentificationInvalidReason.DamagedDocument

Something about the document is damaged (could be as tiny as a bent corner)

IdentificationInvalidReason.ExpiredDocument

Expiry date of document has passed

IdentificationInvalidReason.FraudDetected

Attempt to commit fraud detected

IdentificationInvalidReason.InadequateVideo

Video quality isn’t sufficient or video is missing required information

IdentificationInvalidReason.InsufficientApplicantLightning

Lighting on applicant’s face is insufficient

IdentificationInvalidReason.InsufficientApplicantLiveness

Applicant isn’t meeting movement requirements

IdentificationInvalidReason.InsufficientConnectionQuality

Internet connection quality is insufficient

IdentificationInvalidReason.InsufficientDocumentLiveness

Video of document doesn’t meet movement requirements

IdentificationInvalidReason.InsufficientDocumentReadability

Document is blurry or otherwise distorted

IdentificationInvalidReason.InsufficientFaceReadability

Face is blurry or otherwise distorted

IdentificationInvalidReason.InsufficientVideoReadability

Video is blurry or otherwise distorted

IdentificationInvalidReason.InternalError

There was a technical error

IdentificationInvalidReason.InvalidAddress

Address is not valid or accepted

IdentificationInvalidReason.InvalidOrMissingData

Identification data is invalid or missing

IdentificationInvalidReason.InvoluntaryIdentification

Applicant seems to be doing verification against their will

IdentificationInvalidReason.MissingGeolocationData

Geolocation data is required but not available

IdentificationInvalidReason.NegativeNewsHit

Applicant appears on unacceptable news list

IdentificationInvalidReason.NonMatchingIdentity

Applicant’s identity does not match the expected ID info

IdentificationInvalidReason.NonOriginalDocument

Applicant presented a duplicate of the document (digital or paper)

IdentificationInvalidReason.SanctionListHit

Applicant appears on a sanctions list

IdentificationInvalidReason.SecondDocumentRequired

Applicant required to provide a second document

IdentificationInvalidReason.TechnicalSignatureError

There was a technical error with the electronic signature process

IdentificationInvalidReason.TimeoutSignatureFlow

The time to complete the signature timed out

IdentificationInvalidReason.UnacceptableDocument

Document not on list of acceptable document types

IdentificationInvalidReason.UnderageApplicant

Applicant is under the minimum required age

Member of

InvalidIdentificationLevelStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/identification-level-input/index.html b/api-reference/enums/identification-level-input/index.html index e48ed367009..951445264ee 100644 --- a/api-reference/enums/identification-level-input/index.html +++ b/api-reference/enums/identification-level-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/identification-level-status/index.html b/api-reference/enums/identification-level-status/index.html deleted file mode 100644 index f0a31c7b702..00000000000 --- a/api-reference/enums/identification-level-status/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - -IdentificationLevelStatus | Swan Docs - - - - - - - -
-
Skip to main content

IdentificationLevelStatus

Valid statuses for level identifications

enum IdentificationLevelStatus {
NotSupported
NotStarted
Started
Pending
Valid
Invalid
Canceled
Expired
}

Values

IdentificationLevelStatus.NotSupported

This identification level is not supported for the process associated to this identification

IdentificationLevelStatus.NotStarted

This identification level has not yet been started

IdentificationLevelStatus.Started

This identification level has been started

IdentificationLevelStatus.Pending

This identification level is pending and requires an operation not related to the end-user to progress

IdentificationLevelStatus.Valid

This identification level is valid and identification documents can be accessed

IdentificationLevelStatus.Invalid

This identification level is invalid

IdentificationLevelStatus.Canceled

The process of this identification level was canceled by the end-user

IdentificationLevelStatus.Expired

This identification level is considered expired and no documents can be accessed

Member of

CanceledIdentificationLevelStatusInfo object ● ExpiredIdentificationLevelStatusInfo object ● InvalidIdentificationLevelStatusInfo object ● NotStartedIdentificationLevelStatusInfo object ● NotSupportedIdentificationLevelStatusInfo object ● PendingIdentificationLevelStatusInfo object ● StartedIdentificationLevelStatusInfo object ● ValidIdentificationLevelStatusInfo object

- - - - \ No newline at end of file diff --git a/api-reference/enums/identification-level/index.html b/api-reference/enums/identification-level/index.html index 0b17daffd40..6adf27d276c 100644 --- a/api-reference/enums/identification-level/index.html +++ b/api-reference/enums/identification-level/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/enums/identification-process/index.html b/api-reference/enums/identification-process/index.html new file mode 100644 index 00000000000..c9757814882 --- /dev/null +++ b/api-reference/enums/identification-process/index.html @@ -0,0 +1,19 @@ + + + + + +IdentificationProcess | Swan Docs + + + + + + + +
+
Skip to main content
+ + + + \ No newline at end of file diff --git a/api-reference/enums/identification-pvidprocess-provider/index.html b/api-reference/enums/identification-pvidprocess-provider/index.html index 94c0465221f..bfc8c3baecd 100644 --- a/api-reference/enums/identification-pvidprocess-provider/index.html +++ b/api-reference/enums/identification-pvidprocess-provider/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/identification-status/index.html b/api-reference/enums/identification-status/index.html index 7ccea064906..6b787777e70 100644 --- a/api-reference/enums/identification-status/index.html +++ b/api-reference/enums/identification-status/index.html @@ -7,8 +7,8 @@ - - + +
@@ -17,7 +17,7 @@ identity is valid because the quality of the provided documents was insufficient. The user will have to start a new identification, which will update this status to Processing.

IdentificationStatus.InvalidIdentity

The user has gone through the identity verification process, but we have determined that their identity is invalid. The user will have to start a new identification, which will update this status to Processing.

Member of

User object

- - + + \ No newline at end of file diff --git a/api-reference/enums/identifications-order-by-field/index.html b/api-reference/enums/identifications-order-by-field/index.html index 44c9046340f..64534d40312 100644 --- a/api-reference/enums/identifications-order-by-field/index.html +++ b/api-reference/enums/identifications-order-by-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/identity-document-type/index.html b/api-reference/enums/identity-document-type/index.html index 4aca601e2af..fc50bc7253e 100644 --- a/api-reference/enums/identity-document-type/index.html +++ b/api-reference/enums/identity-document-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/individual-ultimate-beneficial-owner-type-enum/index.html b/api-reference/enums/individual-ultimate-beneficial-owner-type-enum/index.html index 0db16d5ab72..8f66fe80c76 100644 --- a/api-reference/enums/individual-ultimate-beneficial-owner-type-enum/index.html +++ b/api-reference/enums/individual-ultimate-beneficial-owner-type-enum/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IndividualUltimateBeneficialOwnerTypeEnum

Individual Ultimate beneficial owner nature

enum IndividualUltimateBeneficialOwnerTypeEnum {
LegalRepresentative
HasCapital
Other
}

Values

IndividualUltimateBeneficialOwnerTypeEnum.LegalRepresentative

The Beneficial Owner is the representant legal

IndividualUltimateBeneficialOwnerTypeEnum.HasCapital

The Beneficial Owner have shares

IndividualUltimateBeneficialOwnerTypeEnum.Other

Other

Member of

IndividualUltimateBeneficialOwnerInfo interface ● IndividualUltimateBeneficialOwnerInput input ● IndividualUltimateBeneficialOwnerTypeHasCapital object ● IndividualUltimateBeneficialOwnerTypeLegalRepresentative object ● IndividualUltimateBeneficialOwnerTypeOther object

- - + + \ No newline at end of file diff --git a/api-reference/enums/internal-direct-debit-sequence/index.html b/api-reference/enums/internal-direct-debit-sequence/index.html index 1e6315320ab..cbcd196f0a4 100644 --- a/api-reference/enums/internal-direct-debit-sequence/index.html +++ b/api-reference/enums/internal-direct-debit-sequence/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/internal-payment-mandate-scheme/index.html b/api-reference/enums/internal-payment-mandate-scheme/index.html index 3a5ab099dd2..a21500268bc 100644 --- a/api-reference/enums/internal-payment-mandate-scheme/index.html +++ b/api-reference/enums/internal-payment-mandate-scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/internal-payment-mandate-sequence/index.html b/api-reference/enums/internal-payment-mandate-sequence/index.html index 4117c1dd0e3..2ad689af335 100644 --- a/api-reference/enums/internal-payment-mandate-sequence/index.html +++ b/api-reference/enums/internal-payment-mandate-sequence/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/internal-received-direct-debit-mandate-scheme/index.html b/api-reference/enums/internal-received-direct-debit-mandate-scheme/index.html index 88eb25215fd..da6d1fb7586 100644 --- a/api-reference/enums/internal-received-direct-debit-mandate-scheme/index.html +++ b/api-reference/enums/internal-received-direct-debit-mandate-scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalReceivedDirectDebitMandateScheme

Received internal direct debit mandate scheme

enum InternalReceivedDirectDebitMandateScheme {
InternalDirectDebitB2b
InternalDirectDebitStandard
}

Values

InternalReceivedDirectDebitMandateScheme.InternalDirectDebitB2b

When the received internal direct debit mandate can only be used for internal B2B direct debit transactions

InternalReceivedDirectDebitMandateScheme.InternalDirectDebitStandard

When the received internal direct debit mandate can only be used for internal Standard direct debit transactions

Member of

InternalReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/enums/internal-received-direct-debit-mandate-sequence/index.html b/api-reference/enums/internal-received-direct-debit-mandate-sequence/index.html index aad7fba3a46..c16652e5f59 100644 --- a/api-reference/enums/internal-received-direct-debit-mandate-sequence/index.html +++ b/api-reference/enums/internal-received-direct-debit-mandate-sequence/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalReceivedDirectDebitMandateSequence

Internal received direct debit mandate sequence

enum InternalReceivedDirectDebitMandateSequence {
OneOff
Recurrent
}

Values

InternalReceivedDirectDebitMandateSequence.OneOff

When the authorisation is given once by the Debtor to collect only one single internal direct debit

InternalReceivedDirectDebitMandateSequence.Recurrent

When the authorisation by the Debtor can be used for regular internal direct debits initiated by the Creditor

Member of

InternalReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/enums/international-credit-transfer-display-language/index.html b/api-reference/enums/international-credit-transfer-display-language/index.html index 01eab4b54ed..173e93fd529 100644 --- a/api-reference/enums/international-credit-transfer-display-language/index.html +++ b/api-reference/enums/international-credit-transfer-display-language/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/international-credit-transfer-route-input/index.html b/api-reference/enums/international-credit-transfer-route-input/index.html index cf504e879c9..1965b42c575 100644 --- a/api-reference/enums/international-credit-transfer-route-input/index.html +++ b/api-reference/enums/international-credit-transfer-route-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternationalCreditTransferRouteInput

International Credit Transfer Route

enum InternationalCreditTransferRouteInput {
Aba
Argentina
Australian
AustralianBpay
Brazil
Canadian
Chile
CostaRica
Czech
Emirates
FedwireLocal
FijiMobile
HongKongFps
Hongkong
Hungarian
Iban
Indian
IndianUpi
Interac
IsraeliLocal
KenyaLocal
KenyaMobile
Malaysian
MalaysianDuitnow
Mexican
Morocco
Nepal
NewZealand
Philippines
PhilippinesMobile
Polish
PrivatBank
Singapore
SingaporePaynow
SortCode
SouthKoreanPaygate
SouthKoreanPaygateBusiness
SouthAfrica
SwiftCode
Thailand
TurkishEarthport
}

Values

InternationalCreditTransferRouteInput.Aba

American ACH for low-value payments

InternationalCreditTransferRouteInput.Argentina

Argentinian local route

InternationalCreditTransferRouteInput.Australian

Australian local route

InternationalCreditTransferRouteInput.AustralianBpay

Australian local route Bpay usually used for bill payments

InternationalCreditTransferRouteInput.Brazil

Brazilian local route

InternationalCreditTransferRouteInput.Canadian

Canadian local route

InternationalCreditTransferRouteInput.Chile

Chilean local route

InternationalCreditTransferRouteInput.CostaRica

Costa Rican local route

InternationalCreditTransferRouteInput.Czech

Czech local route

InternationalCreditTransferRouteInput.Emirates

Emirate local route

InternationalCreditTransferRouteInput.FedwireLocal

American credit transfers service for large-value and time-critical payments

InternationalCreditTransferRouteInput.FijiMobile

M-PAiSA

InternationalCreditTransferRouteInput.HongKongFps

Faster Payment System

InternationalCreditTransferRouteInput.Hongkong

Hong Kong's local route

InternationalCreditTransferRouteInput.Hungarian

Hungarian local route

InternationalCreditTransferRouteInput.Iban

Local route using an IBAN as recipient account identifier

InternationalCreditTransferRouteInput.Indian

Indian local route

InternationalCreditTransferRouteInput.IndianUpi

Indian instant payment system Unified Payments Interface

InternationalCreditTransferRouteInput.Interac

Canadian payment network Interac

InternationalCreditTransferRouteInput.IsraeliLocal

Israeli local route

InternationalCreditTransferRouteInput.KenyaLocal

Kenyan local route

InternationalCreditTransferRouteInput.KenyaMobile

Kenyan mobile payment network M-PESA

InternationalCreditTransferRouteInput.Malaysian

Malaysian local route

InternationalCreditTransferRouteInput.MalaysianDuitnow

Malaysian payment network DuitNow

InternationalCreditTransferRouteInput.Mexican

Mexican local route

InternationalCreditTransferRouteInput.Morocco

Moroccan local route

InternationalCreditTransferRouteInput.Nepal

Nepalese local route

InternationalCreditTransferRouteInput.NewZealand

New Zealand local route

InternationalCreditTransferRouteInput.Philippines

Filipino local route

InternationalCreditTransferRouteInput.PhilippinesMobile

Filipino mobile payment network

InternationalCreditTransferRouteInput.Polish

Polish local route

InternationalCreditTransferRouteInput.PrivatBank

Ukranian local route

InternationalCreditTransferRouteInput.Singapore

Singapore local route

InternationalCreditTransferRouteInput.SingaporePaynow

Singapore mobile payment network PayNow

InternationalCreditTransferRouteInput.SortCode

British local route

InternationalCreditTransferRouteInput.SouthKoreanPaygate

South Korean payment network Paygate

InternationalCreditTransferRouteInput.SouthKoreanPaygateBusiness

South Korean payment network Paygate for corporates

InternationalCreditTransferRouteInput.SouthAfrica

South African local route

InternationalCreditTransferRouteInput.SwiftCode

Swift

InternationalCreditTransferRouteInput.Thailand

Thai local route

InternationalCreditTransferRouteInput.TurkishEarthport

Turkish local route

Member of

InternationalBeneficiaryInput input ● Scheme object

- - + + \ No newline at end of file diff --git a/api-reference/enums/international-credit-transfer-route/index.html b/api-reference/enums/international-credit-transfer-route/index.html index dcfe9dc4e03..97329222d84 100644 --- a/api-reference/enums/international-credit-transfer-route/index.html +++ b/api-reference/enums/international-credit-transfer-route/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternationalCreditTransferRoute

International Credit Transfer Route

enum InternationalCreditTransferRoute {
Unknown
Aba
Argentina
Australian
AustralianBpay
Brazil
Canadian
Chile
CostaRica
Czech
Emirates
FedwireLocal
FijiMobile
HongKongFps
Hongkong
Hungarian
Iban
Indian
IndianUpi
Interac
IsraeliLocal
KenyaLocal
KenyaMobile
Malaysian
MalaysianDuitnow
Mexican
Morocco
Nepal
NewZealand
Philippines
PhilippinesMobile
Polish
PrivatBank
Singapore
SingaporePaynow
SortCode
SouthAfrica
SouthKoreanPaygate
SouthKoreanPaygateBusiness
SwiftCode
Thailand
TurkishEarthport
}

Values

InternationalCreditTransferRoute.Unknown

Unknown route

InternationalCreditTransferRoute.Aba

American ACH for low-value payments

InternationalCreditTransferRoute.Argentina

Argentinian local route

InternationalCreditTransferRoute.Australian

Australian local route

InternationalCreditTransferRoute.AustralianBpay

Australian local route Bpay usually used for bill payments

InternationalCreditTransferRoute.Brazil

Brazilian local route

InternationalCreditTransferRoute.Canadian

Canadian local route

InternationalCreditTransferRoute.Chile

Chilean local route

InternationalCreditTransferRoute.CostaRica

Costa Rican local route

InternationalCreditTransferRoute.Czech

Czech local route

InternationalCreditTransferRoute.Emirates

Emirate local route

InternationalCreditTransferRoute.FedwireLocal

American credit transfers service for large-value and time-critical payments

InternationalCreditTransferRoute.FijiMobile

M-PAiSA

InternationalCreditTransferRoute.HongKongFps

Faster Payment System

InternationalCreditTransferRoute.Hongkong

Hong Kong's local route

InternationalCreditTransferRoute.Hungarian

Hungarian local route

InternationalCreditTransferRoute.Iban

Local route using an IBAN as recipient account identifier

InternationalCreditTransferRoute.Indian

Indian local route

InternationalCreditTransferRoute.IndianUpi

Indian instant payment system Unified Payments Interface

InternationalCreditTransferRoute.Interac

Canadian payment network Interac

InternationalCreditTransferRoute.IsraeliLocal

Israeli local route

InternationalCreditTransferRoute.KenyaLocal

Kenyan local route

InternationalCreditTransferRoute.KenyaMobile

Kenyan mobile payment network M-PESA

InternationalCreditTransferRoute.Malaysian

Malaysian local route

InternationalCreditTransferRoute.MalaysianDuitnow

Malaysian payment network DuitNow

InternationalCreditTransferRoute.Mexican

Mexican local route

InternationalCreditTransferRoute.Morocco

Moroccan local route

InternationalCreditTransferRoute.Nepal

Nepalese local route

InternationalCreditTransferRoute.NewZealand

New Zealand local route

InternationalCreditTransferRoute.Philippines

Filipino local route

InternationalCreditTransferRoute.PhilippinesMobile

Filipino mobile payment network

InternationalCreditTransferRoute.Polish

Polish local route

InternationalCreditTransferRoute.PrivatBank

Ukranian local route

InternationalCreditTransferRoute.Singapore

Singapore local route

InternationalCreditTransferRoute.SingaporePaynow

Singapore mobile payment network PayNow

InternationalCreditTransferRoute.SortCode

British local route

InternationalCreditTransferRoute.SouthAfrica

South African local route

InternationalCreditTransferRoute.SouthKoreanPaygate

South Korean payment network Paygate

InternationalCreditTransferRoute.SouthKoreanPaygateBusiness

South Korean payment network Paygate for corporates

InternationalCreditTransferRoute.SwiftCode

Swift

InternationalCreditTransferRoute.Thailand

Thai local route

InternationalCreditTransferRoute.TurkishEarthport

Turkish local route

Member of

InternationalCreditTransferOutCreditor object

- - + + \ No newline at end of file diff --git a/api-reference/enums/invalid-argument-rejection-code/index.html b/api-reference/enums/invalid-argument-rejection-code/index.html index e3143268eb1..bf9d337f112 100644 --- a/api-reference/enums/invalid-argument-rejection-code/index.html +++ b/api-reference/enums/invalid-argument-rejection-code/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/invalid-iban-code/index.html b/api-reference/enums/invalid-iban-code/index.html index 426a1f9fdc3..88e683e5c41 100644 --- a/api-reference/enums/invalid-iban-code/index.html +++ b/api-reference/enums/invalid-iban-code/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InvalidIbanCode

InvalidIbanCode

enum InvalidIbanCode {
InvalidLength
InvalidStructure
InvalidChecksum
InvalidBank
}

Values

InvalidIbanCode.InvalidLength

Iban is either too short (<2) or does not match this country's specified length

InvalidIbanCode.InvalidStructure

We do not know this IBAN Structure (Meaning that the country code is probably wrong)

InvalidIbanCode.InvalidChecksum

The IBAN does not verify the mod97 algorithm

InvalidIbanCode.InvalidBank

We do not know the banking institution referenced in this IBAN.

Member of

InvalidIban object

- - + + \ No newline at end of file diff --git a/api-reference/enums/invoice-status/index.html b/api-reference/enums/invoice-status/index.html index bd13350e027..c0f7c3d5743 100644 --- a/api-reference/enums/invoice-status/index.html +++ b/api-reference/enums/invoice-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/invoice-type/index.html b/api-reference/enums/invoice-type/index.html index 676506c314e..e7308456645 100644 --- a/api-reference/enums/invoice-type/index.html +++ b/api-reference/enums/invoice-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/legal-document-status/index.html b/api-reference/enums/legal-document-status/index.html index 7e0211068e4..80a3597dce6 100644 --- a/api-reference/enums/legal-document-status/index.html +++ b/api-reference/enums/legal-document-status/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

LegalDocumentStatus

No description

enum LegalDocumentStatus {
Upcoming
Active
Inactive
}

Values

LegalDocumentStatus.Upcoming

when the LegalDocument will be the next active on the account

LegalDocumentStatus.Active

when the LegalDocument is currently active on the account

LegalDocumentStatus.Inactive

when the LegalDocument is no more active on the account

Member of

LegalDocumentActiveStatusInfo object ● LegalDocumentInactiveStatusInfo object ● LegalDocumentsFilterInput input ● LegalDocumentStatusInfo interface ● LegalDocumentUpcomingStatusInfo object

- - +
Skip to main content

LegalDocumentStatus

No description

enum LegalDocumentStatus {
Upcoming
Active
Inactive
}

Values

LegalDocumentStatus.Upcoming

When the LegalDocument will be the next active on the account

LegalDocumentStatus.Active

When the LegalDocument is currently active on the account

LegalDocumentStatus.Inactive

When the LegalDocument is no more active on the account

Member of

LegalDocumentActiveStatusInfo object ● LegalDocumentInactiveStatusInfo object ● LegalDocumentsFilterInput input ● LegalDocumentStatusInfo interface ● LegalDocumentUpcomingStatusInfo object

+ + \ No newline at end of file diff --git a/api-reference/enums/legal-document-type/index.html b/api-reference/enums/legal-document-type/index.html index 5931c5b0e74..f15da867696 100644 --- a/api-reference/enums/legal-document-type/index.html +++ b/api-reference/enums/legal-document-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/mandate-language/index.html b/api-reference/enums/mandate-language/index.html index cc310e8335c..fcbd4f518eb 100644 --- a/api-reference/enums/mandate-language/index.html +++ b/api-reference/enums/mandate-language/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/merchant-category-description/index.html b/api-reference/enums/merchant-category-description/index.html index 0f1c72b7d31..09e5008e21c 100644 --- a/api-reference/enums/merchant-category-description/index.html +++ b/api-reference/enums/merchant-category-description/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MerchantCategoryDescription

MerchantCategoryDescription

enum MerchantCategoryDescription {
AccessoryAndApparelStoresMiscellaneous
AccountingAuditingAndBookkeepingServices
AdvertisingServices
AgriculturalCooperatives
AirCarriersAirlinesNotElsewhereClassified
AirConditioningAndRefrigerationRepairShops
AirConditioningHeatingAndPlumbingContractors
AirlinesAirCarriers
AirportsAirportTerminalsFlyingFields
AlterationsMendingSeamstressesTailors
AmbulanceServices
AmusementParksCarnivalsCircusesFortuneTellers
AntiqueReproductionStores
AntiqueShopsSalesRepairsAndRestorationServices
ApplianceRepairShopsElectricalAndSmall
AquariumsDolphinariumsZoosAndSeaquariums
ArchitecturalEngineeringAndSurveyingServices
ArtDealersAndGalleries
ArtistSupplyStoresCraftShops
AssociationsCivicSocialAndFraternal
AthleticFieldsCommercialSportsProfessionalSportsClubsSportsPromoters
AttorneysLegalServices
AutomatedCashDisbursementsCustomerFinancialInstitution
AutomobileAndTruckDealersSalesServiceRepairsPartsAndLeasing
AutomobileAndTruckDealersUsedOnlySales
AutomobileAssociations
AutomobileParkingLotsAndGarages
AutomobileRentalAgencyNotElsewhereClassified
AutomotiveBodyRepairShops
AutomotivePaintShops
AutomotivePartsAccessoriesStores
AutomotiveServiceShops
AutomotiveTireStores
AutoStoreHomeSupplyStores
BailAndBondPayments
Bakeries
BandsOrchestrasAndMiscellaneousEntertainersNotElsewhereClassified
BarberAndBeautyShops
BarsCocktailLoungesDiscothequesNightclubsAndTavernsDrinkingPlacesAlcoholicBeverages
BicycleShopsSalesAndService
BoatDealers
BoatLeasesAndBoatRentals
BooksPeriodicalsAndNewspapers
BookStores
BowlingAlleys
BridgeAndRoadFeesTolls
BuildingMaterialsLumberStores
BusinessServicesNotElsewhereClassified
BusLines
BuyingOrShoppingClubsServices
CableSatelliteAndOtherPayTelevisionAndRadioServices
CameraAndPhotographicSupplyStores
CamperDealersRecreationalAndUtilityTrailers
CampgroundsAndTrailerParks
CandyNutConfectioneryStores
CardGiftNoveltyAndSouvenirShops
CarpentryContractors
CarpetAndUpholsteryCleaning
CarRentalAgencies
CarWashes
Caterers
ChemicalsAndAlliedProductsNotElsewhereClassified
ChildCareServices
ChildrenAndInfantsWearStores
ChiropodistsPodiatrists
Chiropractors
CigarStoresAndStands
CleaningAndMaintenanceJanitorialServices
CleaningGarmentAndLaundryServices
ClockJewelryAndWatchRepairShops
ClockJewelryWatchAndSilverwareStore
ClothingRentalCostumesUniformsAndFormalWear
ClubsCountryClubsMembershipAthleticRecreationSportsPrivateGolfCourses
CollegesUniversitiesProfessionalSchoolsAndJuniorColleges
CommercialArtGraphicsPhotography
CommercialEquipmentNotElsewhereClassified
CommercialFootwear
ComputerMaintenanceRepairAndServicesNotElsewhereClassified
ComputerNetworkOrInformationServices
ComputerProgrammingDataProcessingAndIntegratedSystemsDesignServices
ComputersComputerPeripheralEquipmentSoftware
ComputerSoftwareStores
ConcreteWorkContractors
ConstructionMaterialsNotElsewhereClassified
ConsultingManagementAndPublicRelationsServices
ConsumerCreditReportingAgencies
ContractorsSpecialTradeNotElsewhereClassified
CosmeticStores
CourierServiceAirAndGroundFreightForwarders
CourtCostsIncludingAlimonyAndChildSupport
CruiseLines
CrystalAndGlasswareStores
DairyProductsStores
DanceHallsSchoolsAndStudios
DatingServices
DebtMarriagePersonalCounselingService
DentalAndMedicalLaboratories
DentalLaboratoryMedicalOphthalmicHospitalEquipmentAndSupplies
DentistsOrthodontists
DepartmentStores
DetectiveAgenciesProtectiveAgenciesSecurityServicesIncludingArmoredCarsGuardDogs
DigitalGoodsAudiovisualMediaIncludingBooksMoviesAndMusic
DigitalGoodsGames
DigitalGoodsMultiCategory
DigitalGoodsSoftwareApplicationsExcludingGames
DirectMarketingCatalogMerchants
DirectMarketingCombinationCatalogAndRetailMerchants
DirectMarketingContinuitySubscriptionMerchants
DirectMarketingInboundTelemarketingMerchants
DirectMarketingInsuranceServices
DirectMarketingOtherDirectMarketersNotElsewhereClassified
DirectMarketingOutboundTelemarketingMerchants
DirectMarketingTravelRelatedArrangementServices
DiscountStores
DoctorsNotElsewhereClassified
DoorToDoorSales
DraperyUpholsteryAndWindowCoveringsStores
DrugsDrugProprietorsAndDruggistsSundries
DrugStoresPharmacies
DryCleaners
DurableGoodsNotElsewhereClassified
DutyFreeStores
EatingPlacesRestaurants
ElectricalContractors
ElectricalPartsAndEquipment
ElectricRazorStoresSalesAndService
ElectricVehicleCharging
ElectronicRepairShops
ElectronicSales
EmploymentAgenciesTemporaryHelpServices
EquipmentFurnitureAndHomeFurnishingsStoresExceptAppliances
EquipmentRentalAndLeasingServicesFurnitureRentalToolRental
ExterminatingAndDisinfectingServices
FabricNeedleworkPieceGoodsAndSewingStores
FamilyClothingStores
FastFoodRestaurants
Fines
FireplaceFireplaceScreensAndAccessoriesStores
FloorCoveringStores
Florists
FloristsSuppliesNurseryStockAndFlowers
FreezerLockerMeatProvisioners
FuelDealersCoalFuelOilLiquefiedPetroleumWood
FuelDispenserAutomated
FuneralServiceAndCrematories
FurnitureReupholsteryAndRepairRefinishing
FurriersAndFurShops
GamblingTransactions
GameToyAndHobbyShops
GeneralContractorsResidentialAndCommercial
GlassPaintWallpaperStores
GolfCoursesPublic
GovernmentLicensedHorseOrDogRacingUSRegionOnly
GovernmentOwnedLotterySpecificCountries
GovernmentOwnedLotteryUSRegionOnly
GovernmentServicesNotElsewhereClassified
GroceryStoresSupermarkets
HardwareEquipmentAndSupplies
HardwareStores
HatCleaningShopsShoeRepairShopsShoeShineParlors
HealthAndBeautySpas
HealthPractitionersMedicalServicesNotElsewhereClassified
HearingAidsSalesServiceSupplyStores
HomeSupplyWarehouseStores
HorticulturalAndLandscapingServices
Hospitals
HouseholdApplianceStores
IndustrialSuppliesNotElsewhereClassified
InformationRetrievalServices
InsulationMasonryPlasteringStoneworkAndTileSettingContractors
InsuranceSalesUnderwritingAndPremiums
InternetGamblingUSRegionOnly
IntraGovernmentPurchasesGovernmentOnly
KeyEntryTelecomMerchantProvidingSingleLocalAndLongDistancePhoneCallsUsingACentralAccessNumberInANonFaceToFaceEnvironmentUsingKeyEntry
LaundryServicesFamilyAndCommercial
LawnAndGardenSupplyStores
LeatherGoodsAndLuggageStores
LimousinesAndTaxicabs
LodgingHotelsMotelsResorts
LodgingHotelsMotelsResortsNotElsewhereClassified
ManualCashDisbursementsCustomerFinancialInstitution
MarinasMarineServiceSupplies
MassageParlors
MenAndBoysClothingAndAccessoriesStores
MenAndWomenClothingStores
MenWomenAndChildrenUniformsAndCommercialClothing
MerchandiseAndServicesCustomerFinancialInstitution
MetalServiceCentersAndOffices
MiscellaneousAndSpecialtyRetailStores
MiscellaneousAutomotiveAircraftAndFarmEquipmentDealersNotElsewhereClassified
MiscellaneousFoodStoresConvenienceStoresMarketsSpecialtyStores
MiscellaneousGeneralMerchandiseStores
MiscellaneousHouseFurnishingSpecialtyShops
MiscellaneousPublishingAndPrinting
MiscellaneousRepairShopsAndRelatedServices
MobileHomeDealers
MoneySendFunding
MoneySendInterCountry
MoneySendIntraCountry
MoneyTransfer
MotionPictureAndVideoTapeProductionAndDistribution
MotionPictureTheaters
MotorcycleShopsAndDealers
MotorFreightCarriersTruckingLocalLongDistanceMovingAndStorageCompaniesLocalDelivery
MotorHomeAndRecreationalVehicleRental
MotorHomeDealers
MotorVehicleSuppliesAndNewParts
MusicStoresMusicalInstrumentsPianosSheetMusic
NewsDealersAndNewsstands
NondurableGoodsNotElsewhereClassified
NursingAndPersonalCareFacilities
OfficeAndCommercialFurniture
OfficePhotographicPhotocopyAndMicrofilmEquipment
OfficeSchoolSupplyAndStationeryStores
OpticiansOpticalGoodsAndEyeglasses
OptometristsOphthalmologists
OrganizationsCharitableAndSocialService
OrganizationsMembershipNotElsewhereClassified
OrganizationsPolitical
OrganizationsReligious
OrthopedicGoodsArtificialLimbStores
OsteopathicPhysicians
OtherServicesNotElsewhereClassified
PackageStoresBeerWineAndLiquor
PaintsVarnishesAndSupplies
PassengerRailways
PawnShops
PaymentTransactionCustomerFinancialInstitution
PaymentTransactionMerchant
PetroleumAndPetroleumProducts
PetShopsPetFoodAndSupplies
PhotoDevelopingPhotofinishingLaboratories
PhotographicStudios
PieceGoodsNotionsAndOtherDryGoods
PlumbingAndHeatingEquipment
PoiFundingTransactions
PoolAndBilliardEstablishments
PostalServicesGovernmentOnly
PreciousStonesAndMetalsWatchesAndJewelry
ProfessionalServicesNotElsewhereClassified
PublicWarehousingFarmProductsRefrigeratedGoodsHouseholdGoodsStorage
QuasiCashCustomerFinancialInstitution
QuasiCashMerchant
QuickCopyReproductionAndBlueprintingServices
RailroadsFreight
RealEstateAgentsAndManagersRentals
RecordShops
RecreationalAndSportingCamps
RecreationServicesNotElsewhereClassified
ReligiousGoodsStores
RoofingAndSidingSheetMetalWorkContractors
SalvageAndWreckingYards
SanitationPolishingAndSpecialtyCleaningPreparations
SchoolsAndEducationalServicesNotElsewhereClassified
SchoolsBusinessAndSecretarial
SchoolsCorrespondence
SchoolsElementaryAndSecondary
SchoolsTradeAndVocational
SecondHandStoresUsedMerchandiseStores
SecuritiesBrokersDealers
ServiceStationsWithOrWithoutAncillaryServices
ShoeStores
SnowmobileDealers
SportingGoodsStores
SportsApparelRidingApparelStores
StampAndCoinStoresPhilatelicAndNumismaticSupplies
StationeryOfficeSuppliesPrintingAndWritingPaper
StenographicAndSecretarialSupportServices
SwimmingPoolsSalesAndSupplies
TaxPayments
TaxPreparationService
TelecommunicationEquipmentIncludingTelephoneSales
TelecommunicationServicesIncludingButNotLimitedToPrepaidPhoneServicesAndRecurringPhoneServices
TelegraphServices
TentAndAwningShops
TestingLaboratoriesNonMedical
TheatricalProducersExceptMotionPicturesAndTicketAgencies
Timeshares
TireRetreadingAndRepairShops
TouristAttractionsAndExhibits
TowingServices
TransportationServicesNotElsewhereClassified
TransportationSuburbanAndLocalCommuterPassengerIncludingFerries
TravelAgenciesAndTourOperators
TruckRental
TypesettingPlateMakingAndRelatedServices
TypewriterStoresRentalsSalesService
Unknown
UtilitiesElectricGasHeatingOilSanitaryWater
VarietyStores
VeterinaryServices
VideoAmusementGameSupplies
VideoEntertainmentRentalStores
VideoGameArcadesOrEstablishments
WeldingRepair
WholesaleClubs
WigAndToupeeShops
WomenAccessoryAndSpecialtyStores
WomenReadyToWearStores
}

Values

MerchantCategoryDescription.AccessoryAndApparelStoresMiscellaneous

MerchantCategoryDescription.AccountingAuditingAndBookkeepingServices

MerchantCategoryDescription.AdvertisingServices

MerchantCategoryDescription.AgriculturalCooperatives

MerchantCategoryDescription.AirCarriersAirlinesNotElsewhereClassified

MerchantCategoryDescription.AirConditioningAndRefrigerationRepairShops

MerchantCategoryDescription.AirConditioningHeatingAndPlumbingContractors

MerchantCategoryDescription.AirlinesAirCarriers

MerchantCategoryDescription.AirportsAirportTerminalsFlyingFields

MerchantCategoryDescription.AlterationsMendingSeamstressesTailors

MerchantCategoryDescription.AmbulanceServices

MerchantCategoryDescription.AmusementParksCarnivalsCircusesFortuneTellers

MerchantCategoryDescription.AntiqueReproductionStores

MerchantCategoryDescription.AntiqueShopsSalesRepairsAndRestorationServices

MerchantCategoryDescription.ApplianceRepairShopsElectricalAndSmall

MerchantCategoryDescription.AquariumsDolphinariumsZoosAndSeaquariums

MerchantCategoryDescription.ArchitecturalEngineeringAndSurveyingServices

MerchantCategoryDescription.ArtDealersAndGalleries

MerchantCategoryDescription.ArtistSupplyStoresCraftShops

MerchantCategoryDescription.AssociationsCivicSocialAndFraternal

MerchantCategoryDescription.AthleticFieldsCommercialSportsProfessionalSportsClubsSportsPromoters

MerchantCategoryDescription.AttorneysLegalServices

MerchantCategoryDescription.AutomatedCashDisbursementsCustomerFinancialInstitution

MerchantCategoryDescription.AutomobileAndTruckDealersSalesServiceRepairsPartsAndLeasing

MerchantCategoryDescription.AutomobileAndTruckDealersUsedOnlySales

MerchantCategoryDescription.AutomobileAssociations

MerchantCategoryDescription.AutomobileParkingLotsAndGarages

MerchantCategoryDescription.AutomobileRentalAgencyNotElsewhereClassified

MerchantCategoryDescription.AutomotiveBodyRepairShops

MerchantCategoryDescription.AutomotivePaintShops

MerchantCategoryDescription.AutomotivePartsAccessoriesStores

MerchantCategoryDescription.AutomotiveServiceShops

MerchantCategoryDescription.AutomotiveTireStores

MerchantCategoryDescription.AutoStoreHomeSupplyStores

MerchantCategoryDescription.BailAndBondPayments

MerchantCategoryDescription.Bakeries

MerchantCategoryDescription.BandsOrchestrasAndMiscellaneousEntertainersNotElsewhereClassified

MerchantCategoryDescription.BarberAndBeautyShops

MerchantCategoryDescription.BarsCocktailLoungesDiscothequesNightclubsAndTavernsDrinkingPlacesAlcoholicBeverages

MerchantCategoryDescription.BicycleShopsSalesAndService

MerchantCategoryDescription.BoatDealers

MerchantCategoryDescription.BoatLeasesAndBoatRentals

MerchantCategoryDescription.BooksPeriodicalsAndNewspapers

MerchantCategoryDescription.BookStores

MerchantCategoryDescription.BowlingAlleys

MerchantCategoryDescription.BridgeAndRoadFeesTolls

MerchantCategoryDescription.BuildingMaterialsLumberStores

MerchantCategoryDescription.BusinessServicesNotElsewhereClassified

MerchantCategoryDescription.BusLines

MerchantCategoryDescription.BuyingOrShoppingClubsServices

MerchantCategoryDescription.CableSatelliteAndOtherPayTelevisionAndRadioServices

MerchantCategoryDescription.CameraAndPhotographicSupplyStores

MerchantCategoryDescription.CamperDealersRecreationalAndUtilityTrailers

MerchantCategoryDescription.CampgroundsAndTrailerParks

MerchantCategoryDescription.CandyNutConfectioneryStores

MerchantCategoryDescription.CardGiftNoveltyAndSouvenirShops

MerchantCategoryDescription.CarpentryContractors

MerchantCategoryDescription.CarpetAndUpholsteryCleaning

MerchantCategoryDescription.CarRentalAgencies

MerchantCategoryDescription.CarWashes

MerchantCategoryDescription.Caterers

MerchantCategoryDescription.ChemicalsAndAlliedProductsNotElsewhereClassified

MerchantCategoryDescription.ChildCareServices

MerchantCategoryDescription.ChildrenAndInfantsWearStores

MerchantCategoryDescription.ChiropodistsPodiatrists

MerchantCategoryDescription.Chiropractors

MerchantCategoryDescription.CigarStoresAndStands

MerchantCategoryDescription.CleaningAndMaintenanceJanitorialServices

MerchantCategoryDescription.CleaningGarmentAndLaundryServices

MerchantCategoryDescription.ClockJewelryAndWatchRepairShops

MerchantCategoryDescription.ClockJewelryWatchAndSilverwareStore

MerchantCategoryDescription.ClothingRentalCostumesUniformsAndFormalWear

MerchantCategoryDescription.ClubsCountryClubsMembershipAthleticRecreationSportsPrivateGolfCourses

MerchantCategoryDescription.CollegesUniversitiesProfessionalSchoolsAndJuniorColleges

MerchantCategoryDescription.CommercialArtGraphicsPhotography

MerchantCategoryDescription.CommercialEquipmentNotElsewhereClassified

MerchantCategoryDescription.CommercialFootwear

MerchantCategoryDescription.ComputerMaintenanceRepairAndServicesNotElsewhereClassified

MerchantCategoryDescription.ComputerNetworkOrInformationServices

MerchantCategoryDescription.ComputerProgrammingDataProcessingAndIntegratedSystemsDesignServices

MerchantCategoryDescription.ComputersComputerPeripheralEquipmentSoftware

MerchantCategoryDescription.ComputerSoftwareStores

MerchantCategoryDescription.ConcreteWorkContractors

MerchantCategoryDescription.ConstructionMaterialsNotElsewhereClassified

MerchantCategoryDescription.ConsultingManagementAndPublicRelationsServices

MerchantCategoryDescription.ConsumerCreditReportingAgencies

MerchantCategoryDescription.ContractorsSpecialTradeNotElsewhereClassified

MerchantCategoryDescription.CosmeticStores

MerchantCategoryDescription.CourierServiceAirAndGroundFreightForwarders

MerchantCategoryDescription.CourtCostsIncludingAlimonyAndChildSupport

MerchantCategoryDescription.CruiseLines

MerchantCategoryDescription.CrystalAndGlasswareStores

MerchantCategoryDescription.DairyProductsStores

MerchantCategoryDescription.DanceHallsSchoolsAndStudios

MerchantCategoryDescription.DatingServices

MerchantCategoryDescription.DebtMarriagePersonalCounselingService

MerchantCategoryDescription.DentalAndMedicalLaboratories

MerchantCategoryDescription.DentalLaboratoryMedicalOphthalmicHospitalEquipmentAndSupplies

MerchantCategoryDescription.DentistsOrthodontists

MerchantCategoryDescription.DepartmentStores

MerchantCategoryDescription.DetectiveAgenciesProtectiveAgenciesSecurityServicesIncludingArmoredCarsGuardDogs

MerchantCategoryDescription.DigitalGoodsAudiovisualMediaIncludingBooksMoviesAndMusic

MerchantCategoryDescription.DigitalGoodsGames

MerchantCategoryDescription.DigitalGoodsMultiCategory

MerchantCategoryDescription.DigitalGoodsSoftwareApplicationsExcludingGames

MerchantCategoryDescription.DirectMarketingCatalogMerchants

MerchantCategoryDescription.DirectMarketingCombinationCatalogAndRetailMerchants

MerchantCategoryDescription.DirectMarketingContinuitySubscriptionMerchants

MerchantCategoryDescription.DirectMarketingInboundTelemarketingMerchants

MerchantCategoryDescription.DirectMarketingInsuranceServices

MerchantCategoryDescription.DirectMarketingOtherDirectMarketersNotElsewhereClassified

MerchantCategoryDescription.DirectMarketingOutboundTelemarketingMerchants

MerchantCategoryDescription.DirectMarketingTravelRelatedArrangementServices

MerchantCategoryDescription.DiscountStores

MerchantCategoryDescription.DoctorsNotElsewhereClassified

MerchantCategoryDescription.DoorToDoorSales

MerchantCategoryDescription.DraperyUpholsteryAndWindowCoveringsStores

MerchantCategoryDescription.DrugsDrugProprietorsAndDruggistsSundries

MerchantCategoryDescription.DrugStoresPharmacies

MerchantCategoryDescription.DryCleaners

MerchantCategoryDescription.DurableGoodsNotElsewhereClassified

MerchantCategoryDescription.DutyFreeStores

MerchantCategoryDescription.EatingPlacesRestaurants

MerchantCategoryDescription.ElectricalContractors

MerchantCategoryDescription.ElectricalPartsAndEquipment

MerchantCategoryDescription.ElectricRazorStoresSalesAndService

MerchantCategoryDescription.ElectricVehicleCharging

MerchantCategoryDescription.ElectronicRepairShops

MerchantCategoryDescription.ElectronicSales

MerchantCategoryDescription.EmploymentAgenciesTemporaryHelpServices

MerchantCategoryDescription.EquipmentFurnitureAndHomeFurnishingsStoresExceptAppliances

MerchantCategoryDescription.EquipmentRentalAndLeasingServicesFurnitureRentalToolRental

MerchantCategoryDescription.ExterminatingAndDisinfectingServices

MerchantCategoryDescription.FabricNeedleworkPieceGoodsAndSewingStores

MerchantCategoryDescription.FamilyClothingStores

MerchantCategoryDescription.FastFoodRestaurants

MerchantCategoryDescription.Fines

MerchantCategoryDescription.FireplaceFireplaceScreensAndAccessoriesStores

MerchantCategoryDescription.FloorCoveringStores

MerchantCategoryDescription.Florists

MerchantCategoryDescription.FloristsSuppliesNurseryStockAndFlowers

MerchantCategoryDescription.FreezerLockerMeatProvisioners

MerchantCategoryDescription.FuelDealersCoalFuelOilLiquefiedPetroleumWood

MerchantCategoryDescription.FuelDispenserAutomated

MerchantCategoryDescription.FuneralServiceAndCrematories

MerchantCategoryDescription.FurnitureReupholsteryAndRepairRefinishing

MerchantCategoryDescription.FurriersAndFurShops

MerchantCategoryDescription.GamblingTransactions

MerchantCategoryDescription.GameToyAndHobbyShops

MerchantCategoryDescription.GeneralContractorsResidentialAndCommercial

MerchantCategoryDescription.GlassPaintWallpaperStores

MerchantCategoryDescription.GolfCoursesPublic

MerchantCategoryDescription.GovernmentLicensedHorseOrDogRacingUSRegionOnly

MerchantCategoryDescription.GovernmentOwnedLotterySpecificCountries

MerchantCategoryDescription.GovernmentOwnedLotteryUSRegionOnly

MerchantCategoryDescription.GovernmentServicesNotElsewhereClassified

MerchantCategoryDescription.GroceryStoresSupermarkets

MerchantCategoryDescription.HardwareEquipmentAndSupplies

MerchantCategoryDescription.HardwareStores

MerchantCategoryDescription.HatCleaningShopsShoeRepairShopsShoeShineParlors

MerchantCategoryDescription.HealthAndBeautySpas

MerchantCategoryDescription.HealthPractitionersMedicalServicesNotElsewhereClassified

MerchantCategoryDescription.HearingAidsSalesServiceSupplyStores

MerchantCategoryDescription.HomeSupplyWarehouseStores

MerchantCategoryDescription.HorticulturalAndLandscapingServices

MerchantCategoryDescription.Hospitals

MerchantCategoryDescription.HouseholdApplianceStores

MerchantCategoryDescription.IndustrialSuppliesNotElsewhereClassified

MerchantCategoryDescription.InformationRetrievalServices

MerchantCategoryDescription.InsulationMasonryPlasteringStoneworkAndTileSettingContractors

MerchantCategoryDescription.InsuranceSalesUnderwritingAndPremiums

MerchantCategoryDescription.InternetGamblingUSRegionOnly

MerchantCategoryDescription.IntraGovernmentPurchasesGovernmentOnly

MerchantCategoryDescription.KeyEntryTelecomMerchantProvidingSingleLocalAndLongDistancePhoneCallsUsingACentralAccessNumberInANonFaceToFaceEnvironmentUsingKeyEntry

MerchantCategoryDescription.LaundryServicesFamilyAndCommercial

MerchantCategoryDescription.LawnAndGardenSupplyStores

MerchantCategoryDescription.LeatherGoodsAndLuggageStores

MerchantCategoryDescription.LimousinesAndTaxicabs

MerchantCategoryDescription.LodgingHotelsMotelsResorts

MerchantCategoryDescription.LodgingHotelsMotelsResortsNotElsewhereClassified

MerchantCategoryDescription.ManualCashDisbursementsCustomerFinancialInstitution

MerchantCategoryDescription.MarinasMarineServiceSupplies

MerchantCategoryDescription.MassageParlors

MerchantCategoryDescription.MenAndBoysClothingAndAccessoriesStores

MerchantCategoryDescription.MenAndWomenClothingStores

MerchantCategoryDescription.MenWomenAndChildrenUniformsAndCommercialClothing

MerchantCategoryDescription.MerchandiseAndServicesCustomerFinancialInstitution

MerchantCategoryDescription.MetalServiceCentersAndOffices

MerchantCategoryDescription.MiscellaneousAndSpecialtyRetailStores

MerchantCategoryDescription.MiscellaneousAutomotiveAircraftAndFarmEquipmentDealersNotElsewhereClassified

MerchantCategoryDescription.MiscellaneousFoodStoresConvenienceStoresMarketsSpecialtyStores

MerchantCategoryDescription.MiscellaneousGeneralMerchandiseStores

MerchantCategoryDescription.MiscellaneousHouseFurnishingSpecialtyShops

MerchantCategoryDescription.MiscellaneousPublishingAndPrinting

MerchantCategoryDescription.MiscellaneousRepairShopsAndRelatedServices

MerchantCategoryDescription.MobileHomeDealers

MerchantCategoryDescription.MoneySendFunding

MerchantCategoryDescription.MoneySendInterCountry

MerchantCategoryDescription.MoneySendIntraCountry

MerchantCategoryDescription.MoneyTransfer

MerchantCategoryDescription.MotionPictureAndVideoTapeProductionAndDistribution

MerchantCategoryDescription.MotionPictureTheaters

MerchantCategoryDescription.MotorcycleShopsAndDealers

MerchantCategoryDescription.MotorFreightCarriersTruckingLocalLongDistanceMovingAndStorageCompaniesLocalDelivery

MerchantCategoryDescription.MotorHomeAndRecreationalVehicleRental

MerchantCategoryDescription.MotorHomeDealers

MerchantCategoryDescription.MotorVehicleSuppliesAndNewParts

MerchantCategoryDescription.MusicStoresMusicalInstrumentsPianosSheetMusic

MerchantCategoryDescription.NewsDealersAndNewsstands

MerchantCategoryDescription.NondurableGoodsNotElsewhereClassified

MerchantCategoryDescription.NursingAndPersonalCareFacilities

MerchantCategoryDescription.OfficeAndCommercialFurniture

MerchantCategoryDescription.OfficePhotographicPhotocopyAndMicrofilmEquipment

MerchantCategoryDescription.OfficeSchoolSupplyAndStationeryStores

MerchantCategoryDescription.OpticiansOpticalGoodsAndEyeglasses

MerchantCategoryDescription.OptometristsOphthalmologists

MerchantCategoryDescription.OrganizationsCharitableAndSocialService

MerchantCategoryDescription.OrganizationsMembershipNotElsewhereClassified

MerchantCategoryDescription.OrganizationsPolitical

MerchantCategoryDescription.OrganizationsReligious

MerchantCategoryDescription.OrthopedicGoodsArtificialLimbStores

MerchantCategoryDescription.OsteopathicPhysicians

MerchantCategoryDescription.OtherServicesNotElsewhereClassified

MerchantCategoryDescription.PackageStoresBeerWineAndLiquor

MerchantCategoryDescription.PaintsVarnishesAndSupplies

MerchantCategoryDescription.PassengerRailways

MerchantCategoryDescription.PawnShops

MerchantCategoryDescription.PaymentTransactionCustomerFinancialInstitution

MerchantCategoryDescription.PaymentTransactionMerchant

MerchantCategoryDescription.PetroleumAndPetroleumProducts

MerchantCategoryDescription.PetShopsPetFoodAndSupplies

MerchantCategoryDescription.PhotoDevelopingPhotofinishingLaboratories

MerchantCategoryDescription.PhotographicStudios

MerchantCategoryDescription.PieceGoodsNotionsAndOtherDryGoods

MerchantCategoryDescription.PlumbingAndHeatingEquipment

MerchantCategoryDescription.PoiFundingTransactions

MerchantCategoryDescription.PoolAndBilliardEstablishments

MerchantCategoryDescription.PostalServicesGovernmentOnly

MerchantCategoryDescription.PreciousStonesAndMetalsWatchesAndJewelry

MerchantCategoryDescription.ProfessionalServicesNotElsewhereClassified

MerchantCategoryDescription.PublicWarehousingFarmProductsRefrigeratedGoodsHouseholdGoodsStorage

MerchantCategoryDescription.QuasiCashCustomerFinancialInstitution

MerchantCategoryDescription.QuasiCashMerchant

MerchantCategoryDescription.QuickCopyReproductionAndBlueprintingServices

MerchantCategoryDescription.RailroadsFreight

MerchantCategoryDescription.RealEstateAgentsAndManagersRentals

MerchantCategoryDescription.RecordShops

MerchantCategoryDescription.RecreationalAndSportingCamps

MerchantCategoryDescription.RecreationServicesNotElsewhereClassified

MerchantCategoryDescription.ReligiousGoodsStores

MerchantCategoryDescription.RoofingAndSidingSheetMetalWorkContractors

MerchantCategoryDescription.SalvageAndWreckingYards

MerchantCategoryDescription.SanitationPolishingAndSpecialtyCleaningPreparations

MerchantCategoryDescription.SchoolsAndEducationalServicesNotElsewhereClassified

MerchantCategoryDescription.SchoolsBusinessAndSecretarial

MerchantCategoryDescription.SchoolsCorrespondence

MerchantCategoryDescription.SchoolsElementaryAndSecondary

MerchantCategoryDescription.SchoolsTradeAndVocational

MerchantCategoryDescription.SecondHandStoresUsedMerchandiseStores

MerchantCategoryDescription.SecuritiesBrokersDealers

MerchantCategoryDescription.ServiceStationsWithOrWithoutAncillaryServices

MerchantCategoryDescription.ShoeStores

MerchantCategoryDescription.SnowmobileDealers

MerchantCategoryDescription.SportingGoodsStores

MerchantCategoryDescription.SportsApparelRidingApparelStores

MerchantCategoryDescription.StampAndCoinStoresPhilatelicAndNumismaticSupplies

MerchantCategoryDescription.StationeryOfficeSuppliesPrintingAndWritingPaper

MerchantCategoryDescription.StenographicAndSecretarialSupportServices

MerchantCategoryDescription.SwimmingPoolsSalesAndSupplies

MerchantCategoryDescription.TaxPayments

MerchantCategoryDescription.TaxPreparationService

MerchantCategoryDescription.TelecommunicationEquipmentIncludingTelephoneSales

MerchantCategoryDescription.TelecommunicationServicesIncludingButNotLimitedToPrepaidPhoneServicesAndRecurringPhoneServices

MerchantCategoryDescription.TelegraphServices

MerchantCategoryDescription.TentAndAwningShops

MerchantCategoryDescription.TestingLaboratoriesNonMedical

MerchantCategoryDescription.TheatricalProducersExceptMotionPicturesAndTicketAgencies

MerchantCategoryDescription.Timeshares

MerchantCategoryDescription.TireRetreadingAndRepairShops

MerchantCategoryDescription.TouristAttractionsAndExhibits

MerchantCategoryDescription.TowingServices

MerchantCategoryDescription.TransportationServicesNotElsewhereClassified

MerchantCategoryDescription.TransportationSuburbanAndLocalCommuterPassengerIncludingFerries

MerchantCategoryDescription.TravelAgenciesAndTourOperators

MerchantCategoryDescription.TruckRental

MerchantCategoryDescription.TypesettingPlateMakingAndRelatedServices

MerchantCategoryDescription.TypewriterStoresRentalsSalesService

MerchantCategoryDescription.Unknown

MerchantCategoryDescription.UtilitiesElectricGasHeatingOilSanitaryWater

MerchantCategoryDescription.VarietyStores

MerchantCategoryDescription.VeterinaryServices

MerchantCategoryDescription.VideoAmusementGameSupplies

MerchantCategoryDescription.VideoEntertainmentRentalStores

MerchantCategoryDescription.VideoGameArcadesOrEstablishments

MerchantCategoryDescription.WeldingRepair

MerchantCategoryDescription.WholesaleClubs

MerchantCategoryDescription.WigAndToupeeShops

MerchantCategoryDescription.WomenAccessoryAndSpecialtyStores

MerchantCategoryDescription.WomenReadyToWearStores

Member of

CardTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/enums/merchant-payment-method-status/index.html b/api-reference/enums/merchant-payment-method-status/index.html index fa647396590..fb380e43b5c 100644 --- a/api-reference/enums/merchant-payment-method-status/index.html +++ b/api-reference/enums/merchant-payment-method-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/merchant-payment-method-type/index.html b/api-reference/enums/merchant-payment-method-type/index.html index 1cf88484bf0..d5fe0a54a53 100644 --- a/api-reference/enums/merchant-payment-method-type/index.html +++ b/api-reference/enums/merchant-payment-method-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/merchant-profile-order-by-field-input/index.html b/api-reference/enums/merchant-profile-order-by-field-input/index.html index 1eba91f384d..f3424aa782f 100644 --- a/api-reference/enums/merchant-profile-order-by-field-input/index.html +++ b/api-reference/enums/merchant-profile-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/merchant-profile-status/index.html b/api-reference/enums/merchant-profile-status/index.html index 9c565f525a5..5087af6b474 100644 --- a/api-reference/enums/merchant-profile-status/index.html +++ b/api-reference/enums/merchant-profile-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MerchantProfileStatus

Merchant Profile Statuses

enum MerchantProfileStatus {
PendingReview
Enabled
Rejected
Canceled
Suspended
}

Values

MerchantProfileStatus.PendingReview

A Merchant Profile is created in the PendingReview status

MerchantProfileStatus.Enabled

Enabled

MerchantProfileStatus.Rejected

Rejected

MerchantProfileStatus.Canceled

Canceled

MerchantProfileStatus.Suspended

Suspended

Member of

CanceledMerchantProfileStatusInfo object ● EnabledMerchantProfileStatusInfo object ● MerchantProfileFiltersInput input ● MerchantProfileStatusInfo interface ● MerchantProfileWrongStatusRejection object ● PendingReviewMerchantProfileStatusInfo object ● RejectedMerchantProfileStatusInfo object ● SuspendedMerchantProfileStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/monthly-income/index.html b/api-reference/enums/monthly-income/index.html index 4fa8bc2d37f..ea98d43e74c 100644 --- a/api-reference/enums/monthly-income/index.html +++ b/api-reference/enums/monthly-income/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MonthlyIncome

Monthly income.

enum MonthlyIncome {
LessThan500
Between500And1500
Between1500And3000
Between3000And4500
MoreThan4500
}

Values

MonthlyIncome.LessThan500

less than 500

MonthlyIncome.Between500And1500

between 500 and 1500

MonthlyIncome.Between1500And3000

between 1500 and 3000

MonthlyIncome.Between3000And4500

between 3000 and 4500

MonthlyIncome.MoreThan4500

more than 4500

Member of

AccountHolderIndividualInfo object ● OnboardIndividualAccountHolderInput input ● OnboardingIndividualAccountHolderInfo object ● UpdateIndividualOnboardingInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/monthly-payment-volume/index.html b/api-reference/enums/monthly-payment-volume/index.html index e10a3878b80..cf23afcd998 100644 --- a/api-reference/enums/monthly-payment-volume/index.html +++ b/api-reference/enums/monthly-payment-volume/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MonthlyPaymentVolume

Monthly payment volume.

enum MonthlyPaymentVolume {
Between10000And50000
Between50000And100000
LessThan10000
MoreThan100000
}

Values

MonthlyPaymentVolume.Between10000And50000

MonthlyPaymentVolume.Between50000And100000

MonthlyPaymentVolume.LessThan10000

MonthlyPaymentVolume.MoreThan100000

Member of

AccountHolderCompanyInfo object ● OnboardCompanyAccountHolderInput input ● OnboardingCompanyAccountHolderInfo object ● UpdateCompanyOnboardingInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/onboarding-order-by-field-input/index.html b/api-reference/enums/onboarding-order-by-field-input/index.html index 498f0a79096..932e34d77c3 100644 --- a/api-reference/enums/onboarding-order-by-field-input/index.html +++ b/api-reference/enums/onboarding-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/onboarding-state/index.html b/api-reference/enums/onboarding-state/index.html index 25de6fc2d58..2f1e5e37be0 100644 --- a/api-reference/enums/onboarding-state/index.html +++ b/api-reference/enums/onboarding-state/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/onboarding-status/index.html b/api-reference/enums/onboarding-status/index.html index 07a28a639a8..e5bafa01de3 100644 --- a/api-reference/enums/onboarding-status/index.html +++ b/api-reference/enums/onboarding-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardingStatus

Possible values for onboarding status

enum OnboardingStatus {
Finalized
Invalid
Valid
}

Values

OnboardingStatus.Finalized

When the onboarding is finalized

OnboardingStatus.Invalid

when the onboarding is invalid. Final status

OnboardingStatus.Valid

When the onboarding is valid. Final status

Member of

OnboardingFiltersInput input ● OnboardingFinalizedStatusInfo object ● OnboardingInvalidStatusInfo object ● OnboardingStatusInfo interface ● OnboardingValidStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/order-by-direction/index.html b/api-reference/enums/order-by-direction/index.html index 3d839fa8a1c..7a45eb97e21 100644 --- a/api-reference/enums/order-by-direction/index.html +++ b/api-reference/enums/order-by-direction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/partner-close-account-reason-type/index.html b/api-reference/enums/partner-close-account-reason-type/index.html index 2464103c744..397811bbcfa 100644 --- a/api-reference/enums/partner-close-account-reason-type/index.html +++ b/api-reference/enums/partner-close-account-reason-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/partnership-status/index.html b/api-reference/enums/partnership-status/index.html index 5309dfebd60..c122a4793a7 100644 --- a/api-reference/enums/partnership-status/index.html +++ b/api-reference/enums/partnership-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PartnershipStatus

No description

enum PartnershipStatus {
Accepted
Canceling
Canceled
}

Values

PartnershipStatus.Accepted

When the partnership is accepted by the account holder for this account

PartnershipStatus.Canceling

When you decide to stop the partnership, you have 2 months notice

PartnershipStatus.Canceled

When the partnership was canceled by you or the account holder

Member of

PartnershipAcceptedStatusInfo object ● PartnershipCanceledStatusInfo object ● PartnershipCancelingStatusInfo object ● PartnershipStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-account-type/index.html b/api-reference/enums/payment-account-type/index.html index 1eb9dd35ee2..001258813c7 100644 --- a/api-reference/enums/payment-account-type/index.html +++ b/api-reference/enums/payment-account-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-level/index.html b/api-reference/enums/payment-level/index.html index 257be24ea03..0388844c7c2 100644 --- a/api-reference/enums/payment-level/index.html +++ b/api-reference/enums/payment-level/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-mandate-canceled-reason/index.html b/api-reference/enums/payment-mandate-canceled-reason/index.html index 46a5fd66db4..e8083edcb9c 100644 --- a/api-reference/enums/payment-mandate-canceled-reason/index.html +++ b/api-reference/enums/payment-mandate-canceled-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-mandate-order-by-field-input/index.html b/api-reference/enums/payment-mandate-order-by-field-input/index.html index 49a3ec50526..e3cc14227cd 100644 --- a/api-reference/enums/payment-mandate-order-by-field-input/index.html +++ b/api-reference/enums/payment-mandate-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-mandate-scheme/index.html b/api-reference/enums/payment-mandate-scheme/index.html index 609c7145ad5..daa64e39a24 100644 --- a/api-reference/enums/payment-mandate-scheme/index.html +++ b/api-reference/enums/payment-mandate-scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PaymentMandateScheme

No description

enum PaymentMandateScheme {
SepaDirectDebitCore
SepaDirectDebitB2b
InternalDirectDebitStandard
InternalDirectDebitB2b
}

Values

PaymentMandateScheme.SepaDirectDebitCore

SEPA Direct Debit Core

PaymentMandateScheme.SepaDirectDebitB2b

SEPA Direct Debit B2B

PaymentMandateScheme.InternalDirectDebitStandard

Internal Direct Debit Standard

PaymentMandateScheme.InternalDirectDebitB2b

Internal Direct Debit B2B

Member of

PaymentMandateFiltersInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-mandate-sequence/index.html b/api-reference/enums/payment-mandate-sequence/index.html index bd9465eef4e..57125f88c93 100644 --- a/api-reference/enums/payment-mandate-sequence/index.html +++ b/api-reference/enums/payment-mandate-sequence/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-mandate-status/index.html b/api-reference/enums/payment-mandate-status/index.html index 1402b8fd45d..e3f4a855897 100644 --- a/api-reference/enums/payment-mandate-status/index.html +++ b/api-reference/enums/payment-mandate-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-order-by-field-input/index.html b/api-reference/enums/payment-order-by-field-input/index.html index bbf5fae1b35..91840876e4a 100644 --- a/api-reference/enums/payment-order-by-field-input/index.html +++ b/api-reference/enums/payment-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-product/index.html b/api-reference/enums/payment-product/index.html index 1009fa425ea..eec12980334 100644 --- a/api-reference/enums/payment-product/index.html +++ b/api-reference/enums/payment-product/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PaymentProduct

Payment product

enum PaymentProduct {
InternalCreditTransfer
SEPACreditTransfer
SEPADirectDebit
Card
Fees
InternalDirectDebit
Check
InternationalCreditTransfer
}

Values

PaymentProduct.InternalCreditTransfer

When the payment is an Internal Credit Transfer operation

PaymentProduct.SEPACreditTransfer

When the payment is a Sepa Credit Transfer operation

PaymentProduct.SEPADirectDebit

When the payment is a Sepa Direct Debit operation

PaymentProduct.Card

When the payment is a Card operation

PaymentProduct.Fees

When the payment is a Fees operation

PaymentProduct.InternalDirectDebit

When the payment is an Internal Direct Debit operation

PaymentProduct.Check

When the payment is a Check operation

PaymentProduct.InternationalCreditTransfer

When the payment is an International Credit Transfer operation

Member of

CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Transaction interface ● TransactionsFiltersInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/payment-status/index.html b/api-reference/enums/payment-status/index.html index 9d5c133146a..c6e0a0f620a 100644 --- a/api-reference/enums/payment-status/index.html +++ b/api-reference/enums/payment-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/pending-digital-card-status/index.html b/api-reference/enums/pending-digital-card-status/index.html index 682d7f075bd..916608e494f 100644 --- a/api-reference/enums/pending-digital-card-status/index.html +++ b/api-reference/enums/pending-digital-card-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PendingDigitalCardStatus

Pending Digital Card Status

enum PendingDigitalCardStatus {
ConsentPending
Pending
Declined
}

Values

PendingDigitalCardStatus.ConsentPending

when the digital card is waiting for the user to finish his consent

PendingDigitalCardStatus.Pending

when the digital card is pending the end of the digitalization process

PendingDigitalCardStatus.Declined

when the creation of a digital card is declined

this is a final state

Member of

DigitalCardConsentPendingStatusInfo object ● DigitalCardDeclinedStatusInfo object ● DigitalCardPendingStatusInfo object ● PendingDigitalCardStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/enums/physical-card-status/index.html b/api-reference/enums/physical-card-status/index.html index f3c59335706..3c18cbbb5be 100644 --- a/api-reference/enums/physical-card-status/index.html +++ b/api-reference/enums/physical-card-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardStatus

Physical Card Status

enum PhysicalCardStatus {
ConsentPending
Processing
Activated
Suspended
Canceled
Canceling
ToActivate
Renewed
}

Values

PhysicalCardStatus.ConsentPending

when the consent to authorize physical card production is pending

PhysicalCardStatus.Processing

when the physical card is in the process of being ready to use

PhysicalCardStatus.Activated

when the physical card is activated

PhysicalCardStatus.Suspended

when the physical card is suspended

PhysicalCardStatus.Canceled

when the physical card is canceled

PhysicalCardStatus.Canceling

when the physical card is about to be canceled

PhysicalCardStatus.ToActivate

when the physical card is not yet activated

PhysicalCardStatus.Renewed

when the physical card is renewed

Member of

PhysicalCardActivatedStatusInfo object ● PhysicalCardCanceledStatusInfo object ● PhysicalCardCancelingStatusInfo object ● PhysicalCardConsentPendingStatusInfo object ● PhysicalCardProcessingStatusInfo object ● PhysicalCardRenewedStatusInfo object ● PhysicalCardStatusInfo interface ● PhysicalCardSuspendedStatusInfo object ● PhysicalCardToActivateStatusInfo object ● PhysicalCardWrongStatusRejection object

- - + + \ No newline at end of file diff --git a/api-reference/enums/preferred-notification-channel/index.html b/api-reference/enums/preferred-notification-channel/index.html index af542e9d471..e0b8b1e0a6f 100644 --- a/api-reference/enums/preferred-notification-channel/index.html +++ b/api-reference/enums/preferred-notification-channel/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/product-type/index.html b/api-reference/enums/product-type/index.html index dbed5d37eff..bb9d6809f11 100644 --- a/api-reference/enums/product-type/index.html +++ b/api-reference/enums/product-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ProductType

Type of product sold. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities

enum ProductType {
Goods
Services
VirtualGoods
GiftsAndDonations
}

Values

ProductType.Goods

ProductType.Services

ProductType.VirtualGoods

ProductType.GiftsAndDonations

Member of

AddMerchantProfileInput input ● MerchantProfile object ● RequestMerchantProfileUpdate object ● RequestMerchantProfileUpdateInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/project-card-settings-background-type/index.html b/api-reference/enums/project-card-settings-background-type/index.html index 77255f6a7d9..b1a176ba6aa 100644 --- a/api-reference/enums/project-card-settings-background-type/index.html +++ b/api-reference/enums/project-card-settings-background-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/project-card-status/index.html b/api-reference/enums/project-card-status/index.html index 2597809b222..c972a9dca84 100644 --- a/api-reference/enums/project-card-status/index.html +++ b/api-reference/enums/project-card-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ProjectCardStatus

Card Status

enum ProjectCardStatus {
Initiated
Enabled
Disabled
ToReview
Suspended
Rejected
}

Values

ProjectCardStatus.Initiated

when project's card settings are Initiated

ProjectCardStatus.Enabled

when project's card settings are Enabled

ProjectCardStatus.Disabled

when project's card settings are Disabled

ProjectCardStatus.ToReview

when project's card settings are ToReview

ProjectCardStatus.Suspended

when project's card settings are Suspended

ProjectCardStatus.Rejected

when project's card settings are Rejected

Member of

CardSettings object

- - + + \ No newline at end of file diff --git a/api-reference/enums/project-status/index.html b/api-reference/enums/project-status/index.html index 6c84e50b2f8..7b2b66b5352 100644 --- a/api-reference/enums/project-status/index.html +++ b/api-reference/enums/project-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/project-type/index.html b/api-reference/enums/project-type/index.html index 93e0dfebcac..026a9790d1e 100644 --- a/api-reference/enums/project-type/index.html +++ b/api-reference/enums/project-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/received-direct-debit-mandate-scheme/index.html b/api-reference/enums/received-direct-debit-mandate-scheme/index.html index 8a37c83f8da..50dc03921be 100644 --- a/api-reference/enums/received-direct-debit-mandate-scheme/index.html +++ b/api-reference/enums/received-direct-debit-mandate-scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateScheme

Received Direct Debit Mandate Scheme

enum ReceivedDirectDebitMandateScheme {
SepaDirectDebitB2b
SepaDirectDebitCore
}

Values

ReceivedDirectDebitMandateScheme.SepaDirectDebitB2b

When the received direct debit mandate can only be used for SEPA B2B direct debit transactions

ReceivedDirectDebitMandateScheme.SepaDirectDebitCore

When the received direct debit mandate can only be used for SEPA Core direct debit transactions

Member of

AccountReceivedDirectDebitMandateFiltersInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/received-direct-debit-mandate-status/index.html b/api-reference/enums/received-direct-debit-mandate-status/index.html index 50d2003434c..04a4bee5ea2 100644 --- a/api-reference/enums/received-direct-debit-mandate-status/index.html +++ b/api-reference/enums/received-direct-debit-mandate-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateStatus

Received Direct Debit Mandate Statuses

enum ReceivedDirectDebitMandateStatus {
Enabled
Suspended
Canceled
ConsentInitiationPending
ConsentPending
}

Values

ReceivedDirectDebitMandateStatus.Enabled

When the received direct debit mandate is enabled

ReceivedDirectDebitMandateStatus.Suspended

When the received direct debit mandate is suspended

ReceivedDirectDebitMandateStatus.Canceled

When the received direct debit mandate is canceled

ReceivedDirectDebitMandateStatus.ConsentInitiationPending

When the received direct debit mandate requires the initiation of a consent process

ReceivedDirectDebitMandateStatus.ConsentPending

When the received direct debit mandate is pending consent completion

Member of

AccountReceivedDirectDebitMandateFiltersInput input ● ReceivedDirectDebitMandateStatusInfo interface ● ReceivedDirectDebitMandateStatusInfoCanceled object ● ReceivedDirectDebitMandateStatusInfoConsentInitiationPending object ● ReceivedDirectDebitMandateStatusInfoConsentPending object ● ReceivedDirectDebitMandateStatusInfoEnabled object ● ReceivedDirectDebitMandateStatusInfoSuspended object

- - + + \ No newline at end of file diff --git a/api-reference/enums/refund-rejection-code/index.html b/api-reference/enums/refund-rejection-code/index.html index daa3153c38c..e81255fc0d2 100644 --- a/api-reference/enums/refund-rejection-code/index.html +++ b/api-reference/enums/refund-rejection-code/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RefundRejectionCode

Reason code that explains why we can't refund the transactions

enum RefundRejectionCode {
TransactionNotFound
TransactionNonRefundable
ServerError
}

Values

RefundRejectionCode.TransactionNotFound

The transaction couldn't be found or the user doesn't have the 'canInitiatePayment' rights on the account

RefundRejectionCode.TransactionNonRefundable

The transaction status is not Booked

RefundRejectionCode.ServerError

Error server

Member of

RefundRejection object

- - + + \ No newline at end of file diff --git a/api-reference/enums/rejected-funding-source-reason/index.html b/api-reference/enums/rejected-funding-source-reason/index.html index cdca6d8fbe7..fdadc813e0d 100644 --- a/api-reference/enums/rejected-funding-source-reason/index.html +++ b/api-reference/enums/rejected-funding-source-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/rejected-reason-code/index.html b/api-reference/enums/rejected-reason-code/index.html index 4873767ee74..0b62dc2fd2c 100644 --- a/api-reference/enums/rejected-reason-code/index.html +++ b/api-reference/enums/rejected-reason-code/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RejectedReasonCode

The following reason code for a rejected transaction are defined:

enum RejectedReasonCode {
AccountClosed
AccountHolderDeceased
AccountMembershipRefused
AccountSuspended
AccountUnknown
BankRefused
BeneficiaryBankNotReachable
CardExpired
CardPermanentlyBlocked
CardSuspended
CreditorBankOffline
CreditorBankTechnicalErrorOccurred
CreditorBankTimeout
DebtorAccountClosed
DebtorAccountConsumer
DebtorAccountUnknown
DebtorBankOffline
DebtorBankTechnicalErrorOccurred
DebtorBankTimeout
DebtorDeceased
FraudSuspected
IbanInvalid
IbanSuspended
InsufficientFunds
InvalidTransferDate
MandateInvalid
NoMandate
PartnerRefused
PartnerTechnicalErrorOccurred
PeriodAmountLimitExceeded
PeriodNbTransactionLimitExceeded
ReasonNotSpecifiedByBank
ReasonNotSpecifiedByDebtor
RegulatoryReason
SwanOffline
SwanRefused
SwanTechnicalErrorOccurred
SwanTimeout
TermsAndConditionsLimitExceeded
TransactionAmountLimitExceeded
TransactionDuplicated
TransactionOnAccountTypeNotAllowed
TransactionTypeNotAllowed
CardNotActivated
InvalidPin
InvalidPinAttemptsExceeded
MerchantShouldResubmitAuthorization
InvalidExpirationDate
InvalidSecurityNumber
PinRequiredForFurtherTransaction
RetryWithChipAndPin
}

Values

RejectedReasonCode.AccountClosed

Rejected because the account is closed

RejectedReasonCode.AccountHolderDeceased

Rejected because the account holder is deceased

RejectedReasonCode.AccountMembershipRefused

Rejected by the account membership

RejectedReasonCode.AccountSuspended

Rejected because the account is suspended

RejectedReasonCode.AccountUnknown

Rejected because the account is unknown

RejectedReasonCode.BankRefused

Rejected by the bank

RejectedReasonCode.BeneficiaryBankNotReachable

Rejected because the creditor bank is not reachable

RejectedReasonCode.CardExpired

Rejected because the card is expired

RejectedReasonCode.CardPermanentlyBlocked

Rejected because the card has been permanently blocked

RejectedReasonCode.CardSuspended

Rejected because the card is suspended

RejectedReasonCode.CreditorBankOffline

Rejected because the creditor bank is offline

RejectedReasonCode.CreditorBankTechnicalErrorOccurred

Rejected following an error from the creditor bank

RejectedReasonCode.CreditorBankTimeout

Rejected following a timeout from the creditor bank

RejectedReasonCode.DebtorAccountClosed

Rejected because the debtor account is closed

RejectedReasonCode.DebtorAccountConsumer

Rejected because the debtor is a non business account and the transaction is a B2B SEPA Direct Debit transaction

RejectedReasonCode.DebtorAccountUnknown

Rejected because the debtor account is unknown

RejectedReasonCode.DebtorBankOffline

Rejected because the debtor bank is offline

RejectedReasonCode.DebtorBankTechnicalErrorOccurred

Rejected following an error from the debtor bank

RejectedReasonCode.DebtorBankTimeout

Rejected following a timeout from the debtor bank

RejectedReasonCode.DebtorDeceased

Rejected because the debtor account holder is dead

RejectedReasonCode.FraudSuspected

Rejected because of a fraud suspicion

RejectedReasonCode.IbanInvalid

Rejected because the beneficiary IBAN is invalid

RejectedReasonCode.IbanSuspended

Rejected because the beneficiary IBAN is suspended

RejectedReasonCode.InsufficientFunds

Rejected because of insufficient funds on the account

RejectedReasonCode.InvalidTransferDate

Rejected because of invalid transfer date

RejectedReasonCode.MandateInvalid

Rejected by debtor because the mandate is invalid

RejectedReasonCode.NoMandate

Rejected because the mandate has been revoked or does not exist

RejectedReasonCode.PartnerRefused

Rejected by the partner (you)

RejectedReasonCode.PartnerTechnicalErrorOccurred

Rejected following an error or a timeout from the partner

RejectedReasonCode.PeriodAmountLimitExceeded

Rejected because the maximum amount allowed on the given period has been exceeded

RejectedReasonCode.PeriodNbTransactionLimitExceeded

Rejected because the maximum number of transactions on the given period has been exceeded

RejectedReasonCode.ReasonNotSpecifiedByBank

Rejected by bank with no specified reason

RejectedReasonCode.ReasonNotSpecifiedByDebtor

Rejected by debtor with no specified reason

RejectedReasonCode.RegulatoryReason

Rejected by bank for regulatory reason

RejectedReasonCode.SwanOffline

Rejected because the debtor or the creditor bank is offline

RejectedReasonCode.SwanRefused

Rejected by Swan

RejectedReasonCode.SwanTechnicalErrorOccurred

Rejected because of a Swan technical error

RejectedReasonCode.SwanTimeout

Rejected because of a Swan timeout

RejectedReasonCode.TermsAndConditionsLimitExceeded

Rejected because the terms and conditions limit has been exceeded

RejectedReasonCode.TransactionAmountLimitExceeded

Rejected because the maximum amount for a transaction has been exceeded

RejectedReasonCode.TransactionDuplicated

Rejected by bank because this transaction is duplicated

RejectedReasonCode.TransactionOnAccountTypeNotAllowed

Rejected because the transaction is forbidden on this type of account

RejectedReasonCode.TransactionTypeNotAllowed

Rejected because the type of transaction is forbidden on the account

RejectedReasonCode.CardNotActivated

Rejected because the card is not activated yet

RejectedReasonCode.InvalidPin

Rejected because the PIN is invalid

RejectedReasonCode.InvalidPinAttemptsExceeded

Rejected because there were too many invalid tries on the PIN validation

RejectedReasonCode.MerchantShouldResubmitAuthorization

Rejected because the merchant must request a new transaction with authorisation

RejectedReasonCode.InvalidExpirationDate

Rejected because the expiration date entered does not match the one on the card

RejectedReasonCode.InvalidSecurityNumber

Rejected because the security number entered does not match the one on the card

RejectedReasonCode.PinRequiredForFurtherTransaction

Rejected because a transaction with PIN code is required to continue to using the card

RejectedReasonCode.RetryWithChipAndPin

Rejected because the Swipe method is not supported, a retry using the Chip and PIN method is necessary

Member of

RejectedTransactionStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/rejected-verification-reason/index.html b/api-reference/enums/rejected-verification-reason/index.html index eb765ad069d..8f12877b8e1 100644 --- a/api-reference/enums/rejected-verification-reason/index.html +++ b/api-reference/enums/rejected-verification-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/released-reason/index.html b/api-reference/enums/released-reason/index.html index 8e8fae5c750..ae5c36e179c 100644 --- a/api-reference/enums/released-reason/index.html +++ b/api-reference/enums/released-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReleasedReason

No description

enum ReleasedReason {
Captured
Expired
AdviceReceived
MerchantReleased
ManuallyReleased
Other
}

Values

ReleasedReason.Captured

Authorization fully captured by one or more debits

ReleasedReason.Expired

Authorization expired

ReleasedReason.AdviceReceived

Authorization has been superseded by an advice

ReleasedReason.MerchantReleased

Authorization released by the merchant

ReleasedReason.ManuallyReleased

Authorization manually released by Swan

ReleasedReason.Other

Authorization released for other/undefined reasons

Member of

ReleasedTransactionStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/request-merchant-profile-update-status/index.html b/api-reference/enums/request-merchant-profile-update-status/index.html index 8b79dec6011..1d8d27f6879 100644 --- a/api-reference/enums/request-merchant-profile-update-status/index.html +++ b/api-reference/enums/request-merchant-profile-update-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/sepadirect-debit-scheme/index.html b/api-reference/enums/sepadirect-debit-scheme/index.html index c1e75afc56e..320c9a7293b 100644 --- a/api-reference/enums/sepadirect-debit-scheme/index.html +++ b/api-reference/enums/sepadirect-debit-scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/sepapayment-mandate-scheme/index.html b/api-reference/enums/sepapayment-mandate-scheme/index.html index 286dd80bcdb..ed1cddf1f9b 100644 --- a/api-reference/enums/sepapayment-mandate-scheme/index.html +++ b/api-reference/enums/sepapayment-mandate-scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/sepapayment-mandate-sequence/index.html b/api-reference/enums/sepapayment-mandate-sequence/index.html index 60f64940e2e..ba5063cf929 100644 --- a/api-reference/enums/sepapayment-mandate-sequence/index.html +++ b/api-reference/enums/sepapayment-mandate-sequence/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/separeceived-direct-debit-mandate-scheme/index.html b/api-reference/enums/separeceived-direct-debit-mandate-scheme/index.html index 82f0b4df3b9..b56c6a65a0a 100644 --- a/api-reference/enums/separeceived-direct-debit-mandate-scheme/index.html +++ b/api-reference/enums/separeceived-direct-debit-mandate-scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPAReceivedDirectDebitMandateScheme

Received SEPA direct debit mandate scheme

enum SEPAReceivedDirectDebitMandateScheme {
SepaDirectDebitB2b
SepaDirectDebitCore
}

Values

SEPAReceivedDirectDebitMandateScheme.SepaDirectDebitB2b

When the received SEPA direct debit mandate can only be used for SEPA B2B direct debit transactions

SEPAReceivedDirectDebitMandateScheme.SepaDirectDebitCore

When the received SEPA direct debit mandate can only be used for SEPA Core direct debit transactions

Member of

SEPAReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/enums/separeceived-direct-debit-mandate-sequence/index.html b/api-reference/enums/separeceived-direct-debit-mandate-sequence/index.html index 4bc23ae53fa..b64de4b2314 100644 --- a/api-reference/enums/separeceived-direct-debit-mandate-sequence/index.html +++ b/api-reference/enums/separeceived-direct-debit-mandate-sequence/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPAReceivedDirectDebitMandateSequence

SEPA received direct debit mandate sequence

enum SEPAReceivedDirectDebitMandateSequence {
OneOff
Recurrent
}

Values

SEPAReceivedDirectDebitMandateSequence.OneOff

When the authorisation is given once by the SEPA Debtor to collect only one single SEPA direct debit

SEPAReceivedDirectDebitMandateSequence.Recurrent

When the authorisation by the Debtor can be used for regular SEPA direct debits initiated by the Creditor

Member of

AddReceivedSepaDirectDebitB2bMandateInput input ● SEPAReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/enums/shareholder-status/index.html b/api-reference/enums/shareholder-status/index.html index 11a32f6b615..9947d2a5090 100644 --- a/api-reference/enums/shareholder-status/index.html +++ b/api-reference/enums/shareholder-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ShareholderStatus

Status of the shareholder during the process with Swan.

enum ShareholderStatus {
PendingOnboarding
WaitingForVerification
WaitingForTransfer
CapitalTransferred
CapitalFundsWiredToNotary
}

Values

ShareholderStatus.PendingOnboarding

Waiting for the shareholder to finalize their onboarding.

ShareholderStatus.WaitingForVerification

Waiting for Swan compliance team to verify the shareholder.

ShareholderStatus.WaitingForTransfer

Waiting for the shareholder to wire their share of the capital on their temporary Swan account.

ShareholderStatus.CapitalTransferred

When the shareholder has wired their share of the capital.

ShareholderStatus.CapitalFundsWiredToNotary

When the shareholder's capital is wired to the notary.

Member of

Shareholder object

- - + + \ No newline at end of file diff --git a/api-reference/enums/shareholder-type/index.html b/api-reference/enums/shareholder-type/index.html index 4571583879a..96f2a75e305 100644 --- a/api-reference/enums/shareholder-type/index.html +++ b/api-reference/enums/shareholder-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/signature-status/index.html b/api-reference/enums/signature-status/index.html index a8c4ee25769..a8fc532e55c 100644 --- a/api-reference/enums/signature-status/index.html +++ b/api-reference/enums/signature-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/simulation-card-type/index.html b/api-reference/enums/simulation-card-type/index.html index 62ee2c4e8a8..5088f9f6be1 100644 --- a/api-reference/enums/simulation-card-type/index.html +++ b/api-reference/enums/simulation-card-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/spending-limit-period-input/index.html b/api-reference/enums/spending-limit-period-input/index.html index 7dd73da3426..1d0a3f39aae 100644 --- a/api-reference/enums/spending-limit-period-input/index.html +++ b/api-reference/enums/spending-limit-period-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/spending-limit-period/index.html b/api-reference/enums/spending-limit-period/index.html index 4337e53f70f..2fb9494ee10 100644 --- a/api-reference/enums/spending-limit-period/index.html +++ b/api-reference/enums/spending-limit-period/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/spending-limit-type/index.html b/api-reference/enums/spending-limit-type/index.html index 09e577e8cec..39979907ee0 100644 --- a/api-reference/enums/spending-limit-type/index.html +++ b/api-reference/enums/spending-limit-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/standing-order-period/index.html b/api-reference/enums/standing-order-period/index.html index 616dd85c9a3..76decd0b87b 100644 --- a/api-reference/enums/standing-order-period/index.html +++ b/api-reference/enums/standing-order-period/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/standing-order-status/index.html b/api-reference/enums/standing-order-status/index.html index bc05636436f..6a59d4f29bc 100644 --- a/api-reference/enums/standing-order-status/index.html +++ b/api-reference/enums/standing-order-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/statement-period/index.html b/api-reference/enums/statement-period/index.html index df8f3b61745..b2dd50e2c9b 100644 --- a/api-reference/enums/statement-period/index.html +++ b/api-reference/enums/statement-period/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/statement-status/index.html b/api-reference/enums/statement-status/index.html index 4799fa7607f..3643f677abb 100644 --- a/api-reference/enums/statement-status/index.html +++ b/api-reference/enums/statement-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/statement-type/index.html b/api-reference/enums/statement-type/index.html index f33fe009f5b..66fc6c59379 100644 --- a/api-reference/enums/statement-type/index.html +++ b/api-reference/enums/statement-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/supporting-document-collect-mode/index.html b/api-reference/enums/supporting-document-collect-mode/index.html index 53d1d67d3fe..d12461fc689 100644 --- a/api-reference/enums/supporting-document-collect-mode/index.html +++ b/api-reference/enums/supporting-document-collect-mode/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/supporting-document-collection-status/index.html b/api-reference/enums/supporting-document-collection-status/index.html index 073c8c0ca1c..2f3c965d282 100644 --- a/api-reference/enums/supporting-document-collection-status/index.html +++ b/api-reference/enums/supporting-document-collection-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionStatus

Verification status of a supporting document collection

enum SupportingDocumentCollectionStatus {
WaitingForDocument
PendingReview
Approved
Canceled
Rejected
}

Values

SupportingDocumentCollectionStatus.WaitingForDocument

When the supporting document collection is created and on going

SupportingDocumentCollectionStatus.PendingReview

When the supporting document collection is completed and in compliance review

SupportingDocumentCollectionStatus.Approved

When the supporting document collection is approved. Final status

SupportingDocumentCollectionStatus.Canceled

When the supporting document collection is canceled. Final status

SupportingDocumentCollectionStatus.Rejected

When the supporting document collection is rejected. Final status

Member of

SupportingDocumentCollectionApprovedStatusInfo object ● SupportingDocumentCollectionCanceledStatusInfo object ● SupportingDocumentCollectionPendingReviewStatusInfo object ● SupportingDocumentCollectionRejectedStatusInfo object ● SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection object ● SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection object ● SupportingDocumentCollectionStatusInfo interface ● SupportingDocumentCollectionStatusNotAllowedRejection object ● SupportingDocumentCollectionWaitingForDocumentStatusInfo object ● SupportingDocumentUploadNotAllowedRejection object

- - + + \ No newline at end of file diff --git a/api-reference/enums/supporting-document-communication-language-settings/index.html b/api-reference/enums/supporting-document-communication-language-settings/index.html index 4160ddf8985..ac283601ba9 100644 --- a/api-reference/enums/supporting-document-communication-language-settings/index.html +++ b/api-reference/enums/supporting-document-communication-language-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/supporting-document-purpose-enum/index.html b/api-reference/enums/supporting-document-purpose-enum/index.html index ca9588ac31c..102580adade 100644 --- a/api-reference/enums/supporting-document-purpose-enum/index.html +++ b/api-reference/enums/supporting-document-purpose-enum/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

SupportingDocumentPurposeEnum

Supporting document purpose

enum SupportingDocumentPurposeEnum {
AssociationRegistration
Banking
CompanyRegistration
Other
PowerOfAttorney
ProofOfCompanyAddress
ProofOfCompanyIncome
ProofOfIdentity
ProofOfIndividualAddress
ProofOfIndividualIncome
ProofOfOriginOfFunds
SignedStatus
UBODeclaration
SwornStatement
}

Values

SupportingDocumentPurposeEnum.AssociationRegistration

Proof of association registration

SupportingDocumentPurposeEnum.Banking

Banking

SupportingDocumentPurposeEnum.CompanyRegistration

Proof of company registration

SupportingDocumentPurposeEnum.Other

Other

SupportingDocumentPurposeEnum.PowerOfAttorney

Signed power of attorney document to give the power to act on behalf.

SupportingDocumentPurposeEnum.ProofOfCompanyAddress

Proof of company address

SupportingDocumentPurposeEnum.ProofOfCompanyIncome

Proof of company income

SupportingDocumentPurposeEnum.ProofOfIdentity

Proof of identity

SupportingDocumentPurposeEnum.ProofOfIndividualAddress

Proof of individual address

SupportingDocumentPurposeEnum.ProofOfIndividualIncome

Proof of individual income

SupportingDocumentPurposeEnum.ProofOfOriginOfFunds

Proof of origin of funds

SupportingDocumentPurposeEnum.SignedStatus

Signed status

SupportingDocumentPurposeEnum.UBODeclaration

UBO Declaration

SupportingDocumentPurposeEnum.SwornStatement

Sworn statement

Member of

GenerateSupportingDocumentUploadUrlInput input ● SupportingDocument object ● SupportingDocumentPurpose object ● UpdateSupportingDocumentInput input

- - +
Skip to main content

SupportingDocumentPurposeEnum

Supporting document purpose

enum SupportingDocumentPurposeEnum {
AssociationRegistration
Banking
CompanyRegistration
GeneralAssemblyMinutes
Other
PowerOfAttorney
ProofOfCompanyAddress
ProofOfCompanyIncome
ProofOfIdentity
ProofOfIndividualAddress
ProofOfIndividualIncome
ProofOfOriginOfFunds
SignedStatus
UBODeclaration
SwornStatement
}

Values

SupportingDocumentPurposeEnum.AssociationRegistration

Proof of association registration

SupportingDocumentPurposeEnum.Banking

Banking

SupportingDocumentPurposeEnum.CompanyRegistration

Proof of company registration

SupportingDocumentPurposeEnum.GeneralAssemblyMinutes

Minutes Of The General Assembly

SupportingDocumentPurposeEnum.Other

Other

SupportingDocumentPurposeEnum.PowerOfAttorney

Signed power of attorney document to give the power to act on behalf.

SupportingDocumentPurposeEnum.ProofOfCompanyAddress

Proof of company address

SupportingDocumentPurposeEnum.ProofOfCompanyIncome

Proof of company income

SupportingDocumentPurposeEnum.ProofOfIdentity

Proof of identity

SupportingDocumentPurposeEnum.ProofOfIndividualAddress

Proof of individual address

SupportingDocumentPurposeEnum.ProofOfIndividualIncome

Proof of individual income

SupportingDocumentPurposeEnum.ProofOfOriginOfFunds

Proof of origin of funds

SupportingDocumentPurposeEnum.SignedStatus

Signed status

SupportingDocumentPurposeEnum.UBODeclaration

UBO Declaration

SupportingDocumentPurposeEnum.SwornStatement

Sworn statement

Member of

GenerateSupportingDocumentUploadUrlInput input ● SupportingDocument object ● SupportingDocumentPurpose object ● UpdateSupportingDocumentInput input

+ + \ No newline at end of file diff --git a/api-reference/enums/supporting-document-status/index.html b/api-reference/enums/supporting-document-status/index.html index aea6ca8a2f9..0bae37b839b 100644 --- a/api-reference/enums/supporting-document-status/index.html +++ b/api-reference/enums/supporting-document-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentStatus

Verification status of a document

enum SupportingDocumentStatus {
WaitingForUpload
Uploaded
Validated
Refused
NotUploaded
}

Values

SupportingDocumentStatus.WaitingForUpload

Document is not uploaded yet.

SupportingDocumentStatus.Uploaded

Document has been uploaded but not verified by Swan yet.

SupportingDocumentStatus.Validated

Document has been uploaded and verified by Swan.

SupportingDocumentStatus.Refused

Document has been refused by Swan.

SupportingDocumentStatus.NotUploaded

Document has not been uploaded on time.

Member of

SupportingDocumentNotUploadedStatusInfo object ● SupportingDocumentRefusedStatusInfo object ● SupportingDocumentStatusDoesNotAllowDeletionRejection object ● SupportingDocumentStatusDoesNotAllowUpdateRejection object ● SupportingDocumentStatusInfo interface ● SupportingDocumentStatusNotAllowedRejection object ● SupportingDocumentUploadedStatusInfo object ● SupportingDocumentValidatedStatusInfo object ● SupportingDocumentWaitingForUploadStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/supporting-document-type/index.html b/api-reference/enums/supporting-document-type/index.html index 5d8475d7e47..3bb3e669b3e 100644 --- a/api-reference/enums/supporting-document-type/index.html +++ b/api-reference/enums/supporting-document-type/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

SupportingDocumentType

Specific type for document

enum SupportingDocumentType {
Selfie
Passport
NationalIdCard
ResidentPermit
DrivingLicense
UtilityBill
PhoneBill
RentReceipt
HomeInsurance
IncomeTaxReturn
PaySlip
RegisterExtract
ArticlesOfIncorporation
CapitalShareDepositCertificate
UBODeclaration
JOAFFEExtract
CompanyLeaseAgreement
BankStatement
BankAccountDetails
PowerOfAttorney
CorporateIncomeTaxReturn
Other
ByLaws
AccountStatement
DeedOfDonation
DeedOfSale
DeedOfSuccession
LoanContract
NotarialDeed
SwornStatement
}

Values

SupportingDocumentType.Selfie

Selfie

SupportingDocumentType.Passport

Passport

SupportingDocumentType.NationalIdCard

NationalIdCard

SupportingDocumentType.ResidentPermit

Resident permit

SupportingDocumentType.DrivingLicense

Driving license

SupportingDocumentType.UtilityBill

Water, Electricity or Gas Bill issued within the last 3 months

SupportingDocumentType.PhoneBill

Telephone Bill issued within the last 3 months

SupportingDocumentType.RentReceipt

Rental Receipt issued within the last 3 months

SupportingDocumentType.HomeInsurance

Home Insurance contract

SupportingDocumentType.IncomeTaxReturn

Income Tax return or tax-exemption certificate dating less than 2 years

SupportingDocumentType.PaySlip

A pay slip dating less than 3 months

SupportingDocumentType.RegisterExtract

Commercial registry extract issued within the last 3 months

SupportingDocumentType.ArticlesOfIncorporation

Legal document required for company’s formation

SupportingDocumentType.CapitalShareDepositCertificate

Share Deposit Certificate

SupportingDocumentType.UBODeclaration

Ultimate Beneficial Owner Declaration

SupportingDocumentType.JOAFFEExtract

Association registration proof for french association

SupportingDocumentType.CompanyLeaseAgreement

Lease agreement in the name of the business or Proof of Individual Address if the company is hosted by one of the legal representative

SupportingDocumentType.BankStatement

Bank Statement

SupportingDocumentType.BankAccountDetails

Document with details such as bank name, address, account number and account holder

SupportingDocumentType.PowerOfAttorney

Signed power of attorney document to give the power to act on behalf

SupportingDocumentType.CorporateIncomeTaxReturn

Document submitted to your tax bureau at the end of the last business period

SupportingDocumentType.Other

Other

SupportingDocumentType.ByLaws

By Laws

SupportingDocumentType.AccountStatement

Account statement

SupportingDocumentType.DeedOfDonation

Deed of donation

SupportingDocumentType.DeedOfSale

Deed of sale

SupportingDocumentType.DeedOfSuccession

Deed of succession

SupportingDocumentType.LoanContract

Loan contract

SupportingDocumentType.NotarialDeed

Notarial deed

SupportingDocumentType.SwornStatement

Sworn statement

Member of

GenerateSupportingDocumentUploadUrlInput input ● SupportingDocument object ● SupportingDocumentPurpose object ● UpdateSupportingDocumentInput input

- - +
Skip to main content

SupportingDocumentType

Specific type for document

enum SupportingDocumentType {
Selfie
Passport
NationalIdCard
ResidentPermit
DrivingLicense
UtilityBill
PhoneBill
RentReceipt
HomeInsurance
IncomeTaxReturn
PaySlip
RegisterExtract
ArticlesOfIncorporation
CapitalShareDepositCertificate
UBODeclaration
JOAFFEExtract
CompanyLeaseAgreement
BankStatement
BankAccountDetails
PowerOfAttorney
CorporateIncomeTaxReturn
Other
ByLaws
AccountStatement
DeedOfDonation
DeedOfSale
DeedOfSuccession
LoanContract
NotarialDeed
SwornStatement
MeetingMinutes
}

Values

SupportingDocumentType.Selfie

Selfie

SupportingDocumentType.Passport

Passport

SupportingDocumentType.NationalIdCard

NationalIdCard

SupportingDocumentType.ResidentPermit

Resident permit

SupportingDocumentType.DrivingLicense

Driving license

SupportingDocumentType.UtilityBill

Water, Electricity or Gas Bill issued within the last 3 months

SupportingDocumentType.PhoneBill

Telephone Bill issued within the last 3 months

SupportingDocumentType.RentReceipt

Rental Receipt issued within the last 3 months

SupportingDocumentType.HomeInsurance

Home Insurance contract

SupportingDocumentType.IncomeTaxReturn

Income Tax return or tax-exemption certificate dating less than 2 years

SupportingDocumentType.PaySlip

A pay slip dating less than 3 months

SupportingDocumentType.RegisterExtract

Commercial registry extract issued within the last 3 months

SupportingDocumentType.ArticlesOfIncorporation

Legal document required for company’s formation

SupportingDocumentType.CapitalShareDepositCertificate

Share Deposit Certificate

SupportingDocumentType.UBODeclaration

Ultimate Beneficial Owner Declaration

SupportingDocumentType.JOAFFEExtract

Association registration proof for french association

SupportingDocumentType.CompanyLeaseAgreement

Lease agreement in the name of the business or Proof of Individual Address if the company is hosted by one of the legal representative

SupportingDocumentType.BankStatement

Bank Statement

SupportingDocumentType.BankAccountDetails

Document with details such as bank name, address, account number and account holder

SupportingDocumentType.PowerOfAttorney

Signed power of attorney document to give the power to act on behalf

SupportingDocumentType.CorporateIncomeTaxReturn

Document submitted to your tax bureau at the end of the last business period

SupportingDocumentType.Other

Other

SupportingDocumentType.ByLaws

By Laws

SupportingDocumentType.AccountStatement

Account statement

SupportingDocumentType.DeedOfDonation

Deed of donation

SupportingDocumentType.DeedOfSale

Deed of sale

SupportingDocumentType.DeedOfSuccession

Deed of succession

SupportingDocumentType.LoanContract

Loan contract

SupportingDocumentType.NotarialDeed

Notarial deed

SupportingDocumentType.SwornStatement

Sworn statement

SupportingDocumentType.MeetingMinutes

Meeting's minutes

Member of

GenerateSupportingDocumentUploadUrlInput input ● SupportingDocument object ● SupportingDocumentPurpose object ● UpdateSupportingDocumentInput input

+ + \ No newline at end of file diff --git a/api-reference/enums/suspend-account-reason-type/index.html b/api-reference/enums/suspend-account-reason-type/index.html index e1a6e53976a..3a4a50c68c8 100644 --- a/api-reference/enums/suspend-account-reason-type/index.html +++ b/api-reference/enums/suspend-account-reason-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason/index.html b/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason/index.html index 01d20d58f20..fb779e68524 100644 --- a/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason/index.html +++ b/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/swan-identification-level/index.html b/api-reference/enums/swan-identification-level/index.html deleted file mode 100644 index 2220ad905ea..00000000000 --- a/api-reference/enums/swan-identification-level/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - -SwanIdentificationLevel | Swan Docs - - - - - - - -
-
Skip to main content
- - - - \ No newline at end of file diff --git a/api-reference/enums/swan-identification-process/index.html b/api-reference/enums/swan-identification-process/index.html deleted file mode 100644 index 05d9bf1506b..00000000000 --- a/api-reference/enums/swan-identification-process/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - -SwanIdentificationProcess | Swan Docs - - - - - - - -
-
Skip to main content
- - - - \ No newline at end of file diff --git a/api-reference/enums/swan-identification-status/index.html b/api-reference/enums/swan-identification-status/index.html index 4d1a1abee9b..3300172c66a 100644 --- a/api-reference/enums/swan-identification-status/index.html +++ b/api-reference/enums/swan-identification-status/index.html @@ -3,17 +3,17 @@ -SwanIdentificationStatus | Swan Docs +SwanIdentificationStatus | Swan Docs - - + +
-
Skip to main content

SwanIdentificationStatus

Used when filtering to filter on the status of the identifications

enum SwanIdentificationStatus {
Pending
Valid
Invalid
NotSupported
NotStarted
Started
Canceled
Expired
}

Values

SwanIdentificationStatus.Pending

When the identification process is currently being treated by a manual or automatic process

SwanIdentificationStatus.Valid

When the identification is valid

SwanIdentificationStatus.Invalid

When the identification is invalid

SwanIdentificationStatus.NotSupported

When the identification does not support an identification level

SwanIdentificationStatus.NotStarted

When the identification hasn't been started yet

SwanIdentificationStatus.Started

When the identification has been started

SwanIdentificationStatus.Canceled

When the identification has been canceled

SwanIdentificationStatus.Expired

When the identification has expired

Member of

IdentificationFiltersInput input

- - +
Skip to main content

SwanIdentificationStatus

Status values of an identification

enum SwanIdentificationStatus {
Pending
Valid
Invalid
Canceled
Expired
NotSupported
NotStarted
Started
}

Values

SwanIdentificationStatus.Pending

When the identification process is currently being treated by a manual or automatic process

SwanIdentificationStatus.Valid

When the identification is valid

SwanIdentificationStatus.Invalid

When the identification is invalid

SwanIdentificationStatus.Canceled

When the user canceled the identification process or the identification service was unavailable

SwanIdentificationStatus.Expired

When the identification is no longer valid

SwanIdentificationStatus.NotSupported

When the identification does not support an identification level

SwanIdentificationStatus.NotStarted

When the identification hasn't been started yet

SwanIdentificationStatus.Started

When the identification has been started

Member of

CanceledIdentificationLevelStatusInfo object ● ExpiredIdentificationLevelStatusInfo object ● IdentificationExpertProcessInfo object ● IdentificationExpertWithQESProcessInfo object ● IdentificationFiltersInput input ● IdentificationPVIDProcessInfo object ● InvalidIdentificationLevelStatusInfo object ● NotStartedIdentificationLevelStatusInfo object ● NotSupportedIdentificationLevelStatusInfo object ● PendingIdentificationLevelStatusInfo object ● StartedIdentificationLevelStatusInfo object ● ValidIdentificationLevelStatusInfo object

+ + \ No newline at end of file diff --git a/api-reference/enums/title-enum/index.html b/api-reference/enums/title-enum/index.html index d90f1010bd5..ac5caf6ad2a 100644 --- a/api-reference/enums/title-enum/index.html +++ b/api-reference/enums/title-enum/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/transaction-reason-code/index.html b/api-reference/enums/transaction-reason-code/index.html index 44b3139c2ef..bba17669347 100644 --- a/api-reference/enums/transaction-reason-code/index.html +++ b/api-reference/enums/transaction-reason-code/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

TransactionReasonCode

The following reason codes for a r-transaction are defined:

enum TransactionReasonCode {
AccountClosed
AccountHolderDeceased
AccountSuspended
AccountUnknown
BankRefused
BeneficiaryAccountBlocked
BeneficiaryAccountClosed
BeneficiaryAccountIncorrect
BeneficiaryAccountUnknown
BeneficiaryBankNotReachable
BeneficiaryDeceased
CardExpired
CardNotActivated
CardPermanentlyBlocked
CardSuspended
CheckInvalid
CheckNumberInvalid
CreditorBankOffline
CreditorBankTechnicalErrorOccurred
CreditorBankTimeout
DebtorAccountBlocked
DebtorAccountClosed
DebtorAccountConsumer
DebtorAccountUnknown
DebtorBankOffline
DebtorBankTechnicalErrorOccurred
DebtorBankTimeout
DebtorDeceased
FundsAlreadyTransferredBack
InsufficientFunds
InvalidExpirationDate
InvalidPin
InvalidPinAttemptsExceeded
InvalidSecurityNumber
LegalOrBankDecision
MandateInvalid
MerchantShouldResubmitAuthorization
NoAnswerFromBeneficiary
NoOriginalTransactionReceived
PartnerRefused
PartnerTechnicalErrorOccurred
PeriodAmountLimitExceeded
PeriodNbTransactionLimitExceeded
PinRequiredForFurtherTransaction
ReasonNotSpecifiedByBank
ReasonNotSpecifiedByBeneficiary
ReasonNotSpecifiedByDebtor
ReasonNotSpecifiedByOriginator
RecallAccepted
RefundRequestedByDebtor
RegulatoryReason
RlmcKeyInvalid
SwanOffline
SwanRefused
SwanTechnicalErrorOccurred
SwanTimeout
TechnicalIssue
TermsAndConditionsLimitExceeded
TransactionAmountIncorrect
TransactionAmountLimitExceeded
TransactionDuplicated
TransactionOnAccountTypeNotAllowed
TransactionTypeNotAllowed
}

Values

TransactionReasonCode.AccountClosed

Rejected because the account is closed

TransactionReasonCode.AccountHolderDeceased

Rejected because the account holder is deceased

TransactionReasonCode.AccountSuspended

Rejected because the account is suspended

TransactionReasonCode.AccountUnknown

Rejected because the account is unknown

TransactionReasonCode.BankRefused

Rejected by the bank

TransactionReasonCode.BeneficiaryAccountBlocked

Creditor account is blocked

TransactionReasonCode.BeneficiaryAccountClosed

Creditor account is closed

TransactionReasonCode.BeneficiaryAccountIncorrect

Creditor account number is incorrect

TransactionReasonCode.BeneficiaryAccountUnknown

Creditor account number does not exist

TransactionReasonCode.BeneficiaryBankNotReachable

Rejected because the creditor bank is not reachable

TransactionReasonCode.BeneficiaryDeceased

Customer is deceased

TransactionReasonCode.CardExpired

Rejected because the card is expired

TransactionReasonCode.CardNotActivated

Rejected because the card is not activated yet

TransactionReasonCode.CardPermanentlyBlocked

Rejected because the card has been permanently blocked

TransactionReasonCode.CardSuspended

Rejected because the card is suspended

TransactionReasonCode.CheckInvalid

Invalid check

TransactionReasonCode.CheckNumberInvalid

Invalid check number

TransactionReasonCode.CreditorBankOffline

Rejected because the creditor bank is offline

TransactionReasonCode.CreditorBankTechnicalErrorOccurred

Rejected following an error from the creditor bank

TransactionReasonCode.CreditorBankTimeout

Rejected following a timeout from the creditor bank

TransactionReasonCode.DebtorAccountBlocked

Debtor Account Blocked

TransactionReasonCode.DebtorAccountClosed

Rejected because the debtor account is closed

TransactionReasonCode.DebtorAccountConsumer

Rejected because the debtor is a non business account and the transaction is a B2B SEPA Direct Debit transaction

TransactionReasonCode.DebtorAccountUnknown

Rejected because the debtor account is unknown

TransactionReasonCode.DebtorBankOffline

Rejected because the debtor bank is offline

TransactionReasonCode.DebtorBankTechnicalErrorOccurred

Rejected following an error from the debtor bank

TransactionReasonCode.DebtorBankTimeout

Rejected following a timeout from the debtor bank

TransactionReasonCode.DebtorDeceased

Rejected because the debtor account holder is dead

TransactionReasonCode.FundsAlreadyTransferredBack

Funds already transferred back to the originator

TransactionReasonCode.InsufficientFunds

Rejected because of insufficient funds on the account

TransactionReasonCode.InvalidExpirationDate

Rejected because the expiration date entered does not match the one on the card

TransactionReasonCode.InvalidPin

Rejected because the PIN is invalid

TransactionReasonCode.InvalidPinAttemptsExceeded

Rejected because there were too many invalid tries on the PIN validation

TransactionReasonCode.InvalidSecurityNumber

Rejected because the security number entered does not match the one on the card

TransactionReasonCode.LegalOrBankDecision

Funds cannot be reimbursed by beneficiary bank/legal decision

TransactionReasonCode.MandateInvalid

Rejected by debtor because the mandate is invalid

TransactionReasonCode.MerchantShouldResubmitAuthorization

Rejected because the merchant must request a new transaction with authorisation

TransactionReasonCode.NoAnswerFromBeneficiary

No answer from customer

TransactionReasonCode.NoOriginalTransactionReceived

No original transaction received

TransactionReasonCode.PartnerRefused

Rejected by the partner (you)

TransactionReasonCode.PartnerTechnicalErrorOccurred

Rejected following an error or a timeout from the partner

TransactionReasonCode.PeriodAmountLimitExceeded

Rejected because the maximum amount allowed on the given period has been exceeded

TransactionReasonCode.PeriodNbTransactionLimitExceeded

Rejected because the maximum number of transactions on the given period has been exceeded

TransactionReasonCode.PinRequiredForFurtherTransaction

Rejected because a transaction with PIN code is required to continue to using the card

TransactionReasonCode.ReasonNotSpecifiedByBank

Rejected by bank with no specified reason

TransactionReasonCode.ReasonNotSpecifiedByBeneficiary

Reason unspecified

TransactionReasonCode.ReasonNotSpecifiedByDebtor

Rejected by debtor with no specified reason

TransactionReasonCode.ReasonNotSpecifiedByOriginator

Customer request

TransactionReasonCode.RecallAccepted

Recall request accepted by beneficiary bank or beneficiary

TransactionReasonCode.RefundRequestedByDebtor

Refund requested by end customer

TransactionReasonCode.RegulatoryReason

Rejected by bank for regulatory reason

TransactionReasonCode.RlmcKeyInvalid

Invalid RLMC key, please control the key and the check number

TransactionReasonCode.SwanOffline

Rejected because the debtor or the creditor bank is offline

TransactionReasonCode.SwanRefused

Rejected by Swan

TransactionReasonCode.SwanTechnicalErrorOccurred

Rejected because of a Swan technical error

TransactionReasonCode.SwanTimeout

Rejected because of a Swan timeout

TransactionReasonCode.TechnicalIssue

Technical issue resulting in incorrect transactions sent out

TransactionReasonCode.TermsAndConditionsLimitExceeded

Rejected because the terms and conditions limit has been exceeded

TransactionReasonCode.TransactionAmountIncorrect

Wrong transaction amount

TransactionReasonCode.TransactionAmountLimitExceeded

Rejected because the maximum amount for a transaction has been exceeded

TransactionReasonCode.TransactionDuplicated

Rejected by bank because this transaction is duplicated

TransactionReasonCode.TransactionOnAccountTypeNotAllowed

Rejected because the transaction is forbidden on this type of account

TransactionReasonCode.TransactionTypeNotAllowed

Rejected because the type of transaction is forbidden on the account

Member of

CheckTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/enums/transaction-side/index.html b/api-reference/enums/transaction-side/index.html index 453f07ee927..0f2fd34cacf 100644 --- a/api-reference/enums/transaction-side/index.html +++ b/api-reference/enums/transaction-side/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

TransactionSide

Transaction side

enum TransactionSide {
Debit
Credit
}

Values

TransactionSide.Debit

when the transaction debit the account

TransactionSide.Credit

when the transaction credit the account

Member of

CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Transaction interface

- - + + \ No newline at end of file diff --git a/api-reference/enums/transaction-status/index.html b/api-reference/enums/transaction-status/index.html index 3ae87df3aa0..1f8f9deef1f 100644 --- a/api-reference/enums/transaction-status/index.html +++ b/api-reference/enums/transaction-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

TransactionStatus

Transaction status

enum TransactionStatus {
Booked
Rejected
Pending
Canceled
Upcoming
Released
}

Values

TransactionStatus.Booked

when the transaction is posted to the Swan book and impact the booked balance

TransactionStatus.Rejected

when the transaction is rejected

TransactionStatus.Pending

when the transaction is pending and the amount impact the available balance

TransactionStatus.Canceled

when a pending transaction is canceled and the amount is released on the available balance

TransactionStatus.Upcoming

when the transaction is upcoming (scheduled credit transfer, direct debit ...)

TransactionStatus.Released

when a card authorization is released after X days or fully consumed by X debits

Member of

BookedTransactionStatusInfo object ● CanceledTransactionStatusInfo object ● PendingTransactionStatusInfo object ● RejectedTransactionStatusInfo object ● ReleasedTransactionStatusInfo object ● TransactionsFiltersInput input ● TransactionStatusInfo interface ● UpcomingTransactionStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/enums/transaction-type-enum/index.html b/api-reference/enums/transaction-type-enum/index.html index 7efde73ead2..7288e90c7fc 100644 --- a/api-reference/enums/transaction-type-enum/index.html +++ b/api-reference/enums/transaction-type-enum/index.html @@ -7,8 +7,8 @@ - - + +
@@ -18,7 +18,7 @@ When an International Credit Transfer debited a Swan account.

TransactionTypeEnum.InternationalCreditTransferInReturn

COMING SOON When an International Credit Transfer credited a Swan account and Swan or the Swan debtor returned the funds.

TransactionTypeEnum.InternationalCreditTransferOutReturn

COMING SOON When an International Credit Transfer debited a Swan account and Swan or the Swan debtor returned it.

Member of

CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Transaction interface ● TransactionsFiltersInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/transactions-order-by-field/index.html b/api-reference/enums/transactions-order-by-field/index.html index c0023e35c1e..96612747689 100644 --- a/api-reference/enums/transactions-order-by-field/index.html +++ b/api-reference/enums/transactions-order-by-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/type-of-representation/index.html b/api-reference/enums/type-of-representation/index.html index 56edc14647b..08afe8d1986 100644 --- a/api-reference/enums/type-of-representation/index.html +++ b/api-reference/enums/type-of-representation/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/ultimate-beneficial-owner-type/index.html b/api-reference/enums/ultimate-beneficial-owner-type/index.html index 288d8f6fbb1..1252b115526 100644 --- a/api-reference/enums/ultimate-beneficial-owner-type/index.html +++ b/api-reference/enums/ultimate-beneficial-owner-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UltimateBeneficialOwnerType

Ultimate Beneficial Owner type.

enum UltimateBeneficialOwnerType {
DirectIndividual
DirectCompany
IndirectIndividual
IndirectCompany
}

Values

UltimateBeneficialOwnerType.DirectIndividual

Direct Individual Owner (Natural person) .

UltimateBeneficialOwnerType.DirectCompany

Direct Company Owner (Legal person).

UltimateBeneficialOwnerType.IndirectIndividual

Indirect Individual Owner (Natural person).

UltimateBeneficialOwnerType.IndirectCompany

Indirect Company Owner (Legal person).

Member of

UltimateBeneficialDirectOwnerCompanyInfo object ● UltimateBeneficialDirectOwnerIndividualInfo object ● UltimateBeneficialIndirectOwnerCompanyInfo object ● UltimateBeneficialIndirectOwnerIndividualInfo object ● UltimateBeneficialOwnerInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/enums/user-order-by-field-input/index.html b/api-reference/enums/user-order-by-field-input/index.html index 494d0b18b7b..38ead6bd67b 100644 --- a/api-reference/enums/user-order-by-field-input/index.html +++ b/api-reference/enums/user-order-by-field-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/validation-field-error-code/index.html b/api-reference/enums/validation-field-error-code/index.html index c56f4acef42..1505bc0eabd 100644 --- a/api-reference/enums/validation-field-error-code/index.html +++ b/api-reference/enums/validation-field-error-code/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/verification-flow/index.html b/api-reference/enums/verification-flow/index.html index ced093cac66..9bb1aad6b1a 100644 --- a/api-reference/enums/verification-flow/index.html +++ b/api-reference/enums/verification-flow/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/enums/verification-status/index.html b/api-reference/enums/verification-status/index.html index b8666ebbc1f..b14e839f54b 100644 --- a/api-reference/enums/verification-status/index.html +++ b/api-reference/enums/verification-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

VerificationStatus

Verification status of an account holder

enum VerificationStatus {
NotStarted
WaitingForInformation
Pending
Verified
Refused
}

Values

VerificationStatus.NotStarted

When the account holder has not started to answer the verification process.

VerificationStatus.WaitingForInformation

When Swan is waiting for information about the account holder to continue the verification process.

VerificationStatus.Pending

When the verification process is pending.

VerificationStatus.Verified

When the account holder is verified.

VerificationStatus.Refused

When the account holder is refused.

Member of

AccountHolder object ● AccountHolderFilterInput input

- - + + \ No newline at end of file diff --git a/api-reference/enums/wallet-provider-type/index.html b/api-reference/enums/wallet-provider-type/index.html index 029f5d95133..fa3d55befd1 100644 --- a/api-reference/enums/wallet-provider-type/index.html +++ b/api-reference/enums/wallet-provider-type/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/index.html b/api-reference/index.html index 601d911396f..a0d8563e788 100644 --- a/api-reference/index.html +++ b/api-reference/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

Schema Documentation

This documentation has been automatically generated from the GraphQL schema.

Use the docs in the sidebar to find out how to use the schema:

  • Allowed operations: queries and mutations.
  • Schema-defined types: scalars, objects, enums, interfaces, unions, and input objects.
Generated on 11/16/2023, 12:17:23 AM.
- - +
Skip to main content

Schema Documentation

This documentation has been automatically generated from the GraphQL schema.

Use the docs in the sidebar to find out how to use the schema:

  • Allowed operations: queries and mutations.
  • Schema-defined types: scalars, objects, enums, interfaces, unions, and input objects.
Generated on 11/17/2023, 12:17:11 AM.
+ + \ No newline at end of file diff --git a/api-reference/inputs/account-filter-input/index.html b/api-reference/inputs/account-filter-input/index.html index 2a98053c485..8d3fe7516a2 100644 --- a/api-reference/inputs/account-filter-input/index.html +++ b/api-reference/inputs/account-filter-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-holder-filter-input/index.html b/api-reference/inputs/account-holder-filter-input/index.html index 0b27c6ad611..ef306e965b6 100644 --- a/api-reference/inputs/account-holder-filter-input/index.html +++ b/api-reference/inputs/account-holder-filter-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountHolderFilterInput

No description

input AccountHolderFilterInput {
status: [AccountHolderStatus!]
types: [AccountHolderType!]
verificationStatus: [VerificationStatus!]
search: String
firstName: String
lastName: String
birthDate: String
registrationNumber: String
}

Fields

AccountHolderFilterInput.status ● [AccountHolderStatus!] list enum

AccountHolderFilterInput.types ● [AccountHolderType!] list enum

AccountHolderFilterInput.verificationStatus ● [VerificationStatus!] list enum

AccountHolderFilterInput.search ● String scalar

Searches company name, first name, last name

AccountHolderFilterInput.firstName ● String scalar

AccountHolderFilterInput.lastName ● String scalar

AccountHolderFilterInput.birthDate ● String scalar

AccountHolderFilterInput.registrationNumber ● String scalar

Member of

accountHolders query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-holder-order-by-input/index.html b/api-reference/inputs/account-holder-order-by-input/index.html index 2c9cbbd1095..b3d2d477450 100644 --- a/api-reference/inputs/account-holder-order-by-input/index.html +++ b/api-reference/inputs/account-holder-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-membership-order-by-input/index.html b/api-reference/inputs/account-membership-order-by-input/index.html index 8bdbecf42b1..c2525c1c3b5 100644 --- a/api-reference/inputs/account-membership-order-by-input/index.html +++ b/api-reference/inputs/account-membership-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-memberships-filter-input/index.html b/api-reference/inputs/account-memberships-filter-input/index.html index d267205659a..d2827bf2661 100644 --- a/api-reference/inputs/account-memberships-filter-input/index.html +++ b/api-reference/inputs/account-memberships-filter-input/index.html @@ -7,14 +7,13 @@ - - + +
-
Skip to main content

AccountMembershipsFilterInput

Filters that can be applied when listing accounts (Only applied in user context)

input AccountMembershipsFilterInput {
canManageCards: Boolean
canInitiatePayments: Boolean
canManageAccountMembership: Boolean
canManageBeneficiaries: Boolean
canViewAccount: Boolean
status: [AccountMembershipStatus!]
email: String
firstName: String
lastName: String
search: String
}

Fields

AccountMembershipsFilterInput.canManageCards ● Boolean scalar

COMING SOON -true if this account membership can manage cards for himself or to the memberships he manages

AccountMembershipsFilterInput.canInitiatePayments ● Boolean scalar

Can the user initiate payments on this account

AccountMembershipsFilterInput.canManageAccountMembership ● Boolean scalar

Can the user manage account membership

AccountMembershipsFilterInput.canManageBeneficiaries ● Boolean scalar

Can the user manage beneficiaries

AccountMembershipsFilterInput.canViewAccount ● Boolean scalar

Can the user view account

AccountMembershipsFilterInput.status ● [AccountMembershipStatus!] list enum

Account memberships status/statuses we're looking for

AccountMembershipsFilterInput.email ● String scalar

Filtered by email

AccountMembershipsFilterInput.firstName ● String scalar

Filtered by first name

AccountMembershipsFilterInput.lastName ● String scalar

Filtered by last name

AccountMembershipsFilterInput.search ● String scalar

Searches email, first name, last name, and id

Member of

accountMemberships query

- - +
Skip to main content

AccountMembershipsFilterInput

Filters that can be applied when listing accounts (Only applied in user context)

input AccountMembershipsFilterInput {
canManageCards: Boolean
canInitiatePayments: Boolean
canManageAccountMembership: Boolean
canManageBeneficiaries: Boolean
canViewAccount: Boolean
status: [AccountMembershipStatus!]
email: String
firstName: String
lastName: String
search: String
}

Fields

AccountMembershipsFilterInput.canManageCards ● Boolean scalar

true if this account membership can manage cards for himself or to the memberships he manages

AccountMembershipsFilterInput.canInitiatePayments ● Boolean scalar

Can the user initiate payments on this account

AccountMembershipsFilterInput.canManageAccountMembership ● Boolean scalar

Can the user manage account membership

AccountMembershipsFilterInput.canManageBeneficiaries ● Boolean scalar

Can the user manage beneficiaries

AccountMembershipsFilterInput.canViewAccount ● Boolean scalar

Can the user view account

AccountMembershipsFilterInput.status ● [AccountMembershipStatus!] list enum

Account memberships status/statuses we're looking for

AccountMembershipsFilterInput.email ● String scalar

Filtered by email

AccountMembershipsFilterInput.firstName ● String scalar

Filtered by first name

AccountMembershipsFilterInput.lastName ● String scalar

Filtered by last name

AccountMembershipsFilterInput.search ● String scalar

Searches email, first name, last name, and id

Member of

accountMemberships query

+ + \ No newline at end of file diff --git a/api-reference/inputs/account-order-by-input/index.html b/api-reference/inputs/account-order-by-input/index.html index 82b3722f34b..49a8a7cf960 100644 --- a/api-reference/inputs/account-order-by-input/index.html +++ b/api-reference/inputs/account-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-received-direct-debit-mandate-filters-input/index.html b/api-reference/inputs/account-received-direct-debit-mandate-filters-input/index.html index 92291a63bbb..2e86cea427e 100644 --- a/api-reference/inputs/account-received-direct-debit-mandate-filters-input/index.html +++ b/api-reference/inputs/account-received-direct-debit-mandate-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountReceivedDirectDebitMandateFiltersInput

Filter that can be passed to get the received direct debit mandate in a specific data range

input AccountReceivedDirectDebitMandateFiltersInput {
status: [ReceivedDirectDebitMandateStatus!]
scheme: [ReceivedDirectDebitMandateScheme!]
}

Fields

AccountReceivedDirectDebitMandateFiltersInput.status ● [ReceivedDirectDebitMandateStatus!] list enum

To filter on status values

AccountReceivedDirectDebitMandateFiltersInput.scheme ● [ReceivedDirectDebitMandateScheme!] list enum

To filter on scheme values

- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-received-direct-debit-order-by-input/index.html b/api-reference/inputs/account-received-direct-debit-order-by-input/index.html index a806a5869f2..2b524986381 100644 --- a/api-reference/inputs/account-received-direct-debit-order-by-input/index.html +++ b/api-reference/inputs/account-received-direct-debit-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-standing-order-filters-input/index.html b/api-reference/inputs/account-standing-order-filters-input/index.html index 39641c617c7..dccbd7edc25 100644 --- a/api-reference/inputs/account-standing-order-filters-input/index.html +++ b/api-reference/inputs/account-standing-order-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/account-standing-order-order-by-input/index.html b/api-reference/inputs/account-standing-order-order-by-input/index.html index 7d69928b892..54397cb95bd 100644 --- a/api-reference/inputs/account-standing-order-order-by-input/index.html +++ b/api-reference/inputs/account-standing-order-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/activate-physical-card-input/index.html b/api-reference/inputs/activate-physical-card-input/index.html index 6cd7a2904bb..a796d3025cd 100644 --- a/api-reference/inputs/activate-physical-card-input/index.html +++ b/api-reference/inputs/activate-physical-card-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-account-membership-input/index.html b/api-reference/inputs/add-account-membership-input/index.html index 62444e2d094..40c502350e1 100644 --- a/api-reference/inputs/add-account-membership-input/index.html +++ b/api-reference/inputs/add-account-membership-input/index.html @@ -7,14 +7,13 @@ - - + +
-
Skip to main content

AddAccountMembershipInput

Inputs to add a new account membership

input AddAccountMembershipInput {
accountId: ID!
email: String!
restrictedTo: RestrictedToInput!
canViewAccount: Boolean!
canManageBeneficiaries: Boolean!
canInitiatePayments: Boolean!
canManageAccountMembership: Boolean!
canManageCards: Boolean
consentRedirectUrl: String!
residencyAddress: ResidencyAddressInput
taxIdentificationNumber: String
}

Fields

AddAccountMembershipInput.accountId ● ID! non-null scalar

unique identifier of a given account

AddAccountMembershipInput.email ● String! non-null scalar

email

AddAccountMembershipInput.restrictedTo ● RestrictedToInput! non-null input

restricted to a user if necessary

AddAccountMembershipInput.canViewAccount ● Boolean! non-null scalar

true if this account membership can view account balances and transactions history

AddAccountMembershipInput.canManageBeneficiaries ● Boolean! non-null scalar

true if this account membership can add or canceled beneficiaries

AddAccountMembershipInput.canInitiatePayments ● Boolean! non-null scalar

true if this account membership can initiate payments

AddAccountMembershipInput.canManageAccountMembership ● Boolean! non-null scalar

true if this account membership can invite, update, suspend or resume account membership

AddAccountMembershipInput.canManageCards ● Boolean scalar

COMING SOON -true if this account membership can manage cards for himself or to the memberships he manages

AddAccountMembershipInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddAccountMembershipInput.residencyAddress ● ResidencyAddressInput input

Residency address of the member to be added

AddAccountMembershipInput.taxIdentificationNumber ● String scalar

Tax Identification Number of the user added

Member of

addAccountMembership mutation

- - +
Skip to main content

AddAccountMembershipInput

Inputs to add a new account membership

input AddAccountMembershipInput {
accountId: ID!
email: String!
restrictedTo: RestrictedToInput!
canViewAccount: Boolean!
canManageBeneficiaries: Boolean!
canInitiatePayments: Boolean!
canManageAccountMembership: Boolean!
canManageCards: Boolean
consentRedirectUrl: String!
residencyAddress: ResidencyAddressInput
taxIdentificationNumber: String
}

Fields

AddAccountMembershipInput.accountId ● ID! non-null scalar

Unique identifier of a given account

AddAccountMembershipInput.email ● String! non-null scalar

Email address

AddAccountMembershipInput.restrictedTo ● RestrictedToInput! non-null input

Restricted to a user if necessary

AddAccountMembershipInput.canViewAccount ● Boolean! non-null scalar

true if this account membership can view account balances and transactions history

AddAccountMembershipInput.canManageBeneficiaries ● Boolean! non-null scalar

true if this account membership can add or canceled beneficiaries

AddAccountMembershipInput.canInitiatePayments ● Boolean! non-null scalar

true if this account membership can initiate payments

AddAccountMembershipInput.canManageAccountMembership ● Boolean! non-null scalar

true if this account membership can invite, update, suspend or resume account membership

AddAccountMembershipInput.canManageCards ● Boolean scalar

true if this account membership can manage cards for himself or to the memberships he manages

AddAccountMembershipInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddAccountMembershipInput.residencyAddress ● ResidencyAddressInput input

Residency address of the member to be added

AddAccountMembershipInput.taxIdentificationNumber ● String scalar

Tax Identification Number of the user added

Member of

addAccountMembership mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-account-memberships-input/index.html b/api-reference/inputs/add-account-memberships-input/index.html index 1573cacfcb1..65f31bbe7cf 100644 --- a/api-reference/inputs/add-account-memberships-input/index.html +++ b/api-reference/inputs/add-account-memberships-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddAccountMembershipsInput

Inputs to add a new account membership

input AddAccountMembershipsInput {
accountId: ID!
memberships: [MembershipInfoInput!]!
consentRedirectUrl: String!
}

Fields

AddAccountMembershipsInput.accountId ● ID! non-null scalar

unique identifier of a given account

AddAccountMembershipsInput.memberships ● [MembershipInfoInput!]! non-null input

memberships to add to the account

AddAccountMembershipsInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member of

addAccountMemberships mutation

- - +
Skip to main content

AddAccountMembershipsInput

Inputs to add a new account membership

input AddAccountMembershipsInput {
accountId: ID!
memberships: [MembershipInfoInput!]!
consentRedirectUrl: String!
}

Fields

AddAccountMembershipsInput.accountId ● ID! non-null scalar

Unique identifier of a given account

AddAccountMembershipsInput.memberships ● [MembershipInfoInput!]! non-null input

Memberships to add to the account

AddAccountMembershipsInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member of

addAccountMemberships mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-card-input/index.html b/api-reference/inputs/add-card-input/index.html index cc109ee8ee9..67e1bcfe384 100644 --- a/api-reference/inputs/add-card-input/index.html +++ b/api-reference/inputs/add-card-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddCardInput

Inputs to add a new card

input AddCardInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
consentRedirectUrl: String!
name: String
viewCardNumber: Boolean
cardProductId: ID
spendingLimit: SpendingLimitInput
}

Fields

AddCardInput.accountMembershipId ● ID! non-null scalar

unique identifier of a given account membership

AddCardInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

AddCardInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

AddCardInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

AddCardInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

AddCardInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

AddCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddCardInput.name ● String scalar

Card name

AddCardInput.viewCardNumber ● Boolean scalar

true to show the card confidential information in the same request

AddCardInput.cardProductId ● ID scalar

The if of the card product to use to create the new card.

AddCardInput.spendingLimit ● SpendingLimitInput input

spending limit

Member of

addCard mutation

- - +
Skip to main content

AddCardInput

Inputs to add a new card

input AddCardInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
consentRedirectUrl: String!
name: String
viewCardNumber: Boolean
cardProductId: ID
spendingLimit: SpendingLimitInput
}

Fields

AddCardInput.accountMembershipId ● ID! non-null scalar

Unique identifier of a given account membership

AddCardInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

AddCardInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

AddCardInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

AddCardInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

AddCardInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

AddCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddCardInput.name ● String scalar

Card name

AddCardInput.viewCardNumber ● Boolean scalar

true to show the card confidential information in the same request

AddCardInput.cardProductId ● ID scalar

The id of the card product to use to create the new card.

AddCardInput.spendingLimit ● SpendingLimitInput input

Spending limit

Member of

addCard mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-cards-input/index.html b/api-reference/inputs/add-cards-input/index.html index 86cdbc819dc..5c418bba703 100644 --- a/api-reference/inputs/add-cards-input/index.html +++ b/api-reference/inputs/add-cards-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddCardsInput

Input to add a new cards

input AddCardsInput {
cards: [CardConfigInput!]!
consentRedirectUrl: String!
cardProductId: ID
}

Fields

AddCardsInput.cards ● [CardConfigInput!]! non-null input

the configuration of all the cards you want to add

AddCardsInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddCardsInput.cardProductId ● ID scalar

The id of the card product to use to create the new cards.

Member of

addCards mutation

- - +
Skip to main content

AddCardsInput

Input to add a new cards

input AddCardsInput {
cards: [CardConfigInput!]!
consentRedirectUrl: String!
cardProductId: ID
}

Fields

AddCardsInput.cards ● [CardConfigInput!]! non-null input

The configuration of all the cards you want to add

AddCardsInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddCardsInput.cardProductId ● ID scalar

The id of the card product to use to create the new cards.

Member of

addCards mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-cards-with-group-delivery-input/index.html b/api-reference/inputs/add-cards-with-group-delivery-input/index.html index ad397a9ab10..f4d98494162 100644 --- a/api-reference/inputs/add-cards-with-group-delivery-input/index.html +++ b/api-reference/inputs/add-cards-with-group-delivery-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddCardsWithGroupDeliveryInput

Input to add a new cards

input AddCardsWithGroupDeliveryInput {
groupDeliveryAddress: CompleteAddressWithContactInput!
cards: [CardConfigWithGroupDeliveryInput!]!
consentRedirectUrl: String!
cardProductId: ID
}

Fields

AddCardsWithGroupDeliveryInput.groupDeliveryAddress ● CompleteAddressWithContactInput! non-null input

address to deliver the printed physical cards

AddCardsWithGroupDeliveryInput.cards ● [CardConfigWithGroupDeliveryInput!]! non-null input

the configuration of all the cards you want to add

AddCardsWithGroupDeliveryInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddCardsWithGroupDeliveryInput.cardProductId ● ID scalar

The id of the card product to use to create the new cards.

Member of

addCardsWithGroupDelivery mutation

- - +
Skip to main content

AddCardsWithGroupDeliveryInput

Input to add a new cards

input AddCardsWithGroupDeliveryInput {
groupDeliveryAddress: CompleteAddressWithContactInput!
cards: [CardConfigWithGroupDeliveryInput!]!
consentRedirectUrl: String!
cardProductId: ID
}

Fields

AddCardsWithGroupDeliveryInput.groupDeliveryAddress ● CompleteAddressWithContactInput! non-null input

Address to deliver the printed physical cards

AddCardsWithGroupDeliveryInput.cards ● [CardConfigWithGroupDeliveryInput!]! non-null input

The configuration of all the cards you want to add

AddCardsWithGroupDeliveryInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddCardsWithGroupDeliveryInput.cardProductId ● ID scalar

The id of the card product to use to create the new cards.

Member of

addCardsWithGroupDelivery mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-digital-card-input/index.html b/api-reference/inputs/add-digital-card-input/index.html index f1c44b369bf..026c53207cb 100644 --- a/api-reference/inputs/add-digital-card-input/index.html +++ b/api-reference/inputs/add-digital-card-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddDigitalCardInput

Inputs to add a new digital card

input AddDigitalCardInput {
cardId: ID!
walletProvider: WalletProviderType!
consentRedirectUrl: String!
}

Fields

AddDigitalCardInput.cardId ● ID! non-null scalar

Unique identifier of a card

AddDigitalCardInput.walletProvider ● WalletProviderType! non-null enum

Provider for which to generate a digitalCard

AddDigitalCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member of

addDigitalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-direct-debit-funding-source-input/index.html b/api-reference/inputs/add-direct-debit-funding-source-input/index.html index 98374bdf336..a0ee1b63acb 100644 --- a/api-reference/inputs/add-direct-debit-funding-source-input/index.html +++ b/api-reference/inputs/add-direct-debit-funding-source-input/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

AddDirectDebitFundingSourceInput

Input to add a Direct Debit Funding Source

input AddDirectDebitFundingSourceInput {
scheme: SEPADirectDebitScheme!
accountId: ID!
iban: IBAN!
consentRedirectUrl: String!
name: String
}

Fields

AddDirectDebitFundingSourceInput.scheme ● SEPADirectDebitScheme! non-null enum

Scheme of the underlying payment mandate

AddDirectDebitFundingSourceInput.accountId ● ID! non-null scalar

Id of the account on which to create a funding source. Money will be funded to this account when an initiateFundingRequest is done using this funding source

AddDirectDebitFundingSourceInput.iban ● IBAN! non-null scalar

IBAN to use in the direct debit transaction that will be triggered when funding the account. Money will be debited from this IBAN when an initiateFundingRequest is done using this funding source

AddDirectDebitFundingSourceInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddDirectDebitFundingSourceInput.name ● String scalar

Name to give to this funding source

Member of

addDirectDebitFundingSource mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-external-account-balance-input/index.html b/api-reference/inputs/add-external-account-balance-input/index.html index 993eabed124..177fd780318 100644 --- a/api-reference/inputs/add-external-account-balance-input/index.html +++ b/api-reference/inputs/add-external-account-balance-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddExternalAccountBalanceInput

No description

input AddExternalAccountBalanceInput {
externalAccountId: ID!
amount: AmountInput!
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
}

Fields

AddExternalAccountBalanceInput.externalAccountId ● ID! non-null scalar

unique identifier of a given external account

AddExternalAccountBalanceInput.amount ● AmountInput! non-null input

Amount of the balance

AddExternalAccountBalanceInput.type ● ExternalAccountBalanceType! non-null enum

Type of the balance

AddExternalAccountBalanceInput.lastChangedAt ● DateTime! non-null scalar

Last changed Date

Member of

addExternalAccountBalance mutation

- - +
Skip to main content

AddExternalAccountBalanceInput

No description

input AddExternalAccountBalanceInput {
externalAccountId: ID!
amount: AmountInput!
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
}

Fields

AddExternalAccountBalanceInput.externalAccountId ● ID! non-null scalar

Unique identifier of a given external account

AddExternalAccountBalanceInput.amount ● AmountInput! non-null input

Amount of the balance

AddExternalAccountBalanceInput.type ● ExternalAccountBalanceType! non-null enum

Type of the balance

AddExternalAccountBalanceInput.lastChangedAt ● DateTime! non-null scalar

Last changed Date

Member of

addExternalAccountBalance mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-external-account-input/index.html b/api-reference/inputs/add-external-account-input/index.html index 4e25cb56437..daa4ae1c797 100644 --- a/api-reference/inputs/add-external-account-input/index.html +++ b/api-reference/inputs/add-external-account-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddExternalAccountInput

No description

input AddExternalAccountInput {
accountHolderId: ID!
externalId: String!
name: String
cashAccountType: CashAccountType!
BIC: BIC!
IBAN: IBAN!
currency: Currency!
holderName: String!
country: CCA3!
originalCreatedAt: DateTime!
usage: ExternalAccountUsage!
source: String!
balances: [ExternalAccountBalanceInput!]
}

Fields

AddExternalAccountInput.accountHolderId ● ID! non-null scalar

Unique identifier of a given account holder

AddExternalAccountInput.externalId ● String! non-null scalar

External account identifier

AddExternalAccountInput.name ● String scalar

Name of the account

AddExternalAccountInput.cashAccountType ● CashAccountType! non-null enum

Type of account

AddExternalAccountInput.BIC ● BIC! non-null scalar

Bank Identifier Code

AddExternalAccountInput.IBAN ● IBAN! non-null scalar

International Bank Account Number

AddExternalAccountInput.currency ● Currency! non-null scalar

Currency

AddExternalAccountInput.holderName ● String! non-null scalar

Account Holder name

AddExternalAccountInput.country ● CCA3! non-null scalar

Country

AddExternalAccountInput.originalCreatedAt ● DateTime! non-null scalar

Original Created date

AddExternalAccountInput.usage ● ExternalAccountUsage! non-null enum

Usage information of the account

AddExternalAccountInput.source ● String! non-null scalar

Source of the account information

AddExternalAccountInput.balances ● [ExternalAccountBalanceInput!] list input

Balances

Member of

addExternalAccount mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-funding-limit-settings-change-request-input/index.html b/api-reference/inputs/add-funding-limit-settings-change-request-input/index.html index 45525864af8..c4cedd2f6e3 100644 --- a/api-reference/inputs/add-funding-limit-settings-change-request-input/index.html +++ b/api-reference/inputs/add-funding-limit-settings-change-request-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddFundingLimitSettingsChangeRequestInput

Inputs to add a new request for funding limit settings change

input AddFundingLimitSettingsChangeRequestInput {
instantFundingLimit: FundingLimitAmountInput!
fundingLimit: FundingLimitAmountInput!
accountHolderId: ID!
}

Fields

AddFundingLimitSettingsChangeRequestInput.instantFundingLimit ● FundingLimitAmountInput! non-null input

Requested amount settings for the instant funding limit

AddFundingLimitSettingsChangeRequestInput.fundingLimit ● FundingLimitAmountInput! non-null input

Requested amount settings for the funding limit

AddFundingLimitSettingsChangeRequestInput.accountHolderId ● ID! non-null scalar

Unique identifier of a given account holder

Member of

addFundingLimitSettingsChangeRequest mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-internal-direct-debit-payment-mandate-input/index.html b/api-reference/inputs/add-internal-direct-debit-payment-mandate-input/index.html index e6cf1183c93..5988169bddf 100644 --- a/api-reference/inputs/add-internal-direct-debit-payment-mandate-input/index.html +++ b/api-reference/inputs/add-internal-direct-debit-payment-mandate-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddInternalDirectDebitPaymentMandateInput

Inputs to add an Internal Direct Debit Payment Mandate

input AddInternalDirectDebitPaymentMandateInput {
paymentMethodId: ID!
sequence: InternalDirectDebitSequence
reference: String
language: MandateLanguage
debtorAccountId: ID!
signatureDate: Date
name: String
}

Fields

AddInternalDirectDebitPaymentMandateInput.paymentMethodId ● ID! non-null scalar

The ID of the concerned merchant payment method

AddInternalDirectDebitPaymentMandateInput.sequence ● InternalDirectDebitSequence enum

Determines whether the payment mandate is a one-off or recurring

AddInternalDirectDebitPaymentMandateInput.reference ● String scalar

Reference of the payment mandate

AddInternalDirectDebitPaymentMandateInput.language ● MandateLanguage enum

Language that will be used to produce the mandate PDF document

AddInternalDirectDebitPaymentMandateInput.debtorAccountId ● ID! non-null scalar

ID of the Swan account of the debtor

AddInternalDirectDebitPaymentMandateInput.signatureDate ● Date scalar

Signature date of the Internal Direct Debit mandate

AddInternalDirectDebitPaymentMandateInput.name ● String scalar

Custom name of the Internal Direct Debit mandate

Member of

addInternalDirectDebitPaymentMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-merchant-profile-input/index.html b/api-reference/inputs/add-merchant-profile-input/index.html index c742ec05d1a..4b57c5a52c9 100644 --- a/api-reference/inputs/add-merchant-profile-input/index.html +++ b/api-reference/inputs/add-merchant-profile-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddMerchantProfileInput

Input to add a Merchant Profile

input AddMerchantProfileInput {
accountId: ID!
merchantName: String!
merchantWebsite: String
merchantLogo: String
productType: ProductType!
expectedMonthlyPaymentVolume: AmountInput!
expectedAverageBasket: AmountInput!
}

Fields

AddMerchantProfileInput.accountId ● ID! non-null scalar

ID of the Swan account which the merchantProfile is associated to

AddMerchantProfileInput.merchantName ● String! non-null scalar

Business name of the merchant, i.e. name that will be displayed on debtors' bank statements

AddMerchantProfileInput.merchantWebsite ● String scalar

Url of the merchant's website

AddMerchantProfileInput.merchantLogo ● String scalar

base64 encoded merchant's logo

AddMerchantProfileInput.productType ● ProductType! non-null enum

Type of product sold. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities

AddMerchantProfileInput.expectedMonthlyPaymentVolume ● AmountInput! non-null input

Expected annual activity volumes for all payment methods.

AddMerchantProfileInput.expectedAverageBasket ● AmountInput! non-null input

expected average basket value.

Member of

addMerchantProfile mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-or-update-external-account-balance-input/index.html b/api-reference/inputs/add-or-update-external-account-balance-input/index.html index ca7eb256476..aa25e35c575 100644 --- a/api-reference/inputs/add-or-update-external-account-balance-input/index.html +++ b/api-reference/inputs/add-or-update-external-account-balance-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddOrUpdateExternalAccountBalanceInput

No description

input AddOrUpdateExternalAccountBalanceInput {
externalAccountId: ID!
amount: AmountInput!
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
}

Fields

AddOrUpdateExternalAccountBalanceInput.externalAccountId ● ID! non-null scalar

unique identifier of a given external account

AddOrUpdateExternalAccountBalanceInput.amount ● AmountInput! non-null input

Amount of the balance

AddOrUpdateExternalAccountBalanceInput.type ● ExternalAccountBalanceType! non-null enum

Type of the balance

AddOrUpdateExternalAccountBalanceInput.lastChangedAt ● DateTime! non-null scalar

Last changed Date

Member of

addOrUpdateExternalAccountBalance mutation

- - +
Skip to main content

AddOrUpdateExternalAccountBalanceInput

No description

input AddOrUpdateExternalAccountBalanceInput {
externalAccountId: ID!
amount: AmountInput!
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
}

Fields

AddOrUpdateExternalAccountBalanceInput.externalAccountId ● ID! non-null scalar

Unique identifier of a given external account

AddOrUpdateExternalAccountBalanceInput.amount ● AmountInput! non-null input

Amount of the balance

AddOrUpdateExternalAccountBalanceInput.type ● ExternalAccountBalanceType! non-null enum

Type of the balance

AddOrUpdateExternalAccountBalanceInput.lastChangedAt ● DateTime! non-null scalar

Last changed Date

Member of

addOrUpdateExternalAccountBalance mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input/index.html b/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input/index.html index 08209751754..b1f57e5acd5 100644 --- a/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input/index.html +++ b/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddReceivedInternalDirectDebitB2bMandateInput

Inputs to add a received internal direct debit mandate B2b.

input AddReceivedInternalDirectDebitB2bMandateInput {
paymentMandateId: ID!
consentRedirectUrl: String!
name: String
}

Fields

AddReceivedInternalDirectDebitB2bMandateInput.paymentMandateId ● ID! non-null scalar

The associated Payment Mandate ID

AddReceivedInternalDirectDebitB2bMandateInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddReceivedInternalDirectDebitB2bMandateInput.name ● String scalar

Label that will be displayed along with this received direct debit mandate in the web banking

Member of

addReceivedInternalDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input/index.html b/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input/index.html index 31c180662b4..0f172c30954 100644 --- a/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input/index.html +++ b/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddReceivedSepaDirectDebitB2bMandateInput

Inputs to add a received sepa direct debit mandate B2b.

input AddReceivedSepaDirectDebitB2bMandateInput {
mandateReference: String!
creditorIdentifier: String!
creditorName: String!
iban: String!
name: String
sequence: SEPAReceivedDirectDebitMandateSequence!
signatureDate: Date
consentRedirectUrl: String!
}

Fields

AddReceivedSepaDirectDebitB2bMandateInput.mandateReference ● String! non-null scalar

The unique identifier of the received direct debit mandate

AddReceivedSepaDirectDebitB2bMandateInput.creditorIdentifier ● String! non-null scalar

The Sepa Creditor Identifier of the creditor

AddReceivedSepaDirectDebitB2bMandateInput.creditorName ● String! non-null scalar

The name of the creditor

AddReceivedSepaDirectDebitB2bMandateInput.iban ● String! non-null scalar

The Swan Iban of the debtor

AddReceivedSepaDirectDebitB2bMandateInput.name ● String scalar

Label that will be displayed along with this received direct debit mandate in the web banking

AddReceivedSepaDirectDebitB2bMandateInput.sequence ● SEPAReceivedDirectDebitMandateSequence! non-null enum

Sequence of the mandate

AddReceivedSepaDirectDebitB2bMandateInput.signatureDate ● Date scalar

Date of signature of the mandate

AddReceivedSepaDirectDebitB2bMandateInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member of

addReceivedSepaDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input/index.html b/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input/index.html index e2889997d7c..b6da70f98fb 100644 --- a/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input/index.html +++ b/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddSepaDirectDebitPaymentMandateInput

No description

input AddSepaDirectDebitPaymentMandateInput {
paymentMethodId: ID!
sequence: DirectDebitSequence!
reference: String
language: MandateLanguage!
signatureDate: Date!
debtor: SepaPaymentMandateDebtorInput!
name: String
}

Fields

AddSepaDirectDebitPaymentMandateInput.paymentMethodId ● ID! non-null scalar

Specifies payment ID of a SEPA Direct Debit CORE or B2B payment method.

AddSepaDirectDebitPaymentMandateInput.sequence ● DirectDebitSequence! non-null enum

Determines whether the payment mandate is a one-off or recurring

AddSepaDirectDebitPaymentMandateInput.reference ● String scalar

Unique reference of the SEPA Direct Debit Payment Mandate.

AddSepaDirectDebitPaymentMandateInput.language ● MandateLanguage! non-null enum

Language that will be used to produce the mandate PDF document

AddSepaDirectDebitPaymentMandateInput.signatureDate ● Date! non-null scalar

Signature date of the SEPA Direct Debit Payment Mandate

AddSepaDirectDebitPaymentMandateInput.debtor ● SepaPaymentMandateDebtorInput! non-null input

Debtor of the SEPA Direct Debit Payment Mandate

AddSepaDirectDebitPaymentMandateInput.name ● String scalar

Custom name of the SEPA Direct Debit Payment Mandate

Member of

addSepaDirectDebitPaymentMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/add-single-use-virtual-card-input/index.html b/api-reference/inputs/add-single-use-virtual-card-input/index.html index 563bc66afc5..e870c5d0d00 100644 --- a/api-reference/inputs/add-single-use-virtual-card-input/index.html +++ b/api-reference/inputs/add-single-use-virtual-card-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddSingleUseVirtualCardInput

Inputs to add a new card

input AddSingleUseVirtualCardInput {
accountMembershipId: ID!
spendingLimit: SpendingLimitInput!
consentRedirectUrl: String!
name: String
viewCardNumber: Boolean
cardProductId: ID
}

Fields

AddSingleUseVirtualCardInput.accountMembershipId ● ID! non-null scalar

unique identifier of a given account membership

AddSingleUseVirtualCardInput.spendingLimit ● SpendingLimitInput! non-null input

spending limit

AddSingleUseVirtualCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddSingleUseVirtualCardInput.name ● String scalar

Card name

AddSingleUseVirtualCardInput.viewCardNumber ● Boolean scalar

true to show the card confidential information in the same request

AddSingleUseVirtualCardInput.cardProductId ● ID scalar

The if of the card product to use to create the new card.

Member of

addSingleUseVirtualCard mutation

- - +
Skip to main content

AddSingleUseVirtualCardInput

Inputs to add a new card

input AddSingleUseVirtualCardInput {
accountMembershipId: ID!
spendingLimit: SpendingLimitInput!
consentRedirectUrl: String!
name: String
viewCardNumber: Boolean
cardProductId: ID
}

Fields

AddSingleUseVirtualCardInput.accountMembershipId ● ID! non-null scalar

Unique identifier of a given account membership

AddSingleUseVirtualCardInput.spendingLimit ● SpendingLimitInput! non-null input

Spending limit

AddSingleUseVirtualCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddSingleUseVirtualCardInput.name ● String scalar

Card name

AddSingleUseVirtualCardInput.viewCardNumber ● Boolean scalar

true to show the card confidential information in the same request

AddSingleUseVirtualCardInput.cardProductId ● ID scalar

The id of the card product to use to create the new card.

Member of

addSingleUseVirtualCard mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-single-use-virtual-cards-input/index.html b/api-reference/inputs/add-single-use-virtual-cards-input/index.html index 6c3ff974f48..4853595de39 100644 --- a/api-reference/inputs/add-single-use-virtual-cards-input/index.html +++ b/api-reference/inputs/add-single-use-virtual-cards-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

AddSingleUseVirtualCardsInput

Input to add a new single-use virtual cards

input AddSingleUseVirtualCardsInput {
cards: [SingleUseVirtualCardConfigInput!]!
consentRedirectUrl: String!
cardProductId: ID
}

Fields

AddSingleUseVirtualCardsInput.cards ● [SingleUseVirtualCardConfigInput!]! non-null input

the configuration of all the cards you want to add

AddSingleUseVirtualCardsInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddSingleUseVirtualCardsInput.cardProductId ● ID scalar

The id of the card product to use to create the new cards.

Member of

addSingleUseVirtualCards mutation

- - +
Skip to main content

AddSingleUseVirtualCardsInput

Input to add a new single-use virtual cards

input AddSingleUseVirtualCardsInput {
cards: [SingleUseVirtualCardConfigInput!]!
consentRedirectUrl: String!
cardProductId: ID
}

Fields

AddSingleUseVirtualCardsInput.cards ● [SingleUseVirtualCardConfigInput!]! non-null input

The configuration of all the cards you want to add

AddSingleUseVirtualCardsInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddSingleUseVirtualCardsInput.cardProductId ● ID scalar

The id of the card product to use to create the new cards.

Member of

addSingleUseVirtualCards mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/add-virtual-iban-input/index.html b/api-reference/inputs/add-virtual-iban-input/index.html index 64b4f497754..9d30977fa84 100644 --- a/api-reference/inputs/add-virtual-iban-input/index.html +++ b/api-reference/inputs/add-virtual-iban-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/inputs/address-information-input/index.html b/api-reference/inputs/address-information-input/index.html index 2b252735ea6..1c1db0a9e3e 100644 --- a/api-reference/inputs/address-information-input/index.html +++ b/api-reference/inputs/address-information-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddressInformationInput

Address

input AddressInformationInput {
addressLine1: String!
addressLine2: String
city: String!
country: CCA3!
postalCode: String!
state: String
}

Fields

AddressInformationInput.addressLine1 ● String! non-null scalar

Address

AddressInformationInput.addressLine2 ● String scalar

Address

AddressInformationInput.city ● String! non-null scalar

City

AddressInformationInput.country ● CCA3! non-null scalar

Country

AddressInformationInput.postalCode ● String! non-null scalar

Postal code

AddressInformationInput.state ● String scalar

State

Member of

IndividualUltimateBeneficialOwnerInput input ● OnboardCompanyAccountHolderInput input ● UpdateCompanyOnboardingInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/address-input/index.html b/api-reference/inputs/address-input/index.html index ec0cd8a72ac..0ef3dd1a803 100644 --- a/api-reference/inputs/address-input/index.html +++ b/api-reference/inputs/address-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddressInput

Address Information

input AddressInput {
addressLine1: String
addressLine2: String
city: String
postalCode: String
state: String
country: CCA3!
}

Fields

AddressInput.addressLine1 ● String scalar

address line 1 (max 100 characters)

AddressInput.addressLine2 ● String scalar

address line 2 (max 100 characters)

AddressInput.city ● String scalar

city (max 100 characters)

AddressInput.postalCode ● String scalar

postal code (max 10 characters)

AddressInput.state ● String scalar

state (max 100 characters)

AddressInput.country ● CCA3! non-null scalar

country code

Member of

SepaBeneficiaryInput input ● SepaPaymentMandateDebtorInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/allow-sdd-input/index.html b/api-reference/inputs/allow-sdd-input/index.html index d69dd53268d..f08a8cf34cb 100644 --- a/api-reference/inputs/allow-sdd-input/index.html +++ b/api-reference/inputs/allow-sdd-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/inputs/allow-sdd-virtual-iban-entry-input/index.html b/api-reference/inputs/allow-sdd-virtual-iban-entry-input/index.html index 8b1391e2e5f..ad3af47ac1f 100644 --- a/api-reference/inputs/allow-sdd-virtual-iban-entry-input/index.html +++ b/api-reference/inputs/allow-sdd-virtual-iban-entry-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/amount-input/index.html b/api-reference/inputs/amount-input/index.html index 2d5b5987227..392aa33f288 100644 --- a/api-reference/inputs/amount-input/index.html +++ b/api-reference/inputs/amount-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/bind-account-membership-input/index.html b/api-reference/inputs/bind-account-membership-input/index.html index 1cbdf7bb52d..2799a82d738 100644 --- a/api-reference/inputs/bind-account-membership-input/index.html +++ b/api-reference/inputs/bind-account-membership-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/cancel-card-input/index.html b/api-reference/inputs/cancel-card-input/index.html index 31ef9c6060c..06e384d7c09 100644 --- a/api-reference/inputs/cancel-card-input/index.html +++ b/api-reference/inputs/cancel-card-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/cancel-consent-input/index.html b/api-reference/inputs/cancel-consent-input/index.html index 9d90c0c38e8..347361bf051 100644 --- a/api-reference/inputs/cancel-consent-input/index.html +++ b/api-reference/inputs/cancel-consent-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/cancel-digital-card-input/index.html b/api-reference/inputs/cancel-digital-card-input/index.html index 17692b18c9a..a78bf3c4eb8 100644 --- a/api-reference/inputs/cancel-digital-card-input/index.html +++ b/api-reference/inputs/cancel-digital-card-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/cancel-funding-source-input/index.html b/api-reference/inputs/cancel-funding-source-input/index.html index bef5eaf2950..25aeb182a37 100644 --- a/api-reference/inputs/cancel-funding-source-input/index.html +++ b/api-reference/inputs/cancel-funding-source-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/cancel-physical-card-input/index.html b/api-reference/inputs/cancel-physical-card-input/index.html index c15d81287f3..a58974c1992 100644 --- a/api-reference/inputs/cancel-physical-card-input/index.html +++ b/api-reference/inputs/cancel-physical-card-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/inputs/cancel-standing-order-input/index.html b/api-reference/inputs/cancel-standing-order-input/index.html index 7bd24f70c5f..056a51dff15 100644 --- a/api-reference/inputs/cancel-standing-order-input/index.html +++ b/api-reference/inputs/cancel-standing-order-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/cancel-transaction-input/index.html b/api-reference/inputs/cancel-transaction-input/index.html index 1aff53fd0be..b5bda3aea12 100644 --- a/api-reference/inputs/cancel-transaction-input/index.html +++ b/api-reference/inputs/cancel-transaction-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/cancel-virtual-iban-entry-input/index.html b/api-reference/inputs/cancel-virtual-iban-entry-input/index.html index 148ea7878e8..d72b49e9b80 100644 --- a/api-reference/inputs/cancel-virtual-iban-entry-input/index.html +++ b/api-reference/inputs/cancel-virtual-iban-entry-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/capital-deposit-case-filters-input/index.html b/api-reference/inputs/capital-deposit-case-filters-input/index.html index db699a1e9a1..59d8c000c9f 100644 --- a/api-reference/inputs/capital-deposit-case-filters-input/index.html +++ b/api-reference/inputs/capital-deposit-case-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositCaseFiltersInput

Filters that can be applied when listing capital deposit cases

input CapitalDepositCaseFiltersInput {
search: String
status: [CapitalDepositCaseStatus!]
}

Fields

CapitalDepositCaseFiltersInput.search ● String scalar

Searches company shareholder name, individual shareholder first name, last name, and id

CapitalDepositCaseFiltersInput.status ● [CapitalDepositCaseStatus!] list enum

Status we want to filter on

Member of

capitalDepositCases query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/capital-deposit-case-order-by-input/index.html b/api-reference/inputs/capital-deposit-case-order-by-input/index.html index ba840df67aa..a3c6bbf061c 100644 --- a/api-reference/inputs/capital-deposit-case-order-by-input/index.html +++ b/api-reference/inputs/capital-deposit-case-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/card-config-input/index.html b/api-reference/inputs/card-config-input/index.html index ad2322c8643..401f3f40e4d 100644 --- a/api-reference/inputs/card-config-input/index.html +++ b/api-reference/inputs/card-config-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

CardConfigInput

No description

input CardConfigInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
name: String
spendingLimit: SpendingLimitInput!
physicalCard: PhysicalCardConfigInput
}

Fields

CardConfigInput.accountMembershipId ● ID! non-null scalar

unique identifier of a given account membership

CardConfigInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

CardConfigInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

CardConfigInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

CardConfigInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

CardConfigInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

CardConfigInput.name ● String scalar

Card name

CardConfigInput.spendingLimit ● SpendingLimitInput! non-null input

spending limit

CardConfigInput.physicalCard ● PhysicalCardConfigInput input

if used a physical card will be printed and sent to the inputed address

Member of

AddCardsInput input

- - +
Skip to main content

CardConfigInput

No description

input CardConfigInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
name: String
spendingLimit: SpendingLimitInput!
physicalCard: PhysicalCardConfigInput
}

Fields

CardConfigInput.accountMembershipId ● ID! non-null scalar

Unique identifier of a given account membership

CardConfigInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

CardConfigInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

CardConfigInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

CardConfigInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

CardConfigInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

CardConfigInput.name ● String scalar

Card name

CardConfigInput.spendingLimit ● SpendingLimitInput! non-null input

Spending limit

CardConfigInput.physicalCard ● PhysicalCardConfigInput input

If used a physical card will be printed and sent to the given address

Member of

AddCardsInput input

+ + \ No newline at end of file diff --git a/api-reference/inputs/card-config-with-group-delivery-input/index.html b/api-reference/inputs/card-config-with-group-delivery-input/index.html index 89cefcf27c3..70a399f8021 100644 --- a/api-reference/inputs/card-config-with-group-delivery-input/index.html +++ b/api-reference/inputs/card-config-with-group-delivery-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

CardConfigWithGroupDeliveryInput

No description

input CardConfigWithGroupDeliveryInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
name: String
spendingLimit: SpendingLimitInput!
printPhysicalCard: Boolean!
physicalCardCustomOptions: PhysicalCardCustomOptionsForGroupDeliveryInput
}

Fields

CardConfigWithGroupDeliveryInput.accountMembershipId ● ID! non-null scalar

unique identifier of a given account membership

CardConfigWithGroupDeliveryInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

CardConfigWithGroupDeliveryInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

CardConfigWithGroupDeliveryInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

CardConfigWithGroupDeliveryInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

CardConfigWithGroupDeliveryInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

CardConfigWithGroupDeliveryInput.name ● String scalar

Card name

CardConfigWithGroupDeliveryInput.spendingLimit ● SpendingLimitInput! non-null input

spending limit

CardConfigWithGroupDeliveryInput.printPhysicalCard ● Boolean! non-null scalar

true when you wish for print an associated physical card

CardConfigWithGroupDeliveryInput.physicalCardCustomOptions ● PhysicalCardCustomOptionsForGroupDeliveryInput input

Custom options to use for physical cards.

Member of

AddCardsWithGroupDeliveryInput input

- - +
Skip to main content

CardConfigWithGroupDeliveryInput

No description

input CardConfigWithGroupDeliveryInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
name: String
spendingLimit: SpendingLimitInput!
printPhysicalCard: Boolean!
physicalCardCustomOptions: PhysicalCardCustomOptionsForGroupDeliveryInput
}

Fields

CardConfigWithGroupDeliveryInput.accountMembershipId ● ID! non-null scalar

Unique identifier of a given account membership

CardConfigWithGroupDeliveryInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

CardConfigWithGroupDeliveryInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

CardConfigWithGroupDeliveryInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

CardConfigWithGroupDeliveryInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

CardConfigWithGroupDeliveryInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

CardConfigWithGroupDeliveryInput.name ● String scalar

Card name

CardConfigWithGroupDeliveryInput.spendingLimit ● SpendingLimitInput! non-null input

Spending limit

CardConfigWithGroupDeliveryInput.printPhysicalCard ● Boolean! non-null scalar

true when you wish for print an associated physical card

CardConfigWithGroupDeliveryInput.physicalCardCustomOptions ● PhysicalCardCustomOptionsForGroupDeliveryInput input

Custom options to use for physical cards.

Member of

AddCardsWithGroupDeliveryInput input

+ + \ No newline at end of file diff --git a/api-reference/inputs/card-filters-input/index.html b/api-reference/inputs/card-filters-input/index.html index bc548983849..bd073e9488f 100644 --- a/api-reference/inputs/card-filters-input/index.html +++ b/api-reference/inputs/card-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardFiltersInput

Filters that can be applied when listing cards

input CardFiltersInput {
status: CardStatus
statuses: [CardStatus!]
type: CardType
types: [CardType!]
search: String
accountId: String
}

Fields

CardFiltersInput.status ● CardStatus enum

The status of the card.

@deprecated(reason: "use statuses instead")

CardFiltersInput.statuses ● [CardStatus!] list enum

Statuses of the card.

CardFiltersInput.type ● CardType enum

Type of card

@deprecated(reason: "use types instead")

CardFiltersInput.types ● [CardType!] list enum

Types of card

CardFiltersInput.search ● String scalar

String searched

CardFiltersInput.accountId ● String scalar

Account identifier

This filter is only available for User Access Token, for the moment

Member of

cards query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/card-order-by-input/index.html b/api-reference/inputs/card-order-by-input/index.html index 0d578c1af22..b50f0047e2a 100644 --- a/api-reference/inputs/card-order-by-input/index.html +++ b/api-reference/inputs/card-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/certificate/index.html b/api-reference/inputs/certificate/index.html index 73630c90a81..a07374535db 100644 --- a/api-reference/inputs/certificate/index.html +++ b/api-reference/inputs/certificate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/check-payment-collection-input/index.html b/api-reference/inputs/check-payment-collection-input/index.html index 1d3bb8275ee..71147c7c7ee 100644 --- a/api-reference/inputs/check-payment-collection-input/index.html +++ b/api-reference/inputs/check-payment-collection-input/index.html @@ -7,8 +7,8 @@ - - + +
@@ -16,7 +16,7 @@ CMC7 is composed of 3 sections (check number (7 char.), check issuing bank code (12 char.), check holder account number (12 char.)). Combined with RLMC key, it allows the check traceability.

CheckPaymentCollectionInput.rlmcKey ● String! non-null scalar

2-digit key used to check the integrity of the CMC7 line, located at the bottom right of the check. Combined with CMC7 line, it allows the check traceability.

Member of

InitiateMerchantPaymentCollectionInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/check-payment-method-input/index.html b/api-reference/inputs/check-payment-method-input/index.html index c9d1c4c0dae..43d73ca899a 100644 --- a/api-reference/inputs/check-payment-method-input/index.html +++ b/api-reference/inputs/check-payment-method-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/close-account-input/index.html b/api-reference/inputs/close-account-input/index.html index c5a5bfe3de9..c713a1583c4 100644 --- a/api-reference/inputs/close-account-input/index.html +++ b/api-reference/inputs/close-account-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/complete-address-input/index.html b/api-reference/inputs/complete-address-input/index.html index 942449a9223..95753828048 100644 --- a/api-reference/inputs/complete-address-input/index.html +++ b/api-reference/inputs/complete-address-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CompleteAddressInput

Complete Address Information

input CompleteAddressInput {
addressLine1: String!
addressLine2: String
city: String!
postalCode: String!
state: String
country: CCA3!
}

Fields

CompleteAddressInput.addressLine1 ● String! non-null scalar

address line 1 (max 38 characters)

CompleteAddressInput.addressLine2 ● String scalar

address line 2 (max 38 characters)

CompleteAddressInput.city ● String! non-null scalar

city (max 30 characters)

CompleteAddressInput.postalCode ● String! non-null scalar

postal code (max 10 characters)

CompleteAddressInput.state ● String scalar

state (max 30 characters)

CompleteAddressInput.country ● CCA3! non-null scalar

country code

Member of

PhysicalCardConfigInput input ● PrintPhysicalCardInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/complete-address-with-contact-input/index.html b/api-reference/inputs/complete-address-with-contact-input/index.html index bbc796d136c..6969813eea2 100644 --- a/api-reference/inputs/complete-address-with-contact-input/index.html +++ b/api-reference/inputs/complete-address-with-contact-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CompleteAddressWithContactInput

Complete Address Information with a contact

input CompleteAddressWithContactInput {
addressLine1: String!
addressLine2: String
city: String!
postalCode: String!
state: String
country: CCA3!
firstName: String!
lastName: String!
phoneNumber: PhoneNumber!
companyName: String
}

Fields

CompleteAddressWithContactInput.addressLine1 ● String! non-null scalar

address line 1 (max 38 characters)

CompleteAddressWithContactInput.addressLine2 ● String scalar

address line 2 (max 38 characters)

CompleteAddressWithContactInput.city ● String! non-null scalar

city (max 30 characters)

CompleteAddressWithContactInput.postalCode ● String! non-null scalar

postal code (max 10 characters)

CompleteAddressWithContactInput.state ● String scalar

state (max 30 characters)

CompleteAddressWithContactInput.country ● CCA3! non-null scalar

country code

CompleteAddressWithContactInput.firstName ● String! non-null scalar

contact first name

CompleteAddressWithContactInput.lastName ● String! non-null scalar

contact last name

CompleteAddressWithContactInput.phoneNumber ● PhoneNumber! non-null scalar

contact phone number

CompleteAddressWithContactInput.companyName ● String scalar

contact company name (max 38 characters)

Member of

AddCardsWithGroupDeliveryInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/consent-id-with-order/index.html b/api-reference/inputs/consent-id-with-order/index.html index 494b7117138..11232434514 100644 --- a/api-reference/inputs/consent-id-with-order/index.html +++ b/api-reference/inputs/consent-id-with-order/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/consents-filters-input/index.html b/api-reference/inputs/consents-filters-input/index.html index 7cd137da700..87dc6b8a135 100644 --- a/api-reference/inputs/consents-filters-input/index.html +++ b/api-reference/inputs/consents-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/create-capital-deposit-case-input/index.html b/api-reference/inputs/create-capital-deposit-case-input/index.html index 223ee0f5c57..79d4527f6e5 100644 --- a/api-reference/inputs/create-capital-deposit-case-input/index.html +++ b/api-reference/inputs/create-capital-deposit-case-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CreateCapitalDepositCaseInput

Inputs to create a capital deposit case.

input CreateCapitalDepositCaseInput {
companyName: String!
companyShareholders: [OnboardCompanyShareholderInput]!
individualShareholders: [OnboardIndividualShareholderInput]!
totalCapitalDepositAmount: AmountInput!
onboardingCapitalDepositCompany: OnboardCompanyAccountHolderInput!
}

Fields

CreateCapitalDepositCaseInput.companyName ● String! non-null scalar

Name ("Dénomination sociale") of the company being registered and for which the capital is being deposited.

CreateCapitalDepositCaseInput.companyShareholders ● [OnboardCompanyShareholderInput]! non-null input

Array of shareholders of type company ("personne morale").

CreateCapitalDepositCaseInput.individualShareholders ● [OnboardIndividualShareholderInput]! non-null input

Array of shareholders of type individual ("personne physique").

CreateCapitalDepositCaseInput.totalCapitalDepositAmount ● AmountInput! non-null input

Amount of the capital deposit.

CreateCapitalDepositCaseInput.onboardingCapitalDepositCompany ● OnboardCompanyAccountHolderInput! non-null input

Information required for the onboarding of a company.

Member of

createCapitalDepositCase mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/create-multi-consent-input/index.html b/api-reference/inputs/create-multi-consent-input/index.html index 73e09facd2b..2301bff86a9 100644 --- a/api-reference/inputs/create-multi-consent-input/index.html +++ b/api-reference/inputs/create-multi-consent-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CreateMultiConsentInput

Input of the createMultiConsent mutation

input CreateMultiConsentInput {
orderedConsentIds: [ConsentIdWithOrder!]!
redirectUrl: String!
}

Fields

CreateMultiConsentInput.orderedConsentIds ● [ConsentIdWithOrder!]! non-null input

A list of consent IDs with their related execution orders

CreateMultiConsentInput.redirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member of

createMultiConsent mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/credit-transfer-input/index.html b/api-reference/inputs/credit-transfer-input/index.html index 9afcb3f39c3..2d938a9cdb9 100644 --- a/api-reference/inputs/credit-transfer-input/index.html +++ b/api-reference/inputs/credit-transfer-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

CreditTransferInput

Credit transfer

input CreditTransferInput {
beneficiaryId: ID
swanAccountBeneficiary: SwanAccountBeneficiaryInput
sepaBeneficiary: SepaBeneficiaryInput
amount: AmountInput!
reference: String
label: String
requestedExecutionAt: DateTime
externalReference: String
isInstant: Boolean
mode: CreditTransferMode
}

Fields

CreditTransferInput.beneficiaryId ● ID scalar

if the transfer will credit a beneficiary already created

CreditTransferInput.swanAccountBeneficiary ● SwanAccountBeneficiaryInput input

if the transfer will credit a new swan account beneficiary

CreditTransferInput.sepaBeneficiary ● SepaBeneficiaryInput input

if the transfer will credit a new SEPA beneficiary

CreditTransferInput.amount ● AmountInput! non-null input

amount of the transfer

CreditTransferInput.reference ● String scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire end-to-end chain. (regex [A-Za-z0-9(\-)(\_)(\?)(\.)(\+),' ]{1,35})

CreditTransferInput.label ● String scalar

label (max 140 characters)

CreditTransferInput.requestedExecutionAt ● DateTime scalar

requested date at which the credit transfer will try to be executed, if null the credit transfer is executed right away

CreditTransferInput.externalReference ● String scalar

an arbitrary identifier that you can define to easily identify this transaction later

CreditTransferInput.isInstant ● Boolean scalar

DEPRECATED if the transfer will execute as instant

CreditTransferInput.mode ● CreditTransferMode enum

if the transfer will execute as instant and fallbacked to a regular one if an error happend during the instant transfer

Member of

InitiateCreditTransfersInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/delete-supporting-document-input/index.html b/api-reference/inputs/delete-supporting-document-input/index.html index c00fc28944b..2e0ee24957f 100644 --- a/api-reference/inputs/delete-supporting-document-input/index.html +++ b/api-reference/inputs/delete-supporting-document-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/deny-sdd-input/index.html b/api-reference/inputs/deny-sdd-input/index.html index 0766f8ec3e7..1b3bac553fd 100644 --- a/api-reference/inputs/deny-sdd-input/index.html +++ b/api-reference/inputs/deny-sdd-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/deny-sdd-virtual-iban-entry-input/index.html b/api-reference/inputs/deny-sdd-virtual-iban-entry-input/index.html index b0a879dc084..ce082325109 100644 --- a/api-reference/inputs/deny-sdd-virtual-iban-entry-input/index.html +++ b/api-reference/inputs/deny-sdd-virtual-iban-entry-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/digital-card-filters-input/index.html b/api-reference/inputs/digital-card-filters-input/index.html index c9295a8dff4..01fa78c5e00 100644 --- a/api-reference/inputs/digital-card-filters-input/index.html +++ b/api-reference/inputs/digital-card-filters-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

DigitalCardFiltersInput

Filters that can be applied when listing digitalCards

input DigitalCardFiltersInput {
id: String
status: String
SEID: String
cardMaskedNumber: String
walletProviderId: String
walletProviderName: String
walletId: String
}

Fields

DigitalCardFiltersInput.id ● String scalar

The id of the digitalCard

DigitalCardFiltersInput.status ● String scalar

The status of the digital card. It can be a CompleteDigitalCardStatus or a PendingDigitalCardStatus

DigitalCardFiltersInput.SEID ● String scalar

The Secure Element ID Mostly present on APple Devices

DigitalCardFiltersInput.cardMaskedNumber ● String scalar

The digital card masker number

DigitalCardFiltersInput.walletProviderId ● String scalar

The ID of the wallet provider in the scheme system

DigitalCardFiltersInput.walletProviderName ● String scalar

Either ApplePay, GooglePay or Merchant

DigitalCardFiltersInput.walletId ● String scalar

The wallet application ID in the user phone

- - + + \ No newline at end of file diff --git a/api-reference/inputs/digital-card-order-by-input/index.html b/api-reference/inputs/digital-card-order-by-input/index.html index 788602ff73e..ce372202313 100644 --- a/api-reference/inputs/digital-card-order-by-input/index.html +++ b/api-reference/inputs/digital-card-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/disable-account-membership-input/index.html b/api-reference/inputs/disable-account-membership-input/index.html index a6214b223b0..34d92c3a3ef 100644 --- a/api-reference/inputs/disable-account-membership-input/index.html +++ b/api-reference/inputs/disable-account-membership-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/enable-received-direct-debit-mandate-input/index.html b/api-reference/inputs/enable-received-direct-debit-mandate-input/index.html index 1f501436a2e..b03df2b28e7 100644 --- a/api-reference/inputs/enable-received-direct-debit-mandate-input/index.html +++ b/api-reference/inputs/enable-received-direct-debit-mandate-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

EnableReceivedDirectDebitMandateInput

Inputs to enable a received direct debit mandate, i.e. to move its status back from suspended.

input EnableReceivedDirectDebitMandateInput {
receivedDirectDebitMandateId: ID!
consentRedirectUrl: String
}

Fields

EnableReceivedDirectDebitMandateInput.receivedDirectDebitMandateId ● ID! non-null scalar

The received direct debit id to enable

EnableReceivedDirectDebitMandateInput.consentRedirectUrl ● String scalar

URL the user is redirected to after consent has been given

Member of

enableReceivedDirectDebitMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/external-account-balance-input/index.html b/api-reference/inputs/external-account-balance-input/index.html index 2d42188495c..a98d9102536 100644 --- a/api-reference/inputs/external-account-balance-input/index.html +++ b/api-reference/inputs/external-account-balance-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalAccountBalanceInput

No description

input ExternalAccountBalanceInput {
amount: AmountInput!
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
}

Fields

ExternalAccountBalanceInput.amount ● AmountInput! non-null input

Amount with currency

ExternalAccountBalanceInput.type ● ExternalAccountBalanceType! non-null enum

Type of Balance

ExternalAccountBalanceInput.lastChangedAt ● DateTime! non-null scalar

Last changed Date

Member of

AddExternalAccountInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/finalize-onboarding-input/index.html b/api-reference/inputs/finalize-onboarding-input/index.html index b95683d2649..c6d261f8b32 100644 --- a/api-reference/inputs/finalize-onboarding-input/index.html +++ b/api-reference/inputs/finalize-onboarding-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/funding-limit-amount-input/index.html b/api-reference/inputs/funding-limit-amount-input/index.html index bf2e8badb61..19aaa9c3399 100644 --- a/api-reference/inputs/funding-limit-amount-input/index.html +++ b/api-reference/inputs/funding-limit-amount-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/funding-limit-settings-change-request-filters-input/index.html b/api-reference/inputs/funding-limit-settings-change-request-filters-input/index.html index c671f721adc..0571fad2458 100644 --- a/api-reference/inputs/funding-limit-settings-change-request-filters-input/index.html +++ b/api-reference/inputs/funding-limit-settings-change-request-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestFiltersInput

Filters that can be applied when listing funding limit settings change requests

input FundingLimitSettingsChangeRequestFiltersInput {
id: [String!]
status: [FundingLimitSettingsChangeRequestStatus!]
}

Fields

FundingLimitSettingsChangeRequestFiltersInput.id ● [String!] list scalar

The ids of the funding limit settings change requests

FundingLimitSettingsChangeRequestFiltersInput.status ● [FundingLimitSettingsChangeRequestStatus!] list enum

Status we want to filter on

- - + + \ No newline at end of file diff --git a/api-reference/inputs/funding-limit-settings-change-request-order-by-input/index.html b/api-reference/inputs/funding-limit-settings-change-request-order-by-input/index.html index 06c434016ec..5314662b92d 100644 --- a/api-reference/inputs/funding-limit-settings-change-request-order-by-input/index.html +++ b/api-reference/inputs/funding-limit-settings-change-request-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/funding-source-filters-input/index.html b/api-reference/inputs/funding-source-filters-input/index.html index b6212c2d555..f0d58ba9c95 100644 --- a/api-reference/inputs/funding-source-filters-input/index.html +++ b/api-reference/inputs/funding-source-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/funding-source-order-by-input/index.html b/api-reference/inputs/funding-source-order-by-input/index.html index 3191e6efbe3..f68c787d0b5 100644 --- a/api-reference/inputs/funding-source-order-by-input/index.html +++ b/api-reference/inputs/funding-source-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/generate-account-statement-input/index.html b/api-reference/inputs/generate-account-statement-input/index.html index 3aa9ef505d8..0baa73af378 100644 --- a/api-reference/inputs/generate-account-statement-input/index.html +++ b/api-reference/inputs/generate-account-statement-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

GenerateAccountStatementInput

Inputs to generate an account

input GenerateAccountStatementInput {
accountId: ID!
openingDate: DateTime!
closingDate: DateTime!
language: AccountLanguage
statementType: StatementType
}

Fields

GenerateAccountStatementInput.accountId ● ID! non-null scalar

Unique identifier of an account

GenerateAccountStatementInput.openingDate ● DateTime! non-null scalar

starting date of the date window

GenerateAccountStatementInput.closingDate ● DateTime! non-null scalar

ending date of the date window

GenerateAccountStatementInput.language ● AccountLanguage enum

language to generate the statement in (default to account's language)

GenerateAccountStatementInput.statementType ● StatementType enum

Type of statement to generate

Member of

generateAccountStatement mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/generate-capital-deposit-document-upload-url-input/index.html b/api-reference/inputs/generate-capital-deposit-document-upload-url-input/index.html index 486535ef692..a94cea44212 100644 --- a/api-reference/inputs/generate-capital-deposit-document-upload-url-input/index.html +++ b/api-reference/inputs/generate-capital-deposit-document-upload-url-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

GenerateCapitalDepositDocumentUploadUrlInput

No description

input GenerateCapitalDepositDocumentUploadUrlInput {
documentId: ID!
capitalDepositCaseId: ID!
filename: String!
}

Fields

GenerateCapitalDepositDocumentUploadUrlInput.documentId ● ID! non-null scalar

Unique identifier of the document.

GenerateCapitalDepositDocumentUploadUrlInput.capitalDepositCaseId ● ID! non-null scalar

Unique identifier of the capitalDepositCase associated to the document.

GenerateCapitalDepositDocumentUploadUrlInput.filename ● String! non-null scalar

Filename of the document.

Member of

generateCapitalDepositDocumentUploadUrl mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/generate-supporting-document-upload-url-input/index.html b/api-reference/inputs/generate-supporting-document-upload-url-input/index.html index 0bf9e6f7592..6e122bb92ef 100644 --- a/api-reference/inputs/generate-supporting-document-upload-url-input/index.html +++ b/api-reference/inputs/generate-supporting-document-upload-url-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

GenerateSupportingDocumentUploadUrlInput

No description

input GenerateSupportingDocumentUploadUrlInput {
supportingDocumentCollectionId: ID!
supportingDocumentType: SupportingDocumentType
filename: String!
supportingDocumentPurpose: SupportingDocumentPurposeEnum
}

Fields

GenerateSupportingDocumentUploadUrlInput.supportingDocumentCollectionId ● ID! non-null scalar

Unique identifier of a supporting document collection

GenerateSupportingDocumentUploadUrlInput.supportingDocumentType ● SupportingDocumentType enum

Type of document

GenerateSupportingDocumentUploadUrlInput.filename ● String! non-null scalar

Name of the document which will be sent

GenerateSupportingDocumentUploadUrlInput.supportingDocumentPurpose ● SupportingDocumentPurposeEnum enum

Purpose of document

Member of

generateSupportingDocumentUploadUrl mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/grant-consent-with-server-signature-input/index.html b/api-reference/inputs/grant-consent-with-server-signature-input/index.html index e0ec8beb745..1a32438c4e9 100644 --- a/api-reference/inputs/grant-consent-with-server-signature-input/index.html +++ b/api-reference/inputs/grant-consent-with-server-signature-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/iban-validation-input/index.html b/api-reference/inputs/iban-validation-input/index.html index 5793f21d249..d1494cb6d25 100644 --- a/api-reference/inputs/iban-validation-input/index.html +++ b/api-reference/inputs/iban-validation-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/identification-filters-input/index.html b/api-reference/inputs/identification-filters-input/index.html index 62a4169e58f..94fdb3e51e9 100644 --- a/api-reference/inputs/identification-filters-input/index.html +++ b/api-reference/inputs/identification-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

IdentificationFiltersInput

Filter that can be passed to get the identifications in specific data ranges

input IdentificationFiltersInput {
statuses: [SwanIdentificationStatus!]
levels: [SwanIdentificationLevel!]
processes: [SwanIdentificationProcess!]
}

Fields

IdentificationFiltersInput.statuses ● [SwanIdentificationStatus!] list enum

To filter on status values

IdentificationFiltersInput.levels ● [SwanIdentificationLevel!] list enum

To filter on level values

IdentificationFiltersInput.processes ● [SwanIdentificationProcess!] list enum

To filter on process values

- - +
Skip to main content

IdentificationFiltersInput

Filter that can be passed to get the identifications in specific data ranges

input IdentificationFiltersInput {
statuses: [SwanIdentificationStatus!]
levels: [IdentificationLevel!]
processes: [IdentificationProcess!]
}

Fields

IdentificationFiltersInput.statuses ● [SwanIdentificationStatus!] list enum

To filter on status values

IdentificationFiltersInput.levels ● [IdentificationLevel!] list enum

To filter on level values

IdentificationFiltersInput.processes ● [IdentificationProcess!] list enum

To filter on process values

+ + \ No newline at end of file diff --git a/api-reference/inputs/identifications-order-by-input/index.html b/api-reference/inputs/identifications-order-by-input/index.html index 0d77c7e81bc..5fbd800973a 100644 --- a/api-reference/inputs/identifications-order-by-input/index.html +++ b/api-reference/inputs/identifications-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/individual-ultimate-beneficial-owner-input/index.html b/api-reference/inputs/individual-ultimate-beneficial-owner-input/index.html index a3a750a95f5..c594863c502 100644 --- a/api-reference/inputs/individual-ultimate-beneficial-owner-input/index.html +++ b/api-reference/inputs/individual-ultimate-beneficial-owner-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IndividualUltimateBeneficialOwnerInput

No description

input IndividualUltimateBeneficialOwnerInput {
firstName: String
lastName: String
birthDate: String
birthCity: String
birthCityPostalCode: String
birthCountryCode: CCA3
indirect: Boolean
direct: Boolean
totalCapitalPercentage: Float
type: IndividualUltimateBeneficialOwnerTypeEnum!
taxIdentificationNumber: String
residencyAddress: AddressInformationInput
title: TitleEnum
}

Fields

IndividualUltimateBeneficialOwnerInput.firstName ● String scalar

Individual beneficial owner first name. Length must be from 0 to 100 characters

IndividualUltimateBeneficialOwnerInput.lastName ● String scalar

Individual beneficial owner last name. Length must be from 0 to 100 characters

IndividualUltimateBeneficialOwnerInput.birthDate ● String scalar

Individual birth date. Must be a valid date

IndividualUltimateBeneficialOwnerInput.birthCity ● String scalar

Individual birth city. Length must be from 0 to 100 characters

IndividualUltimateBeneficialOwnerInput.birthCityPostalCode ● String scalar

Individual birth city postal code. Length must be from 0 to 50 characters

IndividualUltimateBeneficialOwnerInput.birthCountryCode ● CCA3 scalar

Individual birth country code

IndividualUltimateBeneficialOwnerInput.indirect ● Boolean scalar

Define UBO is an Indirect Owner

IndividualUltimateBeneficialOwnerInput.direct ● Boolean scalar

Define UBO is an Direct Owner

IndividualUltimateBeneficialOwnerInput.totalCapitalPercentage ● Float scalar

Total of capital (in percentage, ex: 50 = 50%). Must be between 1 and 100.

IndividualUltimateBeneficialOwnerInput.type ● IndividualUltimateBeneficialOwnerTypeEnum! non-null enum

Define UBO is a Legal Representative

IndividualUltimateBeneficialOwnerInput.taxIdentificationNumber ● String scalar

Individual beneficial owner Tax or Identification Number

IndividualUltimateBeneficialOwnerInput.residencyAddress ● AddressInformationInput input

Individual beneficial owner residency Address

IndividualUltimateBeneficialOwnerInput.title ● TitleEnum enum

Individual ultimate beneficial owner title (Mr/Ms)

Member of

OnboardCompanyAccountHolderInput input ● UpdateCompanyOnboardingInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/initiate-credit-transfers-input/index.html b/api-reference/inputs/initiate-credit-transfers-input/index.html index db7e4f670bd..b5a1ae40341 100644 --- a/api-reference/inputs/initiate-credit-transfers-input/index.html +++ b/api-reference/inputs/initiate-credit-transfers-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InitiateCreditTransfersInput

Initiate credit transfers

input InitiateCreditTransfersInput {
accountNumber: AccountNumber
accountId: ID
creditTransfers: [CreditTransferInput!]!
consentRedirectUrl: String!
}

Fields

InitiateCreditTransfersInput.accountNumber ● AccountNumber scalar

account to be debited identified by number

InitiateCreditTransfersInput.accountId ● ID scalar

account id to be debited identified by id

InitiateCreditTransfersInput.creditTransfers ● [CreditTransferInput!]! non-null input

credit transfers (max 250 records)

InitiateCreditTransfersInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member of

initiateCreditTransfers mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/initiate-funding-request-input/index.html b/api-reference/inputs/initiate-funding-request-input/index.html index 90699de0e49..71813c3f981 100644 --- a/api-reference/inputs/initiate-funding-request-input/index.html +++ b/api-reference/inputs/initiate-funding-request-input/index.html @@ -7,8 +7,8 @@ - - + +
@@ -18,7 +18,7 @@ It is not possible to define this value when the option isInstant is set to true.

InitiateFundingRequestInput.isInstant ● Boolean scalar

SOON TO BE DEPRECATED If true the funds should be available immediately. If false or null, the funds will be available after the resolution of the credit transaction.

Member of

initiateFundingRequest mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/initiate-international-credit-transfer-input/index.html b/api-reference/inputs/initiate-international-credit-transfer-input/index.html index cdf8efd9690..02b55bd4380 100644 --- a/api-reference/inputs/initiate-international-credit-transfer-input/index.html +++ b/api-reference/inputs/initiate-international-credit-transfer-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

InitiateInternationalCreditTransferInput

COMING SOON Input to create a quote and an international beneficiary

input InitiateInternationalCreditTransferInput {
accountId: ID
accountNumber: AccountNumber
targetAmount: AmountInput!
internationalBeneficiary: InternationalBeneficiaryInput!
internationalCreditTransferDetails: [InternationalCreditTransferDetailsInput!]!
consentRedirectUrl: String!
externalReference: String
}

Fields

InitiateInternationalCreditTransferInput.accountId ● ID scalar

Account ID of the originator of the international credit transfer

InitiateInternationalCreditTransferInput.accountNumber ● AccountNumber scalar

Account number if the beneficiary is a swan account

InitiateInternationalCreditTransferInput.targetAmount ● AmountInput! non-null input

Target amount of the international credit transfer

InitiateInternationalCreditTransferInput.internationalBeneficiary ● InternationalBeneficiaryInput! non-null input

Beneficiary of the international credit transfer

InitiateInternationalCreditTransferInput.internationalCreditTransferDetails ● [InternationalCreditTransferDetailsInput!]! non-null input

Transfer details

InitiateInternationalCreditTransferInput.consentRedirectUrl ● String! non-null scalar

When the consent flow is finished the user is redirected to this URL

InitiateInternationalCreditTransferInput.externalReference ● String scalar

External reference

Member of

initiateInternationalCreditTransfer mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/initiate-merchant-payment-collection-input/index.html b/api-reference/inputs/initiate-merchant-payment-collection-input/index.html index 4ca07ba75bb..442f6c1dac8 100644 --- a/api-reference/inputs/initiate-merchant-payment-collection-input/index.html +++ b/api-reference/inputs/initiate-merchant-payment-collection-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

InitiateMerchantPaymentCollectionInput

No description

input InitiateMerchantPaymentCollectionInput {
amount: AmountInput!
label: String
reference: String
externalReference: String
internalDirectDebit: InternalDirectDebitPaymentCollectionInput
check: CheckPaymentCollectionInput
sepaDirectDebit: SepaDirectDebitPaymentCollectionInput
}

Fields

InitiateMerchantPaymentCollectionInput.amount ● AmountInput! non-null input

Amount of the concerned payment collection. For check deposit, the amount should not exceed 10 000€.

InitiateMerchantPaymentCollectionInput.label ● String scalar

Label of the concerned payment collection, which will be displayed on Swan bank statement - For checks transaction, if empty, default label will be set as "Check N° [1st part of CMC7 - 7 char.]

InitiateMerchantPaymentCollectionInput.reference ● String scalar

end-to-end reference of the concerned payment collection

InitiateMerchantPaymentCollectionInput.externalReference ● String scalar

external reference (JSON) that can be used by the Swan merchant for reconciliation purposes

InitiateMerchantPaymentCollectionInput.internalDirectDebit ● InternalDirectDebitPaymentCollectionInput input

Internal direct debit type of payment collection

InitiateMerchantPaymentCollectionInput.check ● CheckPaymentCollectionInput input

Check type of payment collection

InitiateMerchantPaymentCollectionInput.sepaDirectDebit ● SepaDirectDebitPaymentCollectionInput input

Sepa Direct Debit type of payment collection

Member of

initiateMerchantPaymentCollection mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input/index.html b/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input/index.html index e58c230a556..44725033bd1 100644 --- a/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input/index.html +++ b/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/internal-direct-debit-payment-collection-input/index.html b/api-reference/inputs/internal-direct-debit-payment-collection-input/index.html index fd4a16117d9..e7b06aedeb1 100644 --- a/api-reference/inputs/internal-direct-debit-payment-collection-input/index.html +++ b/api-reference/inputs/internal-direct-debit-payment-collection-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalDirectDebitPaymentCollectionInput

No description

input InternalDirectDebitPaymentCollectionInput {
mandateId: ID!
requestedExecutionAt: DateTime
}

Fields

InternalDirectDebitPaymentCollectionInput.mandateId ● ID! non-null scalar

ID of the concerned payment mandate

InternalDirectDebitPaymentCollectionInput.requestedExecutionAt ● DateTime scalar

Date at which the Swan merchant wishes the payment to be executed

Member of

InitiateMerchantPaymentCollectionInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/internal-direct-debit-standard-payment-method-input/index.html b/api-reference/inputs/internal-direct-debit-standard-payment-method-input/index.html index e0611aefa49..581b54d1261 100644 --- a/api-reference/inputs/internal-direct-debit-standard-payment-method-input/index.html +++ b/api-reference/inputs/internal-direct-debit-standard-payment-method-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/international-address-input/index.html b/api-reference/inputs/international-address-input/index.html index 8e5a1b5935f..7966aaad31d 100644 --- a/api-reference/inputs/international-address-input/index.html +++ b/api-reference/inputs/international-address-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternationalAddressInput

Address of an international beneficiary

input InternationalAddressInput {
address1: String
city: String
country: String
zipCode: String
state: String
}

Fields

InternationalAddressInput.address1 ● String scalar

Address 1

InternationalAddressInput.city ● String scalar

City

InternationalAddressInput.country ● String scalar

Country

InternationalAddressInput.zipCode ● String scalar

Zip Code

InternationalAddressInput.state ● String scalar

State

- - + + \ No newline at end of file diff --git a/api-reference/inputs/international-beneficiary-details-input/index.html b/api-reference/inputs/international-beneficiary-details-input/index.html index ba6281a0b33..39f3c913ba5 100644 --- a/api-reference/inputs/international-beneficiary-details-input/index.html +++ b/api-reference/inputs/international-beneficiary-details-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/international-beneficiary-input/index.html b/api-reference/inputs/international-beneficiary-input/index.html index b7de443d20b..a880b517410 100644 --- a/api-reference/inputs/international-beneficiary-input/index.html +++ b/api-reference/inputs/international-beneficiary-input/index.html @@ -7,8 +7,8 @@ - - + +
@@ -16,7 +16,7 @@ International Beneficiary

input InternationalBeneficiaryInput {
name: String!
currency: Currency!
details: [InternationalBeneficiaryDetailsInput!]!
route: InternationalCreditTransferRouteInput!
}

Fields

InternationalBeneficiaryInput.name ● String! non-null scalar

Account holder name

InternationalBeneficiaryInput.currency ● Currency! non-null scalar

Currency of the international beneficiary account

InternationalBeneficiaryInput.details ● [InternationalBeneficiaryDetailsInput!]! non-null input

COMING SOON Currency-specific details of the beneficiary

InternationalBeneficiaryInput.route ● InternationalCreditTransferRouteInput! non-null enum

COMING SOON Route that Wise will use to transfer the funds

Member of

InitiateInternationalCreditTransferInput input ● internationalCreditTransferTransactionDetailsDynamicForm query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/international-credit-transfer-details-input/index.html b/api-reference/inputs/international-credit-transfer-details-input/index.html index 8e19f2ecc99..d649011b9d9 100644 --- a/api-reference/inputs/international-credit-transfer-details-input/index.html +++ b/api-reference/inputs/international-credit-transfer-details-input/index.html @@ -7,8 +7,8 @@ - - + +
@@ -16,7 +16,7 @@ International Credit Transfer Details

input InternationalCreditTransferDetailsInput {
key: String!
value: String!
}

Fields

InternationalCreditTransferDetailsInput.key ● String! non-null scalar

COMING SOON Key

InternationalCreditTransferDetailsInput.value ● String! non-null scalar

COMING SOON Value

Member of

InitiateInternationalCreditTransferInput input ● internationalCreditTransferTransactionDetailsDynamicForm query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/legal-documents-filter-input/index.html b/api-reference/inputs/legal-documents-filter-input/index.html index bfc0ca1c264..9cb3ffc7dfe 100644 --- a/api-reference/inputs/legal-documents-filter-input/index.html +++ b/api-reference/inputs/legal-documents-filter-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/membership-info-input/index.html b/api-reference/inputs/membership-info-input/index.html index bde84172713..73726bbb92e 100644 --- a/api-reference/inputs/membership-info-input/index.html +++ b/api-reference/inputs/membership-info-input/index.html @@ -7,14 +7,13 @@ - - + +
-
Skip to main content

MembershipInfoInput

No description

input MembershipInfoInput {
email: String!
restrictedTo: RestrictedToInput!
canViewAccount: Boolean!
canManageBeneficiaries: Boolean!
canInitiatePayments: Boolean!
canManageAccountMembership: Boolean!
canManageCards: Boolean
residencyAddress: ResidencyAddressInput
taxIdentificationNumber: String
}

Fields

MembershipInfoInput.email ● String! non-null scalar

email

MembershipInfoInput.restrictedTo ● RestrictedToInput! non-null input

restricted to a user if necessary

MembershipInfoInput.canViewAccount ● Boolean! non-null scalar

true if this account membership can view account balances and transactions history

MembershipInfoInput.canManageBeneficiaries ● Boolean! non-null scalar

true if this account membership can add or canceled beneficiaries

MembershipInfoInput.canInitiatePayments ● Boolean! non-null scalar

true if this account membership can initiate payments

MembershipInfoInput.canManageAccountMembership ● Boolean! non-null scalar

true if this account membership can invite, update, suspend or resume account membership

MembershipInfoInput.canManageCards ● Boolean scalar

COMING SOON -true if this account membership can manage cards for himself or to the memberships he manages

MembershipInfoInput.residencyAddress ● ResidencyAddressInput input

Residency address of the member to be added

MembershipInfoInput.taxIdentificationNumber ● String scalar

Tax Identification Number of the user added

Member of

AddAccountMembershipsInput input

- - +
Skip to main content

MembershipInfoInput

No description

input MembershipInfoInput {
email: String!
restrictedTo: RestrictedToInput!
canViewAccount: Boolean!
canManageBeneficiaries: Boolean!
canInitiatePayments: Boolean!
canManageAccountMembership: Boolean!
canManageCards: Boolean
residencyAddress: ResidencyAddressInput
taxIdentificationNumber: String
}

Fields

MembershipInfoInput.email ● String! non-null scalar

Email address

MembershipInfoInput.restrictedTo ● RestrictedToInput! non-null input

Restricted to a user if necessary

MembershipInfoInput.canViewAccount ● Boolean! non-null scalar

true if this account membership can view account balances and transactions history

MembershipInfoInput.canManageBeneficiaries ● Boolean! non-null scalar

true if this account membership can add or canceled beneficiaries

MembershipInfoInput.canInitiatePayments ● Boolean! non-null scalar

true if this account membership can initiate payments

MembershipInfoInput.canManageAccountMembership ● Boolean! non-null scalar

true if this account membership can invite, update, suspend or resume account membership

MembershipInfoInput.canManageCards ● Boolean scalar

true if this account membership can manage cards for himself or to the memberships he manages

MembershipInfoInput.residencyAddress ● ResidencyAddressInput input

Residency address of the member to be added

MembershipInfoInput.taxIdentificationNumber ● String scalar

Tax Identification Number of the user added

Member of

AddAccountMembershipsInput input

+ + \ No newline at end of file diff --git a/api-reference/inputs/memberships-filter-input/index.html b/api-reference/inputs/memberships-filter-input/index.html index 209bed74a8b..84dfcdafb34 100644 --- a/api-reference/inputs/memberships-filter-input/index.html +++ b/api-reference/inputs/memberships-filter-input/index.html @@ -7,14 +7,13 @@ - - + +
-
Skip to main content

MembershipsFilterInput

Filters that can be applied when listing accounts (Only applied in user context)

input MembershipsFilterInput {
canManageCards: Boolean
canInitiatePayments: Boolean
canManageAccountMembership: Boolean
canManageBeneficiaries: Boolean
canViewAccount: Boolean
status: [AccountMembershipStatus!]
email: String
firstName: String
lastName: String
search: String
}

Fields

MembershipsFilterInput.canManageCards ● Boolean scalar

COMING SOON -true if this account membership can manage cards for himself or to the memberships he manages

MembershipsFilterInput.canInitiatePayments ● Boolean scalar

Can the user initiate payments on this account

MembershipsFilterInput.canManageAccountMembership ● Boolean scalar

Can the user manage account membership

MembershipsFilterInput.canManageBeneficiaries ● Boolean scalar

Can the user manage beneficiaries

MembershipsFilterInput.canViewAccount ● Boolean scalar

Can the user view account

MembershipsFilterInput.status ● [AccountMembershipStatus!] list enum

Account memberships status/statuses we're looking for

MembershipsFilterInput.email ● String scalar

Filtered by email

MembershipsFilterInput.firstName ● String scalar

Filtered by first name

MembershipsFilterInput.lastName ● String scalar

Filtered by last name

MembershipsFilterInput.search ● String scalar

Searches email, first name, last name, and id

- - +
Skip to main content

MembershipsFilterInput

Filters that can be applied when listing accounts (Only applied in user context)

input MembershipsFilterInput {
canManageCards: Boolean
canInitiatePayments: Boolean
canManageAccountMembership: Boolean
canManageBeneficiaries: Boolean
canViewAccount: Boolean
status: [AccountMembershipStatus!]
email: String
firstName: String
lastName: String
search: String
}

Fields

MembershipsFilterInput.canManageCards ● Boolean scalar

true if this account membership can manage cards for himself or to the memberships he manages

MembershipsFilterInput.canInitiatePayments ● Boolean scalar

Can the user initiate payments on this account

MembershipsFilterInput.canManageAccountMembership ● Boolean scalar

Can the user manage account membership

MembershipsFilterInput.canManageBeneficiaries ● Boolean scalar

Can the user manage beneficiaries

MembershipsFilterInput.canViewAccount ● Boolean scalar

Can the user view account

MembershipsFilterInput.status ● [AccountMembershipStatus!] list enum

Account memberships status/statuses we're looking for

MembershipsFilterInput.email ● String scalar

Filtered by email

MembershipsFilterInput.firstName ● String scalar

Filtered by first name

MembershipsFilterInput.lastName ● String scalar

Filtered by last name

MembershipsFilterInput.search ● String scalar

Searches email, first name, last name, and id

+ + \ No newline at end of file diff --git a/api-reference/inputs/merchant-profile-filters-input/index.html b/api-reference/inputs/merchant-profile-filters-input/index.html index 0661ed39af5..d30174b96be 100644 --- a/api-reference/inputs/merchant-profile-filters-input/index.html +++ b/api-reference/inputs/merchant-profile-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/merchant-profile-order-by-input/index.html b/api-reference/inputs/merchant-profile-order-by-input/index.html index cce17f78e8f..f0f80087dfa 100644 --- a/api-reference/inputs/merchant-profile-order-by-input/index.html +++ b/api-reference/inputs/merchant-profile-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/oauth-redirect-parameters-input/index.html b/api-reference/inputs/oauth-redirect-parameters-input/index.html index c2745c74c83..2d08fdca696 100644 --- a/api-reference/inputs/oauth-redirect-parameters-input/index.html +++ b/api-reference/inputs/oauth-redirect-parameters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OAuthRedirectParametersInput

No description

input OAuthRedirectParametersInput {
state: String
redirectUrl: String
}

Fields

OAuthRedirectParametersInput.state ● String scalar

Custom state provided by partner to prevent XSRF attack, will be filled by onBoardingId in case of nullity. Length must be from 0 to 255 characters

OAuthRedirectParametersInput.redirectUrl ● String scalar

URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking. Length must be from 0 to 255 characters

Member of

OnboardCompanyAccountHolderInput input ● OnboardIndividualAccountHolderInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/onboard-company-account-holder-input/index.html b/api-reference/inputs/onboard-company-account-holder-input/index.html index d3f19306153..dda42a0e302 100644 --- a/api-reference/inputs/onboard-company-account-holder-input/index.html +++ b/api-reference/inputs/onboard-company-account-holder-input/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

OnboardCompanyAccountHolderInput

Inputs to onboard a new company account holder

input OnboardCompanyAccountHolderInput {
accountName: String
name: String
registrationNumber: String
companyType: CompanyType
businessActivity: BusinessActivity
businessActivityDescription: String
accountCountry: AccountCountry
monthlyPaymentVolume: MonthlyPaymentVolume
individualUltimateBeneficialOwners: [IndividualUltimateBeneficialOwnerInput!]
residencyAddress: ResidencyAddressInput
email: String
language: String
redirectUrl: String
isRegistered: Boolean
oAuthRedirectParameters: OAuthRedirectParametersInput
vatNumber: String
taxIdentificationNumber: String
legalRepresentativePersonalAddress: AddressInformationInput
typeOfRepresentation: TypeOfRepresentation
}

Fields

OnboardCompanyAccountHolderInput.accountName ● String scalar

Account name of the company account holder. Length must be from 0 to 100 characters

OnboardCompanyAccountHolderInput.name ● String scalar

Name of the company. Length must be from 0 to 255 characters

OnboardCompanyAccountHolderInput.registrationNumber ● String scalar

Registration number of the company (SIRET, ...). Length must be from 0 to 50 characters

OnboardCompanyAccountHolderInput.companyType ● CompanyType enum

Type of the company (Association ...)

OnboardCompanyAccountHolderInput.businessActivity ● BusinessActivity enum

Business activity

OnboardCompanyAccountHolderInput.businessActivityDescription ● String scalar

Business activity description. Length must be from 0 to 1024 characters

OnboardCompanyAccountHolderInput.accountCountry ● AccountCountry enum

Country of the account that will be created at the end of the onboarding process

OnboardCompanyAccountHolderInput.monthlyPaymentVolume ● MonthlyPaymentVolume enum

Estimated monthly payment volume (euro)

OnboardCompanyAccountHolderInput.individualUltimateBeneficialOwners ● [IndividualUltimateBeneficialOwnerInput!] list input

The ultimate beneficial owner is defined as the natural person (s) who own or control, directly and/or indirectly, the reporting company.

The ultimate beneficial owner is :

  • either the natural person (s) who hold, directly or indirectly, more than 25% of the capital or the rights of vote of the reporting company;
  • either the natural person (s) who exercise, by other means, a power of control of the company;

OnboardCompanyAccountHolderInput.residencyAddress ● ResidencyAddressInput input

Residency address of the head office (Must be in a European country)

OnboardCompanyAccountHolderInput.email ● String scalar

Email of the legal representative. Length must be from 0 to 255 characters

OnboardCompanyAccountHolderInput.language ● String scalar

Language of the onboarding process. Must be compliant with RFC 5646

OnboardCompanyAccountHolderInput.redirectUrl ● String scalar

URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking. Length must be from 0 to 255 characters

OnboardCompanyAccountHolderInput.isRegistered ● Boolean scalar

Is company registered at RCS in its country

OnboardCompanyAccountHolderInput.oAuthRedirectParameters ● OAuthRedirectParametersInput input

Extra parameters provided by partner

OnboardCompanyAccountHolderInput.vatNumber ● String scalar

VAT number

OnboardCompanyAccountHolderInput.taxIdentificationNumber ● String scalar

Tax Identification Number

OnboardCompanyAccountHolderInput.legalRepresentativePersonalAddress ● AddressInformationInput input

Legal representative personal address

OnboardCompanyAccountHolderInput.typeOfRepresentation ● TypeOfRepresentation enum

Type of representation (legal representative or power of attorney)

Member of

CreateCapitalDepositCaseInput input ● onboardCompanyAccountHolder mutation ● OnboardCompanyShareholderInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/onboard-company-shareholder-input/index.html b/api-reference/inputs/onboard-company-shareholder-input/index.html index 14ee28ffcd5..ad1990ff1d0 100644 --- a/api-reference/inputs/onboard-company-shareholder-input/index.html +++ b/api-reference/inputs/onboard-company-shareholder-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardCompanyShareholderInput

Information on the shareholder.

input OnboardCompanyShareholderInput {
capitalDepositAmount: AmountInput!
name: String!
onboardingInfo: OnboardCompanyAccountHolderInput!
}

Fields

OnboardCompanyShareholderInput.capitalDepositAmount ● AmountInput! non-null input

Amount the shareholder has to deposit.

OnboardCompanyShareholderInput.name ● String! non-null scalar

Name ("Dénomination sociale") of the shareholder.

OnboardCompanyShareholderInput.onboardingInfo ● OnboardCompanyAccountHolderInput! non-null input

Information required for the onboarding of a company shareholder.

Member of

CreateCapitalDepositCaseInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/onboard-individual-account-holder-input/index.html b/api-reference/inputs/onboard-individual-account-holder-input/index.html index f57e784a22f..7491306bd63 100644 --- a/api-reference/inputs/onboard-individual-account-holder-input/index.html +++ b/api-reference/inputs/onboard-individual-account-holder-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardIndividualAccountHolderInput

Inputs to onboard a new individual account holder

input OnboardIndividualAccountHolderInput {
accountName: String
accountCountry: AccountCountry
employmentStatus: EmploymentStatus
monthlyIncome: MonthlyIncome
residencyAddress: ResidencyAddressInput
email: String
language: String
redirectUrl: String
oAuthRedirectParameters: OAuthRedirectParametersInput
taxIdentificationNumber: String
}

Fields

OnboardIndividualAccountHolderInput.accountName ● String scalar

Account name of the individual account holder. Length must be from 0 to 255 characters

OnboardIndividualAccountHolderInput.accountCountry ● AccountCountry enum

Country of the account that will be created at the end of the onboarding process

OnboardIndividualAccountHolderInput.employmentStatus ● EmploymentStatus enum

Employment status of the individual account holder

OnboardIndividualAccountHolderInput.monthlyIncome ● MonthlyIncome enum

Monthly income of the individual account holder

OnboardIndividualAccountHolderInput.residencyAddress ● ResidencyAddressInput input

Residency address of the individual account holder (must be in a European country)

OnboardIndividualAccountHolderInput.email ● String scalar

Email. Length must be from 0 to 255 characters

OnboardIndividualAccountHolderInput.language ● String scalar

Language of the onboarding process. Must be compliant with RFC 5646

OnboardIndividualAccountHolderInput.redirectUrl ● String scalar

URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking. Length must be from 0 to 255 characters

OnboardIndividualAccountHolderInput.oAuthRedirectParameters ● OAuthRedirectParametersInput input

Extra parameters provided by partner

OnboardIndividualAccountHolderInput.taxIdentificationNumber ● String scalar

Tax Identification Number

Member of

onboardIndividualAccountHolder mutation ● OnboardIndividualShareholderInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/onboard-individual-shareholder-input/index.html b/api-reference/inputs/onboard-individual-shareholder-input/index.html index 6e7c76f4629..7f091034ccc 100644 --- a/api-reference/inputs/onboard-individual-shareholder-input/index.html +++ b/api-reference/inputs/onboard-individual-shareholder-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardIndividualShareholderInput

Information on the shareholder.

input OnboardIndividualShareholderInput {
firstName: String!
lastName: String!
birthDate: String!
nationality: CCA3!
capitalDepositAmount: AmountInput!
onboardingInfo: OnboardIndividualAccountHolderInput!
}

Fields

OnboardIndividualShareholderInput.firstName ● String! non-null scalar

First name of the shareholder.

OnboardIndividualShareholderInput.lastName ● String! non-null scalar

Last name of the shareholder.

OnboardIndividualShareholderInput.birthDate ● String! non-null scalar

Birthdate of the shareholder in the YYYY/MM/DD format.

OnboardIndividualShareholderInput.nationality ● CCA3! non-null scalar

CCA3 code for the country of nationality of the shareholder.

OnboardIndividualShareholderInput.capitalDepositAmount ● AmountInput! non-null input

Amount the shareholder has to deposit.

OnboardIndividualShareholderInput.onboardingInfo ● OnboardIndividualAccountHolderInput! non-null input

Information required for the onboarding of a individual shareholder.

Member of

CreateCapitalDepositCaseInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/onboarding-filters-input/index.html b/api-reference/inputs/onboarding-filters-input/index.html index 18b80cb9fae..95b5a57f02e 100644 --- a/api-reference/inputs/onboarding-filters-input/index.html +++ b/api-reference/inputs/onboarding-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardingFiltersInput

Filters that can be applied when listing onboardings

input OnboardingFiltersInput {
types: [AccountHolderType!]
email: String
search: String
status: [OnboardingStatus!]
}

Fields

OnboardingFiltersInput.types ● [AccountHolderType!] list enum

Type/Types we want to filter on

OnboardingFiltersInput.email ● String scalar

Email we want to filter on

OnboardingFiltersInput.search ● String scalar

Searches company name, first name, last name

OnboardingFiltersInput.status ● [OnboardingStatus!] list enum

Status we want to filter on

Member of

onboardings query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/onboarding-order-by-input/index.html b/api-reference/inputs/onboarding-order-by-input/index.html index 4274674013c..8eb43800381 100644 --- a/api-reference/inputs/onboarding-order-by-input/index.html +++ b/api-reference/inputs/onboarding-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/partner-close-account-reason-input/index.html b/api-reference/inputs/partner-close-account-reason-input/index.html index 7907fcfbd1c..0223e5ed77c 100644 --- a/api-reference/inputs/partner-close-account-reason-input/index.html +++ b/api-reference/inputs/partner-close-account-reason-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/payment-filters-input/index.html b/api-reference/inputs/payment-filters-input/index.html index 5e369689274..2944fd21a03 100644 --- a/api-reference/inputs/payment-filters-input/index.html +++ b/api-reference/inputs/payment-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/payment-mandate-filters-input/index.html b/api-reference/inputs/payment-mandate-filters-input/index.html index 0a92185ea38..a4149cbeb30 100644 --- a/api-reference/inputs/payment-mandate-filters-input/index.html +++ b/api-reference/inputs/payment-mandate-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/payment-mandate-order-by-input/index.html b/api-reference/inputs/payment-mandate-order-by-input/index.html index a05343fe854..06de4111063 100644 --- a/api-reference/inputs/payment-mandate-order-by-input/index.html +++ b/api-reference/inputs/payment-mandate-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/payment-order-by-input/index.html b/api-reference/inputs/payment-order-by-input/index.html index 3352b9f94bf..ad81f14fcea 100644 --- a/api-reference/inputs/payment-order-by-input/index.html +++ b/api-reference/inputs/payment-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/physical-card-config-input/index.html b/api-reference/inputs/physical-card-config-input/index.html index fa8e0056214..5c5fe4a5ce5 100644 --- a/api-reference/inputs/physical-card-config-input/index.html +++ b/api-reference/inputs/physical-card-config-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/inputs/physical-card-custom-options-for-group-delivery-input/index.html b/api-reference/inputs/physical-card-custom-options-for-group-delivery-input/index.html index 923cdde6f5f..f3fb5ec134d 100644 --- a/api-reference/inputs/physical-card-custom-options-for-group-delivery-input/index.html +++ b/api-reference/inputs/physical-card-custom-options-for-group-delivery-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

PhysicalCardCustomOptionsForGroupDeliveryInput

No description

input PhysicalCardCustomOptionsForGroupDeliveryInput {
additionalPrintedLine: String
}

Fields

PhysicalCardCustomOptionsForGroupDeliveryInput.additionalPrintedLine ● String scalar

Additional line to be embossed on the card.

This field will only be taken into account for custom card design that include it. (Learn More)

Max length allowed: 26 characters. Characters allowed: alphanumeric’*’ ‘.’ ‘-’ ‘/’ apostrophe

Member of

CardConfigWithGroupDeliveryInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/physical-card-custom-options-for-print-input/index.html b/api-reference/inputs/physical-card-custom-options-for-print-input/index.html index cf840b7061d..d8c1ddd3e54 100644 --- a/api-reference/inputs/physical-card-custom-options-for-print-input/index.html +++ b/api-reference/inputs/physical-card-custom-options-for-print-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

PhysicalCardCustomOptionsForPrintInput

No description

input PhysicalCardCustomOptionsForPrintInput {
additionalPrintedLine: String
}

Fields

PhysicalCardCustomOptionsForPrintInput.additionalPrintedLine ● String scalar

Additional line to be printed on the card.

This field will only be taken into account for custom card design that include it. (Learn More)

Max length allowed: 26 characters. Characters allowed: alphanumeric’*’ ‘.’ ‘-’ ‘/’ apostrophe

Member of

PrintPhysicalCardInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/physical-card-custom-options-input/index.html b/api-reference/inputs/physical-card-custom-options-input/index.html index e9610b0745b..f15bc55a2bd 100644 --- a/api-reference/inputs/physical-card-custom-options-input/index.html +++ b/api-reference/inputs/physical-card-custom-options-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

PhysicalCardCustomOptionsInput

No description

input PhysicalCardCustomOptionsInput {
additionalPrintedLine: String
}

Fields

PhysicalCardCustomOptionsInput.additionalPrintedLine ● String scalar

Additional line to be embossed on the card.

This field will only be taken into account for custom card design that include it. (Learn More)

Max length allowed: 26 characters. Characters allowed: alphanumeric’*’ ‘.’ ‘-’ ‘/’ apostrophe

Member of

PhysicalCardConfigInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/print-physical-card-input/index.html b/api-reference/inputs/print-physical-card-input/index.html index a5d400237cf..403b4763233 100644 --- a/api-reference/inputs/print-physical-card-input/index.html +++ b/api-reference/inputs/print-physical-card-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

PrintPhysicalCardInput

Inputs to print a physical card

input PrintPhysicalCardInput {
cardId: ID!
address: CompleteAddressInput!
choosePINCode: Boolean!
consentRedirectUrl: String!
physicalCardCustomOptions: PhysicalCardCustomOptionsForPrintInput
}

Fields

PrintPhysicalCardInput.cardId ● ID! non-null scalar

Unique identifier of a card

PrintPhysicalCardInput.address ● CompleteAddressInput! non-null input

address to deliver the physical card

PrintPhysicalCardInput.choosePINCode ● Boolean! non-null scalar

true if the user must choose their PIN Code

PrintPhysicalCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

PrintPhysicalCardInput.physicalCardCustomOptions ● PhysicalCardCustomOptionsForPrintInput input

Custom options to use for physical cards.

Member of

printPhysicalCard mutation

- - +
Skip to main content

PrintPhysicalCardInput

Inputs to print a physical card

input PrintPhysicalCardInput {
cardId: ID!
address: CompleteAddressInput!
choosePINCode: Boolean!
consentRedirectUrl: String!
physicalCardCustomOptions: PhysicalCardCustomOptionsForPrintInput
}

Fields

PrintPhysicalCardInput.cardId ● ID! non-null scalar

Unique identifier of a card

PrintPhysicalCardInput.address ● CompleteAddressInput! non-null input

Address to deliver the physical card

PrintPhysicalCardInput.choosePINCode ● Boolean! non-null scalar

true if the user must choose their PIN Code

PrintPhysicalCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

PrintPhysicalCardInput.physicalCardCustomOptions ● PhysicalCardCustomOptionsForPrintInput input

Custom options to use for physical cards.

Member of

printPhysicalCard mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/reason-input/index.html b/api-reference/inputs/reason-input/index.html index b7f032e9e27..bdb97afb7bd 100644 --- a/api-reference/inputs/reason-input/index.html +++ b/api-reference/inputs/reason-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/refund-input/index.html b/api-reference/inputs/refund-input/index.html index 113045524fa..5f1302e4eb6 100644 --- a/api-reference/inputs/refund-input/index.html +++ b/api-reference/inputs/refund-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/refund-transaction/index.html b/api-reference/inputs/refund-transaction/index.html index b5eb735d4cc..354c2b5a0af 100644 --- a/api-reference/inputs/refund-transaction/index.html +++ b/api-reference/inputs/refund-transaction/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

RefundTransaction

Information about the transaction to refund

input RefundTransaction {
originTransactionId: String!
amount: AmountInput!
reference: String
label: String
executionDate: DateTime
}

Fields

RefundTransaction.originTransactionId ● String! non-null scalar

id of the transaction to refund

RefundTransaction.amount ● AmountInput! non-null input

amount to refund in the same currency as the account

RefundTransaction.reference ● String scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire end-to-end chain for credit transfers. (regex [A-Za-z0-9(\-)(\_)(\?)(\.)(\+),' ]{1,35})

RefundTransaction.label ● String scalar

label for the refund transaction (max 140 characters)

RefundTransaction.executionDate ● DateTime scalar

only used when the transaction was a credit transfer

date when the credit transfer will be executed, if null the credit transfer is executed today

Member of

RefundInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/request-merchant-payment-methods-input/index.html b/api-reference/inputs/request-merchant-payment-methods-input/index.html index f9f30dc33b9..4299349546f 100644 --- a/api-reference/inputs/request-merchant-payment-methods-input/index.html +++ b/api-reference/inputs/request-merchant-payment-methods-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RequestMerchantPaymentMethodsInput

No description

input RequestMerchantPaymentMethodsInput {
merchantProfileId: ID!
internalDirectDebitStandard: InternalDirectDebitStandardPaymentMethodInput
internalDirectDebitB2B: InternalDirectDebitB2BPaymentMethodInput
sepaDirectDebitCore: SepaDirectDebitCorePaymentMethodInput
sepaDirectDebitB2B: SepaDirectDebitB2BPaymentMethodInput
check: CheckPaymentMethodInput
}

Fields

RequestMerchantPaymentMethodsInput.merchantProfileId ● ID! non-null scalar

ID of the Merchant Profile

RequestMerchantPaymentMethodsInput.internalDirectDebitStandard ● InternalDirectDebitStandardPaymentMethodInput input

Input for the Internal Direct Debit Standard payment method

RequestMerchantPaymentMethodsInput.internalDirectDebitB2B ● InternalDirectDebitB2BPaymentMethodInput input

Input for the Internal Direct Debit B2B payment method

RequestMerchantPaymentMethodsInput.sepaDirectDebitCore ● SepaDirectDebitCorePaymentMethodInput input

Input for the Sepa Direct Debit Core payment method

RequestMerchantPaymentMethodsInput.sepaDirectDebitB2B ● SepaDirectDebitB2BPaymentMethodInput input

Input for the Sepa Direct Debit B2B payment method

RequestMerchantPaymentMethodsInput.check ● CheckPaymentMethodInput input

Input for Check payment method

Member of

requestMerchantPaymentMethods mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/request-merchant-profile-update-input/index.html b/api-reference/inputs/request-merchant-profile-update-input/index.html index 1f1d58c89c6..39128a563cd 100644 --- a/api-reference/inputs/request-merchant-profile-update-input/index.html +++ b/api-reference/inputs/request-merchant-profile-update-input/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

RequestMerchantProfileUpdateInput

Input to update a Merchant Profile

input RequestMerchantProfileUpdateInput {
merchantProfileId: ID!
merchantName: String!
merchantWebsite: String
productType: ProductType!
expectedMonthlyPaymentVolume: AmountInput!
expectedAverageBasket: AmountInput!
merchantLogo: String
}

Fields

RequestMerchantProfileUpdateInput.merchantProfileId ● ID! non-null scalar

ID of the MerchantProfile to update

RequestMerchantProfileUpdateInput.merchantName ● String! non-null scalar

Business name of the merchant, i.e. name that will be displayed on debtors' bank statements

RequestMerchantProfileUpdateInput.merchantWebsite ● String scalar

Url of the merchant's website. Use '' to delete the field. Don't add the field to the mutation if you want to keep the existing value.

RequestMerchantProfileUpdateInput.productType ● ProductType! non-null enum

Type of product sold. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities

RequestMerchantProfileUpdateInput.expectedMonthlyPaymentVolume ● AmountInput! non-null input

Expected annual activity volumes for all payment methods.

RequestMerchantProfileUpdateInput.expectedAverageBasket ● AmountInput! non-null input

expected average basket value.

RequestMerchantProfileUpdateInput.merchantLogo ● String scalar

base64 encoded merchant's logo. Use '' to delete the field. Don't add the field to the mutation if you want to keep the existing value.

Member of

requestMerchantProfileUpdate mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/request-supporting-document-collection-review-input/index.html b/api-reference/inputs/request-supporting-document-collection-review-input/index.html index 5c1832e90f9..21bc82cbf10 100644 --- a/api-reference/inputs/request-supporting-document-collection-review-input/index.html +++ b/api-reference/inputs/request-supporting-document-collection-review-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/residency-address-input/index.html b/api-reference/inputs/residency-address-input/index.html index 60fab8147dd..a0863188cd7 100644 --- a/api-reference/inputs/residency-address-input/index.html +++ b/api-reference/inputs/residency-address-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ResidencyAddressInput

No description

input ResidencyAddressInput {
addressLine1: String
addressLine2: String
city: String
postalCode: String
state: String
country: CCA3
}

Fields

ResidencyAddressInput.addressLine1 ● String scalar

Address line 1. Length must be from 0 to 255 characters

ResidencyAddressInput.addressLine2 ● String scalar

AddressLine2. Length must be from 0 to 255 characters

ResidencyAddressInput.city ● String scalar

City. Length must be from 0 to 100 characters

ResidencyAddressInput.postalCode ● String scalar

Postal code. Length must be from 0 to 50 characters

ResidencyAddressInput.state ● String scalar

State of residency. Length must be from 0 to 100 characters

ResidencyAddressInput.country ● CCA3 scalar

Country

Member of

AddAccountMembershipInput input ● MembershipInfoInput input ● OnboardCompanyAccountHolderInput input ● OnboardIndividualAccountHolderInput input ● UpdateAccountMembershipInput input ● UpdateCompanyOnboardingInput input ● UpdateIndividualOnboardingInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/restricted-to-input/index.html b/api-reference/inputs/restricted-to-input/index.html index 264317e99a2..4af1f752acf 100644 --- a/api-reference/inputs/restricted-to-input/index.html +++ b/api-reference/inputs/restricted-to-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RestrictedToInput

Input when the account membership is restricted to a verified user

input RestrictedToInput {
firstName: String!
lastName: String!
birthDate: Date
phoneNumber: PhoneNumber!
}

Fields

RestrictedToInput.firstName ● String! non-null scalar

Account member first name

RestrictedToInput.lastName ● String! non-null scalar

Account member last name

RestrictedToInput.birthDate ● Date scalar

Account member birth date

RestrictedToInput.phoneNumber ● PhoneNumber! non-null scalar

Account member phone number

Member of

AddAccountMembershipInput input ● MembershipInfoInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/resume-account-membership-input/index.html b/api-reference/inputs/resume-account-membership-input/index.html index 5b8b38842b8..570adb9e947 100644 --- a/api-reference/inputs/resume-account-membership-input/index.html +++ b/api-reference/inputs/resume-account-membership-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/inputs/resume-physical-card-input/index.html b/api-reference/inputs/resume-physical-card-input/index.html index 912be59b0ef..476b79db6c3 100644 --- a/api-reference/inputs/resume-physical-card-input/index.html +++ b/api-reference/inputs/resume-physical-card-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/schedule-standing-order-input/index.html b/api-reference/inputs/schedule-standing-order-input/index.html index 7a94f69baa3..3ae161bbd4f 100644 --- a/api-reference/inputs/schedule-standing-order-input/index.html +++ b/api-reference/inputs/schedule-standing-order-input/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

ScheduleStandingOrderInput

No description

input ScheduleStandingOrderInput {
amount: AmountInput
targetAvailableBalance: AmountInput
period: StandingOrderPeriod!
firstExecutionDate: DateTime
lastExecutionDate: DateTime
sepaBeneficiary: SepaBeneficiaryInput
accountId: String!
consentRedirectUrl: String!
reference: String
label: String
creditTransferMode: CreditTransferMode
}

Fields

ScheduleStandingOrderInput.amount ● AmountInput input

Fix Amount that will be periodically transferred the value must be empty when targetAvailableBalance is defined

ScheduleStandingOrderInput.targetAvailableBalance ● AmountInput input

Target available balance that will be used for periodically clipping the account the value must be empty when amount is defined

ScheduleStandingOrderInput.period ● StandingOrderPeriod! non-null enum

Scheduled period of Standing Order

ScheduleStandingOrderInput.firstExecutionDate ● DateTime scalar

Earlier date the Standing Order will be executed

ScheduleStandingOrderInput.lastExecutionDate ● DateTime scalar

Latest date the Standing Order will be executed

ScheduleStandingOrderInput.sepaBeneficiary ● SepaBeneficiaryInput input

SEPA beneficiary of the Standing ORder

ScheduleStandingOrderInput.accountId ● String! non-null scalar

Account the Standing Order will be attached to

ScheduleStandingOrderInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

ScheduleStandingOrderInput.reference ● String scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire end-to-end chain. (regex [A-Za-z0-9(\-)(\_)(\?)(\.)(\+),' ]{1,35})

ScheduleStandingOrderInput.label ● String scalar

label (max 140 characters)

ScheduleStandingOrderInput.creditTransferMode ● CreditTransferMode enum

Transfer mode of the Standing Order

Member of

scheduleStandingOrder mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/sepa-beneficiary-input/index.html b/api-reference/inputs/sepa-beneficiary-input/index.html index 12c1c91e37e..52408ba9c9a 100644 --- a/api-reference/inputs/sepa-beneficiary-input/index.html +++ b/api-reference/inputs/sepa-beneficiary-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SepaBeneficiaryInput

Sepa beneficiary account

input SepaBeneficiaryInput {
iban: IBAN!
name: String!
address: AddressInput
isMyOwnIban: Boolean!
save: Boolean!
}

Fields

SepaBeneficiaryInput.iban ● IBAN! non-null scalar

International Bank Account Number

SepaBeneficiaryInput.name ● String! non-null scalar

Full name of the beneficiary (min 2 characters, max 70 characters). The name should not include any special characters.

SepaBeneficiaryInput.address ● AddressInput input

beneficiary address

SepaBeneficiaryInput.isMyOwnIban ● Boolean! non-null scalar

true if this new beneficiary is the account holder himself in another financial institution.

SepaBeneficiaryInput.save ● Boolean! non-null scalar

true if this new beneficiary will be saved to the beneficiary list of the debited account.

Member of

CreditTransferInput input ● ScheduleStandingOrderInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input/index.html b/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input/index.html index 4ec63014c68..4a986d9e5ae 100644 --- a/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input/index.html +++ b/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SepaDirectDebitB2BPaymentMethodInput

No description

input SepaDirectDebitB2BPaymentMethodInput {
activate: Boolean
useSwanSepaCreditorIdentifier: Boolean!
sepaCreditorIdentifier: String
}

Fields

SepaDirectDebitB2BPaymentMethodInput.activate ● Boolean scalar

If true, the Payment Method will be Enabled

SepaDirectDebitB2BPaymentMethodInput.useSwanSepaCreditorIdentifier ● Boolean! non-null scalar

If true, the transaction will be created with the Swan Creditor Identifier

SepaDirectDebitB2BPaymentMethodInput.sepaCreditorIdentifier ● String scalar

Your own SCI - Mandatory if the useSwanCreditorIdentifier is set to false, otherwise Swan does not take this input into account (even if not empty)

Member of

RequestMerchantPaymentMethodsInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/sepa-direct-debit-core-payment-method-input/index.html b/api-reference/inputs/sepa-direct-debit-core-payment-method-input/index.html index b76d7a205a8..ab1dd65a143 100644 --- a/api-reference/inputs/sepa-direct-debit-core-payment-method-input/index.html +++ b/api-reference/inputs/sepa-direct-debit-core-payment-method-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SepaDirectDebitCorePaymentMethodInput

No description

input SepaDirectDebitCorePaymentMethodInput {
activate: Boolean
useSwanSepaCreditorIdentifier: Boolean!
sepaCreditorIdentifier: String
}

Fields

SepaDirectDebitCorePaymentMethodInput.activate ● Boolean scalar

If true, the Payment Method will be Pending Review

SepaDirectDebitCorePaymentMethodInput.useSwanSepaCreditorIdentifier ● Boolean! non-null scalar

If true, the transaction will be created with the Swan Creditor Identifier

SepaDirectDebitCorePaymentMethodInput.sepaCreditorIdentifier ● String scalar

Your own SCI - Mandatory if the useSwanCreditorIdentifier is set to false, otherwise Swan does not take this input into account (even if not empty)

Member of

RequestMerchantPaymentMethodsInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/sepa-direct-debit-payment-collection-input/index.html b/api-reference/inputs/sepa-direct-debit-payment-collection-input/index.html index 3500b49b860..06016969160 100644 --- a/api-reference/inputs/sepa-direct-debit-payment-collection-input/index.html +++ b/api-reference/inputs/sepa-direct-debit-payment-collection-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/sepa-payment-mandate-debtor-input/index.html b/api-reference/inputs/sepa-payment-mandate-debtor-input/index.html index a7c18548249..58a44b85949 100644 --- a/api-reference/inputs/sepa-payment-mandate-debtor-input/index.html +++ b/api-reference/inputs/sepa-payment-mandate-debtor-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SepaPaymentMandateDebtorInput

No description

input SepaPaymentMandateDebtorInput {
name: String!
IBAN: String!
address: AddressInput!
}

Fields

SepaPaymentMandateDebtorInput.name ● String! non-null scalar

SEPA Direct Debit Payment Mandate debtor name

SepaPaymentMandateDebtorInput.IBAN ● String! non-null scalar

SEPA Direct Debit Payment Mandate debtor IBAN

SepaPaymentMandateDebtorInput.address ● AddressInput! non-null input

Member of

AddSepaDirectDebitPaymentMandateInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/signature-data/index.html b/api-reference/inputs/signature-data/index.html index f979c6ea217..30d612f7cc4 100644 --- a/api-reference/inputs/signature-data/index.html +++ b/api-reference/inputs/signature-data/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/single-use-virtual-card-config-input/index.html b/api-reference/inputs/single-use-virtual-card-config-input/index.html index d353793aeee..ffa0e92918c 100644 --- a/api-reference/inputs/single-use-virtual-card-config-input/index.html +++ b/api-reference/inputs/single-use-virtual-card-config-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

SingleUseVirtualCardConfigInput

No description

input SingleUseVirtualCardConfigInput {
accountMembershipId: ID!
name: String
spendingLimit: SpendingLimitInput!
}

Fields

SingleUseVirtualCardConfigInput.accountMembershipId ● ID! non-null scalar

unique identifier of a given account membership

SingleUseVirtualCardConfigInput.name ● String scalar

Card name

SingleUseVirtualCardConfigInput.spendingLimit ● SpendingLimitInput! non-null input

spending limit

Member of

AddSingleUseVirtualCardsInput input

- - +
Skip to main content

SingleUseVirtualCardConfigInput

No description

input SingleUseVirtualCardConfigInput {
accountMembershipId: ID!
name: String
spendingLimit: SpendingLimitInput!
}

Fields

SingleUseVirtualCardConfigInput.accountMembershipId ● ID! non-null scalar

Unique identifier of a given account membership

SingleUseVirtualCardConfigInput.name ● String scalar

Card name

SingleUseVirtualCardConfigInput.spendingLimit ● SpendingLimitInput! non-null input

Spending limit

Member of

AddSingleUseVirtualCardsInput input

+ + \ No newline at end of file diff --git a/api-reference/inputs/spending-limit-input/index.html b/api-reference/inputs/spending-limit-input/index.html index 01007b6ea54..fcbf84fceba 100644 --- a/api-reference/inputs/spending-limit-input/index.html +++ b/api-reference/inputs/spending-limit-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SpendingLimitInput

Inputs when editing spending limit configuration

input SpendingLimitInput {
period: SpendingLimitPeriodInput!
amount: AmountInput!
}

Fields

SpendingLimitInput.period ● SpendingLimitPeriodInput! non-null enum

period concerned

SpendingLimitInput.amount ● AmountInput! non-null input

sum of amount of spending authorized during the period

Member of

AddCardInput input ● AddSingleUseVirtualCardInput input ● CardConfigInput input ● CardConfigWithGroupDeliveryInput input ● SingleUseVirtualCardConfigInput input ● UpdateAccountMembershipInput input ● UpdateCardInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/statement-filters-input/index.html b/api-reference/inputs/statement-filters-input/index.html index c508c145891..431c0b78857 100644 --- a/api-reference/inputs/statement-filters-input/index.html +++ b/api-reference/inputs/statement-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

StatementFiltersInput

Filter that can be given to give the statement in a specific data range

input StatementFiltersInput {
isAfterUpdatedAt: DateTime
isBeforeUpdatedAt: DateTime
period: StatementPeriod
}

Fields

StatementFiltersInput.isAfterUpdatedAt ● DateTime scalar

To filter after an updatedAt value

StatementFiltersInput.isBeforeUpdatedAt ● DateTime scalar

To filter before an updatedAt value

StatementFiltersInput.period ● StatementPeriod enum

To filter on a specific period of statement (either custom or monthly)

- - + + \ No newline at end of file diff --git a/api-reference/inputs/suspend-account-membership-input/index.html b/api-reference/inputs/suspend-account-membership-input/index.html index decfb4f3616..1d7617f6e7e 100644 --- a/api-reference/inputs/suspend-account-membership-input/index.html +++ b/api-reference/inputs/suspend-account-membership-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/suspend-account-reason-input/index.html b/api-reference/inputs/suspend-account-reason-input/index.html index ea208254ffb..c26b8e47a66 100644 --- a/api-reference/inputs/suspend-account-reason-input/index.html +++ b/api-reference/inputs/suspend-account-reason-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/suspend-physical-card-input/index.html b/api-reference/inputs/suspend-physical-card-input/index.html index 71fa11736d7..db48b2c830b 100644 --- a/api-reference/inputs/suspend-physical-card-input/index.html +++ b/api-reference/inputs/suspend-physical-card-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/suspend-received-direct-debit-mandate-input/index.html b/api-reference/inputs/suspend-received-direct-debit-mandate-input/index.html index 13c50cab6de..912dcd71213 100644 --- a/api-reference/inputs/suspend-received-direct-debit-mandate-input/index.html +++ b/api-reference/inputs/suspend-received-direct-debit-mandate-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/swan-account-beneficiary-input/index.html b/api-reference/inputs/swan-account-beneficiary-input/index.html index a1de0d48e4c..04d4f80e91c 100644 --- a/api-reference/inputs/swan-account-beneficiary-input/index.html +++ b/api-reference/inputs/swan-account-beneficiary-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SwanAccountBeneficiaryInput

Swan account beneficiary

input SwanAccountBeneficiaryInput {
accountNumber: AccountNumber!
name: String!
save: Boolean!
}

Fields

SwanAccountBeneficiaryInput.accountNumber ● AccountNumber! non-null scalar

account number to be credited

SwanAccountBeneficiaryInput.name ● String! non-null scalar

full name of the beneficiary (max 70 characters)

SwanAccountBeneficiaryInput.save ● Boolean! non-null scalar

true if this new beneficiary will be saved to the beneficiary list of the debited account.

Member of

CreditTransferInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/transactions-filters-input/index.html b/api-reference/inputs/transactions-filters-input/index.html index 24935b0c611..136e23fc9dc 100644 --- a/api-reference/inputs/transactions-filters-input/index.html +++ b/api-reference/inputs/transactions-filters-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

TransactionsFiltersInput

the criteria to filter transactions

input TransactionsFiltersInput {
status: [TransactionStatus!]
paymentProduct: [PaymentProduct!]
isAfterUpdatedAt: DateTime
isBeforeUpdatedAt: DateTime
search: String
type: [TransactionTypeEnum!]
includeRejectedWithFallback: Boolean
}

Fields

TransactionsFiltersInput.status ● [TransactionStatus!] list enum

To filter on some Transaction Status (all if empty)

TransactionsFiltersInput.paymentProduct ● [PaymentProduct!] list enum

To filter on some Payment Products (all if empty)

TransactionsFiltersInput.isAfterUpdatedAt ● DateTime scalar

To filter after an updatedAt value

TransactionsFiltersInput.isBeforeUpdatedAt ● DateTime scalar

To filter before an updatedAt value

TransactionsFiltersInput.search ● String scalar

To filter on some text occurrences (words or ids)

TransactionsFiltersInput.type ● [TransactionTypeEnum!] list enum

To filter on some transaction types

TransactionsFiltersInput.includeRejectedWithFallback ● Boolean scalar

To filter so it includes rejected transactions that had a fallback (true by default)

Member of

transactions query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/transactions-order-by-input/index.html b/api-reference/inputs/transactions-order-by-input/index.html index b95a9ab055c..19a51aba921 100644 --- a/api-reference/inputs/transactions-order-by-input/index.html +++ b/api-reference/inputs/transactions-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/update-account-holder-input/index.html b/api-reference/inputs/update-account-holder-input/index.html index 4e1c5fd1772..5b520f83c44 100644 --- a/api-reference/inputs/update-account-holder-input/index.html +++ b/api-reference/inputs/update-account-holder-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/update-account-input/index.html b/api-reference/inputs/update-account-input/index.html index 176b9af4f91..6a009b341b8 100644 --- a/api-reference/inputs/update-account-input/index.html +++ b/api-reference/inputs/update-account-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/inputs/update-account-membership-input/index.html b/api-reference/inputs/update-account-membership-input/index.html index bd857287439..ab43b6e4b01 100644 --- a/api-reference/inputs/update-account-membership-input/index.html +++ b/api-reference/inputs/update-account-membership-input/index.html @@ -7,14 +7,13 @@ - - + +
-
Skip to main content

UpdateAccountMembershipInput

Inputs to update an account membership

input UpdateAccountMembershipInput {
accountMembershipId: ID!
email: String
restrictedTo: UpdatedRestrictedToInput
canViewAccount: Boolean
canManageBeneficiaries: Boolean
canInitiatePayments: Boolean
canManageAccountMembership: Boolean
canManageCards: Boolean
spendingLimit: SpendingLimitInput
consentRedirectUrl: String!
residencyAddress: ResidencyAddressInput
taxIdentificationNumber: String
}

Fields

UpdateAccountMembershipInput.accountMembershipId ● ID! non-null scalar

unique identifier of an account membership

UpdateAccountMembershipInput.email ● String scalar

email

UpdateAccountMembershipInput.restrictedTo ● UpdatedRestrictedToInput input

restricted to a user if necessary

UpdateAccountMembershipInput.canViewAccount ● Boolean scalar

true if this account membership can view account balances and transactions history

UpdateAccountMembershipInput.canManageBeneficiaries ● Boolean scalar

true if this account membership can add or canceled beneficiaries

UpdateAccountMembershipInput.canInitiatePayments ● Boolean scalar

true if this account membership can initiate payments

UpdateAccountMembershipInput.canManageAccountMembership ● Boolean scalar

true if this account membership can invite, update, suspend or resume memberships

UpdateAccountMembershipInput.canManageCards ● Boolean scalar

COMING SOON -true if this account membership can manage cards for himself or to the memberships he manages

UpdateAccountMembershipInput.spendingLimit ● SpendingLimitInput input

Periodic Spending limit

UpdateAccountMembershipInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

UpdateAccountMembershipInput.residencyAddress ● ResidencyAddressInput input

Residency address of the member to be added

UpdateAccountMembershipInput.taxIdentificationNumber ● String scalar

Tax Identification Number of the user added

Member of

updateAccountMembership mutation

- - +
Skip to main content

UpdateAccountMembershipInput

Inputs to update an account membership

input UpdateAccountMembershipInput {
accountMembershipId: ID!
email: String
restrictedTo: UpdatedRestrictedToInput
canViewAccount: Boolean
canManageBeneficiaries: Boolean
canInitiatePayments: Boolean
canManageAccountMembership: Boolean
canManageCards: Boolean
spendingLimit: SpendingLimitInput
consentRedirectUrl: String!
residencyAddress: ResidencyAddressInput
taxIdentificationNumber: String
}

Fields

UpdateAccountMembershipInput.accountMembershipId ● ID! non-null scalar

Unique identifier of an account membership

UpdateAccountMembershipInput.email ● String scalar

Email address

UpdateAccountMembershipInput.restrictedTo ● UpdatedRestrictedToInput input

Restricted to a user if necessary

UpdateAccountMembershipInput.canViewAccount ● Boolean scalar

true if this account membership can view account balances and transactions history

UpdateAccountMembershipInput.canManageBeneficiaries ● Boolean scalar

true if this account membership can add or canceled beneficiaries

UpdateAccountMembershipInput.canInitiatePayments ● Boolean scalar

true if this account membership can initiate payments

UpdateAccountMembershipInput.canManageAccountMembership ● Boolean scalar

true if this account membership can invite, update, suspend or resume memberships

UpdateAccountMembershipInput.canManageCards ● Boolean scalar

true if this account membership can manage cards for himself or to the memberships he manages

UpdateAccountMembershipInput.spendingLimit ● SpendingLimitInput input

Periodic Spending limit

UpdateAccountMembershipInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

UpdateAccountMembershipInput.residencyAddress ● ResidencyAddressInput input

Residency address of the member to be added

UpdateAccountMembershipInput.taxIdentificationNumber ● String scalar

Tax Identification Number of the user added

Member of

updateAccountMembership mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/update-card-input/index.html b/api-reference/inputs/update-card-input/index.html index d3251cf776d..5e59f6a21f8 100644 --- a/api-reference/inputs/update-card-input/index.html +++ b/api-reference/inputs/update-card-input/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

UpdateCardInput

Input to Update Card

input UpdateCardInput {
cardId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
spendingLimit: SpendingLimitInput
consentRedirectUrl: String!
name: String
}

Fields

UpdateCardInput.cardId ● ID! non-null scalar

unique identifier of the card to update

UpdateCardInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

UpdateCardInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

UpdateCardInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

UpdateCardInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

UpdateCardInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

UpdateCardInput.spendingLimit ● SpendingLimitInput input

Periodic Spending limit

UpdateCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

UpdateCardInput.name ● String scalar

Card name

Member of

updateCard mutation

- - +
Skip to main content

UpdateCardInput

Input to Update Card

input UpdateCardInput {
cardId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
spendingLimit: SpendingLimitInput
consentRedirectUrl: String!
name: String
}

Fields

UpdateCardInput.cardId ● ID! non-null scalar

Unique identifier of the card to update

UpdateCardInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

UpdateCardInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

UpdateCardInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

UpdateCardInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

UpdateCardInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

UpdateCardInput.spendingLimit ● SpendingLimitInput input

Periodic Spending limit

UpdateCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

UpdateCardInput.name ● String scalar

Card name

Member of

updateCard mutation

+ + \ No newline at end of file diff --git a/api-reference/inputs/update-company-onboarding-input/index.html b/api-reference/inputs/update-company-onboarding-input/index.html index 08574bcfde1..ad8b55d95f7 100644 --- a/api-reference/inputs/update-company-onboarding-input/index.html +++ b/api-reference/inputs/update-company-onboarding-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateCompanyOnboardingInput

No description

input UpdateCompanyOnboardingInput {
accountName: String
accountCountry: AccountCountry
name: String
registrationNumber: String
companyType: CompanyType
businessActivity: BusinessActivity
businessActivityDescription: String
monthlyPaymentVolume: MonthlyPaymentVolume
individualUltimateBeneficialOwners: [IndividualUltimateBeneficialOwnerInput!]
residencyAddress: ResidencyAddressInput
email: String
language: String
isRegistered: Boolean
onboardingId: ID!
vatNumber: String
taxIdentificationNumber: String
legalRepresentativePersonalAddress: AddressInformationInput
typeOfRepresentation: TypeOfRepresentation
}

Fields

UpdateCompanyOnboardingInput.accountName ● String scalar

Account name of the company account holder. Length must be from 0 to 100 characters

UpdateCompanyOnboardingInput.accountCountry ● AccountCountry enum

Country of the account that will be created at the end of the onboarding process

UpdateCompanyOnboardingInput.name ● String scalar

Name of the company. Length must be from 0 to 255 characters

UpdateCompanyOnboardingInput.registrationNumber ● String scalar

Registration number of the company (SIRET, ...). Length must be from 0 to 50 characters

UpdateCompanyOnboardingInput.companyType ● CompanyType enum

Type of the company (Association ...)

UpdateCompanyOnboardingInput.businessActivity ● BusinessActivity enum

Business activity

UpdateCompanyOnboardingInput.businessActivityDescription ● String scalar

Business activity description. Length must be from 0 to 1024 characters

UpdateCompanyOnboardingInput.monthlyPaymentVolume ● MonthlyPaymentVolume enum

Estimated monthly payment volume (euro)

UpdateCompanyOnboardingInput.individualUltimateBeneficialOwners ● [IndividualUltimateBeneficialOwnerInput!] list input

The ultimate beneficial owner is defined as the natural person (s) who own or control, directly and/or indirectly, the reporting company.

The ultimate beneficial owner is :

  • either the natural person (s) who hold, directly or indirectly, more than 25% of the capital or the rights of vote of the reporting company;
  • either the natural person (s) who exercise, by other means, a power of control of the company;

UpdateCompanyOnboardingInput.residencyAddress ● ResidencyAddressInput input

Residency address of the head office (Must be in a European country)

UpdateCompanyOnboardingInput.email ● String scalar

Email of the legal representative. Length must be from 0 to 255 characters

UpdateCompanyOnboardingInput.language ● String scalar

Language of the onboarding process. Must be compliant with RFC 5646

UpdateCompanyOnboardingInput.isRegistered ● Boolean scalar

Is company registered at RCS in its country

UpdateCompanyOnboardingInput.onboardingId ● ID! non-null scalar

Id of onboarding to be updated. Must be a valid UUID v4. Required

UpdateCompanyOnboardingInput.vatNumber ● String scalar

VAT number

UpdateCompanyOnboardingInput.taxIdentificationNumber ● String scalar

Tax Identification Number

UpdateCompanyOnboardingInput.legalRepresentativePersonalAddress ● AddressInformationInput input

Legal representative personal address

UpdateCompanyOnboardingInput.typeOfRepresentation ● TypeOfRepresentation enum

Type of representation (legal representative or power of attorney)

Member of

updateCompanyOnboarding mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/update-individual-onboarding-input/index.html b/api-reference/inputs/update-individual-onboarding-input/index.html index a920dddb374..ea17b2843d0 100644 --- a/api-reference/inputs/update-individual-onboarding-input/index.html +++ b/api-reference/inputs/update-individual-onboarding-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateIndividualOnboardingInput

No description

input UpdateIndividualOnboardingInput {
accountName: String
accountCountry: AccountCountry
employmentStatus: EmploymentStatus
monthlyIncome: MonthlyIncome
residencyAddress: ResidencyAddressInput
email: String
language: String
onboardingId: ID!
taxIdentificationNumber: String
}

Fields

UpdateIndividualOnboardingInput.accountName ● String scalar

Account name of the individual account holder. Length must be from 0 to 255 characters

UpdateIndividualOnboardingInput.accountCountry ● AccountCountry enum

Country of the account that will be created at the end of the onboarding process

UpdateIndividualOnboardingInput.employmentStatus ● EmploymentStatus enum

Employment status of the individual account holder

UpdateIndividualOnboardingInput.monthlyIncome ● MonthlyIncome enum

Monthly income of the individual account holder

UpdateIndividualOnboardingInput.residencyAddress ● ResidencyAddressInput input

Residency address of the individual account holder (must be in a European country)

UpdateIndividualOnboardingInput.email ● String scalar

Email. Length must be from 0 to 255 characters

UpdateIndividualOnboardingInput.language ● String scalar

Language of the onboarding process. Must be compliant with RFC 5646

UpdateIndividualOnboardingInput.onboardingId ● ID! non-null scalar

Id of onboarding to be updated. Must be a valid UUID v4. Required

UpdateIndividualOnboardingInput.taxIdentificationNumber ● String scalar

Tax Identification Number

Member of

updateIndividualOnboarding mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input/index.html b/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input/index.html index 2881d4c6a89..e509645b9e1 100644 --- a/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input/index.html +++ b/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateReceivedSepaDirectDebitB2bMandateInput

Inputs to update a received sepa direct debit mandate B2b.

input UpdateReceivedSepaDirectDebitB2bMandateInput {
receivedDirectDebitMandateId: ID!
mandateReference: String
creditorIdentifier: String
creditorName: String
iban: String
name: String
consentRedirectUrl: String!
}

Fields

UpdateReceivedSepaDirectDebitB2bMandateInput.receivedDirectDebitMandateId ● ID! non-null scalar

The unique mandate id

UpdateReceivedSepaDirectDebitB2bMandateInput.mandateReference ● String scalar

The unique identifier of the received direct debit mandate

UpdateReceivedSepaDirectDebitB2bMandateInput.creditorIdentifier ● String scalar

The Sepa Creditor Identifier of the creditor

UpdateReceivedSepaDirectDebitB2bMandateInput.creditorName ● String scalar

The name of the creditor

UpdateReceivedSepaDirectDebitB2bMandateInput.iban ● String scalar

The Swan Iban of the debtor

UpdateReceivedSepaDirectDebitB2bMandateInput.name ● String scalar

Label that will be displayed along with this received direct debit mandate in the web banking

UpdateReceivedSepaDirectDebitB2bMandateInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member of

updateReceivedSepaDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/update-supporting-document-input/index.html b/api-reference/inputs/update-supporting-document-input/index.html index 83fea16aa8c..79d2480931e 100644 --- a/api-reference/inputs/update-supporting-document-input/index.html +++ b/api-reference/inputs/update-supporting-document-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateSupportingDocumentInput

No description

input UpdateSupportingDocumentInput {
supportingDocumentId: ID!
supportingDocumentType: SupportingDocumentType
supportingDocumentPurpose: SupportingDocumentPurposeEnum
}

Fields

UpdateSupportingDocumentInput.supportingDocumentId ● ID! non-null scalar

UpdateSupportingDocumentInput.supportingDocumentType ● SupportingDocumentType enum

UpdateSupportingDocumentInput.supportingDocumentPurpose ● SupportingDocumentPurposeEnum enum

Member of

updateSupportingDocument mutation

- - + + \ No newline at end of file diff --git a/api-reference/inputs/update-user-consent-settings-input/index.html b/api-reference/inputs/update-user-consent-settings-input/index.html index 3084cccd232..c7aff45fb8b 100644 --- a/api-reference/inputs/update-user-consent-settings-input/index.html +++ b/api-reference/inputs/update-user-consent-settings-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/updated-restricted-to-input/index.html b/api-reference/inputs/updated-restricted-to-input/index.html index 2c00dcad441..7b27c447186 100644 --- a/api-reference/inputs/updated-restricted-to-input/index.html +++ b/api-reference/inputs/updated-restricted-to-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdatedRestrictedToInput

Input when the account membership is restricted to a verified user

input UpdatedRestrictedToInput {
firstName: String
lastName: String
birthDate: Date
phoneNumber: String
}

Fields

UpdatedRestrictedToInput.firstName ● String scalar

Account member first name

UpdatedRestrictedToInput.lastName ● String scalar

Account member last name

UpdatedRestrictedToInput.birthDate ● Date scalar

Account member birth date

UpdatedRestrictedToInput.phoneNumber ● String scalar

Account member phone number

Member of

UpdateAccountMembershipInput input

- - + + \ No newline at end of file diff --git a/api-reference/inputs/user-filter-input/index.html b/api-reference/inputs/user-filter-input/index.html index 31ef0a47e99..ec57bd33e80 100644 --- a/api-reference/inputs/user-filter-input/index.html +++ b/api-reference/inputs/user-filter-input/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

UserFilterInput

No description

input UserFilterInput {
birthDate: Date
firstName: String
identificationLevel: IdentificationLevelInput
lastName: String
mobilePhoneNumber: String
nationalityCCA3: CCA3
preferredNotificationChannel: PreferredNotificationChannel
search: String
}

Fields

UserFilterInput.birthDate ● Date scalar

UserFilterInput.firstName ● String scalar

UserFilterInput.identificationLevel ● IdentificationLevelInput enum

UserFilterInput.lastName ● String scalar

UserFilterInput.mobilePhoneNumber ● String scalar

UserFilterInput.nationalityCCA3 ● CCA3 scalar

UserFilterInput.preferredNotificationChannel ● PreferredNotificationChannel enum

UserFilterInput.search ● String scalar

Searches first name, last name, phone number and id Min length : 3 characters

Member of

users query

- - + + \ No newline at end of file diff --git a/api-reference/inputs/user-order-by-input/index.html b/api-reference/inputs/user-order-by-input/index.html index 83248785b93..8cc717c6ef4 100644 --- a/api-reference/inputs/user-order-by-input/index.html +++ b/api-reference/inputs/user-order-by-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/view-card-numbers-input/index.html b/api-reference/inputs/view-card-numbers-input/index.html index 8d549f62b85..f78e79feee6 100644 --- a/api-reference/inputs/view-card-numbers-input/index.html +++ b/api-reference/inputs/view-card-numbers-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/view-physical-card-numbers-input/index.html b/api-reference/inputs/view-physical-card-numbers-input/index.html index 729ff521b22..4f3ba68e69c 100644 --- a/api-reference/inputs/view-physical-card-numbers-input/index.html +++ b/api-reference/inputs/view-physical-card-numbers-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/inputs/view-physical-card-pin-input/index.html b/api-reference/inputs/view-physical-card-pin-input/index.html index 07d883b096b..52df3fd89d1 100644 --- a/api-reference/inputs/view-physical-card-pin-input/index.html +++ b/api-reference/inputs/view-physical-card-pin-input/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/account-holder-info/index.html b/api-reference/interfaces/account-holder-info/index.html index d568f78ccdc..cdb0f805102 100644 --- a/api-reference/interfaces/account-holder-info/index.html +++ b/api-reference/interfaces/account-holder-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/account-holder-status-info/index.html b/api-reference/interfaces/account-holder-status-info/index.html index 9f3cd8a56bf..9a96db1e300 100644 --- a/api-reference/interfaces/account-holder-status-info/index.html +++ b/api-reference/interfaces/account-holder-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/account-membership-status-info/index.html b/api-reference/interfaces/account-membership-status-info/index.html index dd37fe68278..c95c0f9fa19 100644 --- a/api-reference/interfaces/account-membership-status-info/index.html +++ b/api-reference/interfaces/account-membership-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipStatusInfo

here are the different account membership status:

interface AccountMembershipStatusInfo {
status: AccountMembershipStatus!
}

Fields

AccountMembershipStatusInfo.status ● AccountMembershipStatus! non-null enum

AccountMembership status

Member of

AccountMembership object

Implemented by

AccountMembershipBindingUserErrorStatusInfo object ● AccountMembershipConsentPendingStatusInfo object ● AccountMembershipDisabledStatusInfo object ● AccountMembershipEnabledStatusInfo object ● AccountMembershipInvitationSentStatusInfo object ● AccountMembershipSuspendedStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/account-status-info/index.html b/api-reference/interfaces/account-status-info/index.html index 05f6eec53cb..122c29f50d7 100644 --- a/api-reference/interfaces/account-status-info/index.html +++ b/api-reference/interfaces/account-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/account-verification-status-info/index.html b/api-reference/interfaces/account-verification-status-info/index.html index 89ef368a0aa..c652b7b4a75 100644 --- a/api-reference/interfaces/account-verification-status-info/index.html +++ b/api-reference/interfaces/account-verification-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountVerificationStatusInfo

Account Verification Status Information

interface AccountVerificationStatusInfo {
status: AccountVerificationStatus!
}

Fields

AccountVerificationStatusInfo.status ● AccountVerificationStatus! non-null enum

Account verification status

Member of

AccountVerification interface ● DirectDebitAccountVerification object

Implemented by

PendingReviewStatusInfo object ● PendingVerificationStatusInfo object ● RejectedVerificationStatusInfo object ● VerifiedStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/account-verification/index.html b/api-reference/interfaces/account-verification/index.html index 1affc802d89..cba08ff30b5 100644 --- a/api-reference/interfaces/account-verification/index.html +++ b/api-reference/interfaces/account-verification/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountVerification

Account Verification

interface AccountVerification {
createdAt: DateTime!
id: ID!
statusInfo: AccountVerificationStatusInfo!
updatedAt: DateTime!
}

Fields

AccountVerification.createdAt ● DateTime! non-null scalar

Creation date of the account verification

AccountVerification.id ● ID! non-null scalar

Unique identifier of the Account Verification

AccountVerification.statusInfo ● AccountVerificationStatusInfo! non-null interface

Account Verification Status Information

AccountVerification.updatedAt ● DateTime! non-null scalar

Last update date of the account verification

Implemented by

DirectDebitAccountVerification object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/beneficiary/index.html b/api-reference/interfaces/beneficiary/index.html index 8ad6ce9a291..2bd2105cd7b 100644 --- a/api-reference/interfaces/beneficiary/index.html +++ b/api-reference/interfaces/beneficiary/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

Beneficiary

SOON TO BE DEPRECATED Beneficiary

interface Beneficiary {
id: ID
name: String!
isMyOwnIban: Boolean!
}

Fields

Beneficiary.id ● ID scalar

unique identifier of a beneficiary

Beneficiary.name ● String! non-null scalar

full name of the beneficiary

Beneficiary.isMyOwnIban ● Boolean! non-null scalar

true if this new beneficiary is the account holder himself in an other financial institution.

Implemented by

InternalBeneficiary object ● SEPABeneficiary object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/card-status-info/index.html b/api-reference/interfaces/card-status-info/index.html index b8d58a893a5..f029dbf5d4f 100644 --- a/api-reference/interfaces/card-status-info/index.html +++ b/api-reference/interfaces/card-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/complete-digital-card-status-info/index.html b/api-reference/interfaces/complete-digital-card-status-info/index.html index 2802ef66359..ce8b54f17d1 100644 --- a/api-reference/interfaces/complete-digital-card-status-info/index.html +++ b/api-reference/interfaces/complete-digital-card-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/connection/index.html b/api-reference/interfaces/connection/index.html index ab4eb133ca9..95f9b691413 100644 --- a/api-reference/interfaces/connection/index.html +++ b/api-reference/interfaces/connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Connection

Relay Connection type, used to paginate list of element (Learn More)

interface Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [Edge!]!
}

Fields

Connection.totalCount ● Int! non-null scalar

Total number of element in the list

Connection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

Connection.edges ● [Edge!]! non-null interface

Edge list

Implemented by

AccountConnection object ● AccountHolderConnection object ● AccountMembershipConnection object ● CapitalDepositCaseConnection object ● CardConnection object ● ConsentConnection object ● DigitalCardConnection object ● ExternalAccountConnection object ● ExternalBalanceConnection object ● FundingLimitSettingsChangeRequestConnection object ● FundingSourceConnection object ● InvoiceConnection object ● LegalDocumentConnection object ● MerchantProfileConnection object ● OnboardingConnection object ● PaymentConnection object ● PaymentMandateConnection object ● ReceivedDirectDebitMandateConnection object ● StandingOrderConnection object ● StatementConnection object ● SupportingDocumentCollectionConnection object ● TransactionConnection object ● UserConnection object ● VirtualIBANEntryConnection object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/digital-card/index.html b/api-reference/interfaces/digital-card/index.html index d55e2005182..5849c3c455e 100644 --- a/api-reference/interfaces/digital-card/index.html +++ b/api-reference/interfaces/digital-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DigitalCard

Digital Card used for ApplePay or GooglePay

interface DigitalCard {
id: ID!
type: DigitalizationType!
createdAt: DateTime!
updatedAt: DateTime!
walletProvider: WalletProvider!
}

Fields

DigitalCard.id ● ID! non-null scalar

Unique identifier of a digital card

DigitalCard.type ● DigitalizationType! non-null enum

The type of digitalization that created this digital card.

DigitalCard.createdAt ● DateTime! non-null scalar

Created date

DigitalCard.updatedAt ● DateTime! non-null scalar

Updated date

DigitalCard.walletProvider ● WalletProvider! non-null object

Wallet Provider (ApplePay, GooglePay ...)

Member of

CancelDigitalCardSuccessPayload object ● DigitalCardEdge object

Implemented by

CompleteDigitalCard object ● PendingDigitalCard object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/document-file/index.html b/api-reference/interfaces/document-file/index.html index dbbe7990f5d..f2a7ac6091b 100644 --- a/api-reference/interfaces/document-file/index.html +++ b/api-reference/interfaces/document-file/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/edge/index.html b/api-reference/interfaces/edge/index.html index 736795f2272..f13c128f085 100644 --- a/api-reference/interfaces/edge/index.html +++ b/api-reference/interfaces/edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

Edge

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

interface Edge {
cursor: String!
}

Fields

Edge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

Member of

Connection interface

Implemented by

AccountEdge object ● AccountHolderEdge object ● AccountMembershipEdge object ● CapitalDepositCaseEdge object ● CardEdge object ● ConsentEdge object ● DigitalCardEdge object ● ExternalAccountEdge object ● ExternalBalanceEdge object ● FundingLimitSettingsChangeRequestEdge object ● FundingSourceEdge object ● IdentificationEdge object ● InvoiceEdge object ● LegalDocumentEdge object ● MerchantProfileEdge object ● OnboardingEdge object ● PaymentEdge object ● PaymentMandateEdge object ● ReceivedDirectDebitMandateEdge object ● StandingOrderEdge object ● StatementEdge object ● SupportingDocumentCollectionEdge object ● TransactionEdge object ● UserEdge object ● VirtualIBANEntryEdge object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/fee-creditor/index.html b/api-reference/interfaces/fee-creditor/index.html index e34f35308b7..afa69c9d59e 100644 --- a/api-reference/interfaces/fee-creditor/index.html +++ b/api-reference/interfaces/fee-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/fee-debtor/index.html b/api-reference/interfaces/fee-debtor/index.html index 66cc616a458..f4bba414cb0 100644 --- a/api-reference/interfaces/fee-debtor/index.html +++ b/api-reference/interfaces/fee-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/field/index.html b/api-reference/interfaces/field/index.html index 5df9e9a41b9..def5b571fba 100644 --- a/api-reference/interfaces/field/index.html +++ b/api-reference/interfaces/field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/funding-limit-settings-change-request-status-info/index.html b/api-reference/interfaces/funding-limit-settings-change-request-status-info/index.html index f6f480f186b..40d3a28cba3 100644 --- a/api-reference/interfaces/funding-limit-settings-change-request-status-info/index.html +++ b/api-reference/interfaces/funding-limit-settings-change-request-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestStatusInfo

Object containing details about funding limit settings change request status

interface FundingLimitSettingsChangeRequestStatusInfo {
status: FundingLimitSettingsChangeRequestStatus!
}

Fields

FundingLimitSettingsChangeRequestStatusInfo.status ● FundingLimitSettingsChangeRequestStatus! non-null enum

Current limit settings change request status.

Member of

FundingLimitSettingsChangeRequest object

Implemented by

FundingLimitSettingsChangeRequestApprovedStatusInfo object ● FundingLimitSettingsChangeRequestPendingStatusInfo object ● FundingLimitSettingsChangeRequestRefusedStatusInfo object ● FundingLimitSettingsChangeRequestWaitingForInformationStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/funding-limit-settings-status-info/index.html b/api-reference/interfaces/funding-limit-settings-status-info/index.html index 78c38eb512c..ba9074b5cbb 100644 --- a/api-reference/interfaces/funding-limit-settings-status-info/index.html +++ b/api-reference/interfaces/funding-limit-settings-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsStatusInfo

Object containing details about funding limit settings status

interface FundingLimitSettingsStatusInfo {
status: FundingLimitSettingsStatus!
}

Fields

FundingLimitSettingsStatusInfo.status ● FundingLimitSettingsStatus! non-null enum

Current funding limit settings.

Member of

FundingLimitSettings object

Implemented by

DisabledFundingLimitSettingsStatusInfo object ● EnabledFundingLimitSettingsStatusInfo object ● SuspendedFundingLimitSettingsStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/funding-source-status-info/index.html b/api-reference/interfaces/funding-source-status-info/index.html index f7a1e13b1bf..1f9f012a537 100644 --- a/api-reference/interfaces/funding-source-status-info/index.html +++ b/api-reference/interfaces/funding-source-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingSourceStatusInfo

Funding Source status information

interface FundingSourceStatusInfo {
status: FundingSourceStatus!
}

Fields

FundingSourceStatusInfo.status ● FundingSourceStatus! non-null enum

Funding Source Pending status

Member of

DirectDebitFundingSource object ● FundingSource interface

Implemented by

CanceledFundingSourceStatusInfo object ● EnabledFundingSourceStatusInfo object ● PendingFundingSourceStatusInfo object ● RejectedFundingSourceStatusInfo object ● SuspendedFundingSourceStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/funding-source/index.html b/api-reference/interfaces/funding-source/index.html index 92f9fbb157d..0077ddc9020 100644 --- a/api-reference/interfaces/funding-source/index.html +++ b/api-reference/interfaces/funding-source/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingSource

Funding Source

interface FundingSource {
id: ID!
name: String
statusInfo: FundingSourceStatusInfo!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

FundingSource.id ● ID! non-null scalar

ID of the Funding Source

FundingSource.name ● String scalar

Name of the Funding Source

FundingSource.statusInfo ● FundingSourceStatusInfo! non-null interface

Funding Source status information

FundingSource.createdAt ● DateTime! non-null scalar

Created date

FundingSource.updatedAt ● DateTime! non-null scalar

Last updated date

Returned by

fundingSource query

Member of

AddDirectDebitFundingSourceSuccessPayload object ● CancelFundingSourceSuccessPayload object ● FundingSourceEdge object

Implemented by

DirectDebitFundingSource object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/individual-ultimate-beneficial-owner-info/index.html b/api-reference/interfaces/individual-ultimate-beneficial-owner-info/index.html index 921fe33826c..ad3ec786c44 100644 --- a/api-reference/interfaces/individual-ultimate-beneficial-owner-info/index.html +++ b/api-reference/interfaces/individual-ultimate-beneficial-owner-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IndividualUltimateBeneficialOwnerInfo

Define the type of the UBO

interface IndividualUltimateBeneficialOwnerInfo {
type: IndividualUltimateBeneficialOwnerTypeEnum!
}

Fields

IndividualUltimateBeneficialOwnerInfo.type ● IndividualUltimateBeneficialOwnerTypeEnum! non-null enum

Individual type

Member of

IndividualUltimateBeneficialOwner object

Implemented by

IndividualUltimateBeneficialOwnerTypeHasCapital object ● IndividualUltimateBeneficialOwnerTypeLegalRepresentative object ● IndividualUltimateBeneficialOwnerTypeOther object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/internal-credit-transfer-creditor/index.html b/api-reference/interfaces/internal-credit-transfer-creditor/index.html index 2fff90470c0..e3771a07c36 100644 --- a/api-reference/interfaces/internal-credit-transfer-creditor/index.html +++ b/api-reference/interfaces/internal-credit-transfer-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalCreditTransferCreditor

Internal Credit Transfer creditor

interface InternalCreditTransferCreditor {
name: String!
accountNumber: AccountNumber!
}

Fields

InternalCreditTransferCreditor.name ● String! non-null scalar

full name of the Creditor

InternalCreditTransferCreditor.accountNumber ● AccountNumber! non-null scalar

account number

Member of

InternalCreditTransfer object

Implemented by

InternalCreditTransferInCreditor object ● InternalCreditTransferOutCreditor object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/internal-credit-transfer-debtor/index.html b/api-reference/interfaces/internal-credit-transfer-debtor/index.html index 04274250c8c..9123dcdcf89 100644 --- a/api-reference/interfaces/internal-credit-transfer-debtor/index.html +++ b/api-reference/interfaces/internal-credit-transfer-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalCreditTransferDebtor

Internal Credit Transfer debtor

interface InternalCreditTransferDebtor {
name: String!
accountNumber: AccountNumber!
}

Fields

InternalCreditTransferDebtor.name ● String! non-null scalar

full name of the debtor

InternalCreditTransferDebtor.accountNumber ● AccountNumber! non-null scalar

account number

Member of

InternalCreditTransfer object

Implemented by

InternalCreditTransferInDebtor object ● InternalCreditTransferOutDebtor object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/internal-direct-debit-mandate/index.html b/api-reference/interfaces/internal-direct-debit-mandate/index.html index 1e927b536c6..cdecbb1aaaf 100644 --- a/api-reference/interfaces/internal-direct-debit-mandate/index.html +++ b/api-reference/interfaces/internal-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/legal-document-status-info/index.html b/api-reference/interfaces/legal-document-status-info/index.html index e7704c6fe7f..978f54084bd 100644 --- a/api-reference/interfaces/legal-document-status-info/index.html +++ b/api-reference/interfaces/legal-document-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/merchant-payment-method-status-info/index.html b/api-reference/interfaces/merchant-payment-method-status-info/index.html index 2cd67c375e8..dd82ee63e4a 100644 --- a/api-reference/interfaces/merchant-payment-method-status-info/index.html +++ b/api-reference/interfaces/merchant-payment-method-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MerchantPaymentMethodStatusInfo

The payment method status information

interface MerchantPaymentMethodStatusInfo {
status: MerchantPaymentMethodStatus!
}

Fields

MerchantPaymentMethodStatusInfo.status ● MerchantPaymentMethodStatus! non-null enum

Merchant Payment Method Status

Member of

CheckMerchantPaymentMethod object ● InternalDirectDebitB2BMerchantPaymentMethod object ● InternalDirectDebitStandardMerchantPaymentMethod object ● MerchantPaymentMethod interface ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitCoreMerchantPaymentMethod object

Implemented by

CanceledMerchantPaymentMethodStatusInfo object ● DisabledMerchantPaymentMethodStatusInfo object ● EnabledMerchantPaymentMethodStatusInfo object ● PendingMerchantPaymentMethodStatusInfo object ● RejectedMerchantPaymentMethodStatusInfo object ● SuspendedMerchantPaymentMethodStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/merchant-payment-method/index.html b/api-reference/interfaces/merchant-payment-method/index.html index 71ac18a0253..66612f9192f 100644 --- a/api-reference/interfaces/merchant-payment-method/index.html +++ b/api-reference/interfaces/merchant-payment-method/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

MerchantPaymentMethod

Base object for the different Payment Methods available

interface MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
productId: ID!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
updatedAt: Date!
rollingReserve: RollingReserve
}

Fields

MerchantPaymentMethod.id ● ID! non-null scalar

Unique identifier tied to every version of a given Merchant Payment Method

MerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum

The Merchant Payment Method Type

MerchantPaymentMethod.productId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type DEPRECATED use the methodId field instead.

MerchantPaymentMethod.methodId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type

MerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface

Status of the Merchant Payment Method

MerchantPaymentMethod.version ● Int! non-null scalar

Version of the Merchant Payment Method

MerchantPaymentMethod.updatedAt ● Date! non-null scalar

Date at which the Merchant Payment Method was last updated

MerchantPaymentMethod.rollingReserve ● RollingReserve object

Rolling Reserve applied to the Merchant Payment Method

Member of

MerchantProfile object

Implemented by

CheckMerchantPaymentMethod object ● InternalDirectDebitB2BMerchantPaymentMethod object ● InternalDirectDebitStandardMerchantPaymentMethod object ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitCoreMerchantPaymentMethod object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/merchant-profile-status-info/index.html b/api-reference/interfaces/merchant-profile-status-info/index.html index 62695921421..6e714e3a970 100644 --- a/api-reference/interfaces/merchant-profile-status-info/index.html +++ b/api-reference/interfaces/merchant-profile-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MerchantProfileStatusInfo

Merchant Profile Status Information

interface MerchantProfileStatusInfo {
status: MerchantProfileStatus!
}

Fields

MerchantProfileStatusInfo.status ● MerchantProfileStatus! non-null enum

Member of

MerchantProfile object

Implemented by

CanceledMerchantProfileStatusInfo object ● EnabledMerchantProfileStatusInfo object ● PendingReviewMerchantProfileStatusInfo object ● RejectedMerchantProfileStatusInfo object ● SuspendedMerchantProfileStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/onboarding-account-holder-info/index.html b/api-reference/interfaces/onboarding-account-holder-info/index.html index bde407d145b..77e1e6c57d1 100644 --- a/api-reference/interfaces/onboarding-account-holder-info/index.html +++ b/api-reference/interfaces/onboarding-account-holder-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/onboarding-status-info/index.html b/api-reference/interfaces/onboarding-status-info/index.html index 93350a83fe0..0754de2a328 100644 --- a/api-reference/interfaces/onboarding-status-info/index.html +++ b/api-reference/interfaces/onboarding-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardingStatusInfo

Object containing details about onboarding status (valid/invalid and why it is invalid/already finalized)

interface OnboardingStatusInfo {
status: OnboardingStatus!
}

Fields

OnboardingStatusInfo.status ● OnboardingStatus! non-null enum

Current onboarding status. Onboarding can only be finalized if status is "valid"

Member of

Onboarding object ● OnboardingInfo object

Implemented by

OnboardingFinalizedStatusInfo object ● OnboardingInvalidStatusInfo object ● OnboardingValidStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/partnership-status-info/index.html b/api-reference/interfaces/partnership-status-info/index.html index d99f8259db8..4f2b15ff166 100644 --- a/api-reference/interfaces/partnership-status-info/index.html +++ b/api-reference/interfaces/partnership-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/payment-direct-debit-mandate/index.html b/api-reference/interfaces/payment-direct-debit-mandate/index.html index e45a2659f6c..9c9ed42295c 100644 --- a/api-reference/interfaces/payment-direct-debit-mandate/index.html +++ b/api-reference/interfaces/payment-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/payment-mandate-creditor/index.html b/api-reference/interfaces/payment-mandate-creditor/index.html index 4ed09126a76..3723129179a 100644 --- a/api-reference/interfaces/payment-mandate-creditor/index.html +++ b/api-reference/interfaces/payment-mandate-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/payment-mandate-debtor/index.html b/api-reference/interfaces/payment-mandate-debtor/index.html index 8d79419618d..65dfb93a3f4 100644 --- a/api-reference/interfaces/payment-mandate-debtor/index.html +++ b/api-reference/interfaces/payment-mandate-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/payment-mandate-status-info/index.html b/api-reference/interfaces/payment-mandate-status-info/index.html index d05b8c370e2..7695cac0026 100644 --- a/api-reference/interfaces/payment-mandate-status-info/index.html +++ b/api-reference/interfaces/payment-mandate-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PaymentMandateStatusInfo

Payment Mandate status information

interface PaymentMandateStatusInfo {
status: PaymentMandateStatus!
}

Fields

PaymentMandateStatusInfo.status ● PaymentMandateStatus! non-null enum

Status of the payment mandate.

Member of

InternalPaymentDirectDebitMandate object ● SEPAPaymentDirectDebitMandate object

Implemented by

PaymentMandateCanceledStatusInfo object ● PaymentMandateConsentPendingStatusInfo object ● PaymentMandateEnabledStatusInfo object ● PaymentMandateRejectedStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/payment-mandate/index.html b/api-reference/interfaces/payment-mandate/index.html index 270f791456e..eb07c54ccb6 100644 --- a/api-reference/interfaces/payment-mandate/index.html +++ b/api-reference/interfaces/payment-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/payment-status-info/index.html b/api-reference/interfaces/payment-status-info/index.html index 1e50875f160..1904dc248db 100644 --- a/api-reference/interfaces/payment-status-info/index.html +++ b/api-reference/interfaces/payment-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/pending-digital-card-status-info/index.html b/api-reference/interfaces/pending-digital-card-status-info/index.html index 8bb935bf06c..a72732d5606 100644 --- a/api-reference/interfaces/pending-digital-card-status-info/index.html +++ b/api-reference/interfaces/pending-digital-card-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/physical-card-status-info/index.html b/api-reference/interfaces/physical-card-status-info/index.html index b49e02f5192..09a476073bd 100644 --- a/api-reference/interfaces/physical-card-status-info/index.html +++ b/api-reference/interfaces/physical-card-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardStatusInfo

Physical Card Status Information

interface PhysicalCardStatusInfo {
status: PhysicalCardStatus!
}

Fields

PhysicalCardStatusInfo.status ● PhysicalCardStatus! non-null enum

Status of the physical card.

Member of

PhysicalCard object

Implemented by

PhysicalCardActivatedStatusInfo object ● PhysicalCardCanceledStatusInfo object ● PhysicalCardCancelingStatusInfo object ● PhysicalCardConsentPendingStatusInfo object ● PhysicalCardProcessingStatusInfo object ● PhysicalCardRenewedStatusInfo object ● PhysicalCardSuspendedStatusInfo object ● PhysicalCardToActivateStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/reason/index.html b/api-reference/interfaces/reason/index.html index 772d7759118..55e50d6b9ff 100644 --- a/api-reference/interfaces/reason/index.html +++ b/api-reference/interfaces/reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/received-direct-debit-mandate-status-info/index.html b/api-reference/interfaces/received-direct-debit-mandate-status-info/index.html index 06680575fad..8a51a325743 100644 --- a/api-reference/interfaces/received-direct-debit-mandate-status-info/index.html +++ b/api-reference/interfaces/received-direct-debit-mandate-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateStatusInfo

Received Direct Debit Mandate status information

interface ReceivedDirectDebitMandateStatusInfo {
status: ReceivedDirectDebitMandateStatus!
}

Fields

ReceivedDirectDebitMandateStatusInfo.status ● ReceivedDirectDebitMandateStatus! non-null enum

Received Direct Debit Mandate status

Member of

InternalReceivedDirectDebitMandate object ● ReceivedDirectDebitMandate interface ● SEPAReceivedDirectDebitMandate object

Implemented by

ReceivedDirectDebitMandateStatusInfoCanceled object ● ReceivedDirectDebitMandateStatusInfoConsentInitiationPending object ● ReceivedDirectDebitMandateStatusInfoConsentPending object ● ReceivedDirectDebitMandateStatusInfoEnabled object ● ReceivedDirectDebitMandateStatusInfoSuspended object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/received-direct-debit-mandate/index.html b/api-reference/interfaces/received-direct-debit-mandate/index.html index dd9fdc06c4e..f90772600dc 100644 --- a/api-reference/interfaces/received-direct-debit-mandate/index.html +++ b/api-reference/interfaces/received-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandate

Interface for Received Direct Debit Mandate

interface ReceivedDirectDebitMandate {
id: ID!
version: String!
createdAt: DateTime!
updatedAt: DateTime!
signatureDate: Date
executedAt: DateTime
expiredAt: Date
statusInfo: ReceivedDirectDebitMandateStatusInfo!
name: String
}

Fields

ReceivedDirectDebitMandate.id ● ID! non-null scalar

Unique identifier of the received direct debit mandate, generated by Swan

ReceivedDirectDebitMandate.version ● String! non-null scalar

Version of the received direct debit mandate

ReceivedDirectDebitMandate.createdAt ● DateTime! non-null scalar

Creation date of the received direct debit mandate

ReceivedDirectDebitMandate.updatedAt ● DateTime! non-null scalar

Last Update date of the received direct debit mandate

ReceivedDirectDebitMandate.signatureDate ● Date scalar

Date of signature of the received direct debit mandate

ReceivedDirectDebitMandate.executedAt ● DateTime scalar

Date of the last direct debit transaction executed for the concerned received direct debit mandate

ReceivedDirectDebitMandate.expiredAt ● Date scalar

Expiry date of the received direct debit mandate

ReceivedDirectDebitMandate.statusInfo ● ReceivedDirectDebitMandateStatusInfo! non-null interface

Mandate status information of the received direct debit mandate

ReceivedDirectDebitMandate.name ● String scalar

Mandate name

Returned by

receivedDirectDebitMandate query

Member of

AddReceivedInternalDirectDebitB2bMandateSuccessPayload object ● AddReceivedSepaDirectDebitB2bMandateSuccessPayload object ● EnableReceivedDirectDebitMandateSuccessPayload object ● ReceivedDirectDebitMandateEdge object ● SuspendReceivedDirectDebitMandateSuccessPayload object ● UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload object

Implemented by

InternalReceivedDirectDebitMandate object ● SEPAReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/rejection/index.html b/api-reference/interfaces/rejection/index.html index 0d4925781c3..84587434987 100644 --- a/api-reference/interfaces/rejection/index.html +++ b/api-reference/interfaces/rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Rejection

No description

interface Rejection {
message: String!
}

Fields

Rejection.message ● String! non-null scalar

Implemented by

AccountHolderNotFoundRejection object ● AccountHolderTypeIndividualRejection object ● AccountMembershipCannotBeDisabledRejection object ● AccountMembershipCannotBeUpdatedRejection object ● AccountMembershipNotAllowedRejection object ● AccountMembershipNotFoundRejection object ● AccountMembershipNotReadyToBeBoundRejection object ● AccountNotEligibleRejection object ● AccountNotFoundRejection object ● AccountVerificationAlreadyRejectedRejection object ● AccountVerificationWrongStatusRejection object ● AddingCardsToDifferentAccountsRejection object ● AlreadyValidPhysicalCardRejection object ● ApplePayNotAllowedForProjectRejection object ● BadAccountStatusRejection object ● BadRequestRejection object ● CannotActivatePhysicalCardRejection object ● CapitalDepositDocumentCanNotBeUploaded object ● CardCanNotBeDigitalizedRejection object ● CardNotFoundRejection object ● CardProductDisabledRejection object ● CardProductNotApplicableToPhysicalCardsRejection object ● CardProductNotFoundRejection object ● CardProductSuspendedRejection object ● CardProductUsedRejection object ● CardWrongStatusRejection object ● ConsentNotFoundRejection object ● ConsentsAlreadyLinkedToMultiConsentRejection object ● ConsentsNotAllInCreatedStatusRejection object ● ConsentsNotFoundRejection object ● ConsentTypeNotSupportedByServerConsentRejection object ● DebtorAccountClosedRejection object ● DebtorAccountNotAllowedRejection object ● DigitalCardNotFoundRejection object ● EnabledCardDesignNotFoundRejection object ● ExternalAccountAlreadyExistsRejection object ● ExternalAccountBalanceAlreadyExistsRejection object ● FeeSettingsNotFoundRejection object ● ForbiddenRejection object ● FundingLimitExceededRejection object ● FundingLimitSettingsChangeRequestBadAmountRejection object ● FundingSourceNotFoundRejection object ● FundingSourceWrongStatusRejection object ● GlobalFundingLimitExceededRejection object ● GlobalInstantFundingLimitExceededRejection object ● IBANNotReachableRejection object ● IBANNotValidRejection object ● IbanValidationRejection object ● IdentityAlreadyBindToAccountMembershipRejection object ● InstantFundingLimitExceededRejection object ● InsufficientFundsRejection object ● InternalErrorRejection object ● InvalidArgumentRejection object ● InvalidPhoneNumberRejection object ● InvalidSirenNumberRejection object ● LegalRepresentativeAccountMembershipCannotBeDisabledRejection object ● LegalRepresentativeAccountMembershipCannotBeSuspendedRejection object ● MerchantProfileWrongStatusRejection object ● MissingMandatoryFieldRejection object ● NotFoundRejection object ● NotReachableConsentStatusRejection object ● NotSupportedCountryRejection object ● OnboardingNotCompletedRejection object ● PaymentMandateMandateNotFoundRejection object ● PaymentMandateReferenceAlreadyUsedRejection object ● PaymentMethodNotCompatibleRejection object ● PermissionCannotBeGrantedRejection object ● PhysicalCardNotFoundRejection object ● PhysicalCardWrongStatusRejection object ● PINNotReadyRejection object ● ProjectForbiddenRejection object ● ProjectFundingLimitExceededRejection object ● ProjectInstantFundingLimitExceededRejection object ● ProjectInvalidStatusRejection object ● ProjectNotFound object ● ProjectNotFoundRejection object ● ProjectSettingsForbiddenError object ● ProjectSettingsNotFound object ● ProjectSettingsStatusNotReachable object ● PublicOnboardingDisabledRejection object ● ReceivedDirectDebitMandateAlreadyExistRejection object ● ReceivedDirectDebitMandateCanceledRejection object ● ReceivedDirectDebitMandateNotB2bRejection object ● ReceivedDirectDebitMandateNotFoundRejection object ● RefundRejection object ● RestrictedToUserRejection object ● SchemeWrongRejection object ● ServerConsentCredentialsNotValidOrOutdatedRejection object ● ServerConsentNotAllowedForConsentOperationRejection object ● ServerConsentNotAllowedForProjectRejection object ● ServerConsentProjectCredentialMissingRejection object ● ServerConsentProjectCredentialNotFoundRejection object ● ServerConsentProjectSettingsNotFoundRejection object ● ServerConsentSignatureNotValidRejection object ● StandingOrderNotFoundRejection object ● SupportingDocumentCollectionNotFoundRejection object ● SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection object ● SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection object ● SupportingDocumentCollectionStatusNotAllowedRejection object ● SupportingDocumentNotFoundRejection object ● SupportingDocumentStatusDoesNotAllowDeletionRejection object ● SupportingDocumentStatusDoesNotAllowUpdateRejection object ● SupportingDocumentStatusNotAllowedRejection object ● SupportingDocumentUploadNotAllowedRejection object ● SuspendReceivedDirectDebitMandatedRejection object ● SwanTCUDocumentNotFoundRejection object ● SwanTCUDocumentStatusNotAllowedRejection object ● TooManyChildConsentsRejection object ● TooManyItemsRejection object ● TransactionNotFoundRejection object ● UpdateUserConsentSettingsTokenRejection object ● UserNotAllowedToDisableItsOwnAccountMembershipRejection object ● UserNotAllowedToManageAccountMembershipRejection object ● UserNotAllowedToSuspendItsOwnAccountMembershipRejection object ● UserNotCardHolderRejection object ● ValidationRejection object ● WrongValueProvidedRejection object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/sepacredit-transfer-creditor/index.html b/api-reference/interfaces/sepacredit-transfer-creditor/index.html index 9f013ba1cce..cbd437df6c6 100644 --- a/api-reference/interfaces/sepacredit-transfer-creditor/index.html +++ b/api-reference/interfaces/sepacredit-transfer-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPACreditTransferCreditor

Sepa Credit Transfer Creditor

interface SEPACreditTransferCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
}

Fields

SEPACreditTransferCreditor.name ● String! non-null scalar

full name of the creditor

SEPACreditTransferCreditor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferCreditor.IBAN ● String scalar

IBAN

SEPACreditTransferCreditor.BIC ● String scalar

BIC

Member of

SEPACreditTransferTransaction object

Implemented by

SEPACreditTransferInCreditor object ● SEPACreditTransferInternalOutCreditor object ● SEPACreditTransferOutCreditor object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/sepacredit-transfer-debtor/index.html b/api-reference/interfaces/sepacredit-transfer-debtor/index.html index b1dd2120800..e60a652660e 100644 --- a/api-reference/interfaces/sepacredit-transfer-debtor/index.html +++ b/api-reference/interfaces/sepacredit-transfer-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPACreditTransferDebtor

Sepa Credit Transfer Debtor

interface SEPACreditTransferDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
}

Fields

SEPACreditTransferDebtor.name ● String! non-null scalar

full name of the debtor

SEPACreditTransferDebtor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferDebtor.IBAN ● String scalar

IBAN

SEPACreditTransferDebtor.BIC ● String scalar

BIC

Member of

SEPACreditTransferTransaction object

Implemented by

SEPACreditTransferInDebtor object ● SEPACreditTransferInternalInDebtor object ● SEPACreditTransferOutDebtor object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/sepadirect-debit-creditor/index.html b/api-reference/interfaces/sepadirect-debit-creditor/index.html index 258ec39cf54..16c0390088d 100644 --- a/api-reference/interfaces/sepadirect-debit-creditor/index.html +++ b/api-reference/interfaces/sepadirect-debit-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPADirectDebitCreditor

Sepa Direct Debit Creditor

interface SEPADirectDebitCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
}

Fields

SEPADirectDebitCreditor.name ● String! non-null scalar

full name of the creditor

SEPADirectDebitCreditor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPADirectDebitCreditor.IBAN ● String scalar

IBAN

SEPADirectDebitCreditor.BIC ● String scalar

BIC

Member of

SEPADirectDebitTransaction object

Implemented by

SEPADirectDebitInCreditor object ● SEPADirectDebitOutCreditor object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/sepadirect-debit-debtor/index.html b/api-reference/interfaces/sepadirect-debit-debtor/index.html index 4a15ec8f08f..a67d3f7ec83 100644 --- a/api-reference/interfaces/sepadirect-debit-debtor/index.html +++ b/api-reference/interfaces/sepadirect-debit-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPADirectDebitDebtor

Sepa Direct Debit Debtor

interface SEPADirectDebitDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
}

Fields

SEPADirectDebitDebtor.name ● String! non-null scalar

full name of the debtor

SEPADirectDebitDebtor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPADirectDebitDebtor.IBAN ● String scalar

IBAN

SEPADirectDebitDebtor.BIC ● String scalar

BIC

Member of

SEPADirectDebitTransaction object

Implemented by

SEPADirectDebitInDebtor object ● SEPADirectDebitOutDebtor object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/sepadirect-debit-mandate/index.html b/api-reference/interfaces/sepadirect-debit-mandate/index.html index 0c2fd3b24e2..4ba6a6c19ac 100644 --- a/api-reference/interfaces/sepadirect-debit-mandate/index.html +++ b/api-reference/interfaces/sepadirect-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/standing-order-status-info/index.html b/api-reference/interfaces/standing-order-status-info/index.html index 83fb445274b..edb248fe5dd 100644 --- a/api-reference/interfaces/standing-order-status-info/index.html +++ b/api-reference/interfaces/standing-order-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/statement-info/index.html b/api-reference/interfaces/statement-info/index.html index 9819348478e..5ad3da06081 100644 --- a/api-reference/interfaces/statement-info/index.html +++ b/api-reference/interfaces/statement-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/interfaces/supporting-document-collection-status-info/index.html b/api-reference/interfaces/supporting-document-collection-status-info/index.html index a113c94be2e..4bcf60a244e 100644 --- a/api-reference/interfaces/supporting-document-collection-status-info/index.html +++ b/api-reference/interfaces/supporting-document-collection-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionStatusInfo

No description

interface SupportingDocumentCollectionStatusInfo {
status: SupportingDocumentCollectionStatus!
}

Fields

SupportingDocumentCollectionStatusInfo.status ● SupportingDocumentCollectionStatus! non-null enum

Status of the supporting document collection

Member of

SupportingDocumentCollection object

Implemented by

SupportingDocumentCollectionApprovedStatusInfo object ● SupportingDocumentCollectionCanceledStatusInfo object ● SupportingDocumentCollectionPendingReviewStatusInfo object ● SupportingDocumentCollectionRejectedStatusInfo object ● SupportingDocumentCollectionWaitingForDocumentStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/supporting-document-status-info/index.html b/api-reference/interfaces/supporting-document-status-info/index.html index ae870369d81..4e7373c91e3 100644 --- a/api-reference/interfaces/supporting-document-status-info/index.html +++ b/api-reference/interfaces/supporting-document-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentStatusInfo

No description

interface SupportingDocumentStatusInfo {
status: SupportingDocumentStatus!
}

Fields

SupportingDocumentStatusInfo.status ● SupportingDocumentStatus! non-null enum

Status of the supporting document

Member of

SupportingDocument object

Implemented by

SupportingDocumentNotUploadedStatusInfo object ● SupportingDocumentRefusedStatusInfo object ● SupportingDocumentUploadedStatusInfo object ● SupportingDocumentValidatedStatusInfo object ● SupportingDocumentWaitingForUploadStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/transaction-status-info/index.html b/api-reference/interfaces/transaction-status-info/index.html index 68733e14e3b..3fdeb7c18a5 100644 --- a/api-reference/interfaces/transaction-status-info/index.html +++ b/api-reference/interfaces/transaction-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

TransactionStatusInfo

Transaction Status information

interface TransactionStatusInfo {
status: TransactionStatus!
}

Fields

TransactionStatusInfo.status ● TransactionStatus! non-null enum

status of the transaction

Member of

CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Transaction interface

Implemented by

BookedTransactionStatusInfo object ● CanceledTransactionStatusInfo object ● PendingTransactionStatusInfo object ● RejectedTransactionStatusInfo object ● ReleasedTransactionStatusInfo object ● UpcomingTransactionStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/transaction/index.html b/api-reference/interfaces/transaction/index.html index 8d0d0bc3bb0..2139ba0de4a 100644 --- a/api-reference/interfaces/transaction/index.html +++ b/api-reference/interfaces/transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Transaction

Transaction

interface Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
account: Account
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
}

Fields

Transaction.id ● ID! non-null scalar

unique identifier of the transaction

Transaction.reference ● String! non-null scalar

external identifier of the transaction

Transaction.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber

Transaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

Transaction.type ● TransactionTypeEnum! non-null enum

type

Transaction.amount ● Amount! non-null object

amount

Transaction.label ● String! non-null scalar

label

Transaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

Transaction.paymentId ● String scalar

ID of the payment associated to this transaction

Transaction.payment ● Payment object

payment associated to this transaction

Transaction.createdAt ● DateTime! non-null scalar

created date

Transaction.updatedAt ● DateTime! non-null scalar

updated date

Transaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

Transaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

Transaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

Transaction.account ● Account object

matching account for this transaction

Transaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

Transaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

Transaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

Transaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

Transaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

Returned by

transaction query

Member of

CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Transaction interface ● TransactionEdge object

Implemented by

CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/interfaces/ultimate-beneficial-owner-info/index.html b/api-reference/interfaces/ultimate-beneficial-owner-info/index.html index 5b7f9a410f7..77e943e4bb9 100644 --- a/api-reference/interfaces/ultimate-beneficial-owner-info/index.html +++ b/api-reference/interfaces/ultimate-beneficial-owner-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UltimateBeneficialOwnerInfo

The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect

interface UltimateBeneficialOwnerInfo {
id: ID!
type: UltimateBeneficialOwnerType!
parentCompanyShareRatio: Float!
}

Fields

UltimateBeneficialOwnerInfo.id ● ID! non-null scalar

Ultimate Beneficial Owner Unique Identifier .

UltimateBeneficialOwnerInfo.type ● UltimateBeneficialOwnerType! non-null enum

Ultimate beneficial owner type.

UltimateBeneficialOwnerInfo.parentCompanyShareRatio ● Float! non-null scalar

Shares ratio of the parent company. Example: 50 if the share ratio is 50%.

Implemented by

UltimateBeneficialDirectOwnerCompanyInfo object ● UltimateBeneficialDirectOwnerIndividualInfo object ● UltimateBeneficialIndirectOwnerCompanyInfo object ● UltimateBeneficialIndirectOwnerIndividualInfo object

- - + + \ No newline at end of file diff --git a/api-reference/mutations/activate-physical-card/index.html b/api-reference/mutations/activate-physical-card/index.html index 0ff6e951b63..9d9af4b6daf 100644 --- a/api-reference/mutations/activate-physical-card/index.html +++ b/api-reference/mutations/activate-physical-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-account-membership/index.html b/api-reference/mutations/add-account-membership/index.html index 24bd1b3d067..d22c606329f 100644 --- a/api-reference/mutations/add-account-membership/index.html +++ b/api-reference/mutations/add-account-membership/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addAccountMembership

Add a new account membership to an account.

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

addAccountMembership(
input: AddAccountMembershipInput!
): AddAccountMembershipPayload!

Arguments

addAccountMembership.input ● AddAccountMembershipInput! non-null input

Type

AddAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-account-memberships/index.html b/api-reference/mutations/add-account-memberships/index.html index 3a1213c89d8..803c7d1341b 100644 --- a/api-reference/mutations/add-account-memberships/index.html +++ b/api-reference/mutations/add-account-memberships/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addAccountMemberships

Add multiple new account memberships to account

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

addAccountMemberships(
input: AddAccountMembershipsInput!
): AddAccountMembershipsPayload!

Arguments

addAccountMemberships.input ● AddAccountMembershipsInput! non-null input

Type

AddAccountMembershipsPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-card/index.html b/api-reference/mutations/add-card/index.html index 740c43e4d28..0cafc0da713 100644 --- a/api-reference/mutations/add-card/index.html +++ b/api-reference/mutations/add-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addCard

Add a new card to an account membership.

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

addCard(
input: AddCardInput!
): AddCardPayload!

Arguments

addCard.input ● AddCardInput! non-null input

Type

AddCardPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-cards-with-group-delivery/index.html b/api-reference/mutations/add-cards-with-group-delivery/index.html index 526d6df937a..187e8494573 100644 --- a/api-reference/mutations/add-cards-with-group-delivery/index.html +++ b/api-reference/mutations/add-cards-with-group-delivery/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addCardsWithGroupDelivery

Add several cards with Group Delivery

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

addCardsWithGroupDelivery(
input: AddCardsWithGroupDeliveryInput!
): AddCardsWithGroupDeliveryPayload!

Arguments

addCardsWithGroupDelivery.input ● AddCardsWithGroupDeliveryInput! non-null input

Type

AddCardsWithGroupDeliveryPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-cards/index.html b/api-reference/mutations/add-cards/index.html index 09d61978e22..9e11c3f5d01 100644 --- a/api-reference/mutations/add-cards/index.html +++ b/api-reference/mutations/add-cards/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addCards

Add several cards

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

addCards(
input: AddCardsInput!
): AddCardsPayload!

Arguments

addCards.input ● AddCardsInput! non-null input

Type

AddCardsPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-digital-card/index.html b/api-reference/mutations/add-digital-card/index.html index a22b01e1ddf..ecd5841ece2 100644 --- a/api-reference/mutations/add-digital-card/index.html +++ b/api-reference/mutations/add-digital-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addDigitalCard

Add a Digital Card to push to ApplePay or GooglePay

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must be the card holder

A digital card will only be valid for 1 hour after consent validation

addDigitalCard(
input: AddDigitalCardInput
): AddDigitalCardPayload!

Arguments

addDigitalCard.input ● AddDigitalCardInput input

Type

AddDigitalCardPayload union

Payload returned on mutation completion

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-direct-debit-funding-source/index.html b/api-reference/mutations/add-direct-debit-funding-source/index.html index 9ca87e191bf..0814b67974b 100644 --- a/api-reference/mutations/add-direct-debit-funding-source/index.html +++ b/api-reference/mutations/add-direct-debit-funding-source/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addDirectDebitFundingSource

Add a funding source to an account

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

addDirectDebitFundingSource(
input: AddDirectDebitFundingSourceInput!
): AddDirectDebitFundingSourcePayload

Arguments

addDirectDebitFundingSource.input ● AddDirectDebitFundingSourceInput! non-null input

Type

AddDirectDebitFundingSourcePayload union

Add Direct Debit Funding Source Payload

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-external-account-balance/index.html b/api-reference/mutations/add-external-account-balance/index.html index 583ad92283a..59102e0e976 100644 --- a/api-reference/mutations/add-external-account-balance/index.html +++ b/api-reference/mutations/add-external-account-balance/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-external-account/index.html b/api-reference/mutations/add-external-account/index.html index aa9d199e83e..6ef97aba28c 100644 --- a/api-reference/mutations/add-external-account/index.html +++ b/api-reference/mutations/add-external-account/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-funding-limit-settings-change-request/index.html b/api-reference/mutations/add-funding-limit-settings-change-request/index.html index 91355cc77a9..58e7cb6b18a 100644 --- a/api-reference/mutations/add-funding-limit-settings-change-request/index.html +++ b/api-reference/mutations/add-funding-limit-settings-change-request/index.html @@ -3,18 +3,17 @@ -addFundingLimitSettingsChangeRequest | Swan Docs +addFundingLimitSettingsChangeRequest | Swan Docs - - + +
-
Skip to main content

addFundingLimitSettingsChangeRequest

COMING SOON -Add a new request for funding limit settings change.

This mutation is restricted to a Project access token (Learn More).

addFundingLimitSettingsChangeRequest(
input: AddFundingLimitSettingsChangeRequestInput!
): AddFundingLimitSettingsChangeRequestPayload!

Arguments

addFundingLimitSettingsChangeRequest.input ● AddFundingLimitSettingsChangeRequestInput! non-null input

Type

AddFundingLimitSettingsChangeRequestPayload union

Payload returned on mutation completion

- - +
Skip to main content

addFundingLimitSettingsChangeRequest

Add a new request for funding limit settings change.

This mutation is restricted to a Project access token (Learn More).

addFundingLimitSettingsChangeRequest(
input: AddFundingLimitSettingsChangeRequestInput!
): AddFundingLimitSettingsChangeRequestPayload!

Arguments

addFundingLimitSettingsChangeRequest.input ● AddFundingLimitSettingsChangeRequestInput! non-null input

Type

AddFundingLimitSettingsChangeRequestPayload union

Payload returned on mutation completion

+ + \ No newline at end of file diff --git a/api-reference/mutations/add-internal-direct-debit-payment-mandate/index.html b/api-reference/mutations/add-internal-direct-debit-payment-mandate/index.html index 9943f5da4c9..61cc697939a 100644 --- a/api-reference/mutations/add-internal-direct-debit-payment-mandate/index.html +++ b/api-reference/mutations/add-internal-direct-debit-payment-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addInternalDirectDebitPaymentMandate

Allows to add an internal direct debit payment mandate.

addInternalDirectDebitPaymentMandate(
input: AddInternalDirectDebitPaymentMandateInput!
): AddInternalDirectDebitPaymentMandatePayload!

Arguments

addInternalDirectDebitPaymentMandate.input ● AddInternalDirectDebitPaymentMandateInput! non-null input

Type

AddInternalDirectDebitPaymentMandatePayload union

Union type return by the addInternalDirectDebitPaymentMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-merchant-profile/index.html b/api-reference/mutations/add-merchant-profile/index.html index 6103f3cebfc..5ce784f267e 100644 --- a/api-reference/mutations/add-merchant-profile/index.html +++ b/api-reference/mutations/add-merchant-profile/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-or-update-external-account-balance/index.html b/api-reference/mutations/add-or-update-external-account-balance/index.html index 02ee558ed1a..acd846a701f 100644 --- a/api-reference/mutations/add-or-update-external-account-balance/index.html +++ b/api-reference/mutations/add-or-update-external-account-balance/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

addOrUpdateExternalAccountBalance

Add an external balance to an external account. If a balance already exist for the day, the balance amount will be updated.

This mutation is restricted to a Project access token (Learn More).

addOrUpdateExternalAccountBalance(
input: AddOrUpdateExternalAccountBalanceInput!
): AddOrUpdateExternalAccountBalancePayload!

Arguments

addOrUpdateExternalAccountBalance.input ● AddOrUpdateExternalAccountBalanceInput! non-null input

Type

AddOrUpdateExternalAccountBalancePayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate/index.html b/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate/index.html index c2f85649b48..3f1204aaa12 100644 --- a/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate/index.html +++ b/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addReceivedInternalDirectDebitB2bMandate

Allows to add a received internal direct debit mandate B2b.

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request with the Swan app.

The user must be able to initiate payments for this account.

addReceivedInternalDirectDebitB2bMandate(
input: AddReceivedInternalDirectDebitB2bMandateInput!
): AddReceivedInternalDirectDebitB2bMandatePayload!

Arguments

addReceivedInternalDirectDebitB2bMandate.input ● AddReceivedInternalDirectDebitB2bMandateInput! non-null input

Type

AddReceivedInternalDirectDebitB2bMandatePayload union

Union type return by the addReceivedInternalDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate/index.html b/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate/index.html index 3e603fa2883..514201238e5 100644 --- a/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate/index.html +++ b/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addReceivedSepaDirectDebitB2bMandate

Allows to add a received sepa direct debit mandate B2b.

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request with the Swan app.

The user must be able to initiate payments for this account.

addReceivedSepaDirectDebitB2bMandate(
input: AddReceivedSepaDirectDebitB2bMandateInput!
): AddReceivedSepaDirectDebitB2bMandatePayload!

Arguments

addReceivedSepaDirectDebitB2bMandate.input ● AddReceivedSepaDirectDebitB2bMandateInput! non-null input

Type

AddReceivedSepaDirectDebitB2bMandatePayload union

Union type return by the addReceivedSepaDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-sepa-direct-debit-payment-mandate/index.html b/api-reference/mutations/add-sepa-direct-debit-payment-mandate/index.html index d74995cb61d..19cfc522152 100644 --- a/api-reference/mutations/add-sepa-direct-debit-payment-mandate/index.html +++ b/api-reference/mutations/add-sepa-direct-debit-payment-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-single-use-virtual-card/index.html b/api-reference/mutations/add-single-use-virtual-card/index.html index 62b22962b83..613769f35da 100644 --- a/api-reference/mutations/add-single-use-virtual-card/index.html +++ b/api-reference/mutations/add-single-use-virtual-card/index.html @@ -3,17 +3,17 @@ -addSingleUseVirtualCard | Swan Docs +addSingleUseVirtualCard | Swan Docs - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/mutations/add-single-use-virtual-cards/index.html b/api-reference/mutations/add-single-use-virtual-cards/index.html index ee8c54a5dd4..93d9088882d 100644 --- a/api-reference/mutations/add-single-use-virtual-cards/index.html +++ b/api-reference/mutations/add-single-use-virtual-cards/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

addSingleUseVirtualCards

Add several single-use virtual cards

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

addSingleUseVirtualCards(
input: AddSingleUseVirtualCardsInput!
): AddSingleUseVirtualCardsPayload!

Arguments

addSingleUseVirtualCards.input ● AddSingleUseVirtualCardsInput! non-null input

Type

AddSingleUseVirtualCardsPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/add-virtual-iban-entry/index.html b/api-reference/mutations/add-virtual-iban-entry/index.html index 6258a05ebac..fd84a1fdb22 100644 --- a/api-reference/mutations/add-virtual-iban-entry/index.html +++ b/api-reference/mutations/add-virtual-iban-entry/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/allow-sdd-virtual-iban-entry/index.html b/api-reference/mutations/allow-sdd-virtual-iban-entry/index.html index 6a0b3118dce..43408b98d77 100644 --- a/api-reference/mutations/allow-sdd-virtual-iban-entry/index.html +++ b/api-reference/mutations/allow-sdd-virtual-iban-entry/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/allow-sdd/index.html b/api-reference/mutations/allow-sdd/index.html index 43b9217cabd..fbba89d4fa5 100644 --- a/api-reference/mutations/allow-sdd/index.html +++ b/api-reference/mutations/allow-sdd/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/bind-account-membership/index.html b/api-reference/mutations/bind-account-membership/index.html index 967004a0e2a..541c51a8141 100644 --- a/api-reference/mutations/bind-account-membership/index.html +++ b/api-reference/mutations/bind-account-membership/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/cancel-card/index.html b/api-reference/mutations/cancel-card/index.html index 4e7c65fcc4b..3d0a2ce1cb1 100644 --- a/api-reference/mutations/cancel-card/index.html +++ b/api-reference/mutations/cancel-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/cancel-consent/index.html b/api-reference/mutations/cancel-consent/index.html index 03af3b884ae..29293d7a017 100644 --- a/api-reference/mutations/cancel-consent/index.html +++ b/api-reference/mutations/cancel-consent/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/cancel-digital-card/index.html b/api-reference/mutations/cancel-digital-card/index.html index a633eb6bb42..b3354bd260b 100644 --- a/api-reference/mutations/cancel-digital-card/index.html +++ b/api-reference/mutations/cancel-digital-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/cancel-funding-source/index.html b/api-reference/mutations/cancel-funding-source/index.html index fe26cbd07be..828d81b8c20 100644 --- a/api-reference/mutations/cancel-funding-source/index.html +++ b/api-reference/mutations/cancel-funding-source/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/cancel-physical-card/index.html b/api-reference/mutations/cancel-physical-card/index.html index f6f439afddf..ac06f56ca77 100644 --- a/api-reference/mutations/cancel-physical-card/index.html +++ b/api-reference/mutations/cancel-physical-card/index.html @@ -3,17 +3,17 @@ -cancelPhysicalCard | Swan Docs +cancelPhysicalCard | Swan Docs - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/mutations/cancel-standing-order/index.html b/api-reference/mutations/cancel-standing-order/index.html index 9f1254bd915..ea24d235ed5 100644 --- a/api-reference/mutations/cancel-standing-order/index.html +++ b/api-reference/mutations/cancel-standing-order/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/cancel-transaction/index.html b/api-reference/mutations/cancel-transaction/index.html index 278ea7b0d27..5d63599dc01 100644 --- a/api-reference/mutations/cancel-transaction/index.html +++ b/api-reference/mutations/cancel-transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/cancel-virtual-iban-entry/index.html b/api-reference/mutations/cancel-virtual-iban-entry/index.html index 04dad8dd7da..bc94605c7d1 100644 --- a/api-reference/mutations/cancel-virtual-iban-entry/index.html +++ b/api-reference/mutations/cancel-virtual-iban-entry/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/close-account/index.html b/api-reference/mutations/close-account/index.html index ce712629493..295514a8a17 100644 --- a/api-reference/mutations/close-account/index.html +++ b/api-reference/mutations/close-account/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/create-capital-deposit-case/index.html b/api-reference/mutations/create-capital-deposit-case/index.html index d09aa4da5c7..48361d81c85 100644 --- a/api-reference/mutations/create-capital-deposit-case/index.html +++ b/api-reference/mutations/create-capital-deposit-case/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/create-multi-consent/index.html b/api-reference/mutations/create-multi-consent/index.html index 4996e2a2776..4321529d049 100644 --- a/api-reference/mutations/create-multi-consent/index.html +++ b/api-reference/mutations/create-multi-consent/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

createMultiConsent

Create a multi consent, which represents a consent of several other consents, executed in parallel or sequentially depending on the order input value

This mutation is restricted to a User access token (Learn More) and ask the user to consent to this request.

createMultiConsent(
input: CreateMultiConsentInput!
): CreateMultiConsentPayload

Arguments

createMultiConsent.input ● CreateMultiConsentInput! non-null input

Type

CreateMultiConsentPayload union

Payload of the createMultiConsent mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/delete-supporting-document/index.html b/api-reference/mutations/delete-supporting-document/index.html index b059e4be7f4..249e87dea93 100644 --- a/api-reference/mutations/delete-supporting-document/index.html +++ b/api-reference/mutations/delete-supporting-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

deleteSupportingDocument

Delete a supporting document, in case uploaded file is not what was wanted. This action can not be undone.

This mutation can only be used on an "Uploaded" supporting document of a "WaitingForDocument" supporting document collection.

This mutation is restricted to a Project access token (Learn More)

deleteSupportingDocument(
input: DeleteSupportingDocumentInput!
): DeleteSupportingDocumentPayload!

Arguments

deleteSupportingDocument.input ● DeleteSupportingDocumentInput! non-null input

Type

DeleteSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/deny-sdd-virtual-iban-entry/index.html b/api-reference/mutations/deny-sdd-virtual-iban-entry/index.html index 34550ee0f34..3d49aa61e5c 100644 --- a/api-reference/mutations/deny-sdd-virtual-iban-entry/index.html +++ b/api-reference/mutations/deny-sdd-virtual-iban-entry/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/deny-sdd/index.html b/api-reference/mutations/deny-sdd/index.html index 255e30b8dcb..692ae497b5e 100644 --- a/api-reference/mutations/deny-sdd/index.html +++ b/api-reference/mutations/deny-sdd/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/disable-account-membership/index.html b/api-reference/mutations/disable-account-membership/index.html index 9a8d935e55b..e026253acf3 100644 --- a/api-reference/mutations/disable-account-membership/index.html +++ b/api-reference/mutations/disable-account-membership/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

disableAccountMembership

Disable an account membership

This mutation is callable with a User access token and a Project access token (Learn More)

With a User access token, the user must have the permission to manage account membership of the account

disableAccountMembership(
input: DisableAccountMembershipInput
): DisableAccountMembershipPayload!

Arguments

disableAccountMembership.input ● DisableAccountMembershipInput input

Type

DisableAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/enable-received-direct-debit-mandate/index.html b/api-reference/mutations/enable-received-direct-debit-mandate/index.html index 0e2be140c62..5f3fbe1efc2 100644 --- a/api-reference/mutations/enable-received-direct-debit-mandate/index.html +++ b/api-reference/mutations/enable-received-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

enableReceivedDirectDebitMandate

Allows to enable a received mandate in the Suspended status.

For B2b received direct debit mandate, this mutation is restricted to an User access token(Learn More) and ask the user to consent to this request with the Swan app.

The user must be able to initiate payments for this account.

enableReceivedDirectDebitMandate(
input: EnableReceivedDirectDebitMandateInput!
): EnableReceivedDirectDebitMandatePayload!

Arguments

enableReceivedDirectDebitMandate.input ● EnableReceivedDirectDebitMandateInput! non-null input

Type

EnableReceivedDirectDebitMandatePayload union

Union type return by the enableReceivedDirectDebitMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/finalize-onboarding/index.html b/api-reference/mutations/finalize-onboarding/index.html index e105f24543c..8392537ecfb 100644 --- a/api-reference/mutations/finalize-onboarding/index.html +++ b/api-reference/mutations/finalize-onboarding/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/generate-account-statement/index.html b/api-reference/mutations/generate-account-statement/index.html index 5ac92c38aba..a469da16f4d 100644 --- a/api-reference/mutations/generate-account-statement/index.html +++ b/api-reference/mutations/generate-account-statement/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/generate-capital-deposit-document-upload-url/index.html b/api-reference/mutations/generate-capital-deposit-document-upload-url/index.html index 6b61b91b4f9..f50b3eaa4a2 100644 --- a/api-reference/mutations/generate-capital-deposit-document-upload-url/index.html +++ b/api-reference/mutations/generate-capital-deposit-document-upload-url/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

generateCapitalDepositDocumentUploadUrl

Generate an url allowing the upload of a document which unique identifier is specified in parameters.

This mutation is restricted to an Project access token (Learn More).

generateCapitalDepositDocumentUploadUrl(
input: GenerateCapitalDepositDocumentUploadUrlInput!
): GenerateCapitalDepositDocumentUploadUrlPayload!

Arguments

generateCapitalDepositDocumentUploadUrl.input ● GenerateCapitalDepositDocumentUploadUrlInput! non-null input

Type

GenerateCapitalDepositDocumentUploadUrlPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/generate-supporting-document-upload-url/index.html b/api-reference/mutations/generate-supporting-document-upload-url/index.html index 210d7eb75b8..ff2ab5aa60b 100644 --- a/api-reference/mutations/generate-supporting-document-upload-url/index.html +++ b/api-reference/mutations/generate-supporting-document-upload-url/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

generateSupportingDocumentUploadUrl

Generate and return a presigned URL to upload a unique file for the supporting document collection

This mutation is restricted to a Project access token (Learn More)

generateSupportingDocumentUploadUrl(
input: GenerateSupportingDocumentUploadUrlInput!
): GenerateSupportingDocumentUploadUrlPayload!

Arguments

generateSupportingDocumentUploadUrl.input ● GenerateSupportingDocumentUploadUrlInput! non-null input

Type

GenerateSupportingDocumentUploadUrlPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/grant-consent-with-server-signature/index.html b/api-reference/mutations/grant-consent-with-server-signature/index.html index 95320dc2763..eaf3b00bd21 100644 --- a/api-reference/mutations/grant-consent-with-server-signature/index.html +++ b/api-reference/mutations/grant-consent-with-server-signature/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/initiate-credit-transfers/index.html b/api-reference/mutations/initiate-credit-transfers/index.html index baa99450e52..932bd01f1fa 100644 --- a/api-reference/mutations/initiate-credit-transfers/index.html +++ b/api-reference/mutations/initiate-credit-transfers/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

initiateCreditTransfers

Initiates a credit transfer to an other Swan account or to an IBAN

This mutation is restricted to an User access token (Learn More) and if necessary ask the user to consent to this request.

The user must have an account membership for this account with the attribute canInitiatePayments=true.

initiateCreditTransfers(
input: InitiateCreditTransfersInput!
): InitiateCreditTransfersPayload!

Arguments

initiateCreditTransfers.input ● InitiateCreditTransfersInput! non-null input

Type

InitiateCreditTransfersPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/initiate-funding-request/index.html b/api-reference/mutations/initiate-funding-request/index.html index 847ee1edb97..7bae51cee70 100644 --- a/api-reference/mutations/initiate-funding-request/index.html +++ b/api-reference/mutations/initiate-funding-request/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

initiateFundingRequest

Initiate a funding request. This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request. The user must have an account membership for this account with the attribute canInitiateCreditTransfer=true.

initiateFundingRequest(
input: InitiateFundingRequestInput!
): InitiateFundingRequestPayload

Arguments

initiateFundingRequest.input ● InitiateFundingRequestInput! non-null input

Type

InitiateFundingRequestPayload union

Initiate A Funding Request Payload

- - + + \ No newline at end of file diff --git a/api-reference/mutations/initiate-international-credit-transfer/index.html b/api-reference/mutations/initiate-international-credit-transfer/index.html index 598b5b8f413..37aaf57cda3 100644 --- a/api-reference/mutations/initiate-international-credit-transfer/index.html +++ b/api-reference/mutations/initiate-international-credit-transfer/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/initiate-merchant-payment-collection/index.html b/api-reference/mutations/initiate-merchant-payment-collection/index.html index 34f49b031b1..b47d7c85999 100644 --- a/api-reference/mutations/initiate-merchant-payment-collection/index.html +++ b/api-reference/mutations/initiate-merchant-payment-collection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/onboard-company-account-holder/index.html b/api-reference/mutations/onboard-company-account-holder/index.html index 75e4e0490c9..934126fe00b 100644 --- a/api-reference/mutations/onboard-company-account-holder/index.html +++ b/api-reference/mutations/onboard-company-account-holder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/onboard-individual-account-holder/index.html b/api-reference/mutations/onboard-individual-account-holder/index.html index 35ebf8a9a98..aee4872857e 100644 --- a/api-reference/mutations/onboard-individual-account-holder/index.html +++ b/api-reference/mutations/onboard-individual-account-holder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/print-physical-card/index.html b/api-reference/mutations/print-physical-card/index.html index f0e38fbee25..4260c81667f 100644 --- a/api-reference/mutations/print-physical-card/index.html +++ b/api-reference/mutations/print-physical-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/refund/index.html b/api-reference/mutations/refund/index.html index cc3e1aadcd3..59341db7475 100644 --- a/api-reference/mutations/refund/index.html +++ b/api-reference/mutations/refund/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

refund

initiates a refund for a list of booked transaction

This mutation is restricted to an User access token (Learn More) and if necessary ask the user to consent to this request.

The user must have an account membership on the accounts that are beneficiary of the transaction with the attribute canInitiatePayments=true.

refund(
input: RefundInput!
): RefundPayload!

Arguments

refund.input ● RefundInput! non-null input

Type

RefundPayload union

The respond body to a refund mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/request-merchant-payment-methods/index.html b/api-reference/mutations/request-merchant-payment-methods/index.html index 559eb01e0f9..fc5672edbcf 100644 --- a/api-reference/mutations/request-merchant-payment-methods/index.html +++ b/api-reference/mutations/request-merchant-payment-methods/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/request-merchant-profile-update/index.html b/api-reference/mutations/request-merchant-profile-update/index.html index 858032d07a4..751d93301d6 100644 --- a/api-reference/mutations/request-merchant-profile-update/index.html +++ b/api-reference/mutations/request-merchant-profile-update/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/request-supporting-document-collection-review/index.html b/api-reference/mutations/request-supporting-document-collection-review/index.html index d2fa781757f..fe712170bc0 100644 --- a/api-reference/mutations/request-supporting-document-collection-review/index.html +++ b/api-reference/mutations/request-supporting-document-collection-review/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

requestSupportingDocumentCollectionReview

Ask for Swan's compliance team to review given supporting document collection.

This mutation is restricted to a Project access token (Learn More)

requestSupportingDocumentCollectionReview(
input: RequestSupportingDocumentCollectionReviewInput
): RequestSupportingDocumentCollectionReviewPayload!

Arguments

requestSupportingDocumentCollectionReview.input ● RequestSupportingDocumentCollectionReviewInput input

Type

RequestSupportingDocumentCollectionReviewPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/resume-account-membership/index.html b/api-reference/mutations/resume-account-membership/index.html index 2b119d8551f..a05dec8ea7f 100644 --- a/api-reference/mutations/resume-account-membership/index.html +++ b/api-reference/mutations/resume-account-membership/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

resumeAccountMembership

Resumes an account membership already suspended.

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

resumeAccountMembership(
input: ResumeAccountMembershipInput
): ResumeAccountMembershipPayload!

Arguments

resumeAccountMembership.input ● ResumeAccountMembershipInput input

Type

ResumeAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/resume-physical-card/index.html b/api-reference/mutations/resume-physical-card/index.html index 08e68e778cb..71b7242da9f 100644 --- a/api-reference/mutations/resume-physical-card/index.html +++ b/api-reference/mutations/resume-physical-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/schedule-standing-order/index.html b/api-reference/mutations/schedule-standing-order/index.html index e6bb000e7a5..a01573f9168 100644 --- a/api-reference/mutations/schedule-standing-order/index.html +++ b/api-reference/mutations/schedule-standing-order/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

scheduleStandingOrder

Schedule a standing Order

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership to the account and the permission to initiate credit transfer

scheduleStandingOrder(
input: ScheduleStandingOrderInput!
): ScheduleStandingOrderPayload!

Arguments

scheduleStandingOrder.input ● ScheduleStandingOrderInput! non-null input

Type

ScheduleStandingOrderPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/suspend-account-membership/index.html b/api-reference/mutations/suspend-account-membership/index.html index eb5ea505bfa..040155313af 100644 --- a/api-reference/mutations/suspend-account-membership/index.html +++ b/api-reference/mutations/suspend-account-membership/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/suspend-physical-card/index.html b/api-reference/mutations/suspend-physical-card/index.html index 16a9f324c09..563eb1c3b8b 100644 --- a/api-reference/mutations/suspend-physical-card/index.html +++ b/api-reference/mutations/suspend-physical-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/suspend-received-direct-debit-mandate/index.html b/api-reference/mutations/suspend-received-direct-debit-mandate/index.html index ffffafeae2d..6d2a77803d6 100644 --- a/api-reference/mutations/suspend-received-direct-debit-mandate/index.html +++ b/api-reference/mutations/suspend-received-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

suspendReceivedDirectDebitMandate

Allows to suspend a received direct debit mandate in the Enabled status.

The user must be able to initiate payments for this account.

suspendReceivedDirectDebitMandate(
input: SuspendReceivedDirectDebitMandateInput!
): SuspendReceivedDirectDebitMandatePayload!

Arguments

suspendReceivedDirectDebitMandate.input ● SuspendReceivedDirectDebitMandateInput! non-null input

Type

SuspendReceivedDirectDebitMandatePayload union

Union type returned by the suspendReceivedDirectDebitMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-account-holder/index.html b/api-reference/mutations/update-account-holder/index.html index 978daa5ada1..98b61a251db 100644 --- a/api-reference/mutations/update-account-holder/index.html +++ b/api-reference/mutations/update-account-holder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-account-membership/index.html b/api-reference/mutations/update-account-membership/index.html index 6375b3710e1..7713b34891a 100644 --- a/api-reference/mutations/update-account-membership/index.html +++ b/api-reference/mutations/update-account-membership/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

updateAccountMembership

Updates an account membership.

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have an account membership for this account with the attribute canManageAccountMembership=true.

updateAccountMembership(
input: UpdateAccountMembershipInput!
): UpdateAccountMembershipPayload!

Arguments

updateAccountMembership.input ● UpdateAccountMembershipInput! non-null input

Type

UpdateAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-account/index.html b/api-reference/mutations/update-account/index.html index daa701854cc..9493d958f8c 100644 --- a/api-reference/mutations/update-account/index.html +++ b/api-reference/mutations/update-account/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-card/index.html b/api-reference/mutations/update-card/index.html index 2f1552c09fc..98a4a170084 100644 --- a/api-reference/mutations/update-card/index.html +++ b/api-reference/mutations/update-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-company-onboarding/index.html b/api-reference/mutations/update-company-onboarding/index.html index a31dd7580d0..f9664ed62bc 100644 --- a/api-reference/mutations/update-company-onboarding/index.html +++ b/api-reference/mutations/update-company-onboarding/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

updateCompanyOnboarding

Updates a company onboarding.

If you aim to update Ultimate Beneficiary Owners, you need to provide all of them as they are going to be overridden by your update payload.

This mutation is restricted to a Project access token (Learn More)

updateCompanyOnboarding(
input: UpdateCompanyOnboardingInput
): UpdateCompanyOnboardingPayload!

Arguments

updateCompanyOnboarding.input ● UpdateCompanyOnboardingInput input

Type

UpdateCompanyOnboardingPayload union

Possible results for mutation updateCompanyOnboarding

- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-individual-onboarding/index.html b/api-reference/mutations/update-individual-onboarding/index.html index fec955fae84..1606b8a4fdc 100644 --- a/api-reference/mutations/update-individual-onboarding/index.html +++ b/api-reference/mutations/update-individual-onboarding/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate/index.html b/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate/index.html index fadefffae49..b9c4b23193f 100644 --- a/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate/index.html +++ b/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

updateReceivedSepaDirectDebitB2bMandate

Allows to update a received sepa direct debit mandate B2b.

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request with the Swan app.

The user must be able to initiate payments for this account.

updateReceivedSepaDirectDebitB2bMandate(
input: UpdateReceivedSepaDirectDebitB2bMandateInput!
): UpdateReceivedSepaDirectDebitB2bMandatePayload!

Arguments

updateReceivedSepaDirectDebitB2bMandate.input ● UpdateReceivedSepaDirectDebitB2bMandateInput! non-null input

Type

UpdateReceivedSepaDirectDebitB2bMandatePayload union

Union type returned by the updateReceivedSepaDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-supporting-document/index.html b/api-reference/mutations/update-supporting-document/index.html index d6603603275..e0ab21b132b 100644 --- a/api-reference/mutations/update-supporting-document/index.html +++ b/api-reference/mutations/update-supporting-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/update-user-consent-settings/index.html b/api-reference/mutations/update-user-consent-settings/index.html index 6bd144884b6..a88ee29431d 100644 --- a/api-reference/mutations/update-user-consent-settings/index.html +++ b/api-reference/mutations/update-user-consent-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/view-card-numbers/index.html b/api-reference/mutations/view-card-numbers/index.html index 6f53ddf5654..f865ea38a2c 100644 --- a/api-reference/mutations/view-card-numbers/index.html +++ b/api-reference/mutations/view-card-numbers/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/mutations/view-physical-card-numbers/index.html b/api-reference/mutations/view-physical-card-numbers/index.html index 51053ce9458..c40e3dfa52e 100644 --- a/api-reference/mutations/view-physical-card-numbers/index.html +++ b/api-reference/mutations/view-physical-card-numbers/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

viewPhysicalCardNumbers

Reveal the physical card numbers in the consent page once consent has been given by the cardholder

This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.

The user must have the account membership for this card

viewPhysicalCardNumbers(
input: ViewPhysicalCardNumbersInput!
): ViewPhysicalCardNumbersPayload!

Arguments

viewPhysicalCardNumbers.input ● ViewPhysicalCardNumbersInput! non-null input

Type

ViewPhysicalCardNumbersPayload union

- - + + \ No newline at end of file diff --git a/api-reference/mutations/view-physical-card-pin/index.html b/api-reference/mutations/view-physical-card-pin/index.html index 137fbb07eb5..6862aac5c3e 100644 --- a/api-reference/mutations/view-physical-card-pin/index.html +++ b/api-reference/mutations/view-physical-card-pin/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-balances/index.html b/api-reference/objects/account-balances/index.html index 7336c12feb3..5e02a979819 100644 --- a/api-reference/objects/account-balances/index.html +++ b/api-reference/objects/account-balances/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountBalances

A list of balances regarding an account.

type AccountBalances {
available: Amount!
pending: Amount!
booked: Amount!
reserved: Amount!
}

Fields

AccountBalances.available ● Amount! non-null object

Balance composed of booked, pending transactions and rolling reserve used known at the time of calculation.

AccountBalances.pending ● Amount! non-null object

Balance just composed of pending transactions.

AccountBalances.booked ● Amount! non-null object

Balance just composed of booked transactions.

AccountBalances.reserved ● Amount! non-null object

Balance just composed of rolling reserve used in booked transactions.

Member of

Account object ● Balance object

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-closed-status/index.html b/api-reference/objects/account-closed-status/index.html index f4a17c92d00..164242d6e3c 100644 --- a/api-reference/objects/account-closed-status/index.html +++ b/api-reference/objects/account-closed-status/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountClosedStatus

Account Closed status information

type AccountClosedStatus implements AccountStatusInfo {
status: AccountStatus!
reason: String!
reasonInfo: CloseAccountStatusReason!
}

Fields

AccountClosedStatus.status ● AccountStatus! non-null enum

Account status (always Closed for type AccountClosedStatus)

AccountClosedStatus.reason ● String! non-null scalar

Reason why the account is suspended @Deprecated

AccountClosedStatus.reasonInfo ● CloseAccountStatusReason! non-null union

Reason why the account is currently closed

Interfaces

AccountStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-closing-status/index.html b/api-reference/objects/account-closing-status/index.html index a086c776613..6d7a9fc32f9 100644 --- a/api-reference/objects/account-closing-status/index.html +++ b/api-reference/objects/account-closing-status/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountClosingStatus

Account Closing status information

type AccountClosingStatus implements AccountStatusInfo {
status: AccountStatus!
reason: String!
reasonInfo: CloseAccountStatusReason!
}

Fields

AccountClosingStatus.status ● AccountStatus! non-null enum

Account status (always Closing for type AccountClosingStatus)

AccountClosingStatus.reason ● String! non-null scalar

Reason why the account is suspended @Deprecated

AccountClosingStatus.reasonInfo ● CloseAccountStatusReason! non-null union

Reason why the account is currently in closing

Interfaces

AccountStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-connection/index.html b/api-reference/objects/account-connection/index.html index 41fc58f313f..16121333471 100644 --- a/api-reference/objects/account-connection/index.html +++ b/api-reference/objects/account-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type AccountConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [AccountEdge!]!
}

Fields

AccountConnection.totalCount ● Int! non-null scalar

Total number of element in the list

AccountConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

AccountConnection.edges ● [AccountEdge!]! non-null object

AccountEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

accounts query

Member of

AccountHolder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-edge/index.html b/api-reference/objects/account-edge/index.html index 8ed8d3bea94..50b74e39237 100644 --- a/api-reference/objects/account-edge/index.html +++ b/api-reference/objects/account-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountEdge

Implements the Relay Edge interface

type AccountEdge implements Edge {
cursor: String!
node: Account!
}

Fields

AccountEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

AccountEdge.node ● Account! non-null object

The account

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

AccountConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-canceled-status-info/index.html b/api-reference/objects/account-holder-canceled-status-info/index.html index b02f4fc4485..86d57c8bb82 100644 --- a/api-reference/objects/account-holder-canceled-status-info/index.html +++ b/api-reference/objects/account-holder-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountHolderCanceledStatusInfo

Account Holder Canceled Status Information

type AccountHolderCanceledStatusInfo implements AccountHolderStatusInfo {
status: AccountHolderStatus!
reason: String!
}

Fields

AccountHolderCanceledStatusInfo.status ● AccountHolderStatus! non-null enum

Status of the account holder.

AccountHolderCanceledStatusInfo.reason ● String! non-null scalar

Reason why the account holder is suspended.

Interfaces

AccountHolderStatusInfo interface

Account Holder Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-company-info/index.html b/api-reference/objects/account-holder-company-info/index.html index 07dad6b5bfa..95cde1e159f 100644 --- a/api-reference/objects/account-holder-company-info/index.html +++ b/api-reference/objects/account-holder-company-info/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountHolderCompanyInfo

No description

type AccountHolderCompanyInfo implements AccountHolderInfo {
type: AccountHolderType!
name: String!
registrationNumber: String
companyRegistrationDate: Date
companyType: CompanyType
businessActivity: BusinessActivity!
businessActivityDescription: String!
monthlyPaymentVolume: MonthlyPaymentVolume!
individualUltimateBeneficialOwners: [IndividualUltimateBeneficialOwner!]!
vatNumber: String
taxIdentificationNumber: String
legalRepresentativePersonalAddress: AddressInformation
}

Fields

AccountHolderCompanyInfo.type ● AccountHolderType! non-null enum

Account holder type (always Company for type AccountHolderCompanyInfo)

AccountHolderCompanyInfo.name ● String! non-null scalar

Name of the company.

AccountHolderCompanyInfo.registrationNumber ● String scalar

Registration number of the company (SIRET, ...).

AccountHolderCompanyInfo.companyRegistrationDate ● Date scalar

Registration date of the company.

AccountHolderCompanyInfo.companyType ● CompanyType enum

Legal form of the company (SAS, SCI, SASU, ...).

AccountHolderCompanyInfo.businessActivity ● BusinessActivity! non-null enum

Business activity.

AccountHolderCompanyInfo.businessActivityDescription ● String! non-null scalar

Business activity description. This must be 1024 characters long maximum.

AccountHolderCompanyInfo.monthlyPaymentVolume ● MonthlyPaymentVolume! non-null enum

Estimated monthly payment volume (euro).

AccountHolderCompanyInfo.individualUltimateBeneficialOwners ● [IndividualUltimateBeneficialOwner!]! non-null object

The ultimate beneficiary is defined as the natural person (s) who own or control, directly or indirectly, the reporting company.

The ultimate beneficiary is :

  • either the natural person (s) who hold, directly or indirectly, more than 25% of the capital or the rights of vote of the reporting company;
  • either the natural person (s) who exercise, by other means, a power of control of the company;

AccountHolderCompanyInfo.vatNumber ● String scalar

Unique number that identifies a taxable person (business) or non-taxable legal entity that is registered for VAT

AccountHolderCompanyInfo.taxIdentificationNumber ● String scalar

Tax Identification Number

AccountHolderCompanyInfo.legalRepresentativePersonalAddress ● AddressInformation object

Legal representative personal address

Interfaces

AccountHolderInfo interface

Account holder types.

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-connection/index.html b/api-reference/objects/account-holder-connection/index.html index d9093aeaf9b..2d8e60de83d 100644 --- a/api-reference/objects/account-holder-connection/index.html +++ b/api-reference/objects/account-holder-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountHolderConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More).

type AccountHolderConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [AccountHolderEdge!]!
}

Fields

AccountHolderConnection.totalCount ● Int! non-null scalar

Total number of element in the list.

AccountHolderConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page.

AccountHolderConnection.edges ● [AccountHolderEdge!]! non-null object

AccountHolderEdge list.

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

accountHolders query

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-edge/index.html b/api-reference/objects/account-holder-edge/index.html index f7dc3e23112..92a7952e3a4 100644 --- a/api-reference/objects/account-holder-edge/index.html +++ b/api-reference/objects/account-holder-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountHolderEdge

Implements the Relay Edge interface.

type AccountHolderEdge implements Edge {
cursor: String!
node: AccountHolder!
}

Fields

AccountHolderEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism.

AccountHolderEdge.node ● AccountHolder! non-null object

The account holder.

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

AccountHolderConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-enabled-status-info/index.html b/api-reference/objects/account-holder-enabled-status-info/index.html index 419391a0162..672c288d6e5 100644 --- a/api-reference/objects/account-holder-enabled-status-info/index.html +++ b/api-reference/objects/account-holder-enabled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-individual-info/index.html b/api-reference/objects/account-holder-individual-info/index.html index e7534c7e735..e05c558b54c 100644 --- a/api-reference/objects/account-holder-individual-info/index.html +++ b/api-reference/objects/account-holder-individual-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountHolderIndividualInfo

Individual account holder.

type AccountHolderIndividualInfo implements AccountHolderInfo {
type: AccountHolderType!
name: String!
employmentStatus: EmploymentStatus!
monthlyIncome: MonthlyIncome!
user: User!
taxIdentificationNumber: String
}

Fields

AccountHolderIndividualInfo.type ● AccountHolderType! non-null enum

Account holder type (always Individual for type AccountHolderIndividualInfo).

AccountHolderIndividualInfo.name ● String! non-null scalar

Account Holder's first name and last name.

AccountHolderIndividualInfo.employmentStatus ● EmploymentStatus! non-null enum

Employment status of the account holder (regulatory questions).

AccountHolderIndividualInfo.monthlyIncome ● MonthlyIncome! non-null enum

Monthly income of the account holder (regulatory questions).

AccountHolderIndividualInfo.user ● User! non-null object

User of the individual account holder.

AccountHolderIndividualInfo.taxIdentificationNumber ● String scalar

Tax Identification Number

Interfaces

AccountHolderInfo interface

Account holder types.

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-not-found-rejection/index.html b/api-reference/objects/account-holder-not-found-rejection/index.html index fb55037af5d..a6910328490 100644 --- a/api-reference/objects/account-holder-not-found-rejection/index.html +++ b/api-reference/objects/account-holder-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-suspended-status-info/index.html b/api-reference/objects/account-holder-suspended-status-info/index.html index c437b8c00dd..695ce11c90c 100644 --- a/api-reference/objects/account-holder-suspended-status-info/index.html +++ b/api-reference/objects/account-holder-suspended-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountHolderSuspendedStatusInfo

Account Holder Suspended Status Information

type AccountHolderSuspendedStatusInfo implements AccountHolderStatusInfo {
status: AccountHolderStatus!
reason: String!
}

Fields

AccountHolderSuspendedStatusInfo.status ● AccountHolderStatus! non-null enum

Status of the account holder.

AccountHolderSuspendedStatusInfo.reason ● String! non-null scalar

Reason why the account holder is suspended.

Interfaces

AccountHolderStatusInfo interface

Account Holder Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder-type-individual-rejection/index.html b/api-reference/objects/account-holder-type-individual-rejection/index.html index 419f0b038bd..92cdeaa4aea 100644 --- a/api-reference/objects/account-holder-type-individual-rejection/index.html +++ b/api-reference/objects/account-holder-type-individual-rejection/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountHolderTypeIndividualRejection

Rejection returned if the account holder type is individual. An individual account holder can't create a b2b received direct debit mandate.

type AccountHolderTypeIndividualRejection implements Rejection {
message: String!
}

Fields

AccountHolderTypeIndividualRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddReceivedInternalDirectDebitB2bMandatePayload union ● AddReceivedSepaDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-holder/index.html b/api-reference/objects/account-holder/index.html index 657cfa50473..65eca290ed1 100644 --- a/api-reference/objects/account-holder/index.html +++ b/api-reference/objects/account-holder/index.html @@ -7,15 +7,14 @@ - - + +
Skip to main content

AccountHolder

The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you.

type AccountHolder {
id: ID!
verificationStatus: VerificationStatus!
info: AccountHolderInfo!
statusInfo: AccountHolderStatusInfo
residencyAddress: AddressInfo!
createdDate: DateTime!
updatedDate: DateTime!
accounts(
after: String
before: String
first: Int! = 50
orderBy: AccountOrderByInput
): AccountConnection!
supportingDocumentCollections(
first: Int! = 50
before: String
after: String
): SupportingDocumentCollectionConnection!
fundingLimitSettingsChangeRequests(
first: Int! = 50
before: String
after: String
): FundingLimitSettingsChangeRequestConnection!
onboarding: Onboarding
externalAccounts(
first: Int! = 50
before: String
after: String
): ExternalAccountConnection!
paymentMandates(
first: Int! = 50
after: String
orderBy: PaymentMandateOrderByInput
filters: PaymentMandateFiltersInput
): PaymentMandateConnection
fundingLimitSettings: FundingLimitSettings
}

Fields

AccountHolder.id ● ID! non-null scalar

Unique identifier of the account holder.

AccountHolder.verificationStatus ● VerificationStatus! non-null enum

Verification status. -Banking regulations require financial institutions such as Swan to know and verify their customers in order to comply with their anti-money laundering and terrorist financing obligations. In banking jargon, we talk about KYC (Know Your Customers) procedure

AccountHolder.info ● AccountHolderInfo! non-null interface

Account holder type information.

AccountHolder.statusInfo ● AccountHolderStatusInfo interface

Account holder status information.

AccountHolder.residencyAddress ● AddressInfo! non-null object

Residency address.

AccountHolder.createdDate ● DateTime! non-null scalar

Created date.

AccountHolder.updatedDate ● DateTime! non-null scalar

Updated date.

AccountHolder.accounts ● AccountConnection! non-null object

List of accounts owned by the account holder.

AccountHolder.accounts.after ● String scalar
AccountHolder.accounts.before ● String scalar
AccountHolder.accounts.first ● Int! non-null scalar
AccountHolder.accounts.orderBy ● AccountOrderByInput input

AccountHolder.supportingDocumentCollections ● SupportingDocumentCollectionConnection! non-null object

List of supporting document collection for an account holder

AccountHolder.supportingDocumentCollections.first ● Int! non-null scalar
AccountHolder.supportingDocumentCollections.before ● String scalar
AccountHolder.supportingDocumentCollections.after ● String scalar

AccountHolder.fundingLimitSettingsChangeRequests ● FundingLimitSettingsChangeRequestConnection! non-null object

COMING SOON -List of funding limit settings change request for an account holder

AccountHolder.fundingLimitSettingsChangeRequests.first ● Int! non-null scalar
AccountHolder.fundingLimitSettingsChangeRequests.before ● String scalar
AccountHolder.fundingLimitSettingsChangeRequests.after ● String scalar

AccountHolder.onboarding ● Onboarding object

Account holder onboarding

AccountHolder.externalAccounts ● ExternalAccountConnection! non-null object

List of external account owned by the account holder

AccountHolder.externalAccounts.first ● Int! non-null scalar
AccountHolder.externalAccounts.before ● String scalar
AccountHolder.externalAccounts.after ● String scalar

AccountHolder.paymentMandates ● PaymentMandateConnection object

A list of Payment Mandates for an account holder.

AccountHolder.paymentMandates.first ● Int! non-null scalar

number of elements in the list (default value 50)

AccountHolder.paymentMandates.after ● String scalar

When the list of elements needs to start after a element

AccountHolder.paymentMandates.orderBy ● PaymentMandateOrderByInput input

When the list of elements needs to be ordered, by default, the list will be ordered by the latest updated Payment Mandate

AccountHolder.paymentMandates.filters ● PaymentMandateFiltersInput input

When the list of elements needs to be filtered

AccountHolder.fundingLimitSettings ● FundingLimitSettings object

Funding limit settings

Returned by

accountHolder query

Member of

Account object ● AccountHolderEdge object ● ExternalAccount object ● InternalPaymentDirectDebitMandate object ● Onboarding object ● SEPAPaymentDirectDebitMandate object ● UpdateAccountHolderSuccessPayload object

- - +Banking regulations require financial institutions such as Swan to know and verify their customers in order to comply with their anti-money laundering and terrorist financing obligations. In banking jargon, we talk about KYC (Know Your Customers) procedure

AccountHolder.info ● AccountHolderInfo! non-null interface

Account holder type information.

AccountHolder.statusInfo ● AccountHolderStatusInfo interface

Account holder status information.

AccountHolder.residencyAddress ● AddressInfo! non-null object

Residency address.

AccountHolder.createdDate ● DateTime! non-null scalar

Created date.

AccountHolder.updatedDate ● DateTime! non-null scalar

Updated date.

AccountHolder.accounts ● AccountConnection! non-null object

List of accounts owned by the account holder.

AccountHolder.accounts.after ● String scalar
AccountHolder.accounts.before ● String scalar
AccountHolder.accounts.first ● Int! non-null scalar
AccountHolder.accounts.orderBy ● AccountOrderByInput input

AccountHolder.supportingDocumentCollections ● SupportingDocumentCollectionConnection! non-null object

List of supporting document collection for an account holder

AccountHolder.supportingDocumentCollections.first ● Int! non-null scalar
AccountHolder.supportingDocumentCollections.before ● String scalar
AccountHolder.supportingDocumentCollections.after ● String scalar

AccountHolder.fundingLimitSettingsChangeRequests ● FundingLimitSettingsChangeRequestConnection! non-null object

List of funding limit settings change request for an account holder

AccountHolder.fundingLimitSettingsChangeRequests.first ● Int! non-null scalar
AccountHolder.fundingLimitSettingsChangeRequests.before ● String scalar
AccountHolder.fundingLimitSettingsChangeRequests.after ● String scalar

AccountHolder.onboarding ● Onboarding object

Account holder onboarding

AccountHolder.externalAccounts ● ExternalAccountConnection! non-null object

List of external account owned by the account holder

AccountHolder.externalAccounts.first ● Int! non-null scalar
AccountHolder.externalAccounts.before ● String scalar
AccountHolder.externalAccounts.after ● String scalar

AccountHolder.paymentMandates ● PaymentMandateConnection object

A list of Payment Mandates for an account holder.

AccountHolder.paymentMandates.first ● Int! non-null scalar

number of elements in the list (default value 50)

AccountHolder.paymentMandates.after ● String scalar

When the list of elements needs to start after a element

AccountHolder.paymentMandates.orderBy ● PaymentMandateOrderByInput input

When the list of elements needs to be ordered, by default, the list will be ordered by the latest updated Payment Mandate

AccountHolder.paymentMandates.filters ● PaymentMandateFiltersInput input

When the list of elements needs to be filtered

AccountHolder.fundingLimitSettings ● FundingLimitSettings object

Funding limit settings

Returned by

accountHolder query

Member of

Account object ● AccountHolderEdge object ● ExternalAccount object ● InternalPaymentDirectDebitMandate object ● Onboarding object ● SEPAPaymentDirectDebitMandate object ● UpdateAccountHolderSuccessPayload object

+ + \ No newline at end of file diff --git a/api-reference/objects/account-membership-binding-user-error-status-info/index.html b/api-reference/objects/account-membership-binding-user-error-status-info/index.html index e188c9dc911..d7b526207bf 100644 --- a/api-reference/objects/account-membership-binding-user-error-status-info/index.html +++ b/api-reference/objects/account-membership-binding-user-error-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipBindingUserErrorStatusInfo

when a user is binded with the error to the account membership

type AccountMembershipBindingUserErrorStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
firstNameMatchError: Boolean!
idVerifiedMatchError: Boolean!
lastNameMatchError: Boolean!
phoneNumberMatchError: Boolean!
birthDateMatchError: Boolean!
restrictedTo: RestrictedTo!
}

Fields

AccountMembershipBindingUserErrorStatusInfo.status ● AccountMembershipStatus! non-null enum

AccountMembership status (always BindingUserError for type AccountMembershipBindingUserErrorStatusInfo)

AccountMembershipBindingUserErrorStatusInfo.firstNameMatchError ● Boolean! non-null scalar

true if the first name of the user binded doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.idVerifiedMatchError ● Boolean! non-null scalar

true if Swan hasn't verified the user's identity

AccountMembershipBindingUserErrorStatusInfo.lastNameMatchError ● Boolean! non-null scalar

true if the last name of the user binded doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.phoneNumberMatchError ● Boolean! non-null scalar

true if the phone number of the user binded doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.birthDateMatchError ● Boolean! non-null scalar

true if the birth date of the user binded doesn't match with the invitation

AccountMembershipBindingUserErrorStatusInfo.restrictedTo ● RestrictedTo! non-null object

restricted to a user

Interfaces

AccountMembershipStatusInfo interface

here are the different account membership status:

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-cannot-be-disabled-rejection/index.html b/api-reference/objects/account-membership-cannot-be-disabled-rejection/index.html index cd2148cba19..8dacb7348c6 100644 --- a/api-reference/objects/account-membership-cannot-be-disabled-rejection/index.html +++ b/api-reference/objects/account-membership-cannot-be-disabled-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-cannot-be-updated-rejection/index.html b/api-reference/objects/account-membership-cannot-be-updated-rejection/index.html index bc33186b25e..4ca040a440e 100644 --- a/api-reference/objects/account-membership-cannot-be-updated-rejection/index.html +++ b/api-reference/objects/account-membership-cannot-be-updated-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-connection/index.html b/api-reference/objects/account-membership-connection/index.html index 39871078fdb..d7f5de4f6a2 100644 --- a/api-reference/objects/account-membership-connection/index.html +++ b/api-reference/objects/account-membership-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type AccountMembershipConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [AccountMembershipEdge!]!
}

Fields

AccountMembershipConnection.totalCount ● Int! non-null scalar

Total number of element in the list

AccountMembershipConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

AccountMembershipConnection.edges ● [AccountMembershipEdge!]! non-null object

AccountMembershipEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

accountMemberships query

Member of

Account object ● User object

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-consent-pending-status-info/index.html b/api-reference/objects/account-membership-consent-pending-status-info/index.html index 0d1a828c1ed..8e2e29fd73f 100644 --- a/api-reference/objects/account-membership-consent-pending-status-info/index.html +++ b/api-reference/objects/account-membership-consent-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipConsentPendingStatusInfo

when the user has to consent to invite a new account membership

type AccountMembershipConsentPendingStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
consent: Consent!
restrictedTo: RestrictedTo!
}

Fields

AccountMembershipConsentPendingStatusInfo.status ● AccountMembershipStatus! non-null enum

AccountMembership status (always ConsentPending for type AccountMembershipConsentPendingStatusInfo)

AccountMembershipConsentPendingStatusInfo.consent ● Consent! non-null object

The consent required to invite this account membership

AccountMembershipConsentPendingStatusInfo.restrictedTo ● RestrictedTo! non-null object

restricted to a user

Interfaces

AccountMembershipStatusInfo interface

here are the different account membership status:

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-disabled-status-info/index.html b/api-reference/objects/account-membership-disabled-status-info/index.html index 1393da02fa0..46719651b99 100644 --- a/api-reference/objects/account-membership-disabled-status-info/index.html +++ b/api-reference/objects/account-membership-disabled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipDisabledStatusInfo

when the account membership is disabled

type AccountMembershipDisabledStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
reason: String!
}

Fields

AccountMembershipDisabledStatusInfo.status ● AccountMembershipStatus! non-null enum

AccountMembership status (always Disabled for type AccountMembershipDisabledStatusInfo)

AccountMembershipDisabledStatusInfo.reason ● String! non-null scalar

reason why the account membership is disabled

Interfaces

AccountMembershipStatusInfo interface

here are the different account membership status:

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-edge/index.html b/api-reference/objects/account-membership-edge/index.html index 5110f79a630..826ff821ed1 100644 --- a/api-reference/objects/account-membership-edge/index.html +++ b/api-reference/objects/account-membership-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountMembershipEdge

Implements the Relay Edge interface

type AccountMembershipEdge implements Edge {
cursor: String!
node: AccountMembership!
}

Fields

AccountMembershipEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

AccountMembershipEdge.node ● AccountMembership! non-null object

The account membership

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

AccountMembershipConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-enabled-status-info/index.html b/api-reference/objects/account-membership-enabled-status-info/index.html index 8ba3f663a85..8240bca74f0 100644 --- a/api-reference/objects/account-membership-enabled-status-info/index.html +++ b/api-reference/objects/account-membership-enabled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-invitation-sent-status-info/index.html b/api-reference/objects/account-membership-invitation-sent-status-info/index.html index c933e6824d7..05518ef76fb 100644 --- a/api-reference/objects/account-membership-invitation-sent-status-info/index.html +++ b/api-reference/objects/account-membership-invitation-sent-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipInvitationSentStatusInfo

when a new account membership is invited and there is no user binded yet

type AccountMembershipInvitationSentStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
restrictedTo: RestrictedTo!
}

Fields

AccountMembershipInvitationSentStatusInfo.status ● AccountMembershipStatus! non-null enum

AccountMembership status (always InvitationSent for type AccountMembershipInvitationSentStatusInfo)

AccountMembershipInvitationSentStatusInfo.restrictedTo ● RestrictedTo! non-null object

restricted to a user

Interfaces

AccountMembershipStatusInfo interface

here are the different account membership status:

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-not-allowed-rejection/index.html b/api-reference/objects/account-membership-not-allowed-rejection/index.html index 39fc1101a29..d1f17c61974 100644 --- a/api-reference/objects/account-membership-not-allowed-rejection/index.html +++ b/api-reference/objects/account-membership-not-allowed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipNotAllowedRejection

Rejection returned when the Account Membership is not allowed to use an operation.

type AccountMembershipNotAllowedRejection implements Rejection {
message: String!
}

Fields

AccountMembershipNotAllowedRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddCardPayload union ● AddCardsPayload union ● AddCardsWithGroupDeliveryPayload union ● AddDigitalCardPayload union ● AddSingleUseVirtualCardPayload union ● AddSingleUseVirtualCardsPayload union ● CancelCardPayload union ● CancelDigitalCardPayload union ● CancelPhysicalCardPayload union ● PrintPhysicalCardPayload union ● SuspendPhysicalCardPayload union ● UpdateCardPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-not-found-rejection/index.html b/api-reference/objects/account-membership-not-found-rejection/index.html index 1be7643d2af..d613df5daaf 100644 --- a/api-reference/objects/account-membership-not-found-rejection/index.html +++ b/api-reference/objects/account-membership-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-not-ready-to-be-bound-rejection/index.html b/api-reference/objects/account-membership-not-ready-to-be-bound-rejection/index.html index 1adfe89a239..50712ff3858 100644 --- a/api-reference/objects/account-membership-not-ready-to-be-bound-rejection/index.html +++ b/api-reference/objects/account-membership-not-ready-to-be-bound-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership-suspended-status-info/index.html b/api-reference/objects/account-membership-suspended-status-info/index.html index 3c1abac9fc4..8498fce8b84 100644 --- a/api-reference/objects/account-membership-suspended-status-info/index.html +++ b/api-reference/objects/account-membership-suspended-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountMembershipSuspendedStatusInfo

when the account membership is suspended

type AccountMembershipSuspendedStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
reason: String!
}

Fields

AccountMembershipSuspendedStatusInfo.status ● AccountMembershipStatus! non-null enum

AccountMembership status (always Suspended for type AccountMembershipSuspendedStatusInfo)

AccountMembershipSuspendedStatusInfo.reason ● String! non-null scalar

reason why the account membership is suspended

Interfaces

AccountMembershipStatusInfo interface

here are the different account membership status:

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-membership/index.html b/api-reference/objects/account-membership/index.html index 6474950eb71..2b5bfa2b21f 100644 --- a/api-reference/objects/account-membership/index.html +++ b/api-reference/objects/account-membership/index.html @@ -7,14 +7,13 @@ - - + +
-
Skip to main content

AccountMembership

An account membership represents the rights of a user for a given account.

Each account is administered by an account membership having the capacity of legal representative. He has the possibility of delegating rights on this account to other users.

type AccountMembership {
id: ID!
email: String!
user: User
legalRepresentative: Boolean!
canViewAccount: Boolean!
canManageBeneficiaries: Boolean!
canInitiatePayments: Boolean!
canManageAccountMembership: Boolean!
canManageCards: Boolean!
statusInfo: AccountMembershipStatusInfo!
account: Account
spendingLimits: [SpendingLimit!]
createdAt: DateTime!
updatedAt: DateTime!
version: String!
residencyAddress: AddressInfo
taxIdentificationNumber: String
acceptedIdentificationLevels: [IdentificationLevel]!
recommendedIdentificationLevel: IdentificationLevel!
hasRequiredIdentificationLevel: Boolean
disabledAt: DateTime
cards(
first: Int! = 50
before: String
after: String
orderBy: CardOrderByInput
filters: CardFiltersInput
): CardConnection!
spending: Spending
}

Fields

AccountMembership.id ● ID! non-null scalar

unique identifier of an account membership

AccountMembership.email ● String! non-null scalar

email

AccountMembership.user ● User object

user of this account membership

AccountMembership.legalRepresentative ● Boolean! non-null scalar

true if this account membership having the capacity of the legal representative of the account holder.

AccountMembership.canViewAccount ● Boolean! non-null scalar

true if this account membership can view account balances and transactions history

AccountMembership.canManageBeneficiaries ● Boolean! non-null scalar

true if this account membership can add or canceled beneficiaries

AccountMembership.canInitiatePayments ● Boolean! non-null scalar

true if this account membership can initiate payments

AccountMembership.canManageAccountMembership ● Boolean! non-null scalar

true if this account membership can invite, update, suspend or resume memberships

AccountMembership.canManageCards ● Boolean! non-null scalar

COMING SOON -true if this account membership can manage cards for himself or to the memberships he manages

AccountMembership.statusInfo ● AccountMembershipStatusInfo! non-null interface

status of the account membership

AccountMembership.account ● Account object

account of the account membership

AccountMembership.spendingLimits ● [SpendingLimit!] list object

Periodic Spending limit list

AccountMembership.createdAt ● DateTime! non-null scalar

Created date

AccountMembership.updatedAt ● DateTime! non-null scalar

Updated date

AccountMembership.version ● String! non-null scalar

version of the account membership started from '1' and incremented at every updates

AccountMembership.residencyAddress ● AddressInfo object

Residency address of the member

AccountMembership.taxIdentificationNumber ● String scalar

Tax Identification Number of the member

AccountMembership.acceptedIdentificationLevels ● [IdentificationLevel]! non-null enum

List of accepted identification level

AccountMembership.recommendedIdentificationLevel ● IdentificationLevel! non-null enum

Recommended identification level

AccountMembership.hasRequiredIdentificationLevel ● Boolean scalar

Indicate if the identity bound to the account membership has required identification level

AccountMembership.disabledAt ● DateTime scalar

Disabled date

AccountMembership.cards ● CardConnection! non-null object

account membership's cards

AccountMembership.cards.first ● Int! non-null scalar
AccountMembership.cards.before ● String scalar
AccountMembership.cards.after ● String scalar
AccountMembership.cards.orderBy ● CardOrderByInput input

When the list of elements needs to be ordered

AccountMembership.cards.filters ● CardFiltersInput input

When the list of elements needs to be filtered

AccountMembership.spending ● Spending object

Periodic Spending

Returned by

accountMembership query

Member of

Account object ● AccountMembershipEdge object ● AddAccountMembershipsSuccessPayload object ● AddAccountMembershipSuccessPayload object ● BindAccountMembershipSuccessPayload object ● Card object ● DisableAccountMembershipSuccessPayload object ● PendingConsentAccountMembershipUpdate object ● SuspendAccountMembershipSuccessPayload object

- - +
Skip to main content

AccountMembership

An account membership represents the rights of a user for a given account.

Each account is administered by an account membership having the capacity of legal representative. He has the possibility of delegating rights on this account to other users.

type AccountMembership {
id: ID!
email: String!
user: User
legalRepresentative: Boolean!
canViewAccount: Boolean!
canManageBeneficiaries: Boolean!
canInitiatePayments: Boolean!
canManageAccountMembership: Boolean!
canManageCards: Boolean!
statusInfo: AccountMembershipStatusInfo!
account: Account
spendingLimits: [SpendingLimit!]
createdAt: DateTime!
updatedAt: DateTime!
version: String!
residencyAddress: AddressInfo
taxIdentificationNumber: String
acceptedIdentificationLevels: [IdentificationLevel]!
recommendedIdentificationLevel: IdentificationLevel!
hasRequiredIdentificationLevel: Boolean
disabledAt: DateTime
cards(
first: Int! = 50
before: String
after: String
orderBy: CardOrderByInput
filters: CardFiltersInput
): CardConnection!
spending: Spending
}

Fields

AccountMembership.id ● ID! non-null scalar

Unique identifier of an account membership

AccountMembership.email ● String! non-null scalar

email

AccountMembership.user ● User object

user of this account membership

AccountMembership.legalRepresentative ● Boolean! non-null scalar

true if this account membership having the capacity of the legal representative of the account holder.

AccountMembership.canViewAccount ● Boolean! non-null scalar

true if this account membership can view account balances and transactions history

AccountMembership.canManageBeneficiaries ● Boolean! non-null scalar

true if this account membership can add or canceled beneficiaries

AccountMembership.canInitiatePayments ● Boolean! non-null scalar

true if this account membership can initiate payments

AccountMembership.canManageAccountMembership ● Boolean! non-null scalar

true if this account membership can invite, update, suspend or resume memberships

AccountMembership.canManageCards ● Boolean! non-null scalar

true if this account membership can manage cards for himself or to the memberships he manages

AccountMembership.statusInfo ● AccountMembershipStatusInfo! non-null interface

status of the account membership

AccountMembership.account ● Account object

account of the account membership

AccountMembership.spendingLimits ● [SpendingLimit!] list object

Periodic Spending limit list

AccountMembership.createdAt ● DateTime! non-null scalar

Created date

AccountMembership.updatedAt ● DateTime! non-null scalar

Updated date

AccountMembership.version ● String! non-null scalar

version of the account membership started from '1' and incremented at every updates

AccountMembership.residencyAddress ● AddressInfo object

Residency address of the member

AccountMembership.taxIdentificationNumber ● String scalar

Tax Identification Number of the member

AccountMembership.acceptedIdentificationLevels ● [IdentificationLevel]! non-null enum

List of accepted identification level

AccountMembership.recommendedIdentificationLevel ● IdentificationLevel! non-null enum

Recommended identification level

AccountMembership.hasRequiredIdentificationLevel ● Boolean scalar

Indicate if the identity bound to the account membership has required identification level

AccountMembership.disabledAt ● DateTime scalar

Disabled date

AccountMembership.cards ● CardConnection! non-null object

account membership's cards

AccountMembership.cards.first ● Int! non-null scalar
AccountMembership.cards.before ● String scalar
AccountMembership.cards.after ● String scalar
AccountMembership.cards.orderBy ● CardOrderByInput input

When the list of elements needs to be ordered

AccountMembership.cards.filters ● CardFiltersInput input

When the list of elements needs to be filtered

AccountMembership.spending ● Spending object

Periodic Spending

Returned by

accountMembership query

Member of

Account object ● AccountMembershipEdge object ● AddAccountMembershipsSuccessPayload object ● AddAccountMembershipSuccessPayload object ● BindAccountMembershipSuccessPayload object ● Card object ● DisableAccountMembershipSuccessPayload object ● PendingConsentAccountMembershipUpdate object ● SuspendAccountMembershipSuccessPayload object

+ + \ No newline at end of file diff --git a/api-reference/objects/account-not-eligible-rejection/index.html b/api-reference/objects/account-not-eligible-rejection/index.html index 7e3a9b01571..966d3a1af66 100644 --- a/api-reference/objects/account-not-eligible-rejection/index.html +++ b/api-reference/objects/account-not-eligible-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-not-found-rejection/index.html b/api-reference/objects/account-not-found-rejection/index.html index 7886143b379..c18cec1c6ac 100644 --- a/api-reference/objects/account-not-found-rejection/index.html +++ b/api-reference/objects/account-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountNotFoundRejection

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

type AccountNotFoundRejection implements Rejection {
id: String!
message: String!
}

Fields

AccountNotFoundRejection.id ● String! non-null scalar

AccountNotFoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddMerchantProfilePayload union ● AddReceivedSepaDirectDebitB2bMandatePayload union ● AddVirtualIbanEntryPayload union ● AllowSddPayload union ● CancelVirtualIbanEntryPayload union ● CloseAccountPayload union ● DenySddPayload union ● InitiateCreditTransfersPayload union ● InitiateInternationalCreditTransferResponsePayload union ● RequestMerchantProfileUpdatePayload union ● UpdateAccountPayload union ● UpdateCardPayload union ● UpdateReceivedSepaDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-opened-status/index.html b/api-reference/objects/account-opened-status/index.html index 1587542dc82..29c9858ee96 100644 --- a/api-reference/objects/account-opened-status/index.html +++ b/api-reference/objects/account-opened-status/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account-suspended-status/index.html b/api-reference/objects/account-suspended-status/index.html index b13bc2a1557..697881e7656 100644 --- a/api-reference/objects/account-suspended-status/index.html +++ b/api-reference/objects/account-suspended-status/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AccountSuspendedStatus

Account Suspended status information

type AccountSuspendedStatus implements AccountStatusInfo {
status: AccountStatus!
reason: String!
reasonInfo: SuspendAccountStatusReason!
}

Fields

AccountSuspendedStatus.status ● AccountStatus! non-null enum

Account status (always Suspended for type AccountSuspendedStatus)

AccountSuspendedStatus.reason ● String! non-null scalar

Reason why the account is suspended @Deprecated

AccountSuspendedStatus.reasonInfo ● SuspendAccountStatusReason! non-null union

Reason why the account is currently suspend

Interfaces

AccountStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-verification-already-rejected-rejection/index.html b/api-reference/objects/account-verification-already-rejected-rejection/index.html index 1b6817159fe..4ca30d812e8 100644 --- a/api-reference/objects/account-verification-already-rejected-rejection/index.html +++ b/api-reference/objects/account-verification-already-rejected-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountVerificationAlreadyRejectedRejection

Rejection returned when the external account has already been rejected.

In such a case, contact Swan directly to resolve the situation for this specific account holder.

type AccountVerificationAlreadyRejectedRejection implements Rejection {
message: String!
}

Fields

AccountVerificationAlreadyRejectedRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddDirectDebitFundingSourcePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/account-verification-wrong-status-rejection/index.html b/api-reference/objects/account-verification-wrong-status-rejection/index.html index 146f703cdfc..41bca02aef1 100644 --- a/api-reference/objects/account-verification-wrong-status-rejection/index.html +++ b/api-reference/objects/account-verification-wrong-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/account/index.html b/api-reference/objects/account/index.html index 8debafe905c..fb930855dbc 100644 --- a/api-reference/objects/account/index.html +++ b/api-reference/objects/account/index.html @@ -7,19 +7,17 @@ - - + +
Skip to main content

Account

Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account.

type Account {
id: ID!
number: AccountNumber!
name: String!
holder: AccountHolder!
cashAccountType: CashAccountType!
country: AccountCountry!
paymentLevel: PaymentLevel!
BIC: BIC!
IBAN: IBAN
currency: Currency!
blockSDD: Boolean
statusInfo: AccountStatusInfo!
partnershipStatusInfo: PartnershipStatusInfo
createdAt: DateTime!
updatedAt: DateTime!
virtualIbanEntries(
first: Int! = 50
before: String
after: String
): VirtualIBANEntryConnection!
memberships(
first: Int! = 50
before: String
after: String
filters: MembershipsFilterInput
orderBy: AccountMembershipOrderByInput
): AccountMembershipConnection!
requiredConsentToFetchNewTransactions: Boolean!
language: AccountLanguage!
legalRepresentativeMembership: AccountMembership!
paymentAccountType: PaymentAccountType!
upgradedAt: DateTime
bankDetails: String
legalDocuments(
first: Int! = 50
after: String
filters: LegalDocumentsFilterInput
): LegalDocumentConnection
balances: AccountBalances
statements(
first: Int! = 50
after: String
filters: StatementFiltersInput
): StatementConnection
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
orderBy: TransactionsOrderByInput
): TransactionConnection
invoices(
first: Int! = 10
after: String
): InvoiceConnection
receivedDirectDebitMandates(
first: Int! = 50
after: String
orderBy: AccountReceivedDirectDebitOrderByInput
filters: AccountReceivedDirectDebitMandateFiltersInput
): ReceivedDirectDebitMandateConnection
standingOrders(
first: Int! = 50
after: String
offset: Int
orderBy: AccountStandingOrderOrderByInput
filters: AccountStandingOrderFiltersInput
): StandingOrderConnection!
fundingSources(
first: Int! = 50
after: String
orderBy: FundingSourceOrderByInput
filters: FundingSourceFiltersInput
): FundingSourceConnection
merchantProfiles(
first: Int! = 50
after: String
orderBy: MerchantProfileOrderByInput
filters: MerchantProfileFiltersInput
): MerchantProfileConnection
}

Fields

Account.id ● ID! non-null scalar

Unique identifier of an account

Account.number ● AccountNumber! non-null scalar

Unique account number

Account.name ● String! non-null scalar

Account name

Account.holder ● AccountHolder! non-null object

Account holder

Account.cashAccountType ● CashAccountType! non-null enum

Cash account type

Account.country ● AccountCountry! non-null enum

Country of the account

Account.paymentLevel ● PaymentLevel! non-null enum

Payment level

Account.BIC ● BIC! non-null scalar

Bank Identifier Code Only if the account membership has canViewAccount=true & this account has paymentLevel=Unlimited

Account.IBAN ● IBAN scalar

International Bank Account Number -Only if the account membership has canViewAccount=true & this account has paymentLevel=Unlimited

Account.currency ● Currency! non-null scalar

Currency

Account.blockSDD ● Boolean scalar

true if the main IBAN refuses all Sepa Direct Debit received

Account.statusInfo ● AccountStatusInfo! non-null interface

Status of the account

Account.partnershipStatusInfo ● PartnershipStatusInfo interface

Partnership status

Account.createdAt ● DateTime! non-null scalar

Created date

Account.updatedAt ● DateTime! non-null scalar

Updated date

Account.virtualIbanEntries ● VirtualIBANEntryConnection! non-null object

List of Virtual IBAN

Account.virtualIbanEntries.first ● Int! non-null scalar
Account.virtualIbanEntries.before ● String scalar
Account.virtualIbanEntries.after ● String scalar

Account.memberships ● AccountMembershipConnection! non-null object

List of account membership for this account

Account.memberships.first ● Int! non-null scalar
Account.memberships.before ● String scalar
Account.memberships.after ● String scalar
Account.memberships.filters ● MembershipsFilterInput input
Account.memberships.orderBy ● AccountMembershipOrderByInput input

Account.requiredConsentToFetchNewTransactions ● Boolean! non-null scalar

trueif a consent is required to fetch new transactions

Account.language ● AccountLanguage! non-null enum

Language used for account statements

Account.legalRepresentativeMembership ● AccountMembership! non-null object

Legal representative account membership

Account.paymentAccountType ● PaymentAccountType! non-null enum

Type of the account : EMoney if account holder has not finished the KYC requirements, PaymentService otherwise

Account.upgradedAt ● DateTime scalar

Date of the account going from eMoney to PaymentService

Account.bankDetails ● String scalar

COMING SOON -Link to the account's bank details

Account.legalDocuments ● LegalDocumentConnection object

COMING SOON -Legal Documents linked to the account

Account.legalDocuments.first ● Int! non-null scalar
Account.legalDocuments.after ● String scalar
Account.legalDocuments.filters ● LegalDocumentsFilterInput input

Account.balances ● AccountBalances object

A list of balances regarding an account.

Account.statements ● StatementConnection object

A list of statements of an account. +Only if the account membership has canViewAccount=true & this account has paymentLevel=Unlimited

Account.currency ● Currency! non-null scalar

Currency

Account.blockSDD ● Boolean scalar

true if the main IBAN refuses all Sepa Direct Debit received

Account.statusInfo ● AccountStatusInfo! non-null interface

Status of the account

Account.partnershipStatusInfo ● PartnershipStatusInfo interface

Partnership status

Account.createdAt ● DateTime! non-null scalar

Created date

Account.updatedAt ● DateTime! non-null scalar

Updated date

Account.virtualIbanEntries ● VirtualIBANEntryConnection! non-null object

List of Virtual IBAN

Account.virtualIbanEntries.first ● Int! non-null scalar
Account.virtualIbanEntries.before ● String scalar
Account.virtualIbanEntries.after ● String scalar

Account.memberships ● AccountMembershipConnection! non-null object

List of account membership for this account

Account.memberships.first ● Int! non-null scalar
Account.memberships.before ● String scalar
Account.memberships.after ● String scalar
Account.memberships.filters ● MembershipsFilterInput input
Account.memberships.orderBy ● AccountMembershipOrderByInput input

Account.requiredConsentToFetchNewTransactions ● Boolean! non-null scalar

trueif a consent is required to fetch new transactions

Account.language ● AccountLanguage! non-null enum

Language used for account statements

Account.legalRepresentativeMembership ● AccountMembership! non-null object

Legal representative account membership

Account.paymentAccountType ● PaymentAccountType! non-null enum

Type of the account : EMoney if account holder has not finished the KYC requirements, PaymentService otherwise

Account.upgradedAt ● DateTime scalar

Date of the account going from eMoney to PaymentService

Account.bankDetails ● String scalar

Link to the account's bank details

Account.legalDocuments ● LegalDocumentConnection object

Legal Documents linked to the account

Account.legalDocuments.first ● Int! non-null scalar
Account.legalDocuments.after ● String scalar
Account.legalDocuments.filters ● LegalDocumentsFilterInput input

Account.balances ● AccountBalances object

A list of balances regarding an account.

Account.statements ● StatementConnection object

A list of statements of an account. The list is ordered by lastUpdateAt

Account.statements.first ● Int! non-null scalar

number of elements in the list (default value 50)

Account.statements.after ● String scalar

When the list of elements needs to start after a element

Account.statements.filters ● StatementFiltersInput input

When the list of elements needs to be filtered

Account.transactions ● TransactionConnection object

A list of transactions of an account.

Account.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

Account.transactions.after ● String scalar

When the list of elements needs to start after a element

Account.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

Account.transactions.orderBy ● TransactionsOrderByInput input

When the list of elements needs to be sorted (default value UpdatedAt desc)

Account.invoices ● InvoiceConnection object

A list of invoices of an account. The list is ordered by creation date (from newest to oldest)

Account.invoices.first ● Int! non-null scalar

number of elements in the list (default value 10)

Account.invoices.after ● String scalar

When the list of elements needs to start after an element

Account.receivedDirectDebitMandates ● ReceivedDirectDebitMandateConnection object

A list of receive Direct Mandates of an account.

Account.receivedDirectDebitMandates.first ● Int! non-null scalar

number of elements in the list (default value 50)

Account.receivedDirectDebitMandates.after ● String scalar

When the list of elements needs to start after a element

Account.receivedDirectDebitMandates.orderBy ● AccountReceivedDirectDebitOrderByInput input

When the list of elements needs to be ordered

Account.receivedDirectDebitMandates.filters ● AccountReceivedDirectDebitMandateFiltersInput input

When the list of elements needs to be filtered

Account.standingOrders ● StandingOrderConnection! non-null object

A list of standing orders regarding an account.

Account.standingOrders.first ● Int! non-null scalar

number of elements in the list (default value 50)

Account.standingOrders.after ● String scalar

When the list of elements needs to start after a element

Account.standingOrders.offset ● Int scalar

When the list of elements needs to start at a specific offset

Account.standingOrders.orderBy ● AccountStandingOrderOrderByInput input

When the list of elements needs to be ordered

Account.standingOrders.filters ● AccountStandingOrderFiltersInput input

When the list of elements needs to be filtered

Account.fundingSources ● FundingSourceConnection object

List of funding source created on the account

Account.fundingSources.first ● Int! non-null scalar

number of elements in the list (default value 50)

Account.fundingSources.after ● String scalar

When the list of elements needs to start after a element

Account.fundingSources.orderBy ● FundingSourceOrderByInput input

When the list of elements needs to be ordered

Account.fundingSources.filters ● FundingSourceFiltersInput input

When the list of elements needs to be filtered

Account.merchantProfiles ● MerchantProfileConnection object

List of merchant profiles created on the account

Account.merchantProfiles.first ● Int! non-null scalar

number of elements in the list (default value 50)

Account.merchantProfiles.after ● String scalar

When the list of elements needs to start after a element

Account.merchantProfiles.orderBy ● MerchantProfileOrderByInput input

When the list of elements needs to be ordered

Account.merchantProfiles.filters ● MerchantProfileFiltersInput input

When the list of elements needs to be filtered

Returned by

account query

Member of

AccountEdge object ● AccountMembership object ● AllowSddSuccessPayload object ● Balance object ● CardTransaction object ● CheckTransaction object ● DenySddSuccessPayload object ● FeeTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternalReceivedDirectDebitMandate object ● InternationalCreditTransferTransaction object ● Onboarding object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● SEPAReceivedDirectDebitMandate object ● StandingOrder object ● Statement object ● Transaction interface ● UpdateAccountSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/activate-physical-card-success-payload/index.html b/api-reference/objects/activate-physical-card-success-payload/index.html index 1d966d0bba5..36946138793 100644 --- a/api-reference/objects/activate-physical-card-success-payload/index.html +++ b/api-reference/objects/activate-physical-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-account-membership-success-payload/index.html b/api-reference/objects/add-account-membership-success-payload/index.html index a6e08856329..7dd46b3d5a9 100644 --- a/api-reference/objects/add-account-membership-success-payload/index.html +++ b/api-reference/objects/add-account-membership-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-account-memberships-success-payload/index.html b/api-reference/objects/add-account-memberships-success-payload/index.html index 92fa79ba914..b22b18ad538 100644 --- a/api-reference/objects/add-account-memberships-success-payload/index.html +++ b/api-reference/objects/add-account-memberships-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-card-success-payload/index.html b/api-reference/objects/add-card-success-payload/index.html index d80f9ec8682..59ca9bd9f54 100644 --- a/api-reference/objects/add-card-success-payload/index.html +++ b/api-reference/objects/add-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-cards-success-payload/index.html b/api-reference/objects/add-cards-success-payload/index.html index 6c9eb48f730..30fc94d5cda 100644 --- a/api-reference/objects/add-cards-success-payload/index.html +++ b/api-reference/objects/add-cards-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-cards-with-group-delivery-success-payload/index.html b/api-reference/objects/add-cards-with-group-delivery-success-payload/index.html index 6cc74d68db8..746514be6bf 100644 --- a/api-reference/objects/add-cards-with-group-delivery-success-payload/index.html +++ b/api-reference/objects/add-cards-with-group-delivery-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-digital-card-success-payload/index.html b/api-reference/objects/add-digital-card-success-payload/index.html index 9e7c7d57251..a898eb84b98 100644 --- a/api-reference/objects/add-digital-card-success-payload/index.html +++ b/api-reference/objects/add-digital-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-direct-debit-funding-source-success-payload/index.html b/api-reference/objects/add-direct-debit-funding-source-success-payload/index.html index 2ce2959bc72..36d97431b04 100644 --- a/api-reference/objects/add-direct-debit-funding-source-success-payload/index.html +++ b/api-reference/objects/add-direct-debit-funding-source-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-external-account-balance-success-payload/index.html b/api-reference/objects/add-external-account-balance-success-payload/index.html index e444e0e84ef..94c1c40d8a5 100644 --- a/api-reference/objects/add-external-account-balance-success-payload/index.html +++ b/api-reference/objects/add-external-account-balance-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-external-account-success-payload/index.html b/api-reference/objects/add-external-account-success-payload/index.html index 43cbbd0b8cf..fb1aab00ffc 100644 --- a/api-reference/objects/add-external-account-success-payload/index.html +++ b/api-reference/objects/add-external-account-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-funding-limit-settings-change-request-success-payload/index.html b/api-reference/objects/add-funding-limit-settings-change-request-success-payload/index.html index 9b0b7d2ec60..0bf1af8f133 100644 --- a/api-reference/objects/add-funding-limit-settings-change-request-success-payload/index.html +++ b/api-reference/objects/add-funding-limit-settings-change-request-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddFundingLimitSettingsChangeRequestSuccessPayload

Add Funding Limit Settings Change Request Success Payload

type AddFundingLimitSettingsChangeRequestSuccessPayload {
fundingLimitSettingsChangeRequest: FundingLimitSettingsChangeRequest!
}

Fields

AddFundingLimitSettingsChangeRequestSuccessPayload.fundingLimitSettingsChangeRequest ● FundingLimitSettingsChangeRequest! non-null object

The new request for funding limit settings change

Implemented by

AddFundingLimitSettingsChangeRequestPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload/index.html b/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload/index.html index 62bf9059c49..d2e1d0867c7 100644 --- a/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload/index.html +++ b/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-merchant-profile-success-payload/index.html b/api-reference/objects/add-merchant-profile-success-payload/index.html index 763e7a472fd..cd2ff52e1ad 100644 --- a/api-reference/objects/add-merchant-profile-success-payload/index.html +++ b/api-reference/objects/add-merchant-profile-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-or-update-external-account-balance-success-payload/index.html b/api-reference/objects/add-or-update-external-account-balance-success-payload/index.html index b161872fe35..5c5ae52971d 100644 --- a/api-reference/objects/add-or-update-external-account-balance-success-payload/index.html +++ b/api-reference/objects/add-or-update-external-account-balance-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload/index.html b/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload/index.html index 50aab5610de..0aeb7aafe13 100644 --- a/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload/index.html +++ b/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddReceivedInternalDirectDebitB2bMandateSuccessPayload

Return type in case of a successful response of the addReceivedInternalDirectDebitB2bMandate mutation

type AddReceivedInternalDirectDebitB2bMandateSuccessPayload {
receivedDirectDebitMandate: ReceivedDirectDebitMandate!
}

Fields

AddReceivedInternalDirectDebitB2bMandateSuccessPayload.receivedDirectDebitMandate ● ReceivedDirectDebitMandate! non-null interface

The received direct debit mandate is added

Implemented by

AddReceivedInternalDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html b/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html index 32a9a70d56e..984754d2f79 100644 --- a/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html +++ b/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddReceivedSepaDirectDebitB2bMandateSuccessPayload

Return type in case of a successful response of the addReceivedSepaDirectDebitB2bMandate mutation

type AddReceivedSepaDirectDebitB2bMandateSuccessPayload {
receivedDirectDebitMandate: ReceivedDirectDebitMandate!
}

Fields

AddReceivedSepaDirectDebitB2bMandateSuccessPayload.receivedDirectDebitMandate ● ReceivedDirectDebitMandate! non-null interface

The received direct debit mandate is added

Implemented by

AddReceivedSepaDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload/index.html b/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload/index.html index cb03627ef19..7d7d9720006 100644 --- a/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload/index.html +++ b/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload/index.html b/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload/index.html index d3f3e2337e7..4e552724baa 100644 --- a/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload/index.html +++ b/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/add-single-use-virtual-card-success-for-user-payload/index.html b/api-reference/objects/add-single-use-virtual-card-success-for-user-payload/index.html index 51625bd6236..40014636423 100644 --- a/api-reference/objects/add-single-use-virtual-card-success-for-user-payload/index.html +++ b/api-reference/objects/add-single-use-virtual-card-success-for-user-payload/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/add-single-use-virtual-cards-success-payload/index.html b/api-reference/objects/add-single-use-virtual-cards-success-payload/index.html index eb9aaf5f6ad..bea839b3ca2 100644 --- a/api-reference/objects/add-single-use-virtual-cards-success-payload/index.html +++ b/api-reference/objects/add-single-use-virtual-cards-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/add-virtual-iban-entry-success-payload/index.html b/api-reference/objects/add-virtual-iban-entry-success-payload/index.html index 55b4b8d1935..37ce172a8c0 100644 --- a/api-reference/objects/add-virtual-iban-entry-success-payload/index.html +++ b/api-reference/objects/add-virtual-iban-entry-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/adding-cards-to-different-accounts-rejection/index.html b/api-reference/objects/adding-cards-to-different-accounts-rejection/index.html index 144f6fb79d0..127c3690bd3 100644 --- a/api-reference/objects/adding-cards-to-different-accounts-rejection/index.html +++ b/api-reference/objects/adding-cards-to-different-accounts-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/address-info/index.html b/api-reference/objects/address-info/index.html index da4b3cc82c7..ed1b468e21e 100644 --- a/api-reference/objects/address-info/index.html +++ b/api-reference/objects/address-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddressInfo

Address information.

type AddressInfo {
addressLine1: String
addressLine2: String
city: String
postalCode: String
state: String
country: CCA3
}

Fields

AddressInfo.addressLine1 ● String scalar

Address line 1.

AddressInfo.addressLine2 ● String scalar

Address line 2.

AddressInfo.city ● String scalar

City.

AddressInfo.postalCode ● String scalar

Postal code.

AddressInfo.state ● String scalar

State.

AddressInfo.country ● CCA3 scalar

Country.

Member of

AccountHolder object ● AccountMembership object ● OnboardingCompanyAccountHolderInfo object ● OnboardingIndividualAccountHolderInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/address-information/index.html b/api-reference/objects/address-information/index.html index 270c047f8da..ef4681ad8d0 100644 --- a/api-reference/objects/address-information/index.html +++ b/api-reference/objects/address-information/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddressInformation

Address

type AddressInformation {
addressLine1: String!
addressLine2: String
city: String!
country: CCA3!
postalCode: String!
state: String
}

Fields

AddressInformation.addressLine1 ● String! non-null scalar

Address

AddressInformation.addressLine2 ● String scalar

Address

AddressInformation.city ● String! non-null scalar

City

AddressInformation.country ● CCA3! non-null scalar

Country

AddressInformation.postalCode ● String! non-null scalar

Postal code

AddressInformation.state ● String scalar

State

Member of

AccountHolderCompanyInfo object ● CompanyInfo object ● IndividualUltimateBeneficialOwner object ● OnboardingCompanyAccountHolderInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/address/index.html b/api-reference/objects/address/index.html index fa08d1c75dd..b23ce91da8f 100644 --- a/api-reference/objects/address/index.html +++ b/api-reference/objects/address/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Address

Address Information

type Address {
addressLine1: String
addressLine2: String
city: String
postalCode: String
state: String
country: CCA3
}

Fields

Address.addressLine1 ● String scalar

address line 1

Address.addressLine2 ● String scalar

addressLine2

Address.city ● String scalar

city

Address.postalCode ● String scalar

postal code (max 10 characters)

Address.state ● String scalar

state

Address.country ● CCA3 scalar

country

Member of

Bank object ● InternalPaymentMandateCreditor object ● InternalPaymentMandateDebtor object ● InternalReceivedDirectDebitMandateCreditor object ● PaymentMandateCreditor interface ● PhysicalCardRenewedStatusInfo object ● PhysicalCardToActivateStatusInfo object ● SEPABeneficiary object ● SEPAPaymentMandateCreditor object ● SEPAPaymentMandateDebtor object ● SEPAReceivedDirectDebitMandateCreditor object

- - + + \ No newline at end of file diff --git a/api-reference/objects/allow-sdd-success-payload/index.html b/api-reference/objects/allow-sdd-success-payload/index.html index 929040174d8..fbc7f9c840c 100644 --- a/api-reference/objects/allow-sdd-success-payload/index.html +++ b/api-reference/objects/allow-sdd-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload/index.html b/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload/index.html index 2618d69c976..3481b9f12bb 100644 --- a/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload/index.html +++ b/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/allowed-value/index.html b/api-reference/objects/allowed-value/index.html index 09d61991510..accb664249d 100644 --- a/api-reference/objects/allowed-value/index.html +++ b/api-reference/objects/allowed-value/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/already-valid-physical-card-rejection/index.html b/api-reference/objects/already-valid-physical-card-rejection/index.html index 611df1ec61d..97124197574 100644 --- a/api-reference/objects/already-valid-physical-card-rejection/index.html +++ b/api-reference/objects/already-valid-physical-card-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/amount/index.html b/api-reference/objects/amount/index.html index a0f16bf7f88..a8ee9fc36f1 100644 --- a/api-reference/objects/amount/index.html +++ b/api-reference/objects/amount/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Amount

Amount with its currency

type Amount {
currency: Currency!
value: AmountValue!
}

Fields

Amount.currency ● Currency! non-null scalar

currency

Amount.value ● AmountValue! non-null scalar

value of the amount

Member of

AccountBalances object ● CapitalDepositCase object ● CardTransaction object ● CheckTransaction object ● ExternalAccountBalance object ● FeeTransaction object ● FundingLimit object ● FundingLimitAmount object ● InstantFundingLimit object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferCurrencyExchange object ● InternationalCreditTransferQuote object ● InternationalCreditTransferTransaction object ● Invoice object ● MerchantProfile object ● PhysicalCard object ● RequestMerchantProfileUpdate object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Shareholder object ● Spending object ● SpendingLimit object ● StandingOrder object ● Statement object ● Transaction interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/apple-pay-not-allowed-for-project-rejection/index.html b/api-reference/objects/apple-pay-not-allowed-for-project-rejection/index.html index fdb053d0424..afc68e410a9 100644 --- a/api-reference/objects/apple-pay-not-allowed-for-project-rejection/index.html +++ b/api-reference/objects/apple-pay-not-allowed-for-project-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/approved-funding-limit/index.html b/api-reference/objects/approved-funding-limit/index.html index da66933c1fc..e81bbcbeb64 100644 --- a/api-reference/objects/approved-funding-limit/index.html +++ b/api-reference/objects/approved-funding-limit/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/authenticator/index.html b/api-reference/objects/authenticator/index.html index e8832d9ccd5..826cfe915e6 100644 --- a/api-reference/objects/authenticator/index.html +++ b/api-reference/objects/authenticator/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Authenticator

A method used to authenticate a user

type Authenticator {
os: String
brand: String
model: String
type: AuthenticatorType!
userAgent: String
acceptLanguage: String
}

Fields

Authenticator.os ● String scalar

Operating System (Apple, Android, ...)

Authenticator.brand ● String scalar

Device Brand (Apple, Samsung, ...)

Authenticator.model ● String scalar

Device Model (iPhone XS, Samsung S3, ...)

Authenticator.type ● AuthenticatorType! non-null enum

Type of authenticator

Authenticator.userAgent ● String scalar

User agent, if it's a web authenticator

Authenticator.acceptLanguage ● String scalar

Accept-Language header used during registration, if it's a web authenticator

Member of

User object

- - + + \ No newline at end of file diff --git a/api-reference/objects/bad-account-status-rejection/index.html b/api-reference/objects/bad-account-status-rejection/index.html index bc7634bf01b..2ea883d2eb8 100644 --- a/api-reference/objects/bad-account-status-rejection/index.html +++ b/api-reference/objects/bad-account-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

BadAccountStatusRejection

Rejection returned if the status account is not valid

type BadAccountStatusRejection implements Rejection {
id: String!
message: String!
}

Fields

BadAccountStatusRejection.id ● String! non-null scalar

BadAccountStatusRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

ActivatePhysicalCardPayload union ● AddAccountMembershipPayload union ● AddAccountMembershipsPayload union ● AddCardPayload union ● AddCardsPayload union ● AddCardsWithGroupDeliveryPayload union ● AddDigitalCardPayload union ● AddSingleUseVirtualCardPayload union ● AddSingleUseVirtualCardsPayload union ● AddVirtualIbanEntryPayload union ● AllowSddVirtualIbanEntryPayload union ● BindAccountMembershipPayload union ● CancelVirtualIbanEntryPayload union ● CloseAccountPayload union ● DenySddPayload union ● DenySddVirtualIbanEntryPayload union ● PrintPhysicalCardPayload union ● UpdateAccountPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/bad-request-rejection/index.html b/api-reference/objects/bad-request-rejection/index.html index 352c40ba79d..180910c4374 100644 --- a/api-reference/objects/bad-request-rejection/index.html +++ b/api-reference/objects/bad-request-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/balance/index.html b/api-reference/objects/balance/index.html index 70e5ef87f8b..00e9f930ec1 100644 --- a/api-reference/objects/balance/index.html +++ b/api-reference/objects/balance/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Balance

Balance Information

type Balance {
account: Account!
balances: AccountBalances
lastSctOut: SEPACreditTransferTransaction
lastSctIn: SEPACreditTransferTransaction
}

Fields

Balance.account ● Account! non-null object

Matching account for this balance

Balance.balances ● AccountBalances object

A list of balances regarding an account.

Balance.lastSctOut ● SEPACreditTransferTransaction object

Last SCT OUT transaction

Balance.lastSctIn ● SEPACreditTransferTransaction object

Last SCT IN transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/bank/index.html b/api-reference/objects/bank/index.html index 78440c5b841..0f4b44f71a2 100644 --- a/api-reference/objects/bank/index.html +++ b/api-reference/objects/bank/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Bank

Information about the banking institution

type Bank {
name: String!
branch: String
nationalId: String!
bic: BIC!
address: Address!
}

Fields

Bank.name ● String! non-null scalar

Bank name

Bank.branch ● String scalar

Bank Branch Code

Bank.nationalId ● String! non-null scalar

Bank local identifier (unique by country)

Bank.bic ● BIC! non-null scalar

Bank BIC code

Bank.address ● Address! non-null object

Bank address (We might only be able to fill in the country)

Member of

ValidIban object

- - + + \ No newline at end of file diff --git a/api-reference/objects/bind-account-membership-success-payload/index.html b/api-reference/objects/bind-account-membership-success-payload/index.html index e1500ae71e2..31abcc6a897 100644 --- a/api-reference/objects/bind-account-membership-success-payload/index.html +++ b/api-reference/objects/bind-account-membership-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/booked-transaction-status-info/index.html b/api-reference/objects/booked-transaction-status-info/index.html index de79cd25379..83071b9795c 100644 --- a/api-reference/objects/booked-transaction-status-info/index.html +++ b/api-reference/objects/booked-transaction-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

BookedTransactionStatusInfo

Booked transaction status information

type BookedTransactionStatusInfo implements TransactionStatusInfo {
status: TransactionStatus!
bookingDate: DateTime!
valueDate: DateTime!
}

Fields

BookedTransactionStatusInfo.status ● TransactionStatus! non-null enum

status of the transaction

BookedTransactionStatusInfo.bookingDate ● DateTime! non-null scalar

The Date when the transaction is posted to an account on the Swan books.

BookedTransactionStatusInfo.valueDate ● DateTime! non-null scalar

The Date when the transaction is considered effective in accounting

Interfaces

TransactionStatusInfo interface

Transaction Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/cancel-card-success-payload/index.html b/api-reference/objects/cancel-card-success-payload/index.html index 3105776ccd5..08f451d81dc 100644 --- a/api-reference/objects/cancel-card-success-payload/index.html +++ b/api-reference/objects/cancel-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/cancel-consent-success-payload/index.html b/api-reference/objects/cancel-consent-success-payload/index.html index 18b41d89aac..a64fba8ed31 100644 --- a/api-reference/objects/cancel-consent-success-payload/index.html +++ b/api-reference/objects/cancel-consent-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/cancel-digital-card-success-payload/index.html b/api-reference/objects/cancel-digital-card-success-payload/index.html index 1d238583c4f..bcddef81f6b 100644 --- a/api-reference/objects/cancel-digital-card-success-payload/index.html +++ b/api-reference/objects/cancel-digital-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/cancel-funding-source-success-payload/index.html b/api-reference/objects/cancel-funding-source-success-payload/index.html index 310b839a0f3..5ffb55cffe9 100644 --- a/api-reference/objects/cancel-funding-source-success-payload/index.html +++ b/api-reference/objects/cancel-funding-source-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/cancel-physical-card-success-payload/index.html b/api-reference/objects/cancel-physical-card-success-payload/index.html index 43425af55c9..d02467d31fc 100644 --- a/api-reference/objects/cancel-physical-card-success-payload/index.html +++ b/api-reference/objects/cancel-physical-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/cancel-standing-order-success-payload/index.html b/api-reference/objects/cancel-standing-order-success-payload/index.html index 3098f8a559b..b1aa916ddf0 100644 --- a/api-reference/objects/cancel-standing-order-success-payload/index.html +++ b/api-reference/objects/cancel-standing-order-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/cancel-transaction-success-payload/index.html b/api-reference/objects/cancel-transaction-success-payload/index.html index 137ffe87d2e..05411dee396 100644 --- a/api-reference/objects/cancel-transaction-success-payload/index.html +++ b/api-reference/objects/cancel-transaction-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/cancel-virtual-iban-entry-success-payload/index.html b/api-reference/objects/cancel-virtual-iban-entry-success-payload/index.html index 49405702b50..8cab5667d69 100644 --- a/api-reference/objects/cancel-virtual-iban-entry-success-payload/index.html +++ b/api-reference/objects/cancel-virtual-iban-entry-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/canceled-funding-source-status-info/index.html b/api-reference/objects/canceled-funding-source-status-info/index.html index acf876a7762..f0c07e6b990 100644 --- a/api-reference/objects/canceled-funding-source-status-info/index.html +++ b/api-reference/objects/canceled-funding-source-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CanceledFundingSourceStatusInfo

Funding Source Canceled status information

type CanceledFundingSourceStatusInfo implements FundingSourceStatusInfo {
status: FundingSourceStatus!
enabledAt: Date
canceledAt: Date!
reasonCode: CanceledFundingSourceReason!
}

Fields

CanceledFundingSourceStatusInfo.status ● FundingSourceStatus! non-null enum

Funding Source Canceled status

CanceledFundingSourceStatusInfo.enabledAt ● Date scalar

Date at which the funding source was enabled

CanceledFundingSourceStatusInfo.canceledAt ● Date! non-null scalar

Date at which the funding source was canceled

CanceledFundingSourceStatusInfo.reasonCode ● CanceledFundingSourceReason! non-null enum

Reason code of the cancellation

Interfaces

FundingSourceStatusInfo interface

Funding Source status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/canceled-identification-level-status-info/index.html b/api-reference/objects/canceled-identification-level-status-info/index.html index c57266c5512..5aac03c4ad9 100644 --- a/api-reference/objects/canceled-identification-level-status-info/index.html +++ b/api-reference/objects/canceled-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/canceled-merchant-payment-method-status-info/index.html b/api-reference/objects/canceled-merchant-payment-method-status-info/index.html index bb83366443b..dcd9202dc68 100644 --- a/api-reference/objects/canceled-merchant-payment-method-status-info/index.html +++ b/api-reference/objects/canceled-merchant-payment-method-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CanceledMerchantPaymentMethodStatusInfo

CanceledMerchantPaymentMethodStatusInfo

type CanceledMerchantPaymentMethodStatusInfo implements MerchantPaymentMethodStatusInfo {
status: MerchantPaymentMethodStatus!
canceledAt: Date!
}

Fields

CanceledMerchantPaymentMethodStatusInfo.status ● MerchantPaymentMethodStatus! non-null enum

CanceledMerchantPaymentMethodStatusInfo.canceledAt ● Date! non-null scalar

Merchant Payment Method canceled date

Interfaces

MerchantPaymentMethodStatusInfo interface

The payment method status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/canceled-merchant-profile-status-info/index.html b/api-reference/objects/canceled-merchant-profile-status-info/index.html index ae8c1955ca2..7b996bb8356 100644 --- a/api-reference/objects/canceled-merchant-profile-status-info/index.html +++ b/api-reference/objects/canceled-merchant-profile-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CanceledMerchantProfileStatusInfo

CanceledMerchantProfileStatusInfo

type CanceledMerchantProfileStatusInfo implements MerchantProfileStatusInfo {
status: MerchantProfileStatus!
canceledAt: Date!
enabledAt: Date
}

Fields

CanceledMerchantProfileStatusInfo.status ● MerchantProfileStatus! non-null enum

CanceledMerchantProfileStatusInfo.canceledAt ● Date! non-null scalar

CanceledMerchantProfileStatusInfo.enabledAt ● Date scalar

Interfaces

MerchantProfileStatusInfo interface

Merchant Profile Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/canceled-transaction-status-info/index.html b/api-reference/objects/canceled-transaction-status-info/index.html index a1dd058fa3b..233b94c8b58 100644 --- a/api-reference/objects/canceled-transaction-status-info/index.html +++ b/api-reference/objects/canceled-transaction-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CanceledTransactionStatusInfo

Canceled transaction status information

type CanceledTransactionStatusInfo implements TransactionStatusInfo {
status: TransactionStatus!
canceledDate: DateTime
}

Fields

CanceledTransactionStatusInfo.status ● TransactionStatus! non-null enum

status of the transaction

CanceledTransactionStatusInfo.canceledDate ● DateTime scalar

The date when the transaction was canceled

Interfaces

TransactionStatusInfo interface

Transaction Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/cannot-activate-physical-card-rejection/index.html b/api-reference/objects/cannot-activate-physical-card-rejection/index.html index d58e92b67fb..6a46582ae16 100644 --- a/api-reference/objects/cannot-activate-physical-card-rejection/index.html +++ b/api-reference/objects/cannot-activate-physical-card-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/capital-deposit-case-connection/index.html b/api-reference/objects/capital-deposit-case-connection/index.html index f7d1cf1f7ee..8bf05a4bbaf 100644 --- a/api-reference/objects/capital-deposit-case-connection/index.html +++ b/api-reference/objects/capital-deposit-case-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositCaseConnection

Implements the Relay Connection interface, used to paginate list of elements (Learn More)

type CapitalDepositCaseConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [CapitalDepositCaseEdge!]!
}

Fields

CapitalDepositCaseConnection.totalCount ● Int! non-null scalar

Total number of elements in the list

CapitalDepositCaseConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

CapitalDepositCaseConnection.edges ● [CapitalDepositCaseEdge!]! non-null object

CapitalDepositCaseEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

capitalDepositCases query

- - + + \ No newline at end of file diff --git a/api-reference/objects/capital-deposit-case-edge/index.html b/api-reference/objects/capital-deposit-case-edge/index.html index dd70320f0bc..e2993d6b258 100644 --- a/api-reference/objects/capital-deposit-case-edge/index.html +++ b/api-reference/objects/capital-deposit-case-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

CapitalDepositCaseEdge

Implements the Relay Edge interface

type CapitalDepositCaseEdge implements Edge {
cursor: String!
node: CapitalDepositCase!
}

Fields

CapitalDepositCaseEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this capital deposit case node in the pagination mechanism

CapitalDepositCaseEdge.node ● CapitalDepositCase! non-null object

The CapitalDepositCase

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

CapitalDepositCaseConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/capital-deposit-case/index.html b/api-reference/objects/capital-deposit-case/index.html index 15513b4515d..d2649e26928 100644 --- a/api-reference/objects/capital-deposit-case/index.html +++ b/api-reference/objects/capital-deposit-case/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositCase

Capital deposit case for a company.

type CapitalDepositCase {
id: String!
shareholders: [Shareholder!]!
totalCapitalDepositAmount: Amount!
companyName: String!
companyOnboarding: Onboarding
companyAccountId: String
status: CapitalDepositCaseStatus!
documents: [CapitalDepositDocument!]!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

CapitalDepositCase.id ● String! non-null scalar

Unique identifier of a capital deposit case.

CapitalDepositCase.shareholders ● [Shareholder!]! non-null object

List of the company’s shareholders.

CapitalDepositCase.totalCapitalDepositAmount ● Amount! non-null object

Amount of the capital deposit.

CapitalDepositCase.companyName ● String! non-null scalar

Name of the company.

CapitalDepositCase.companyOnboarding ● Onboarding object

Onboarding information of the company.

CapitalDepositCase.companyAccountId ● String scalar

Unique identifier of the company account.

CapitalDepositCase.status ● CapitalDepositCaseStatus! non-null enum

Status of the capital deposit case.

CapitalDepositCase.documents ● [CapitalDepositDocument!]! non-null object

Documents to provide to fulfill the capital deposit case.

CapitalDepositCase.createdAt ● DateTime! non-null scalar

Created date

CapitalDepositCase.updatedAt ● DateTime! non-null scalar

Updated date

Returned by

capitalDepositCase query

Member of

CapitalDepositCaseEdge object ● CapitalDepositDocument object ● CreateCapitalDepositCaseSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/capital-deposit-document-can-not-be-uploaded/index.html b/api-reference/objects/capital-deposit-document-can-not-be-uploaded/index.html index 3b8dac38fb2..1ca0bb76c6a 100644 --- a/api-reference/objects/capital-deposit-document-can-not-be-uploaded/index.html +++ b/api-reference/objects/capital-deposit-document-can-not-be-uploaded/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositDocumentCanNotBeUploaded

Rejection returned if the document from a capital deposit case cannot be uploaded in its context

type CapitalDepositDocumentCanNotBeUploaded implements Rejection {
id: String!
message: String!
}

Fields

CapitalDepositDocumentCanNotBeUploaded.id ● String! non-null scalar

CapitalDepositDocumentCanNotBeUploaded.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

GenerateCapitalDepositDocumentUploadUrlPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/capital-deposit-document/index.html b/api-reference/objects/capital-deposit-document/index.html index 0b335582a2e..fc9cbdb32c2 100644 --- a/api-reference/objects/capital-deposit-document/index.html +++ b/api-reference/objects/capital-deposit-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CapitalDepositDocument

Document provided for a capital deposit case.

type CapitalDepositDocument {
id: String!
type: CapitalDepositDocumentType!
downloadUrl: String
uploadedAt: Date
status: CapitalDepositDocumentStatus!
createdAt: DateTime!
updatedAt: DateTime!
relatedCapitalDepositCase: CapitalDepositCase
relatedShareholder: Shareholder
}

Fields

CapitalDepositDocument.id ● String! non-null scalar

Unique identifier of a document.

CapitalDepositDocument.type ● CapitalDepositDocumentType! non-null enum

Type of the document.

CapitalDepositDocument.downloadUrl ● String scalar

Url to download the document, null if it has not already been uploaded.

CapitalDepositDocument.uploadedAt ● Date scalar

Date when the last version of the document has been uploaded.

CapitalDepositDocument.status ● CapitalDepositDocumentStatus! non-null enum

Status of the document.

CapitalDepositDocument.createdAt ● DateTime! non-null scalar

Created date

CapitalDepositDocument.updatedAt ● DateTime! non-null scalar

Updated date

CapitalDepositDocument.relatedCapitalDepositCase ● CapitalDepositCase object

Information about capital deposit case.

CapitalDepositDocument.relatedShareholder ● Shareholder object

Information about shareholder.

Returned by

capitalDepositDocument query

Member of

CapitalDepositCase object ● Shareholder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-can-not-be-digitalized-rejection/index.html b/api-reference/objects/card-can-not-be-digitalized-rejection/index.html index 09e35cb9491..088ffab2e1d 100644 --- a/api-reference/objects/card-can-not-be-digitalized-rejection/index.html +++ b/api-reference/objects/card-can-not-be-digitalized-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-canceled-status-info/index.html b/api-reference/objects/card-canceled-status-info/index.html index fc788a2b01c..c34368831f8 100644 --- a/api-reference/objects/card-canceled-status-info/index.html +++ b/api-reference/objects/card-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-canceling-status-info/index.html b/api-reference/objects/card-canceling-status-info/index.html index 2ae2f88bba3..8fa5b90c084 100644 --- a/api-reference/objects/card-canceling-status-info/index.html +++ b/api-reference/objects/card-canceling-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-confidential/index.html b/api-reference/objects/card-confidential/index.html index ae6fb795fe3..27a2c980b74 100644 --- a/api-reference/objects/card-confidential/index.html +++ b/api-reference/objects/card-confidential/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/card-connection/index.html b/api-reference/objects/card-connection/index.html index af3af0dd383..5267b9854e2 100644 --- a/api-reference/objects/card-connection/index.html +++ b/api-reference/objects/card-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type CardConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [CardEdge!]!
}

Fields

CardConnection.totalCount ● Int! non-null scalar

Total number of element in the list

CardConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

CardConnection.edges ● [CardEdge!]! non-null object

CardEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

cards query

Member of

AccountMembership object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-consent-pending-status-info/index.html b/api-reference/objects/card-consent-pending-status-info/index.html index d9f872521e3..8530b55405e 100644 --- a/api-reference/objects/card-consent-pending-status-info/index.html +++ b/api-reference/objects/card-consent-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardConsentPendingStatusInfo

when the user has to consent to add this card

type CardConsentPendingStatusInfo implements CardStatusInfo {
status: CardStatus!
consent: Consent!
}

Fields

CardConsentPendingStatusInfo.status ● CardStatus! non-null enum

Card status (always ConsentPending for type CardConsentPendingStatusInfo)

CardConsentPendingStatusInfo.consent ● Consent! non-null object

The consent required to add this card

Interfaces

CardStatusInfo interface

Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-design-background/index.html b/api-reference/objects/card-design-background/index.html index 1957155af20..5176f6ab1ed 100644 --- a/api-reference/objects/card-design-background/index.html +++ b/api-reference/objects/card-design-background/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardDesignBackground

No description

type CardDesignBackground {
id: ID!
name: String!
type: String!
cardTextColor: String!
cardBackgroundUrl: String!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

CardDesignBackground.id ● ID! non-null scalar

Unique identifier of a project card design background

CardDesignBackground.name ● String! non-null scalar

Card design background name

CardDesignBackground.type ● String! non-null scalar

Card design background type

CardDesignBackground.cardTextColor ● String! non-null scalar

Card design background text color

CardDesignBackground.cardBackgroundUrl ● String! non-null scalar

Card design background url

CardDesignBackground.createdAt ● DateTime! non-null scalar

Created date

CardDesignBackground.updatedAt ● DateTime! non-null scalar

Updated date

Member of

CardProductDesign object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-edge/index.html b/api-reference/objects/card-edge/index.html index f97bc3c0d33..6ad5450aaa3 100644 --- a/api-reference/objects/card-edge/index.html +++ b/api-reference/objects/card-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

CardEdge

Implements the Relay Edge interface

type CardEdge implements Edge {
cursor: String!
node: Card!
}

Fields

CardEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

CardEdge.node ● Card! non-null object

The Card entry

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

CardConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-enabled-status-info/index.html b/api-reference/objects/card-enabled-status-info/index.html index 9702a5ba6ff..5e3b5d79af3 100644 --- a/api-reference/objects/card-enabled-status-info/index.html +++ b/api-reference/objects/card-enabled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-not-found-rejection/index.html b/api-reference/objects/card-not-found-rejection/index.html index 1515a5eea05..e2876164358 100644 --- a/api-reference/objects/card-not-found-rejection/index.html +++ b/api-reference/objects/card-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardNotFoundRejection

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

type CardNotFoundRejection implements Rejection {
id: String!
message: String!
}

Fields

CardNotFoundRejection.id ● String! non-null scalar

CardNotFoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

ActivatePhysicalCardPayload union ● AddDigitalCardPayload union ● CancelCardPayload union ● CancelDigitalCardPayload union ● CancelPhysicalCardPayload union ● PrintPhysicalCardPayload union ● ResumePhysicalCardPayload union ● SuspendPhysicalCardPayload union ● UpdateCardPayload union ● ViewCardNumbersPayload union ● ViewPhysicalCardNumbersPayload union ● ViewPhysicalCardPinPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-processing-status-info/index.html b/api-reference/objects/card-processing-status-info/index.html index b756344be51..3e554c03c85 100644 --- a/api-reference/objects/card-processing-status-info/index.html +++ b/api-reference/objects/card-processing-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-product-design/index.html b/api-reference/objects/card-product-design/index.html index 4bc4e47eac5..88e8dcbbcd9 100644 --- a/api-reference/objects/card-product-design/index.html +++ b/api-reference/objects/card-product-design/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardProductDesign

Card design of a Card Product

type CardProductDesign {
id: ID!
version: Int!
cardProjectLogoSvgUrl: String
cardProjectLogo300dpiUrl: String
cardProjectLogo600dpiUrl: String
zoomRatioProjectLogo: Int
cardDesignUrl: String
accentColor: String!
createdAt: DateTime!
updatedAt: DateTime!
status: CardDesignStatus!
cardBackground: CardDesignBackground!
}

Fields

CardProductDesign.id ● ID! non-null scalar

Unique identifier of a card design

CardProductDesign.version ● Int! non-null scalar

Design version

CardProductDesign.cardProjectLogoSvgUrl ● String scalar

Logo url svg

CardProductDesign.cardProjectLogo300dpiUrl ● String scalar

Logo url 300 dpi

CardProductDesign.cardProjectLogo600dpiUrl ● String scalar

Logo url 300 dpi

CardProductDesign.zoomRatioProjectLogo ● Int scalar

Zoom level

CardProductDesign.cardDesignUrl ● String scalar

Card Design URL

CardProductDesign.accentColor ● String! non-null scalar

Accent color

CardProductDesign.createdAt ● DateTime! non-null scalar

Created date

CardProductDesign.updatedAt ● DateTime! non-null scalar

Updated date

CardProductDesign.status ● CardDesignStatus! non-null enum

Status of the card design

CardProductDesign.cardBackground ● CardDesignBackground! non-null object

Card Background of the Card design

Member of

CardProduct object ● ProjectCardDesigns object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-product-disabled-rejection/index.html b/api-reference/objects/card-product-disabled-rejection/index.html index 4bfd0736bc3..327f81c4bed 100644 --- a/api-reference/objects/card-product-disabled-rejection/index.html +++ b/api-reference/objects/card-product-disabled-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardProductDisabledRejection

Rejection returned if the card product is disabled.

type CardProductDisabledRejection implements Rejection {
message: String!
}

Fields

CardProductDisabledRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddCardPayload union ● AddCardsPayload union ● AddCardsWithGroupDeliveryPayload union ● AddDigitalCardPayload union ● AddSingleUseVirtualCardPayload union ● AddSingleUseVirtualCardsPayload union ● PrintPhysicalCardPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection/index.html b/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection/index.html index 196b20c43c9..4f59ae02a65 100644 --- a/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection/index.html +++ b/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-product-not-found-rejection/index.html b/api-reference/objects/card-product-not-found-rejection/index.html index 15d63669dfe..15a01d7816b 100644 --- a/api-reference/objects/card-product-not-found-rejection/index.html +++ b/api-reference/objects/card-product-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-product-suspended-rejection/index.html b/api-reference/objects/card-product-suspended-rejection/index.html index 7566c80d0b2..804330e0abf 100644 --- a/api-reference/objects/card-product-suspended-rejection/index.html +++ b/api-reference/objects/card-product-suspended-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-product-used-rejection/index.html b/api-reference/objects/card-product-used-rejection/index.html index fcbc98f1569..b888812b406 100644 --- a/api-reference/objects/card-product-used-rejection/index.html +++ b/api-reference/objects/card-product-used-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/card-product/index.html b/api-reference/objects/card-product/index.html index 18c55065ca6..4180e95047c 100644 --- a/api-reference/objects/card-product/index.html +++ b/api-reference/objects/card-product/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardProduct

Card Product

type CardProduct {
id: ID!
name: String
projectId: ID!
status: CardProductStatus!
createdAt: DateTime!
updatedAt: DateTime!
applicableToPhysicalCards: Boolean!
cardDesigns: [CardProductDesign!]!
defaultCardProduct: Boolean!
individualSpendingLimit: SpendingLimit!
companySpendingLimit: SpendingLimit!
}

Fields

CardProduct.id ● ID! non-null scalar

CardProduct.name ● String scalar

CardProduct.projectId ● ID! non-null scalar

CardProduct.status ● CardProductStatus! non-null enum

CardProduct.createdAt ● DateTime! non-null scalar

CardProduct.updatedAt ● DateTime! non-null scalar

CardProduct.applicableToPhysicalCards ● Boolean! non-null scalar

CardProduct.cardDesigns ● [CardProductDesign!]! non-null object

CardProduct.defaultCardProduct ● Boolean! non-null scalar

CardProduct.individualSpendingLimit ● SpendingLimit! non-null object

CardProduct.companySpendingLimit ● SpendingLimit! non-null object

Member of

Card object ● ProjectInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-settings-background/index.html b/api-reference/objects/card-settings-background/index.html index 1246747d984..f8f51ca9daa 100644 --- a/api-reference/objects/card-settings-background/index.html +++ b/api-reference/objects/card-settings-background/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardSettingsBackground

No description

type CardSettingsBackground {
id: ID!
name: String!
type: String!
cardTextColor: String!
cardBackgroundUrl: String!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

CardSettingsBackground.id ● ID! non-null scalar

Unique identifier of a project card settings

CardSettingsBackground.name ● String! non-null scalar

Card settings background name

CardSettingsBackground.type ● String! non-null scalar

Card settings background type

CardSettingsBackground.cardTextColor ● String! non-null scalar

Card settings background text color

CardSettingsBackground.cardBackgroundUrl ● String! non-null scalar

Card settings background url

CardSettingsBackground.createdAt ● DateTime! non-null scalar

Created date

CardSettingsBackground.updatedAt ● DateTime! non-null scalar

Updated date

Member of

CardSettings object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-settings/index.html b/api-reference/objects/card-settings/index.html index 0a28d61a097..cfb131ccea0 100644 --- a/api-reference/objects/card-settings/index.html +++ b/api-reference/objects/card-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardSettings

Card settings for a Project

type CardSettings {
id: ID!
allowsApplePay: Boolean!
version: Int!
cardProjectLogoSvgUrl: String
cardProjectLogo300dpiUrl: String
cardProjectLogo600dpiUrl: String
zoomRatioProjectLogo: Int
cardDesignUrl: String
accentColor: String!
createdAt: DateTime!
updatedAt: DateTime!
status: ProjectCardStatus!
cardBackground: CardSettingsBackground!
}

Fields

CardSettings.id ● ID! non-null scalar

Unique identifier of a project card settings

CardSettings.allowsApplePay ● Boolean! non-null scalar

Flag used to indicate if ApplePay is activated for the project

CardSettings.version ● Int! non-null scalar

Settings version

CardSettings.cardProjectLogoSvgUrl ● String scalar

Logo url svg

CardSettings.cardProjectLogo300dpiUrl ● String scalar

Logo url 300 dpi

CardSettings.cardProjectLogo600dpiUrl ● String scalar

Logo url 300 dpi

CardSettings.zoomRatioProjectLogo ● Int scalar

Zoom level

CardSettings.cardDesignUrl ● String scalar

Card Design URL

CardSettings.accentColor ● String! non-null scalar

Accent color

CardSettings.createdAt ● DateTime! non-null scalar

Created date

CardSettings.updatedAt ● DateTime! non-null scalar

Updated date

CardSettings.status ● ProjectCardStatus! non-null enum

Status of the card settings

CardSettings.cardBackground ● CardSettingsBackground! non-null object

Card Background of the Card Settings

Member of

ProjectCardSettings object ● ProjectInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-transaction/index.html b/api-reference/objects/card-transaction/index.html index b56738720bf..3d3d129861b 100644 --- a/api-reference/objects/card-transaction/index.html +++ b/api-reference/objects/card-transaction/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

CardTransaction

Card transaction

type CardTransaction implements Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
maskedPan: String!
cardId: String!
card: Card!
terminalId: String!
originalAmount: Amount!
currencyExchange: [ReportExchangeRate!]!
merchantId: String!
merchantName: String!
merchantCity: String!
merchantCountry: CCA3
merchantPostalCode: String
merchantCategoryCode: String!
merchantCategoryDescription: MerchantCategoryDescription!
category: Category!
authorizationType: AuthorizationType
account: Account
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
}

Fields

CardTransaction.id ● ID! non-null scalar

unique identifier of the transaction

CardTransaction.reference ● String! non-null scalar

external identifier of the transaction

CardTransaction.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber

CardTransaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

CardTransaction.type ● TransactionTypeEnum! non-null enum

type

CardTransaction.amount ● Amount! non-null object

amount

CardTransaction.label ● String! non-null scalar

label

CardTransaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

CardTransaction.paymentId ● String scalar

ID of the payment associated to this transaction

CardTransaction.payment ● Payment object

payment associated to this transaction

CardTransaction.createdAt ● DateTime! non-null scalar

created date

CardTransaction.updatedAt ● DateTime! non-null scalar

updated date

CardTransaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

CardTransaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

CardTransaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

CardTransaction.maskedPan ● String! non-null scalar

card numbers masked (Primary Account Number)

CardTransaction.cardId ● String! non-null scalar

unique identifier of the card

CardTransaction.card ● Card! non-null object

card used for this transaction

CardTransaction.terminalId ● String! non-null scalar

unique identifier of the terminal

CardTransaction.originalAmount ● Amount! non-null object

original amount and currency of the transaction

CardTransaction.currencyExchange ● [ReportExchangeRate!]! non-null object

currency exchange if any

CardTransaction.merchantId ● String! non-null scalar

unique identifier of the merchant

CardTransaction.merchantName ● String! non-null scalar

merchant name

CardTransaction.merchantCity ● String! non-null scalar

merchant city

CardTransaction.merchantCountry ● CCA3 scalar

merchant country

CardTransaction.merchantPostalCode ● String scalar

merchant postal code

CardTransaction.merchantCategoryCode ● String! non-null scalar

merchant category code (MCC)

CardTransaction.merchantCategoryDescription ● MerchantCategoryDescription! non-null enum

merchant category description Enum that explains what the MCC corresponds to in a more readable way

CardTransaction.category ● Category! non-null enum

category of the payment flow

CardTransaction.authorizationType ● AuthorizationType enum

type of the authorization. Only available for:

  • authorization transaction
  • debit transaction linked to a previous authorization transaction

CardTransaction.account ● Account object

matching account for the transaction

CardTransaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

CardTransaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

CardTransaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

CardTransaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

CardTransaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

Interfaces

Transaction interface

Transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/card-wrong-status-rejection/index.html b/api-reference/objects/card-wrong-status-rejection/index.html index dac7da510ce..6a971c223eb 100644 --- a/api-reference/objects/card-wrong-status-rejection/index.html +++ b/api-reference/objects/card-wrong-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CardWrongStatusRejection

Rejection returned when the Card is not the expected status

type CardWrongStatusRejection implements Rejection {
message: String!
identifier: String!
currentStatus: CardStatus!
expectedStatus: CardStatus!
}

Fields

CardWrongStatusRejection.message ● String! non-null scalar

CardWrongStatusRejection.identifier ● String! non-null scalar

CardWrongStatusRejection.currentStatus ● CardStatus! non-null enum

CardWrongStatusRejection.expectedStatus ● CardStatus! non-null enum

Interfaces

Rejection interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/card/index.html b/api-reference/objects/card/index.html index 4487670280f..431b6ebf61a 100644 --- a/api-reference/objects/card/index.html +++ b/api-reference/objects/card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Card

Card

type Card {
id: ID!
type: CardType!
createdAt: DateTime!
updatedAt: DateTime!
accountMembership: AccountMembership!
mainCurrency: Currency!
cardContractExpiryDate: DateTime
cardDesignUrl: String!
cardUrl: String!
statusInfo: CardStatusInfo!
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
spendingLimits: [SpendingLimit!]
physicalCard: PhysicalCard
cardMaskedNumber: String!
expiryDate: String
name: String
cardProduct: CardProduct!
issuingCountry: CCA3!
digitalCards(
first: Int! = 50
after: String
orderBy: DigitalCardOrderByInput
filters: DigitalCardFiltersInput
): DigitalCardConnection!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
spending: Spending
}

Fields

Card.id ● ID! non-null scalar

Unique identifier of a card

Card.type ● CardType! non-null enum

Type of a card

Card.createdAt ● DateTime! non-null scalar

Created date

Card.updatedAt ● DateTime! non-null scalar

Updated date

Card.accountMembership ● AccountMembership! non-null object

Account membership to define the card holder and the account linked to the card.

Card.mainCurrency ● Currency! non-null scalar

Main Currency

Card.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

Card.cardDesignUrl ● String! non-null scalar

URL of the card design

Card.cardUrl ● String! non-null scalar

URL of the card with masked card information (like its number) and with full card information if connected user consented beforehand

Card.statusInfo ● CardStatusInfo! non-null interface

Card status information

Card.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

Card.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

Card.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

Card.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

Card.spendingLimits ● [SpendingLimit!] list object

Periodic Spending limit list

Card.physicalCard ● PhysicalCard object

Physical card if the card holder has ordered one

Card.cardMaskedNumber ● String! non-null scalar

Masked Card Number

Card.expiryDate ● String scalar

Card expiry date with MM/YY format

Card.name ● String scalar

Card name

Card.cardProduct ● CardProduct! non-null object

Card product

Card.issuingCountry ● CCA3! non-null scalar

Issuing Country

Card.digitalCards ● DigitalCardConnection! non-null object

Digital Cards linked to this card

Card.digitalCards.first ● Int! non-null scalar
Card.digitalCards.after ● String scalar
Card.digitalCards.orderBy ● DigitalCardOrderByInput input

When the list of elements needs to be ordered

Card.digitalCards.filters ● DigitalCardFiltersInput input

When the list of elements needs to be filtered

Card.transactions ● TransactionConnection object

List of transactions of a card.

Card.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

Card.transactions.after ● String scalar

When the list of elements needs to start after a element

Card.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

Card.spending ● Spending object

Periodic Spending

Returned by

card query

Member of

AddCardsSuccessPayload object ● AddCardSuccessPayload object ● AddCardsWithGroupDeliverySuccessPayload object ● AddSingleUseVirtualCardsSuccessPayload object ● AddSingleUseVirtualCardSuccessForProjectOwnerPayload object ● AddSingleUseVirtualCardSuccessForUserPayload object ● CancelCardSuccessPayload object ● CardEdge object ● CardTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/objects/check-merchant-payment-method/index.html b/api-reference/objects/check-merchant-payment-method/index.html index f5d7bdec6a8..d503b38fe0b 100644 --- a/api-reference/objects/check-merchant-payment-method/index.html +++ b/api-reference/objects/check-merchant-payment-method/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

CheckMerchantPaymentMethod

CheckMerchantPaymentMethod

type CheckMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
productId: ID!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
updatedAt: Date!
rollingReserve: RollingReserve
}

Fields

CheckMerchantPaymentMethod.id ● ID! non-null scalar

Unique identifier tied to every version of a given Merchant Payment Method

CheckMerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum

The Merchant Payment Method Type

CheckMerchantPaymentMethod.productId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type DEPRECATED use the methodId field instead.

CheckMerchantPaymentMethod.methodId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type

CheckMerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface

Status of the Merchant Payment Method

CheckMerchantPaymentMethod.version ● Int! non-null scalar

Version of the Merchant Payment Method

CheckMerchantPaymentMethod.updatedAt ● Date! non-null scalar

Date at which the Merchant Payment Method was last updated

CheckMerchantPaymentMethod.rollingReserve ● RollingReserve object

Rolling Reserve applied to the Merchant Payment Method

Interfaces

MerchantPaymentMethod interface

Base object for the different Payment Methods available

- - + + \ No newline at end of file diff --git a/api-reference/objects/check-transaction/index.html b/api-reference/objects/check-transaction/index.html index 603d3251bb4..7606ed03834 100644 --- a/api-reference/objects/check-transaction/index.html +++ b/api-reference/objects/check-transaction/index.html @@ -7,8 +7,8 @@ - - + +
@@ -16,7 +16,7 @@ CMC7 is composed of 3 sections (check number (7 char.), check issuing bank code (12 char.), check holder account number (12 char.)). Combined with RLMC key, it allows the check traceability.

CheckTransaction.rlmcKey ● String! non-null scalar

2-digit key used to check the integrity of the CMC7 line, located at the bottom right of the check. Combined with CMC7 line, it allows the check traceability.

CheckTransaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

CheckTransaction.type ● TransactionTypeEnum! non-null enum

type

CheckTransaction.amount ● Amount! non-null object

amount

CheckTransaction.label ● String! non-null scalar

label

CheckTransaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

CheckTransaction.paymentId ● String scalar

ID of the payment associated to this transaction

CheckTransaction.payment ● Payment object

payment associated to this transaction

CheckTransaction.createdAt ● DateTime! non-null scalar

created date

CheckTransaction.updatedAt ● DateTime! non-null scalar

updated date

CheckTransaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

CheckTransaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

CheckTransaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

CheckTransaction.account ● Account object

matching account for the transaction

CheckTransaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

CheckTransaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

CheckTransaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

CheckTransaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

CheckTransaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

CheckTransaction.reservedAmount ● Amount object

reserved amount of the transaction computed with the rolling reserve.

CheckTransaction.reservedAmountReleasedAt ● DateTime scalar

date on which reserved funds become available

CheckTransaction.returnReason ● TransactionReasonCode enum

return reason

Interfaces

Transaction interface

Transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/close-account-reason/index.html b/api-reference/objects/close-account-reason/index.html index 7ae232b7eb6..27f5463a498 100644 --- a/api-reference/objects/close-account-reason/index.html +++ b/api-reference/objects/close-account-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/close-account-success-payload/index.html b/api-reference/objects/close-account-success-payload/index.html index 5b44da3354d..869c3d3ae34 100644 --- a/api-reference/objects/close-account-success-payload/index.html +++ b/api-reference/objects/close-account-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/company-info/index.html b/api-reference/objects/company-info/index.html index 037ba67f970..7e0ddb035df 100644 --- a/api-reference/objects/company-info/index.html +++ b/api-reference/objects/company-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CompanyInfo

Data provided following the search for company information by siren number

type CompanyInfo {
siren: String!
companyName: String!
headquarters: Headquarters!
vatNumber: String
taxIdentificationNumber: String
legalRepresentativePersonalAddress: AddressInformation
}

Fields

CompanyInfo.siren ● String! non-null scalar

CompanyInfo.companyName ● String! non-null scalar

CompanyInfo.headquarters ● Headquarters! non-null object

CompanyInfo.vatNumber ● String scalar

CompanyInfo.taxIdentificationNumber ● String scalar

CompanyInfo.legalRepresentativePersonalAddress ● AddressInformation object

- - + + \ No newline at end of file diff --git a/api-reference/objects/company-shareholder/index.html b/api-reference/objects/company-shareholder/index.html index 7757993ae30..df37334c9dd 100644 --- a/api-reference/objects/company-shareholder/index.html +++ b/api-reference/objects/company-shareholder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/complete-digital-card/index.html b/api-reference/objects/complete-digital-card/index.html index 564ea775030..edba11ab91d 100644 --- a/api-reference/objects/complete-digital-card/index.html +++ b/api-reference/objects/complete-digital-card/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

CompleteDigitalCard

Complete Digital Card used for ApplePay or GooglePay

Once the pending phase is over, more data will be available in the response

type CompleteDigitalCard implements DigitalCard {
id: ID!
type: DigitalizationType!
createdAt: DateTime!
updatedAt: DateTime!
walletProvider: WalletProvider!
device: Device!
walletId: String
cardMaskedNumber: String!
statusInfo: CompleteDigitalCardStatusInfo!
}

Fields

CompleteDigitalCard.id ● ID! non-null scalar

Unique identifier of a digital card

CompleteDigitalCard.type ● DigitalizationType! non-null enum

The type of digitalization that created this digital card.

CompleteDigitalCard.createdAt ● DateTime! non-null scalar

Created date

CompleteDigitalCard.updatedAt ● DateTime! non-null scalar

Updated date

CompleteDigitalCard.walletProvider ● WalletProvider! non-null object

Wallet Provider (ApplePay, GooglePay ...)

CompleteDigitalCard.device ● Device! non-null object

Device In case of a wallet application, some information about the device will be provided

CompleteDigitalCard.walletId ● String scalar

Id of the wallet application. Will not be present for Merchant

CompleteDigitalCard.cardMaskedNumber ● String! non-null scalar

Masked DPAN with the last four digits visible

This value is present in the user wallet application

CompleteDigitalCard.statusInfo ● CompleteDigitalCardStatusInfo! non-null interface

Digital Card status information

In this type the status will be either ConsentPending or Pending

Interfaces

DigitalCard interface

Digital Card used for ApplePay or GooglePay

- - + + \ No newline at end of file diff --git a/api-reference/objects/consent-connection/index.html b/api-reference/objects/consent-connection/index.html index 9b8bb018e9e..8b30be6337e 100644 --- a/api-reference/objects/consent-connection/index.html +++ b/api-reference/objects/consent-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ConsentConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type ConsentConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [ConsentEdge!]!
}

Fields

ConsentConnection.totalCount ● Int! non-null scalar

Total number of element in the list

ConsentConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

ConsentConnection.edges ● [ConsentEdge!]! non-null object

ConsentEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

consents query

- - + + \ No newline at end of file diff --git a/api-reference/objects/consent-edge/index.html b/api-reference/objects/consent-edge/index.html index 96e6a98f4ff..78efd6bd401 100644 --- a/api-reference/objects/consent-edge/index.html +++ b/api-reference/objects/consent-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

ConsentEdge

Implements the Relay Edge interface

type ConsentEdge implements Edge {
cursor: String!
node: Consent!
}

Fields

ConsentEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this consent node in the pagination mechanism

ConsentEdge.node ● Consent! non-null object

The consent

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

ConsentConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/consent-not-found-rejection/index.html b/api-reference/objects/consent-not-found-rejection/index.html index 39e9155b695..73a6df59cbd 100644 --- a/api-reference/objects/consent-not-found-rejection/index.html +++ b/api-reference/objects/consent-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/consent-type-not-supported-by-server-consent-rejection/index.html b/api-reference/objects/consent-type-not-supported-by-server-consent-rejection/index.html index 0b47dc48832..09ed8c1e52f 100644 --- a/api-reference/objects/consent-type-not-supported-by-server-consent-rejection/index.html +++ b/api-reference/objects/consent-type-not-supported-by-server-consent-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/consent/index.html b/api-reference/objects/consent/index.html index fa7550aff0e..da2fec13933 100644 --- a/api-reference/objects/consent/index.html +++ b/api-reference/objects/consent/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Consent

Some sensitive operation at Swan, such as initiating a payment, require consent

type Consent {
id: ID!
requireSCA: Boolean!
status: ConsentStatus!
createdAt: DateTime!
updatedAt: DateTime
startedAt: DateTime
expiredAt: DateTime
purpose: ConsentPurpose!
consentUrl: String!
redirectUrl: String!
userId: String!
user: User
challenge: String
}

Fields

Consent.id ● ID! non-null scalar

unique identifier of the consent

Consent.requireSCA ● Boolean! non-null scalar

true if the consent requires a Strong Customer Authentication

Consent.status ● ConsentStatus! non-null enum

status of the consent

Consent.createdAt ● DateTime! non-null scalar

created date

Consent.updatedAt ● DateTime scalar

updated date

Consent.startedAt ● DateTime scalar

date when the consentUrl was request the first time

Consent.expiredAt ● DateTime scalar

date when the consent expire

Consent.purpose ● ConsentPurpose! non-null enum

purpose of the consent

Consent.consentUrl ● String! non-null scalar

Redirect the user to this URL to start the consent flow

Consent.redirectUrl ● String! non-null scalar

When the consent flow is finished the user is redirected to this URL

Consent.userId ● String! non-null scalar

userId who initiated the consent

Consent.user ● User object

user who initiated the consent

Consent.challenge ● String scalar

unique hash of the consent

Returned by

consent query

Member of

AccountMembershipConsentPendingStatusInfo object ● ActivatePhysicalCardSuccessPayload object ● CancelConsentSuccessPayload object ● CardConsentPendingStatusInfo object ● CloseAccountSuccessPayload object ● ConsentEdge object ● CreateMultiConsentSuccessPayload object ● DigitalCardConsentPendingStatusInfo object ● GrantConsentWithServerSignatureSuccessPayload object ● PaymentConsentPending object ● PaymentMandateConsentPendingStatusInfo object ● PendingConsentAccountMembershipUpdate object ● PhysicalCardConsentPendingStatusInfo object ● ReceivedDirectDebitMandateStatusInfoConsentPending object ● RefundSuccessPayload object ● ResumeAccountMembershipSuccessPayload object ● ResumePhysicalCardSuccessPayload object ● StandingOrderConsentPendingStatusInfo object ● UpdateAccountMembershipSuccessPayload object ● UpdateCardSuccessPayload object ● ViewCardNumbersSuccessPayload object ● ViewPhysicalCardNumbersSuccessPayload object ● ViewPhysicalCardPinSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/consents-already-linked-to-multi-consent-rejection/index.html b/api-reference/objects/consents-already-linked-to-multi-consent-rejection/index.html index 50b193f5c79..ca197605086 100644 --- a/api-reference/objects/consents-already-linked-to-multi-consent-rejection/index.html +++ b/api-reference/objects/consents-already-linked-to-multi-consent-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ConsentsAlreadyLinkedToMultiConsentRejection

Rejection returned when a the consent is already linked to another multi consent

type ConsentsAlreadyLinkedToMultiConsentRejection implements Rejection {
message: String!
consentIds: [String!]!
}

Fields

ConsentsAlreadyLinkedToMultiConsentRejection.message ● String! non-null scalar

ConsentsAlreadyLinkedToMultiConsentRejection.consentIds ● [String!]! non-null scalar

IDs of the consents that are already linked to another multi consent

Interfaces

Rejection interface

Implemented by

CreateMultiConsentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/consents-not-all-in-created-status-rejection/index.html b/api-reference/objects/consents-not-all-in-created-status-rejection/index.html index 5c10b14d2f3..179b2c3f54e 100644 --- a/api-reference/objects/consents-not-all-in-created-status-rejection/index.html +++ b/api-reference/objects/consents-not-all-in-created-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ConsentsNotAllInCreatedStatusRejection

Rejection returned when all provided consents are not in created status

type ConsentsNotAllInCreatedStatusRejection implements Rejection {
message: String!
consentIds: [String!]!
}

Fields

ConsentsNotAllInCreatedStatusRejection.message ● String! non-null scalar

ConsentsNotAllInCreatedStatusRejection.consentIds ● [String!]! non-null scalar

IDs of the consents that are not in created status

Interfaces

Rejection interface

Implemented by

CreateMultiConsentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/consents-not-found-rejection/index.html b/api-reference/objects/consents-not-found-rejection/index.html index 86f4c09fb86..2fefe5d4e63 100644 --- a/api-reference/objects/consents-not-found-rejection/index.html +++ b/api-reference/objects/consents-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/create-capital-deposit-case-success-payload/index.html b/api-reference/objects/create-capital-deposit-case-success-payload/index.html index ac80a8d9f7b..b96c41780a1 100644 --- a/api-reference/objects/create-capital-deposit-case-success-payload/index.html +++ b/api-reference/objects/create-capital-deposit-case-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/create-multi-consent-success-payload/index.html b/api-reference/objects/create-multi-consent-success-payload/index.html index 383d284c831..e21668aa671 100644 --- a/api-reference/objects/create-multi-consent-success-payload/index.html +++ b/api-reference/objects/create-multi-consent-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/csv-statement/index.html b/api-reference/objects/csv-statement/index.html index 66c735afc09..ef90b52e0a1 100644 --- a/api-reference/objects/csv-statement/index.html +++ b/api-reference/objects/csv-statement/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CsvStatement

Custom information for a CSV statement

type CsvStatement implements StatementInfo {
type: StatementType
url: String
expiresAt: DateTime
}

Fields

CsvStatement.type ● StatementType enum

statement type

CsvStatement.url ● String scalar

temporary public url on which the file can be accessed

CsvStatement.expiresAt ● DateTime scalar

date at which the link will not be useable anymore

Interfaces

StatementInfo interface

Custom information for a certain type of statement

- - + + \ No newline at end of file diff --git a/api-reference/objects/date-field/index.html b/api-reference/objects/date-field/index.html index ee49180f805..e16e48e9a0b 100644 --- a/api-reference/objects/date-field/index.html +++ b/api-reference/objects/date-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/debtor-account-closed-rejection/index.html b/api-reference/objects/debtor-account-closed-rejection/index.html index 4809bcf65f2..7522f3e759e 100644 --- a/api-reference/objects/debtor-account-closed-rejection/index.html +++ b/api-reference/objects/debtor-account-closed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/debtor-account-not-allowed-rejection/index.html b/api-reference/objects/debtor-account-not-allowed-rejection/index.html index 86d53188280..e644f08399e 100644 --- a/api-reference/objects/debtor-account-not-allowed-rejection/index.html +++ b/api-reference/objects/debtor-account-not-allowed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/delete-supporting-document-success-payload/index.html b/api-reference/objects/delete-supporting-document-success-payload/index.html index 20034440c5a..1dabeab252d 100644 --- a/api-reference/objects/delete-supporting-document-success-payload/index.html +++ b/api-reference/objects/delete-supporting-document-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/deny-sdd-success-payload/index.html b/api-reference/objects/deny-sdd-success-payload/index.html index adfa35216d9..1373f58f8a9 100644 --- a/api-reference/objects/deny-sdd-success-payload/index.html +++ b/api-reference/objects/deny-sdd-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload/index.html b/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload/index.html index 11981ca4c1c..702b5a8774b 100644 --- a/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload/index.html +++ b/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/device/index.html b/api-reference/objects/device/index.html index 07b10416558..6c9b6f7daf5 100644 --- a/api-reference/objects/device/index.html +++ b/api-reference/objects/device/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-canceled-status-info/index.html b/api-reference/objects/digital-card-canceled-status-info/index.html index 85745f3ff23..c7711fe5395 100644 --- a/api-reference/objects/digital-card-canceled-status-info/index.html +++ b/api-reference/objects/digital-card-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DigitalCardCanceledStatusInfo

Digital Card Canceled Status Information

type DigitalCardCanceledStatusInfo implements CompleteDigitalCardStatusInfo {
status: CompleteDigitalCardStatus!
enabledAt: DateTime!
canceledAt: DateTime!
}

Fields

DigitalCardCanceledStatusInfo.status ● CompleteDigitalCardStatus! non-null enum

Card status (always Canceled for type DigitalCardCanceledStatusInfo).

DigitalCardCanceledStatusInfo.enabledAt ● DateTime! non-null scalar

Enable Date

DigitalCardCanceledStatusInfo.canceledAt ● DateTime! non-null scalar

Cancel Date

Interfaces

CompleteDigitalCardStatusInfo interface

Complete Digital Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-connection/index.html b/api-reference/objects/digital-card-connection/index.html index e968faae6ba..92e02eb5623 100644 --- a/api-reference/objects/digital-card-connection/index.html +++ b/api-reference/objects/digital-card-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DigitalCardConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type DigitalCardConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [DigitalCardEdge!]!
}

Fields

DigitalCardConnection.totalCount ● Int! non-null scalar

Total number of element in the list

DigitalCardConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

DigitalCardConnection.edges ● [DigitalCardEdge!]! non-null object

CardEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Card object

- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-consent-pending-status-info/index.html b/api-reference/objects/digital-card-consent-pending-status-info/index.html index b5fb7df1772..42d57ddd113 100644 --- a/api-reference/objects/digital-card-consent-pending-status-info/index.html +++ b/api-reference/objects/digital-card-consent-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DigitalCardConsentPendingStatusInfo

Digital Card ConsentPending Status Information

type DigitalCardConsentPendingStatusInfo implements PendingDigitalCardStatusInfo {
status: PendingDigitalCardStatus!
consent: Consent!
}

Fields

DigitalCardConsentPendingStatusInfo.status ● PendingDigitalCardStatus! non-null enum

Digital Card status (always ConsentPending for type DigitalCardConsentPendingStatusInfo).

DigitalCardConsentPendingStatusInfo.consent ● Consent! non-null object

A reference to the consent to validate

Interfaces

PendingDigitalCardStatusInfo interface

Pending Digital Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-declined-status-info/index.html b/api-reference/objects/digital-card-declined-status-info/index.html index 197c4d575ea..f80b47bd686 100644 --- a/api-reference/objects/digital-card-declined-status-info/index.html +++ b/api-reference/objects/digital-card-declined-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-edge/index.html b/api-reference/objects/digital-card-edge/index.html index e7e7f8b5011..4a6a05c4e1d 100644 --- a/api-reference/objects/digital-card-edge/index.html +++ b/api-reference/objects/digital-card-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

DigitalCardEdge

Implements the Relay Edge interface

type DigitalCardEdge implements Edge {
cursor: String!
node: DigitalCard!
}

Fields

DigitalCardEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

DigitalCardEdge.node ● DigitalCard! non-null interface

The Card entry

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

DigitalCardConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-enabled-status-info/index.html b/api-reference/objects/digital-card-enabled-status-info/index.html index 6a4154e0ece..6b79d64b4bc 100644 --- a/api-reference/objects/digital-card-enabled-status-info/index.html +++ b/api-reference/objects/digital-card-enabled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DigitalCardEnabledStatusInfo

Digital Card Enabled Status Information

type DigitalCardEnabledStatusInfo implements CompleteDigitalCardStatusInfo {
status: CompleteDigitalCardStatus!
enabledAt: DateTime!
}

Fields

DigitalCardEnabledStatusInfo.status ● CompleteDigitalCardStatus! non-null enum

Digital Card status (always Enabled for type DigitalCardEnabledStatusInfo).

DigitalCardEnabledStatusInfo.enabledAt ● DateTime! non-null scalar

Enable Date

Interfaces

CompleteDigitalCardStatusInfo interface

Complete Digital Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-not-found-rejection/index.html b/api-reference/objects/digital-card-not-found-rejection/index.html index b196aaa6f6e..6588d488442 100644 --- a/api-reference/objects/digital-card-not-found-rejection/index.html +++ b/api-reference/objects/digital-card-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-pending-status-info/index.html b/api-reference/objects/digital-card-pending-status-info/index.html index 181c1da9c64..a9c5b8a93fe 100644 --- a/api-reference/objects/digital-card-pending-status-info/index.html +++ b/api-reference/objects/digital-card-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/digital-card-suspended-status-info/index.html b/api-reference/objects/digital-card-suspended-status-info/index.html index c5f44440a3e..c63b17b2abd 100644 --- a/api-reference/objects/digital-card-suspended-status-info/index.html +++ b/api-reference/objects/digital-card-suspended-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DigitalCardSuspendedStatusInfo

Digital Card Suspended Status Information

type DigitalCardSuspendedStatusInfo implements CompleteDigitalCardStatusInfo {
status: CompleteDigitalCardStatus!
enabledAt: DateTime!
suspendedAt: DateTime!
}

Fields

DigitalCardSuspendedStatusInfo.status ● CompleteDigitalCardStatus! non-null enum

Digital Card status (always Suspended for type DigitalCardSuspendedStatusInfo).

DigitalCardSuspendedStatusInfo.enabledAt ● DateTime! non-null scalar

Enable Date

DigitalCardSuspendedStatusInfo.suspendedAt ● DateTime! non-null scalar

Suspend Date

Interfaces

CompleteDigitalCardStatusInfo interface

Complete Digital Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/direct-debit-account-verification/index.html b/api-reference/objects/direct-debit-account-verification/index.html index 1c03272a887..48108909511 100644 --- a/api-reference/objects/direct-debit-account-verification/index.html +++ b/api-reference/objects/direct-debit-account-verification/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DirectDebitAccountVerification

Direct Debit Account Verification

type DirectDebitAccountVerification implements AccountVerification {
createdAt: DateTime!
iban: IBAN!
id: ID!
statusInfo: AccountVerificationStatusInfo!
updatedAt: DateTime!
}

Fields

DirectDebitAccountVerification.createdAt ● DateTime! non-null scalar

Creation date of the account verification

DirectDebitAccountVerification.iban ● IBAN! non-null scalar

IBAN of the account to cross check with account holder information

DirectDebitAccountVerification.id ● ID! non-null scalar

Unique identifier of the Account Verification

DirectDebitAccountVerification.statusInfo ● AccountVerificationStatusInfo! non-null interface

Account Verification Status Information

DirectDebitAccountVerification.updatedAt ● DateTime! non-null scalar

Last update date of the account verification

Interfaces

AccountVerification interface

Account Verification

Member of

DirectDebitFundingSource object

- - + + \ No newline at end of file diff --git a/api-reference/objects/direct-debit-funding-source/index.html b/api-reference/objects/direct-debit-funding-source/index.html index bcf004e953e..50033202bc9 100644 --- a/api-reference/objects/direct-debit-funding-source/index.html +++ b/api-reference/objects/direct-debit-funding-source/index.html @@ -7,8 +7,8 @@ - - + +
@@ -16,7 +16,7 @@ Money will be debited from this IBAN when an initiateFundingRequest is done using this funding source

DirectDebitFundingSource.createdAt ● DateTime! non-null scalar

Created date

DirectDebitFundingSource.updatedAt ● DateTime! non-null scalar

Last updated date

DirectDebitFundingSource.accountVerification ● DirectDebitAccountVerification! non-null object

Can be queried to check the status of the account verification for this funding source. If the account verification is PendingVerification, you should ask your account holder to wire some money from his external account to any swan account

DirectDebitFundingSource.paymentMandate ● PaymentDirectDebitMandate! non-null interface

Can be queried to check the status of payment payment Mandate. If the payment mandate is ConsentPending, you should confirm it to enable this funding source

Interfaces

FundingSource interface

Funding Source

- - + + \ No newline at end of file diff --git a/api-reference/objects/disable-account-membership-success-payload/index.html b/api-reference/objects/disable-account-membership-success-payload/index.html index 2cf33be55b4..bfa14c41b69 100644 --- a/api-reference/objects/disable-account-membership-success-payload/index.html +++ b/api-reference/objects/disable-account-membership-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/disabled-funding-limit-settings-status-info/index.html b/api-reference/objects/disabled-funding-limit-settings-status-info/index.html index 37972f1b7dd..7e4dda26657 100644 --- a/api-reference/objects/disabled-funding-limit-settings-status-info/index.html +++ b/api-reference/objects/disabled-funding-limit-settings-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DisabledFundingLimitSettingsStatusInfo

StatusInfo when funding limit settings has been disabled

type DisabledFundingLimitSettingsStatusInfo implements FundingLimitSettingsStatusInfo {
status: FundingLimitSettingsStatus!
reason: String!
}

Fields

DisabledFundingLimitSettingsStatusInfo.status ● FundingLimitSettingsStatus! non-null enum

DisabledFundingLimitSettingsStatusInfo.reason ● String! non-null scalar

Interfaces

FundingLimitSettingsStatusInfo interface

Object containing details about funding limit settings status

- - + + \ No newline at end of file diff --git a/api-reference/objects/disabled-merchant-payment-method-status-info/index.html b/api-reference/objects/disabled-merchant-payment-method-status-info/index.html index bf9244fbf87..669f5485859 100644 --- a/api-reference/objects/disabled-merchant-payment-method-status-info/index.html +++ b/api-reference/objects/disabled-merchant-payment-method-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DisabledMerchantPaymentMethodStatusInfo

EnabledMerchantPaymentMethodStatusInfo

type DisabledMerchantPaymentMethodStatusInfo implements MerchantPaymentMethodStatusInfo {
status: MerchantPaymentMethodStatus!
disabledAt: Date!
}

Fields

DisabledMerchantPaymentMethodStatusInfo.status ● MerchantPaymentMethodStatus! non-null enum

DisabledMerchantPaymentMethodStatusInfo.disabledAt ● Date! non-null scalar

Merchant Payment Method disabled date

Interfaces

MerchantPaymentMethodStatusInfo interface

The payment method status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/drivers-license-document-file/index.html b/api-reference/objects/drivers-license-document-file/index.html index 4b45b09ed5e..b8649e20485 100644 --- a/api-reference/objects/drivers-license-document-file/index.html +++ b/api-reference/objects/drivers-license-document-file/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DriversLicenseDocumentFile

The file associated to the driver's license document

type DriversLicenseDocumentFile implements DocumentFile {
downloadUrl: String!
side: DocumentFileSide!
}

Fields

DriversLicenseDocumentFile.downloadUrl ● String! non-null scalar

The file's temporary download url

DriversLicenseDocumentFile.side ● DocumentFileSide! non-null enum

From which side the deiver's license's picture was taken

Interfaces

DocumentFile interface

Retrieved document extracted from the identity verification

Member of

DriversLicenseDocument object

- - + + \ No newline at end of file diff --git a/api-reference/objects/drivers-license-document/index.html b/api-reference/objects/drivers-license-document/index.html index b3c256d4837..c964938615b 100644 --- a/api-reference/objects/drivers-license-document/index.html +++ b/api-reference/objects/drivers-license-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DriversLicenseDocument

The document corresponding to a driver's license

type DriversLicenseDocument {
id: String!
type: DocumentType!
files: [DriversLicenseDocumentFile!]!
}

Fields

DriversLicenseDocument.id ● String! non-null scalar

Unique identifier of the driver's license document

DriversLicenseDocument.type ● DocumentType! non-null enum

The type of the document

DriversLicenseDocument.files ● [DriversLicenseDocumentFile!]! non-null object

List of the associated files

Implemented by

IdentificationDocument union

- - + + \ No newline at end of file diff --git a/api-reference/objects/enable-received-direct-debit-mandate-success-payload/index.html b/api-reference/objects/enable-received-direct-debit-mandate-success-payload/index.html index 1ebc920baf3..1f56386f1ac 100644 --- a/api-reference/objects/enable-received-direct-debit-mandate-success-payload/index.html +++ b/api-reference/objects/enable-received-direct-debit-mandate-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

EnableReceivedDirectDebitMandateSuccessPayload

Return type in case of a successful response of the enableReceivedDirectDebitMandate mutation

type EnableReceivedDirectDebitMandateSuccessPayload {
receivedDirectDebitMandate: ReceivedDirectDebitMandate!
}

Fields

EnableReceivedDirectDebitMandateSuccessPayload.receivedDirectDebitMandate ● ReceivedDirectDebitMandate! non-null interface

The received direct debit mandate is enable, i.e that it is moved back to from the suspended to the enabled status

Implemented by

EnableReceivedDirectDebitMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/enabled-card-design-not-found-rejection/index.html b/api-reference/objects/enabled-card-design-not-found-rejection/index.html index 6be54473b5f..76b9b293a93 100644 --- a/api-reference/objects/enabled-card-design-not-found-rejection/index.html +++ b/api-reference/objects/enabled-card-design-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

EnabledCardDesignNotFoundRejection

Rejection returned if the card product don't have a card design enabled

type EnabledCardDesignNotFoundRejection implements Rejection {
message: String!
}

Fields

EnabledCardDesignNotFoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddCardPayload union ● AddCardsPayload union ● AddCardsWithGroupDeliveryPayload union ● AddDigitalCardPayload union ● AddSingleUseVirtualCardPayload union ● AddSingleUseVirtualCardsPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/enabled-funding-limit-settings-status-info/index.html b/api-reference/objects/enabled-funding-limit-settings-status-info/index.html index 2886b321bd8..3f73d70dd8a 100644 --- a/api-reference/objects/enabled-funding-limit-settings-status-info/index.html +++ b/api-reference/objects/enabled-funding-limit-settings-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/enabled-funding-source-status-info/index.html b/api-reference/objects/enabled-funding-source-status-info/index.html index 3b775a4df20..44a6887d041 100644 --- a/api-reference/objects/enabled-funding-source-status-info/index.html +++ b/api-reference/objects/enabled-funding-source-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

EnabledFundingSourceStatusInfo

Funding Source Enabled status information

type EnabledFundingSourceStatusInfo implements FundingSourceStatusInfo {
status: FundingSourceStatus!
enabledAt: Date!
}

Fields

EnabledFundingSourceStatusInfo.status ● FundingSourceStatus! non-null enum

Funding Source Enabled status

EnabledFundingSourceStatusInfo.enabledAt ● Date! non-null scalar

Date at which the funding source was enabled

Interfaces

FundingSourceStatusInfo interface

Funding Source status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/enabled-merchant-payment-method-status-info/index.html b/api-reference/objects/enabled-merchant-payment-method-status-info/index.html index 0bf48f55956..35b59e82042 100644 --- a/api-reference/objects/enabled-merchant-payment-method-status-info/index.html +++ b/api-reference/objects/enabled-merchant-payment-method-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

EnabledMerchantPaymentMethodStatusInfo

EnabledMerchantPaymentMethodStatusInfo

type EnabledMerchantPaymentMethodStatusInfo implements MerchantPaymentMethodStatusInfo {
status: MerchantPaymentMethodStatus!
enabledAt: Date!
}

Fields

EnabledMerchantPaymentMethodStatusInfo.status ● MerchantPaymentMethodStatus! non-null enum

EnabledMerchantPaymentMethodStatusInfo.enabledAt ● Date! non-null scalar

Merchant Payment Method enabled date

Interfaces

MerchantPaymentMethodStatusInfo interface

The payment method status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/enabled-merchant-profile-status-info/index.html b/api-reference/objects/enabled-merchant-profile-status-info/index.html index 209a0747009..75763be63fe 100644 --- a/api-reference/objects/enabled-merchant-profile-status-info/index.html +++ b/api-reference/objects/enabled-merchant-profile-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/expired-identification-level-status-info/index.html b/api-reference/objects/expired-identification-level-status-info/index.html index 662dda92a2f..95d23b05ce2 100644 --- a/api-reference/objects/expired-identification-level-status-info/index.html +++ b/api-reference/objects/expired-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

ExpiredIdentificationLevelStatusInfo

Describes an identification level for the process associated to this identification that has expired and is no longer considered valid

type ExpiredIdentificationLevelStatusInfo {
status: IdentificationLevelStatus!
expiredAt: Date!
}

Fields

ExpiredIdentificationLevelStatusInfo.status ● IdentificationLevelStatus! non-null enum

Always set to Expired

ExpiredIdentificationLevelStatusInfo.expiredAt ● Date! non-null scalar

When this identification level expired

Implemented by

IdentificationLevelStatusInfo union

- - +
Skip to main content

ExpiredIdentificationLevelStatusInfo

Describes an identification level for the process associated to this identification that has expired and is no longer considered valid

type ExpiredIdentificationLevelStatusInfo {
status: SwanIdentificationStatus!
expiredAt: Date!
}

Fields

ExpiredIdentificationLevelStatusInfo.status ● SwanIdentificationStatus! non-null enum

Always set to Expired

ExpiredIdentificationLevelStatusInfo.expiredAt ● Date! non-null scalar

When this identification level expired

Implemented by

IdentificationLevelStatusInfo union

+ + \ No newline at end of file diff --git a/api-reference/objects/external-account-already-exists-rejection/index.html b/api-reference/objects/external-account-already-exists-rejection/index.html index a1cb4394675..0c902ef01c5 100644 --- a/api-reference/objects/external-account-already-exists-rejection/index.html +++ b/api-reference/objects/external-account-already-exists-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalAccountAlreadyExistsRejection

No description

type ExternalAccountAlreadyExistsRejection implements Rejection {
iban: String!
accountHolderId: String!
message: String!
}

Fields

ExternalAccountAlreadyExistsRejection.iban ● String! non-null scalar

ExternalAccountAlreadyExistsRejection.accountHolderId ● String! non-null scalar

ExternalAccountAlreadyExistsRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddExternalAccountPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/external-account-balance-already-exists-rejection/index.html b/api-reference/objects/external-account-balance-already-exists-rejection/index.html index 66fb62bca65..4a2f1dffec8 100644 --- a/api-reference/objects/external-account-balance-already-exists-rejection/index.html +++ b/api-reference/objects/external-account-balance-already-exists-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalAccountBalanceAlreadyExistsRejection

No description

type ExternalAccountBalanceAlreadyExistsRejection implements Rejection {
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
message: String!
}

Fields

ExternalAccountBalanceAlreadyExistsRejection.type ● ExternalAccountBalanceType! non-null enum

ExternalAccountBalanceAlreadyExistsRejection.lastChangedAt ● DateTime! non-null scalar

ExternalAccountBalanceAlreadyExistsRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddExternalAccountBalancePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/external-account-balance/index.html b/api-reference/objects/external-account-balance/index.html index c244013e631..7d71c720ec4 100644 --- a/api-reference/objects/external-account-balance/index.html +++ b/api-reference/objects/external-account-balance/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalAccountBalance

No description

type ExternalAccountBalance {
id: ID!
amount: Amount
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
}

Fields

ExternalAccountBalance.id ● ID! non-null scalar

Unique identifier of an external balance

ExternalAccountBalance.amount ● Amount object

Amount with currency

ExternalAccountBalance.type ● ExternalAccountBalanceType! non-null enum

Type of Balance

ExternalAccountBalance.lastChangedAt ● DateTime! non-null scalar

Last changed Date

Member of

AddExternalAccountBalanceSuccessPayload object ● AddOrUpdateExternalAccountBalanceSuccessPayload object ● ExternalBalanceEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/external-account-connection/index.html b/api-reference/objects/external-account-connection/index.html index 9db4d2e12e8..4f4fb739e0e 100644 --- a/api-reference/objects/external-account-connection/index.html +++ b/api-reference/objects/external-account-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalAccountConnection

Implements the Relay Connection interface, used to paginate the list of element (Learn More)

type ExternalAccountConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [ExternalAccountEdge!]!
}

Fields

ExternalAccountConnection.totalCount ● Int! non-null scalar

Total number of elements in the list

ExternalAccountConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

ExternalAccountConnection.edges ● [ExternalAccountEdge!]! non-null object

ExternalAccountEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

AccountHolder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/external-account-data-source/index.html b/api-reference/objects/external-account-data-source/index.html index 0b1f073c897..b09f0f03b7e 100644 --- a/api-reference/objects/external-account-data-source/index.html +++ b/api-reference/objects/external-account-data-source/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/external-account-edge/index.html b/api-reference/objects/external-account-edge/index.html index c882cbad746..a054f9dfa49 100644 --- a/api-reference/objects/external-account-edge/index.html +++ b/api-reference/objects/external-account-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

ExternalAccountEdge

Implements the Relay Edge interface

type ExternalAccountEdge implements Edge {
cursor: String!
node: ExternalAccount!
}

Fields

ExternalAccountEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

ExternalAccountEdge.node ● ExternalAccount! non-null object

The external account

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

ExternalAccountConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/external-account/index.html b/api-reference/objects/external-account/index.html index 132ec618c6d..8854d40f048 100644 --- a/api-reference/objects/external-account/index.html +++ b/api-reference/objects/external-account/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalAccount

No description

type ExternalAccount {
id: ID!
externalId: String!
name: String
cashAccountType: CashAccountType!
BIC: BIC!
IBAN: IBAN!
currency: Currency!
holderName: String!
country: CCA3!
originalCreatedAt: DateTime!
createdAt: DateTime!
updatedAt: DateTime!
balances(
first: Int! = 90
before: String
after: String
): ExternalBalanceConnection!
source: ExternalAccountDataSource!
institution: FinancialInstitution
usage: ExternalAccountUsage!
accountHolder: AccountHolder
}

Fields

ExternalAccount.id ● ID! non-null scalar

Unique identifier of an external account

ExternalAccount.externalId ● String! non-null scalar

External account identifier following ISO-20022 standard

ExternalAccount.name ● String scalar

Name of the account

ExternalAccount.cashAccountType ● CashAccountType! non-null enum

Type of the account

ExternalAccount.BIC ● BIC! non-null scalar

Bank Identifier Code

ExternalAccount.IBAN ● IBAN! non-null scalar

International Bank Account Number

ExternalAccount.currency ● Currency! non-null scalar

Currency

ExternalAccount.holderName ● String! non-null scalar

Account Holder name

ExternalAccount.country ● CCA3! non-null scalar

Country

ExternalAccount.originalCreatedAt ● DateTime! non-null scalar

Original Created date

ExternalAccount.createdAt ● DateTime! non-null scalar

Created date

ExternalAccount.updatedAt ● DateTime! non-null scalar

Updated date

ExternalAccount.balances ● ExternalBalanceConnection! non-null object

A list of balances regarding an external account.

ExternalAccount.balances.first ● Int! non-null scalar
ExternalAccount.balances.before ● String scalar
ExternalAccount.balances.after ● String scalar

ExternalAccount.source ● ExternalAccountDataSource! non-null object

Source used for this account

ExternalAccount.institution ● FinancialInstitution object

Financial institution

ExternalAccount.usage ● ExternalAccountUsage! non-null enum

Usage information of the account

ExternalAccount.accountHolder ● AccountHolder object

Account holder for the external account

Member of

AddExternalAccountSuccessPayload object ● ExternalAccountEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/external-balance-connection/index.html b/api-reference/objects/external-balance-connection/index.html index e3a36d599eb..6e944b83379 100644 --- a/api-reference/objects/external-balance-connection/index.html +++ b/api-reference/objects/external-balance-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ExternalBalanceConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type ExternalBalanceConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [ExternalBalanceEdge!]!
}

Fields

ExternalBalanceConnection.totalCount ● Int! non-null scalar

Total number of elements in the list

ExternalBalanceConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

ExternalBalanceConnection.edges ● [ExternalBalanceEdge!]! non-null object

ExternalBalanceEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

ExternalAccount object

- - + + \ No newline at end of file diff --git a/api-reference/objects/external-balance-edge/index.html b/api-reference/objects/external-balance-edge/index.html index 8687c9cfc51..6450c41301a 100644 --- a/api-reference/objects/external-balance-edge/index.html +++ b/api-reference/objects/external-balance-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

ExternalBalanceEdge

Implements the Relay Edge interface

type ExternalBalanceEdge implements Edge {
cursor: String!
node: ExternalAccountBalance!
}

Fields

ExternalBalanceEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

ExternalBalanceEdge.node ● ExternalAccountBalance! non-null object

The external balance

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

ExternalBalanceConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/face-photo-document/index.html b/api-reference/objects/face-photo-document/index.html index 307a62ac0fe..cdc8bc2fbc2 100644 --- a/api-reference/objects/face-photo-document/index.html +++ b/api-reference/objects/face-photo-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/fee-in-creditor/index.html b/api-reference/objects/fee-in-creditor/index.html index 0cfdc602d9e..814f4f768fd 100644 --- a/api-reference/objects/fee-in-creditor/index.html +++ b/api-reference/objects/fee-in-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/fee-in-debtor/index.html b/api-reference/objects/fee-in-debtor/index.html index d648fbaa251..21afcf739ba 100644 --- a/api-reference/objects/fee-in-debtor/index.html +++ b/api-reference/objects/fee-in-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/fee-out-creditor/index.html b/api-reference/objects/fee-out-creditor/index.html index f0053e0d9ec..4a7387bd143 100644 --- a/api-reference/objects/fee-out-creditor/index.html +++ b/api-reference/objects/fee-out-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/fee-out-debtor/index.html b/api-reference/objects/fee-out-debtor/index.html index 57df93dac71..9bb01836d60 100644 --- a/api-reference/objects/fee-out-debtor/index.html +++ b/api-reference/objects/fee-out-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/fee-settings-not-found-rejection/index.html b/api-reference/objects/fee-settings-not-found-rejection/index.html index 1b530d29f10..1fa53a0b3a2 100644 --- a/api-reference/objects/fee-settings-not-found-rejection/index.html +++ b/api-reference/objects/fee-settings-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/fee-transaction/index.html b/api-reference/objects/fee-transaction/index.html index b1b1b2fb9a4..2f4e8ac894f 100644 --- a/api-reference/objects/fee-transaction/index.html +++ b/api-reference/objects/fee-transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FeeTransaction

Fee Transaction

type FeeTransaction implements Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
feesType: FeesTypeEnum!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
creditor: FeeCreditor!
debtor: FeeDebtor!
account: Account
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
}

Fields

FeeTransaction.id ● ID! non-null scalar

unique identifier of the transaction

FeeTransaction.reference ● String! non-null scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire reference chain.

FeeTransaction.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber

FeeTransaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

FeeTransaction.type ● TransactionTypeEnum! non-null enum

type

FeeTransaction.amount ● Amount! non-null object

amount

FeeTransaction.label ● String! non-null scalar

label

FeeTransaction.feesType ● FeesTypeEnum! non-null enum

feesType

FeeTransaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

FeeTransaction.paymentId ● String scalar

ID of the payment associated to this transaction

FeeTransaction.payment ● Payment object

payment associated to this transaction

FeeTransaction.createdAt ● DateTime! non-null scalar

created date

FeeTransaction.updatedAt ● DateTime! non-null scalar

updated date

FeeTransaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

FeeTransaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

FeeTransaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

FeeTransaction.creditor ● FeeCreditor! non-null interface

creditor information

FeeTransaction.debtor ● FeeDebtor! non-null interface

debtor information

FeeTransaction.account ● Account object

matching account for the transaction

FeeTransaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

FeeTransaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

FeeTransaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

FeeTransaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

FeeTransaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

Interfaces

Transaction interface

Transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/finalize-onboarding-success-payload/index.html b/api-reference/objects/finalize-onboarding-success-payload/index.html index b6d3fea6cd5..04d455a35c2 100644 --- a/api-reference/objects/finalize-onboarding-success-payload/index.html +++ b/api-reference/objects/finalize-onboarding-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/financial-institution/index.html b/api-reference/objects/financial-institution/index.html index aa04f203503..20a14d1b933 100644 --- a/api-reference/objects/financial-institution/index.html +++ b/api-reference/objects/financial-institution/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/forbidden-rejection/index.html b/api-reference/objects/forbidden-rejection/index.html index 3f955ec4472..8530f351088 100644 --- a/api-reference/objects/forbidden-rejection/index.html +++ b/api-reference/objects/forbidden-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ForbiddenRejection

No description

type ForbiddenRejection implements Rejection {
message: String!
}

Fields

ForbiddenRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

ActivatePhysicalCardPayload union ● AddAccountMembershipPayload union ● AddAccountMembershipsPayload union ● AddCardPayload union ● AddDirectDebitFundingSourcePayload union ● AddExternalAccountBalancePayload union ● AddExternalAccountPayload union ● AddFundingLimitSettingsChangeRequestPayload union ● AddInternalDirectDebitPaymentMandatePayload union ● AddMerchantProfilePayload union ● AddOrUpdateExternalAccountBalancePayload union ● AddReceivedInternalDirectDebitB2bMandatePayload union ● AddReceivedSepaDirectDebitB2bMandatePayload union ● AddSepaDirectDebitPaymentMandatePayload union ● AddVirtualIbanEntryPayload union ● CancelCardPayload union ● CancelDigitalCardPayload union ● CancelFundingSourcePayload union ● CancelPhysicalCardPayload union ● CancelStandingOrderPayload union ● CancelTransactionPayload union ● CloseAccountPayload union ● CreateCapitalDepositCasePayload union ● DeleteSupportingDocumentPayload union ● DisableAccountMembershipPayload union ● EnableReceivedDirectDebitMandatePayload union ● FinalizeOnboardingPayload union ● GenerateCapitalDepositDocumentUploadUrlPayload union ● GenerateSupportingDocumentUploadUrlPayload union ● GrantConsentWithServerSignaturePayload union ● InitiateCreditTransfersPayload union ● InitiateFundingRequestPayload union ● InitiateInternationalCreditTransferResponsePayload union ● InitiateMerchantPaymentCollectionPayload union ● OnboardCompanyAccountHolderPayload union ● OnboardIndividualAccountHolderPayload union ● RequestMerchantPaymentMethodsPayload union ● RequestMerchantProfileUpdatePayload union ● RequestSupportingDocumentCollectionReviewPayload union ● ResumeAccountMembershipPayload union ● ResumePhysicalCardPayload union ● ScheduleStandingOrderPayload union ● SuspendPhysicalCardPayload union ● SuspendReceivedDirectDebitMandatePayload union ● UpdateAccountMembershipPayload union ● UpdateAccountPayload union ● UpdateCompanyOnboardingPayload union ● UpdateIndividualOnboardingPayload union ● UpdateReceivedSepaDirectDebitB2bMandatePayload union ● UpdateSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-amount/index.html b/api-reference/objects/funding-limit-amount/index.html index d22b0c3ed56..8163363d160 100644 --- a/api-reference/objects/funding-limit-amount/index.html +++ b/api-reference/objects/funding-limit-amount/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-exceeded-rejection/index.html b/api-reference/objects/funding-limit-exceeded-rejection/index.html index d73801357d0..dd593dbdbd7 100644 --- a/api-reference/objects/funding-limit-exceeded-rejection/index.html +++ b/api-reference/objects/funding-limit-exceeded-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request-approved-status-info/index.html b/api-reference/objects/funding-limit-settings-change-request-approved-status-info/index.html index c03096358ca..5df81b66cef 100644 --- a/api-reference/objects/funding-limit-settings-change-request-approved-status-info/index.html +++ b/api-reference/objects/funding-limit-settings-change-request-approved-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestApprovedStatusInfo

StatusInfo when funding limit settings change request has been approved

type FundingLimitSettingsChangeRequestApprovedStatusInfo implements FundingLimitSettingsChangeRequestStatusInfo {
status: FundingLimitSettingsChangeRequestStatus!
reason: String!
}

Fields

FundingLimitSettingsChangeRequestApprovedStatusInfo.status ● FundingLimitSettingsChangeRequestStatus! non-null enum

FundingLimitSettingsChangeRequestApprovedStatusInfo.reason ● String! non-null scalar

Interfaces

FundingLimitSettingsChangeRequestStatusInfo interface

Object containing details about funding limit settings change request status

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection/index.html b/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection/index.html index d155f6f183f..6ea24c9527d 100644 --- a/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection/index.html +++ b/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request-connection/index.html b/api-reference/objects/funding-limit-settings-change-request-connection/index.html index 217d9206263..0117eb4d485 100644 --- a/api-reference/objects/funding-limit-settings-change-request-connection/index.html +++ b/api-reference/objects/funding-limit-settings-change-request-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type FundingLimitSettingsChangeRequestConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [FundingLimitSettingsChangeRequestEdge!]!
}

Fields

FundingLimitSettingsChangeRequestConnection.totalCount ● Int! non-null scalar

Total number of element in the list

FundingLimitSettingsChangeRequestConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

FundingLimitSettingsChangeRequestConnection.edges ● [FundingLimitSettingsChangeRequestEdge!]! non-null object

FundingLimitSettingsChangeRequestEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

AccountHolder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request-edge/index.html b/api-reference/objects/funding-limit-settings-change-request-edge/index.html index 3136154edb7..5d86bcf027b 100644 --- a/api-reference/objects/funding-limit-settings-change-request-edge/index.html +++ b/api-reference/objects/funding-limit-settings-change-request-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestEdge

Implements the Relay Edge interface

type FundingLimitSettingsChangeRequestEdge implements Edge {
cursor: String!
node: FundingLimitSettingsChangeRequest!
}

Fields

FundingLimitSettingsChangeRequestEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this onboarding node in the pagination mechanism

FundingLimitSettingsChangeRequestEdge.node ● FundingLimitSettingsChangeRequest! non-null object

The FundingLimitSettingsChangeRequest

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

FundingLimitSettingsChangeRequestConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request-pending-status-info/index.html b/api-reference/objects/funding-limit-settings-change-request-pending-status-info/index.html index 5668493ebce..c3d6001bd4d 100644 --- a/api-reference/objects/funding-limit-settings-change-request-pending-status-info/index.html +++ b/api-reference/objects/funding-limit-settings-change-request-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestPendingStatusInfo

StatusInfo when funding limit settings change request is pending

type FundingLimitSettingsChangeRequestPendingStatusInfo implements FundingLimitSettingsChangeRequestStatusInfo {
status: FundingLimitSettingsChangeRequestStatus!
}

Fields

FundingLimitSettingsChangeRequestPendingStatusInfo.status ● FundingLimitSettingsChangeRequestStatus! non-null enum

Interfaces

FundingLimitSettingsChangeRequestStatusInfo interface

Object containing details about funding limit settings change request status

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request-refused-status-info/index.html b/api-reference/objects/funding-limit-settings-change-request-refused-status-info/index.html index 64d698f7ae8..6eceb2185a5 100644 --- a/api-reference/objects/funding-limit-settings-change-request-refused-status-info/index.html +++ b/api-reference/objects/funding-limit-settings-change-request-refused-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestRefusedStatusInfo

StatusInfo when funding limit settings change request has been rejected

type FundingLimitSettingsChangeRequestRefusedStatusInfo implements FundingLimitSettingsChangeRequestStatusInfo {
status: FundingLimitSettingsChangeRequestStatus!
reason: String!
}

Fields

FundingLimitSettingsChangeRequestRefusedStatusInfo.status ● FundingLimitSettingsChangeRequestStatus! non-null enum

FundingLimitSettingsChangeRequestRefusedStatusInfo.reason ● String! non-null scalar

Interfaces

FundingLimitSettingsChangeRequestStatusInfo interface

Object containing details about funding limit settings change request status

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info/index.html b/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info/index.html index d1b2a6f48c7..3bc18eb3877 100644 --- a/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info/index.html +++ b/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequestWaitingForInformationStatusInfo

StatusInfo when funding limit settings change request is waiting for more information

type FundingLimitSettingsChangeRequestWaitingForInformationStatusInfo implements FundingLimitSettingsChangeRequestStatusInfo {
status: FundingLimitSettingsChangeRequestStatus!
}

Fields

FundingLimitSettingsChangeRequestWaitingForInformationStatusInfo.status ● FundingLimitSettingsChangeRequestStatus! non-null enum

Interfaces

FundingLimitSettingsChangeRequestStatusInfo interface

Object containing details about funding limit settings change request status

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings-change-request/index.html b/api-reference/objects/funding-limit-settings-change-request/index.html index 24bd5aa397c..63cb8676a17 100644 --- a/api-reference/objects/funding-limit-settings-change-request/index.html +++ b/api-reference/objects/funding-limit-settings-change-request/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettingsChangeRequest

Funding Limit Settings Change Request

type FundingLimitSettingsChangeRequest {
id: ID!
instantFundingLimit: FundingLimitAmount!
fundingLimit: FundingLimitAmount!
approved: ApprovedFundingLimit
statusInfo: FundingLimitSettingsChangeRequestStatusInfo!
createdAt: Date
updatedAt: Date
}

Fields

FundingLimitSettingsChangeRequest.id ● ID! non-null scalar

Unique identifier of a funding limit settings change request

FundingLimitSettingsChangeRequest.instantFundingLimit ● FundingLimitAmount! non-null object

Requested amount settings for the instant funding limit

FundingLimitSettingsChangeRequest.fundingLimit ● FundingLimitAmount! non-null object

Requested amount settings for the funding limit

FundingLimitSettingsChangeRequest.approved ● ApprovedFundingLimit object

Approved amount settings for the the instant funding limit and the funding limit

FundingLimitSettingsChangeRequest.statusInfo ● FundingLimitSettingsChangeRequestStatusInfo! non-null interface

Status of the request

FundingLimitSettingsChangeRequest.createdAt ● Date scalar

Date of creation

FundingLimitSettingsChangeRequest.updatedAt ● Date scalar

Date of last update

Returned by

fundingLimitSettingsChangeRequest query

Member of

AddFundingLimitSettingsChangeRequestSuccessPayload object ● FundingLimitSettings object ● FundingLimitSettingsChangeRequestEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit-settings/index.html b/api-reference/objects/funding-limit-settings/index.html index ae8d240d416..ccc6ce028c5 100644 --- a/api-reference/objects/funding-limit-settings/index.html +++ b/api-reference/objects/funding-limit-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingLimitSettings

No description

type FundingLimitSettings {
instantFundingLimit: InstantFundingLimit
fundingLimit: FundingLimit
fundingLimitSettingsChangeRequest: FundingLimitSettingsChangeRequest
statusInfo: FundingLimitSettingsStatusInfo!
}

Fields

FundingLimitSettings.instantFundingLimit ● InstantFundingLimit object

Instant funding limit

FundingLimitSettings.fundingLimit ● FundingLimit object

Periodic funding limit

FundingLimitSettings.fundingLimitSettingsChangeRequest ● FundingLimitSettingsChangeRequest object

Related change request

FundingLimitSettings.statusInfo ● FundingLimitSettingsStatusInfo! non-null interface

Status of the resource

Member of

AccountHolder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-limit/index.html b/api-reference/objects/funding-limit/index.html index 14d186aefde..3010dea9272 100644 --- a/api-reference/objects/funding-limit/index.html +++ b/api-reference/objects/funding-limit/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-source-connection/index.html b/api-reference/objects/funding-source-connection/index.html index bc4c880f66c..c389c83c34f 100644 --- a/api-reference/objects/funding-source-connection/index.html +++ b/api-reference/objects/funding-source-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingSourceConnection

Please see the Connection interface

type FundingSourceConnection implements Connection {
pageInfo: PageInfo!
edges: [FundingSourceEdge!]!
totalCount: Int!
}

Fields

FundingSourceConnection.pageInfo ● PageInfo! non-null object

FundingSourceConnection.edges ● [FundingSourceEdge!]! non-null object

FundingSourceConnection.totalCount ● Int! non-null scalar

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-source-edge/index.html b/api-reference/objects/funding-source-edge/index.html index 54c5b045f56..ee4af0f0f58 100644 --- a/api-reference/objects/funding-source-edge/index.html +++ b/api-reference/objects/funding-source-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

FundingSourceEdge

Please see the Connection interface

type FundingSourceEdge implements Edge {
node: FundingSource!
cursor: String!
}

Fields

FundingSourceEdge.node ● FundingSource! non-null interface

FundingSourceEdge.cursor ● String! non-null scalar

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

FundingSourceConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-source-not-found-rejection/index.html b/api-reference/objects/funding-source-not-found-rejection/index.html index cc788c7280b..983dce849ad 100644 --- a/api-reference/objects/funding-source-not-found-rejection/index.html +++ b/api-reference/objects/funding-source-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/funding-source-wrong-status-rejection/index.html b/api-reference/objects/funding-source-wrong-status-rejection/index.html index 018a06fcd66..e6942f6b9cd 100644 --- a/api-reference/objects/funding-source-wrong-status-rejection/index.html +++ b/api-reference/objects/funding-source-wrong-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FundingSourceWrongStatusRejection

Rejection returned when the Funding Source is not in the expected status

type FundingSourceWrongStatusRejection implements Rejection {
message: String!
currentStatus: FundingSourceStatus!
expectedStatus: FundingSourceStatus!
}

Fields

FundingSourceWrongStatusRejection.message ● String! non-null scalar

FundingSourceWrongStatusRejection.currentStatus ● FundingSourceStatus! non-null enum

FundingSourceWrongStatusRejection.expectedStatus ● FundingSourceStatus! non-null enum

Interfaces

Rejection interface

Implemented by

InitiateFundingRequestPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload/index.html b/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload/index.html index b79234144f9..331e1287bf1 100644 --- a/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload/index.html +++ b/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/generate-supporting-document-upload-url-success-payload/index.html b/api-reference/objects/generate-supporting-document-upload-url-success-payload/index.html index 8fb3d770d3e..9cdc4e2f79b 100644 --- a/api-reference/objects/generate-supporting-document-upload-url-success-payload/index.html +++ b/api-reference/objects/generate-supporting-document-upload-url-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

GenerateSupportingDocumentUploadUrlSuccessPayload

No description

type GenerateSupportingDocumentUploadUrlSuccessPayload {
supportingDocumentId: String!
upload: SupportingDocumentUploadInfo!
}

Fields

GenerateSupportingDocumentUploadUrlSuccessPayload.supportingDocumentId ● String! non-null scalar

Id of the supporting document created for this uploadUrl

GenerateSupportingDocumentUploadUrlSuccessPayload.upload ● SupportingDocumentUploadInfo! non-null object

Info to upload the document : url and fields to add along file in form (POST)

Implemented by

GenerateSupportingDocumentUploadUrlPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/global-funding-limit-exceeded-rejection/index.html b/api-reference/objects/global-funding-limit-exceeded-rejection/index.html index 88b8828d18d..39927e54428 100644 --- a/api-reference/objects/global-funding-limit-exceeded-rejection/index.html +++ b/api-reference/objects/global-funding-limit-exceeded-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/global-instant-funding-limit-exceeded-rejection/index.html b/api-reference/objects/global-instant-funding-limit-exceeded-rejection/index.html index cc5233acbf3..cbafdf10c41 100644 --- a/api-reference/objects/global-instant-funding-limit-exceeded-rejection/index.html +++ b/api-reference/objects/global-instant-funding-limit-exceeded-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/grant-consent-with-server-signature-success-payload/index.html b/api-reference/objects/grant-consent-with-server-signature-success-payload/index.html index 81cc077bfdc..825bbc1f859 100644 --- a/api-reference/objects/grant-consent-with-server-signature-success-payload/index.html +++ b/api-reference/objects/grant-consent-with-server-signature-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/headquarters/index.html b/api-reference/objects/headquarters/index.html index 75e9c1772d1..1c17bbab084 100644 --- a/api-reference/objects/headquarters/index.html +++ b/api-reference/objects/headquarters/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/iban-validation-rejection/index.html b/api-reference/objects/iban-validation-rejection/index.html index 4ee6ad4c0a6..41fdee99ac2 100644 --- a/api-reference/objects/iban-validation-rejection/index.html +++ b/api-reference/objects/iban-validation-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/ibannot-reachable-rejection/index.html b/api-reference/objects/ibannot-reachable-rejection/index.html index a9d3136a064..cb05ee3c378 100644 --- a/api-reference/objects/ibannot-reachable-rejection/index.html +++ b/api-reference/objects/ibannot-reachable-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/ibannot-valid-rejection/index.html b/api-reference/objects/ibannot-valid-rejection/index.html index cb0acd3fd2c..780f13214d6 100644 --- a/api-reference/objects/ibannot-valid-rejection/index.html +++ b/api-reference/objects/ibannot-valid-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/id-card-document-file/index.html b/api-reference/objects/id-card-document-file/index.html index f73109d048a..74600ce2295 100644 --- a/api-reference/objects/id-card-document-file/index.html +++ b/api-reference/objects/id-card-document-file/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdCardDocumentFile

The file associated to the ID card document

type IdCardDocumentFile implements DocumentFile {
downloadUrl: String!
side: DocumentFileSide!
}

Fields

IdCardDocumentFile.downloadUrl ● String! non-null scalar

The file's temporary download url

IdCardDocumentFile.side ● DocumentFileSide! non-null enum

From which side the ID card's picture was taken

Interfaces

DocumentFile interface

Retrieved document extracted from the identity verification

Member of

IdCardDocument object

- - + + \ No newline at end of file diff --git a/api-reference/objects/id-card-document/index.html b/api-reference/objects/id-card-document/index.html index 2a8ea32714c..e64ccfd3a38 100644 --- a/api-reference/objects/id-card-document/index.html +++ b/api-reference/objects/id-card-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdCardDocument

The document corresponding to an ID card

type IdCardDocument {
id: String!
type: DocumentType!
issueDate: Date
expiryDate: Date
mrz: String
number: String
files: [IdCardDocumentFile!]!
}

Fields

IdCardDocument.id ● String! non-null scalar

Unique identifier of the ID card document

IdCardDocument.type ● DocumentType! non-null enum

The type of the document

IdCardDocument.issueDate ● Date scalar

The date at which the ID card was issued

IdCardDocument.expiryDate ● Date scalar

The date at which the ID card expires

IdCardDocument.mrz ● String scalar

Machine-readable zone code of the ID card

IdCardDocument.number ● String scalar

Number of the ID card

IdCardDocument.files ● [IdCardDocumentFile!]! non-null object

List of the associated files

Implemented by

IdentificationDocument union

- - + + \ No newline at end of file diff --git a/api-reference/objects/identification-connection/index.html b/api-reference/objects/identification-connection/index.html index b4727d86602..2d2668fad30 100644 --- a/api-reference/objects/identification-connection/index.html +++ b/api-reference/objects/identification-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdentificationConnection

Fields we can use when ordering that can be applied when listing identifications

type IdentificationConnection {
totalCount: Int!
pageInfo: PageInfo
edges: [IdentificationEdge!]!
}

Fields

IdentificationConnection.totalCount ● Int! non-null scalar

Total number of element in the list

IdentificationConnection.pageInfo ● PageInfo object

Information about the current, the previous and the next page

IdentificationConnection.edges ● [IdentificationEdge!]! non-null object

IdentificationEdge list

Member of

User object

- - + + \ No newline at end of file diff --git a/api-reference/objects/identification-edge/index.html b/api-reference/objects/identification-edge/index.html index f745583876d..671f88939d5 100644 --- a/api-reference/objects/identification-edge/index.html +++ b/api-reference/objects/identification-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

IdentificationEdge

Implements the Relay Edge interface

type IdentificationEdge implements Edge {
node: Identification!
cursor: String!
}

Fields

IdentificationEdge.node ● Identification! non-null object

The identification entry

IdentificationEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

IdentificationConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/identification-expert-process-info/index.html b/api-reference/objects/identification-expert-process-info/index.html index 9a6c194c8d1..e003864391e 100644 --- a/api-reference/objects/identification-expert-process-info/index.html +++ b/api-reference/objects/identification-expert-process-info/index.html @@ -7,14 +7,14 @@ - - + +
-
Skip to main content
- - +
Skip to main content

IdentificationExpertProcessInfo

The identification process associated to the expert level

type IdentificationExpertProcessInfo {
provider: IdentificationExpertProcessProvider!
status: SwanIdentificationStatus!
}

Fields

IdentificationExpertProcessInfo.provider ● IdentificationExpertProcessProvider! non-null enum

The identification process associated to the expert level. +Using an alias to map this property is mandatory when querying multiple processes.

IdentificationExpertProcessInfo.status ● SwanIdentificationStatus! non-null enum

The global status of the identification process

Implemented by

IdentificationProcessInfo union

+ + \ No newline at end of file diff --git a/api-reference/objects/identification-expert-with-qesprocess-info/index.html b/api-reference/objects/identification-expert-with-qesprocess-info/index.html index 98930d232e2..08e5d388cc3 100644 --- a/api-reference/objects/identification-expert-with-qesprocess-info/index.html +++ b/api-reference/objects/identification-expert-with-qesprocess-info/index.html @@ -7,14 +7,14 @@ - - + +
-
Skip to main content

IdentificationExpertWithQESProcessInfo

The identification process associated to the Qualified Electronic Signature level

type IdentificationExpertWithQESProcessInfo {
provider: IdentificationExpertWithQESProcessProvider!
}

Fields

IdentificationExpertWithQESProcessInfo.provider ● IdentificationExpertWithQESProcessProvider! non-null enum

The identification process associated to the qes level. -Using an alias to map this property is mandatory when querying multiple processes.

Implemented by

IdentificationProcessInfo union

- - +
Skip to main content

IdentificationExpertWithQESProcessInfo

The identification process associated to the Qualified Electronic Signature level

type IdentificationExpertWithQESProcessInfo {
provider: IdentificationExpertWithQESProcessProvider!
status: SwanIdentificationStatus!
}

Fields

IdentificationExpertWithQESProcessInfo.provider ● IdentificationExpertWithQESProcessProvider! non-null enum

The identification process associated to the qes level. +Using an alias to map this property is mandatory when querying multiple processes.

IdentificationExpertWithQESProcessInfo.status ● SwanIdentificationStatus! non-null enum

The global status of the identification process

Implemented by

IdentificationProcessInfo union

+ + \ No newline at end of file diff --git a/api-reference/objects/identification-level-statuses-info/index.html b/api-reference/objects/identification-level-statuses-info/index.html index c48777431a0..cbf2f79be09 100644 --- a/api-reference/objects/identification-level-statuses-info/index.html +++ b/api-reference/objects/identification-level-statuses-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdentificationLevelStatusesInfo

The status and results associated to the available identification processes

type IdentificationLevelStatusesInfo {
expert: IdentificationLevelStatusInfo!
qes: IdentificationLevelStatusInfo!
pvid: IdentificationLevelStatusInfo!
}

Fields

IdentificationLevelStatusesInfo.expert ● IdentificationLevelStatusInfo! non-null union

The status and results associated to the expert level

IdentificationLevelStatusesInfo.qes ● IdentificationLevelStatusInfo! non-null union

The status and results associated to the Qualified Electronic Signature level

IdentificationLevelStatusesInfo.pvid ● IdentificationLevelStatusInfo! non-null union

The status and results associated to the Remote Identity Verification Service level

Member of

Identification object

- - + + \ No newline at end of file diff --git a/api-reference/objects/identification-levels/index.html b/api-reference/objects/identification-levels/index.html index 153680955a8..ee78f156282 100644 --- a/api-reference/objects/identification-levels/index.html +++ b/api-reference/objects/identification-levels/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/identification-pvidprocess-info/index.html b/api-reference/objects/identification-pvidprocess-info/index.html index f57c36554f5..d599ef93d7c 100644 --- a/api-reference/objects/identification-pvidprocess-info/index.html +++ b/api-reference/objects/identification-pvidprocess-info/index.html @@ -7,14 +7,14 @@ - - + +
-
Skip to main content

IdentificationPVIDProcessInfo

The identification process associated to the PVID/Remote Identity Verification Service level

type IdentificationPVIDProcessInfo {
provider: IdentificationPVIDProcessProvider!
}

Fields

IdentificationPVIDProcessInfo.provider ● IdentificationPVIDProcessProvider! non-null enum

The identification process associated to the pvid level. -Using an alias to map this property is mandatory when querying multiple processes.

Implemented by

IdentificationProcessInfo union

- - +
Skip to main content

IdentificationPVIDProcessInfo

The identification process associated to the PVID/Remote Identity Verification Service level

type IdentificationPVIDProcessInfo {
provider: IdentificationPVIDProcessProvider!
status: SwanIdentificationStatus!
}

Fields

IdentificationPVIDProcessInfo.provider ● IdentificationPVIDProcessProvider! non-null enum

The identification process associated to the pvid level. +Using an alias to map this property is mandatory when querying multiple processes.

IdentificationPVIDProcessInfo.status ● SwanIdentificationStatus! non-null enum

The global status of the identification process

Implemented by

IdentificationProcessInfo union

+ + \ No newline at end of file diff --git a/api-reference/objects/identification/index.html b/api-reference/objects/identification/index.html index 677355bc6f2..08ddfeb0d29 100644 --- a/api-reference/objects/identification/index.html +++ b/api-reference/objects/identification/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

Identification

The identification represents an ongoing identification process or its result

type Identification {
id: String!
createdAt: DateTime!
updatedAt: DateTime!
process: IdentificationProcessInfo!
levels: IdentificationLevelStatusesInfo!
documents: [IdentificationDocument!]
signatures: [Signature!]
identityDocumentType: IdentityDocumentType
}

Fields

Identification.id ● String! non-null scalar

Unique identifier of the identification

Identification.createdAt ● DateTime! non-null scalar

Creation date of the identification

Identification.updatedAt ● DateTime! non-null scalar

Last update date of the identification

Identification.process ● IdentificationProcessInfo! non-null union

The process that was used for this identification

Identification.levels ● IdentificationLevelStatusesInfo! non-null object

The status and results associated to the available identification processes

Identification.documents ● [IdentificationDocument!] list union

The available documents related to the identification (id doc, selfie, report...)

Identification.signatures ● [Signature!] list object

The available electronic signatures related to the identification (currently for QES only)

Identification.identityDocumentType ● IdentityDocumentType enum

The identity document type used for the current identification (passport, id card ...)

Member of

IdentificationEdge object

- - +
Skip to main content

Identification

The identification represents an ongoing identification process or its result

type Identification {
id: String!
createdAt: DateTime!
updatedAt: DateTime!
process: IdentificationProcessInfo!
levels: IdentificationLevelStatusesInfo!
documents: [IdentificationDocument!]
identityDocumentType: IdentityDocumentType
}

Fields

Identification.id ● String! non-null scalar

Unique identifier of the identification

Identification.createdAt ● DateTime! non-null scalar

Creation date of the identification

Identification.updatedAt ● DateTime! non-null scalar

Last update date of the identification

Identification.process ● IdentificationProcessInfo! non-null union

The process that was used for this identification

Identification.levels ● IdentificationLevelStatusesInfo! non-null object

The status and results associated to the available identification processes

Identification.documents ● [IdentificationDocument!] list union

The available documents related to the identification (id doc, selfie, report...)

Identification.identityDocumentType ● IdentityDocumentType enum

The identity document type used for the current identification (passport, id card ...)

Member of

IdentificationEdge object

+ + \ No newline at end of file diff --git a/api-reference/objects/identity-already-bind-to-account-membership-rejection/index.html b/api-reference/objects/identity-already-bind-to-account-membership-rejection/index.html index b24dc79309c..fd7330ae16b 100644 --- a/api-reference/objects/identity-already-bind-to-account-membership-rejection/index.html +++ b/api-reference/objects/identity-already-bind-to-account-membership-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdentityAlreadyBindToAccountMembershipRejection

Rejection returned if identity and the account memberships are already bind

type IdentityAlreadyBindToAccountMembershipRejection implements Rejection {
accountId: String!
identityId: String!
message: String!
}

Fields

IdentityAlreadyBindToAccountMembershipRejection.accountId ● String! non-null scalar

IdentityAlreadyBindToAccountMembershipRejection.identityId ● String! non-null scalar

IdentityAlreadyBindToAccountMembershipRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

BindAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/in-app-provisioning-data/index.html b/api-reference/objects/in-app-provisioning-data/index.html index e26fffd6489..d88bfe485e2 100644 --- a/api-reference/objects/in-app-provisioning-data/index.html +++ b/api-reference/objects/in-app-provisioning-data/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InAppProvisioningData

Data used for in app provisioning

type InAppProvisioningData {
activationData: String!
ephemeralPublicKey: String!
encryptedData: String!
iv: String
publicKeyFingerprint: String
oaepHashingAlgorithm: String
}

Fields

InAppProvisioningData.activationData ● String! non-null scalar

Cryptographic OTP used to pre-validate digitalization

InAppProvisioningData.ephemeralPublicKey ● String! non-null scalar

Base64 public key used with the wallet provider public key to encrypt the card data

InAppProvisioningData.encryptedData ● String! non-null scalar

Encrypted card data

InAppProvisioningData.iv ● String scalar

IV used to encrypt the card Data (Useful for Google Pay)

InAppProvisioningData.publicKeyFingerprint ● String scalar

public key fingerprint of the key used to encrypt card data (Useful for Google Pay)

InAppProvisioningData.oaepHashingAlgorithm ● String scalar

hash algorithm used during encryption of the card data (Useful for Google Pay)

Member of

PendingDigitalCard object

- - + + \ No newline at end of file diff --git a/api-reference/objects/individual-shareholder/index.html b/api-reference/objects/individual-shareholder/index.html index b371a9ac339..1b18fd8130d 100644 --- a/api-reference/objects/individual-shareholder/index.html +++ b/api-reference/objects/individual-shareholder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IndividualShareholder

Individual shareholder info.

type IndividualShareholder {
type: ShareholderType!
firstName: String!
lastName: String!
birthDate: String!
nationality: CCA3!
}

Fields

IndividualShareholder.type ● ShareholderType! non-null enum

Whether the shareholder is an individual or a company.

IndividualShareholder.firstName ● String! non-null scalar

First name of the shareholder.

IndividualShareholder.lastName ● String! non-null scalar

Last name of the shareholder.

IndividualShareholder.birthDate ● String! non-null scalar

Birth date of the shareholder.

IndividualShareholder.nationality ● CCA3! non-null scalar

CCA3 code for the country of nationality of the shareholder.

Implemented by

ShareholderInfo union

- - + + \ No newline at end of file diff --git a/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital/index.html b/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital/index.html index b8f3c7cb4a6..49a66b47ab9 100644 --- a/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital/index.html +++ b/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IndividualUltimateBeneficialOwnerTypeHasCapital

Individual Ultimate Beneficial Owner Type Has Capital

type IndividualUltimateBeneficialOwnerTypeHasCapital implements IndividualUltimateBeneficialOwnerInfo {
type: IndividualUltimateBeneficialOwnerTypeEnum!
indirect: Boolean
direct: Boolean
totalCapitalPercentage: Float
}

Fields

IndividualUltimateBeneficialOwnerTypeHasCapital.type ● IndividualUltimateBeneficialOwnerTypeEnum! non-null enum

Individual type

IndividualUltimateBeneficialOwnerTypeHasCapital.indirect ● Boolean scalar

Define UBO is an Indirect Owner

IndividualUltimateBeneficialOwnerTypeHasCapital.direct ● Boolean scalar

Define UBO is an Direct Owner

IndividualUltimateBeneficialOwnerTypeHasCapital.totalCapitalPercentage ● Float scalar

Total of capital (in percentage, ex: 50 = 50%)

Interfaces

IndividualUltimateBeneficialOwnerInfo interface

Define the type of the UBO

- - + + \ No newline at end of file diff --git a/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative/index.html b/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative/index.html index aa6c8e66bc1..58423855af0 100644 --- a/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative/index.html +++ b/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IndividualUltimateBeneficialOwnerTypeLegalRepresentative

Individual Ultimate Beneficial Owner Type Legal Representative

type IndividualUltimateBeneficialOwnerTypeLegalRepresentative implements IndividualUltimateBeneficialOwnerInfo {
type: IndividualUltimateBeneficialOwnerTypeEnum!
}

Fields

IndividualUltimateBeneficialOwnerTypeLegalRepresentative.type ● IndividualUltimateBeneficialOwnerTypeEnum! non-null enum

Individual type

Interfaces

IndividualUltimateBeneficialOwnerInfo interface

Define the type of the UBO

- - + + \ No newline at end of file diff --git a/api-reference/objects/individual-ultimate-beneficial-owner-type-other/index.html b/api-reference/objects/individual-ultimate-beneficial-owner-type-other/index.html index 9e9ee3abf08..f0220e032b0 100644 --- a/api-reference/objects/individual-ultimate-beneficial-owner-type-other/index.html +++ b/api-reference/objects/individual-ultimate-beneficial-owner-type-other/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/individual-ultimate-beneficial-owner/index.html b/api-reference/objects/individual-ultimate-beneficial-owner/index.html index ca9b3b6988b..ad1a0648333 100644 --- a/api-reference/objects/individual-ultimate-beneficial-owner/index.html +++ b/api-reference/objects/individual-ultimate-beneficial-owner/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

IndividualUltimateBeneficialOwner

Individual Ultimate Beneficial Owner You need to describe the natural person (s) who hold, directly or indirectly, more than 25% of the capital or the rights of vote of the reporting company. Please describe the company (s) that owns the company that wishes to open an account, when an individual holds in fine more than 25%

type IndividualUltimateBeneficialOwner {
firstName: String
lastName: String
birthDate: DateTime
birthCity: String
birthCityPostalCode: String
birthCountryCode: CCA3
info: IndividualUltimateBeneficialOwnerInfo!
taxIdentificationNumber: String
residencyAddress: AddressInformation
title: TitleEnum
}

Fields

IndividualUltimateBeneficialOwner.firstName ● String scalar

individual first name

IndividualUltimateBeneficialOwner.lastName ● String scalar

individual last name

IndividualUltimateBeneficialOwner.birthDate ● DateTime scalar

individual birth date

IndividualUltimateBeneficialOwner.birthCity ● String scalar

individual birth city

IndividualUltimateBeneficialOwner.birthCityPostalCode ● String scalar

individual birth city postal code

IndividualUltimateBeneficialOwner.birthCountryCode ● CCA3 scalar

individual birth country code

IndividualUltimateBeneficialOwner.info ● IndividualUltimateBeneficialOwnerInfo! non-null interface

Information relating to the type of the UBO

IndividualUltimateBeneficialOwner.taxIdentificationNumber ● String scalar

Individual beneficial owner Tax or Identification Number

IndividualUltimateBeneficialOwner.residencyAddress ● AddressInformation object

Individual beneficial owner residency Address

IndividualUltimateBeneficialOwner.title ● TitleEnum enum

Individual beneficial owner title (Mr/Ms)

Member of

AccountHolderCompanyInfo object ● OnboardingCompanyAccountHolderInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/initiate-credit-transfers-success-payload/index.html b/api-reference/objects/initiate-credit-transfers-success-payload/index.html index 05bc97645b7..d6a5e019a71 100644 --- a/api-reference/objects/initiate-credit-transfers-success-payload/index.html +++ b/api-reference/objects/initiate-credit-transfers-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/initiate-funding-request-success-payload/index.html b/api-reference/objects/initiate-funding-request-success-payload/index.html index 4ebced53b2d..a0a2c451745 100644 --- a/api-reference/objects/initiate-funding-request-success-payload/index.html +++ b/api-reference/objects/initiate-funding-request-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/initiate-international-credit-transfer-response-success-payload/index.html b/api-reference/objects/initiate-international-credit-transfer-response-success-payload/index.html index 8adc795f3a4..74f408ecb2d 100644 --- a/api-reference/objects/initiate-international-credit-transfer-response-success-payload/index.html +++ b/api-reference/objects/initiate-international-credit-transfer-response-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InitiateInternationalCreditTransferResponseSuccessPayload

Initiate International Credit Transfer Response Success Payload

type InitiateInternationalCreditTransferResponseSuccessPayload {
payment: Payment!
quote: InternationalCreditTransferQuote!
}

Fields

InitiateInternationalCreditTransferResponseSuccessPayload.payment ● Payment! non-null object

Details of the international credit transfer created

InitiateInternationalCreditTransferResponseSuccessPayload.quote ● InternationalCreditTransferQuote! non-null object

Details for the quote of international credit transfer

Implemented by

InitiateInternationalCreditTransferResponsePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/initiate-merchant-payment-collection-success-payload/index.html b/api-reference/objects/initiate-merchant-payment-collection-success-payload/index.html index a0c9998719a..c61f76ce685 100644 --- a/api-reference/objects/initiate-merchant-payment-collection-success-payload/index.html +++ b/api-reference/objects/initiate-merchant-payment-collection-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/instant-funding-limit-exceeded-rejection/index.html b/api-reference/objects/instant-funding-limit-exceeded-rejection/index.html index 7bbf444e821..97aff14ae78 100644 --- a/api-reference/objects/instant-funding-limit-exceeded-rejection/index.html +++ b/api-reference/objects/instant-funding-limit-exceeded-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/instant-funding-limit/index.html b/api-reference/objects/instant-funding-limit/index.html index d85cf9553b2..c44cd3d4bcc 100644 --- a/api-reference/objects/instant-funding-limit/index.html +++ b/api-reference/objects/instant-funding-limit/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/insufficient-funds-rejection/index.html b/api-reference/objects/insufficient-funds-rejection/index.html index 11d77b2fb0c..8f6d5bed44b 100644 --- a/api-reference/objects/insufficient-funds-rejection/index.html +++ b/api-reference/objects/insufficient-funds-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-beneficiary/index.html b/api-reference/objects/internal-beneficiary/index.html index 92471f4ae8c..3b07d15cf35 100644 --- a/api-reference/objects/internal-beneficiary/index.html +++ b/api-reference/objects/internal-beneficiary/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

InternalBeneficiary

SOON TO BE DEPRECATED Internal Beneficiary

type InternalBeneficiary implements Beneficiary {
id: ID
name: String!
isMyOwnIban: Boolean!
accountNumber: AccountNumber!
}

Fields

InternalBeneficiary.id ● ID scalar

unique identifier of a beneficiary

InternalBeneficiary.name ● String! non-null scalar

full name of the beneficiary

InternalBeneficiary.isMyOwnIban ● Boolean! non-null scalar

true if this new beneficiary is the account holder himself in an other financial institution.

InternalBeneficiary.accountNumber ● AccountNumber! non-null scalar

account number if the beneficiary is a swan account

Interfaces

Beneficiary interface

SOON TO BE DEPRECATED Beneficiary

Member of

SEPACreditTransferInternalOutCreditor object

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-credit-transfer-in-creditor/index.html b/api-reference/objects/internal-credit-transfer-in-creditor/index.html index 8bbb1a96c41..3c86baee9f1 100644 --- a/api-reference/objects/internal-credit-transfer-in-creditor/index.html +++ b/api-reference/objects/internal-credit-transfer-in-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalCreditTransferInCreditor

Internal Credit Transfer creditor for Incoming transaction

type InternalCreditTransferInCreditor implements InternalCreditTransferCreditor {
name: String!
accountNumber: AccountNumber!
}

Fields

InternalCreditTransferInCreditor.name ● String! non-null scalar

full name of the creditor

InternalCreditTransferInCreditor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

InternalCreditTransferCreditor interface

Internal Credit Transfer creditor

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-credit-transfer-in-debtor/index.html b/api-reference/objects/internal-credit-transfer-in-debtor/index.html index 1c8300c4a4b..f638f26fc46 100644 --- a/api-reference/objects/internal-credit-transfer-in-debtor/index.html +++ b/api-reference/objects/internal-credit-transfer-in-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalCreditTransferInDebtor

Internal Credit Transfer debtor for Incoming transaction

type InternalCreditTransferInDebtor implements InternalCreditTransferDebtor {
name: String!
accountNumber: AccountNumber!
}

Fields

InternalCreditTransferInDebtor.name ● String! non-null scalar

full name of the creditor

InternalCreditTransferInDebtor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

InternalCreditTransferDebtor interface

Internal Credit Transfer debtor

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-credit-transfer-out-creditor/index.html b/api-reference/objects/internal-credit-transfer-out-creditor/index.html index 6516dcd42c9..7c669a76f86 100644 --- a/api-reference/objects/internal-credit-transfer-out-creditor/index.html +++ b/api-reference/objects/internal-credit-transfer-out-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalCreditTransferOutCreditor

Internal Credit Transfer creditor for Outgoing transaction

type InternalCreditTransferOutCreditor implements InternalCreditTransferCreditor {
name: String!
accountNumber: AccountNumber!
}

Fields

InternalCreditTransferOutCreditor.name ● String! non-null scalar

full name of the creditor

InternalCreditTransferOutCreditor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

InternalCreditTransferCreditor interface

Internal Credit Transfer creditor

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-credit-transfer-out-debtor/index.html b/api-reference/objects/internal-credit-transfer-out-debtor/index.html index 1a44b3ac3b1..fe673437e73 100644 --- a/api-reference/objects/internal-credit-transfer-out-debtor/index.html +++ b/api-reference/objects/internal-credit-transfer-out-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalCreditTransferOutDebtor

Internal Credit Transfer debtor for Outgoing transaction

type InternalCreditTransferOutDebtor implements InternalCreditTransferDebtor {
name: String!
accountNumber: AccountNumber!
}

Fields

InternalCreditTransferOutDebtor.name ● String! non-null scalar

full name of the creditor

InternalCreditTransferOutDebtor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

InternalCreditTransferDebtor interface

Internal Credit Transfer debtor

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-credit-transfer/index.html b/api-reference/objects/internal-credit-transfer/index.html index 208e62471f8..5fd08c11926 100644 --- a/api-reference/objects/internal-credit-transfer/index.html +++ b/api-reference/objects/internal-credit-transfer/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalCreditTransfer

Internal Credit Transfer transaction

type InternalCreditTransfer implements Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
creditor: InternalCreditTransferCreditor!
debtor: InternalCreditTransferDebtor!
account: Account
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
returnReason: TransactionReasonCode
}

Fields

InternalCreditTransfer.id ● ID! non-null scalar

unique identifier of the transaction

InternalCreditTransfer.reference ● String! non-null scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire reference chain.

InternalCreditTransfer.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber

InternalCreditTransfer.side ● TransactionSide! non-null enum

side (Credit or Debit)

InternalCreditTransfer.type ● TransactionTypeEnum! non-null enum

type

InternalCreditTransfer.amount ● Amount! non-null object

amount

InternalCreditTransfer.label ● String! non-null scalar

label

InternalCreditTransfer.statusInfo ● TransactionStatusInfo! non-null interface

status information

InternalCreditTransfer.paymentId ● String scalar

ID of the payment associated to this transaction

InternalCreditTransfer.payment ● Payment object

payment associated to this transaction

InternalCreditTransfer.createdAt ● DateTime! non-null scalar

created date

InternalCreditTransfer.updatedAt ● DateTime! non-null scalar

updated date

InternalCreditTransfer.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

InternalCreditTransfer.bookedBalanceAfter ● Amount object

booked balance after this transaction

InternalCreditTransfer.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

InternalCreditTransfer.creditor ● InternalCreditTransferCreditor! non-null interface

creditor information

InternalCreditTransfer.debtor ● InternalCreditTransferDebtor! non-null interface

debtor information

InternalCreditTransfer.account ● Account object

matching account for the transaction

InternalCreditTransfer.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

InternalCreditTransfer.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

InternalCreditTransfer.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

InternalCreditTransfer.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

InternalCreditTransfer.originTransaction ● Transaction interface

origin transaction associated to this transaction

InternalCreditTransfer.returnReason ● TransactionReasonCode enum

r-transaction reason

Interfaces

Transaction interface

Transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method/index.html b/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method/index.html index e2d0588b1c6..50ce62ca71f 100644 --- a/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method/index.html +++ b/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

InternalDirectDebitB2BMerchantPaymentMethod

InternalDirectDebitB2BMerchantPaymentMethod

type InternalDirectDebitB2BMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
productId: ID!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
updatedAt: Date!
rollingReserve: RollingReserve
}

Fields

InternalDirectDebitB2BMerchantPaymentMethod.id ● ID! non-null scalar

Unique identifier tied to every version of a given Merchant Payment Method

InternalDirectDebitB2BMerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum

The Merchant Payment Method Type

InternalDirectDebitB2BMerchantPaymentMethod.productId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type DEPRECATED use the methodId field instead.

InternalDirectDebitB2BMerchantPaymentMethod.methodId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type

InternalDirectDebitB2BMerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface

Status of the Merchant Payment Method

InternalDirectDebitB2BMerchantPaymentMethod.version ● Int! non-null scalar

Version of the Merchant Payment Method

InternalDirectDebitB2BMerchantPaymentMethod.updatedAt ● Date! non-null scalar

Date at which the Merchant Payment Method was last updated

InternalDirectDebitB2BMerchantPaymentMethod.rollingReserve ● RollingReserve object

Rolling Reserve applied to the Merchant Payment Method

Interfaces

MerchantPaymentMethod interface

Base object for the different Payment Methods available

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-direct-debit-creditor/index.html b/api-reference/objects/internal-direct-debit-creditor/index.html index ed1701de530..7ef7422f273 100644 --- a/api-reference/objects/internal-direct-debit-creditor/index.html +++ b/api-reference/objects/internal-direct-debit-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-direct-debit-debtor/index.html b/api-reference/objects/internal-direct-debit-debtor/index.html index bb930faea71..da92b3df98e 100644 --- a/api-reference/objects/internal-direct-debit-debtor/index.html +++ b/api-reference/objects/internal-direct-debit-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-direct-debit-standard-merchant-payment-method/index.html b/api-reference/objects/internal-direct-debit-standard-merchant-payment-method/index.html index 61b754996e2..a35c7f8ca88 100644 --- a/api-reference/objects/internal-direct-debit-standard-merchant-payment-method/index.html +++ b/api-reference/objects/internal-direct-debit-standard-merchant-payment-method/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

InternalDirectDebitStandardMerchantPaymentMethod

InternalDirectDebitStandardMerchantPaymentMethod

type InternalDirectDebitStandardMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
productId: ID!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
updatedAt: Date!
rollingReserve: RollingReserve
}

Fields

InternalDirectDebitStandardMerchantPaymentMethod.id ● ID! non-null scalar

Unique identifier tied to every version of a given Merchant Payment Method

InternalDirectDebitStandardMerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum

The Merchant Payment Method Type

InternalDirectDebitStandardMerchantPaymentMethod.productId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type DEPRECATED use the methodId field instead.

InternalDirectDebitStandardMerchantPaymentMethod.methodId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type

InternalDirectDebitStandardMerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface

Status of the Merchant Payment Method

InternalDirectDebitStandardMerchantPaymentMethod.version ● Int! non-null scalar

Version of the Merchant Payment Method

InternalDirectDebitStandardMerchantPaymentMethod.updatedAt ● Date! non-null scalar

Date at which the Merchant Payment Method was last updated

InternalDirectDebitStandardMerchantPaymentMethod.rollingReserve ● RollingReserve object

Rolling Reserve applied to the Merchant Payment Method

Interfaces

MerchantPaymentMethod interface

Base object for the different Payment Methods available

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-direct-debit-transaction/index.html b/api-reference/objects/internal-direct-debit-transaction/index.html index 24c2e090012..45086a0f8b4 100644 --- a/api-reference/objects/internal-direct-debit-transaction/index.html +++ b/api-reference/objects/internal-direct-debit-transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalDirectDebitTransaction

Internal Direct Debit transaction

type InternalDirectDebitTransaction implements Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
creditor: InternalDirectDebitCreditor!
debtor: InternalDirectDebitDebtor!
account: Account
mandate: InternalDirectDebitMandate
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
reservedAmount: Amount
reservedAmountReleasedAt: DateTime
returnReason: TransactionReasonCode
}

Fields

InternalDirectDebitTransaction.id ● ID! non-null scalar

unique identifier of the transaction

InternalDirectDebitTransaction.reference ● String! non-null scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire end-to-end chain.

InternalDirectDebitTransaction.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction: accountNumber

InternalDirectDebitTransaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

InternalDirectDebitTransaction.type ● TransactionTypeEnum! non-null enum

type

InternalDirectDebitTransaction.amount ● Amount! non-null object

amount

InternalDirectDebitTransaction.label ● String! non-null scalar

label

InternalDirectDebitTransaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

InternalDirectDebitTransaction.paymentId ● String scalar

ID of the payment associated to this transaction

InternalDirectDebitTransaction.payment ● Payment object

payment associated to this transaction

InternalDirectDebitTransaction.createdAt ● DateTime! non-null scalar

created date

InternalDirectDebitTransaction.updatedAt ● DateTime! non-null scalar

updated date

InternalDirectDebitTransaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

InternalDirectDebitTransaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

InternalDirectDebitTransaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

InternalDirectDebitTransaction.creditor ● InternalDirectDebitCreditor! non-null object

creditor information

InternalDirectDebitTransaction.debtor ● InternalDirectDebitDebtor! non-null object

debtor information

InternalDirectDebitTransaction.account ● Account object

matching account for the transaction

InternalDirectDebitTransaction.mandate ● InternalDirectDebitMandate interface

matching Internal mandate for the transaction

InternalDirectDebitTransaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

InternalDirectDebitTransaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

InternalDirectDebitTransaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

InternalDirectDebitTransaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

InternalDirectDebitTransaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

InternalDirectDebitTransaction.reservedAmount ● Amount object

reserved amount of the transaction computed with the rolling reserve.

InternalDirectDebitTransaction.reservedAmountReleasedAt ● DateTime scalar

date on which reserved funds become available.

InternalDirectDebitTransaction.returnReason ● TransactionReasonCode enum

r-transaction reason

Interfaces

Transaction interface

Transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-error-rejection/index.html b/api-reference/objects/internal-error-rejection/index.html index 56689dbfcb9..115361a82b2 100644 --- a/api-reference/objects/internal-error-rejection/index.html +++ b/api-reference/objects/internal-error-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-payment-direct-debit-mandate/index.html b/api-reference/objects/internal-payment-direct-debit-mandate/index.html index f3f1ba8c9ee..7e8e393f146 100644 --- a/api-reference/objects/internal-payment-direct-debit-mandate/index.html +++ b/api-reference/objects/internal-payment-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalPaymentDirectDebitMandate

Payment direct debit mandate for Internal

type InternalPaymentDirectDebitMandate implements InternalDirectDebitMandate, PaymentDirectDebitMandate, PaymentMandate {
id: ID!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
reference: String!
scheme: InternalPaymentMandateScheme!
statusInfo: PaymentMandateStatusInfo!
sequence: InternalPaymentMandateSequence!
mandateDocumentUrl: String!
debtor: InternalPaymentMandateDebtor!
ultimateCreditorName: String
creditor: InternalPaymentMandateCreditor!
signatureDate: Date
createdAt: DateTime!
updatedAt: DateTime!
executedAt: DateTime
expiredAt: Date
accountHolder: AccountHolder!
language: String!
name: String
}

Fields

InternalPaymentDirectDebitMandate.id ● ID! non-null scalar

Unique identifier of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.transactions ● TransactionConnection object

List of transactions associated with the Internal Payment Direct Debit Mandate.

InternalPaymentDirectDebitMandate.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

InternalPaymentDirectDebitMandate.transactions.after ● String scalar

When the list of elements needs to start after a element

InternalPaymentDirectDebitMandate.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

InternalPaymentDirectDebitMandate.reference ● String! non-null scalar

Unique reference of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.scheme ● InternalPaymentMandateScheme! non-null enum

Internal Direct Debit Payment Mandate scheme

InternalPaymentDirectDebitMandate.statusInfo ● PaymentMandateStatusInfo! non-null interface

Internal Direct Debit Payment Mandate status information

InternalPaymentDirectDebitMandate.sequence ● InternalPaymentMandateSequence! non-null enum

Internal Direct Debit Payment Mandate sequence

InternalPaymentDirectDebitMandate.mandateDocumentUrl ● String! non-null scalar

Internal Direct Debit Payment Mandate PDF document URL

InternalPaymentDirectDebitMandate.debtor ● InternalPaymentMandateDebtor! non-null object

Internal Direct Debit Payment Mandate debtor information

InternalPaymentDirectDebitMandate.ultimateCreditorName ● String scalar

Internal direct debit ultimate creditor name

InternalPaymentDirectDebitMandate.creditor ● InternalPaymentMandateCreditor! non-null object

Internal Direct Debit Payment Mandate creditor information

InternalPaymentDirectDebitMandate.signatureDate ● Date scalar

Signature date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.createdAt ● DateTime! non-null scalar

Creation date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.updatedAt ● DateTime! non-null scalar

Last Update date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.executedAt ● DateTime scalar

Date of the the last transaction executed for the concerned Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.expiredAt ● Date scalar

Expiry date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.accountHolder ● AccountHolder! non-null object

Account Holder information

InternalPaymentDirectDebitMandate.language ● String! non-null scalar

Language that will be used to produce the mandate PDF document

InternalPaymentDirectDebitMandate.name ● String scalar

Custom name of the mandate

Interfaces

InternalDirectDebitMandate interface

PaymentDirectDebitMandate interface

PaymentMandate interface

Member of

AddInternalDirectDebitPaymentMandateSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-payment-mandate-creditor/index.html b/api-reference/objects/internal-payment-mandate-creditor/index.html index 8a832518af4..b36b936e1af 100644 --- a/api-reference/objects/internal-payment-mandate-creditor/index.html +++ b/api-reference/objects/internal-payment-mandate-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalPaymentMandateCreditor

No description

type InternalPaymentMandateCreditor implements PaymentMandateCreditor {
id: ID!
identifier: ID!
name: String!
address: Address!
}

Fields

InternalPaymentMandateCreditor.id ● ID! non-null scalar

Internal Direct Debit Payment Mandate creditor UUID

InternalPaymentMandateCreditor.identifier ● ID! non-null scalar

Internal Direct Debit Payment Mandate Creditor Idenfier

InternalPaymentMandateCreditor.name ● String! non-null scalar

Internal Direct Debit Payment Mandate creditor name

InternalPaymentMandateCreditor.address ● Address! non-null object

Internal Direct Debit Payment Mandate creditor address

Interfaces

PaymentMandateCreditor interface

Member of

InternalPaymentDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-payment-mandate-debtor/index.html b/api-reference/objects/internal-payment-mandate-debtor/index.html index ad8162050e2..da4ae5fc7a6 100644 --- a/api-reference/objects/internal-payment-mandate-debtor/index.html +++ b/api-reference/objects/internal-payment-mandate-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalPaymentMandateDebtor

No description

type InternalPaymentMandateDebtor implements PaymentMandateDebtor {
name: String!
email: String!
country: CCA3!
address: Address
accountId: ID
}

Fields

InternalPaymentMandateDebtor.name ● String! non-null scalar

Internal Direct Debit Payment Mandate debtor name

InternalPaymentMandateDebtor.email ● String! non-null scalar

Internal Direct Debit Payment Mandate debtor e-mail

InternalPaymentMandateDebtor.country ● CCA3! non-null scalar

Internal Direct Debit Payment Mandate debtor country

InternalPaymentMandateDebtor.address ● Address object

Internal Direct Debit Payment Mandate debtor address. Mandatory for non EEA Countries

InternalPaymentMandateDebtor.accountId ● ID scalar

Internal Direct Debit Payment Mandate debtor address. Mandatory for non EEA Countries

Interfaces

PaymentMandateDebtor interface

Member of

InternalPaymentDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-received-direct-debit-mandate-creditor/index.html b/api-reference/objects/internal-received-direct-debit-mandate-creditor/index.html index 437d37393b0..c8b2d060b1e 100644 --- a/api-reference/objects/internal-received-direct-debit-mandate-creditor/index.html +++ b/api-reference/objects/internal-received-direct-debit-mandate-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalReceivedDirectDebitMandateCreditor

Internal received direct debit mandate creditor

type InternalReceivedDirectDebitMandateCreditor {
identifier: String!
name: String!
address: Address!
}

Fields

InternalReceivedDirectDebitMandateCreditor.identifier ● String! non-null scalar

Creditor identifier

InternalReceivedDirectDebitMandateCreditor.name ● String! non-null scalar

Name of the creditor

InternalReceivedDirectDebitMandateCreditor.address ● Address! non-null object

Address of the creditor

Member of

InternalReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/objects/internal-received-direct-debit-mandate/index.html b/api-reference/objects/internal-received-direct-debit-mandate/index.html index a4ec032db21..72a811eb2f2 100644 --- a/api-reference/objects/internal-received-direct-debit-mandate/index.html +++ b/api-reference/objects/internal-received-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternalReceivedDirectDebitMandate

Received direct debit mandate for SEPA

type InternalReceivedDirectDebitMandate implements InternalDirectDebitMandate, ReceivedDirectDebitMandate {
id: ID!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
version: String!
createdAt: DateTime!
updatedAt: DateTime!
reference: String!
scheme: InternalReceivedDirectDebitMandateScheme!
sequence: InternalReceivedDirectDebitMandateSequence!
creditor: InternalReceivedDirectDebitMandateCreditor!
ultimateCreditorName: String
executedAt: DateTime
signatureDate: Date
expiredAt: Date
statusInfo: ReceivedDirectDebitMandateStatusInfo!
account: Account
iban: IBAN!
name: String
}

Fields

InternalReceivedDirectDebitMandate.id ● ID! non-null scalar

Unique identifier of the received internal direct debit mandate, generated by Swan

InternalReceivedDirectDebitMandate.transactions ● TransactionConnection object

List of transactions associated with the Internal Receive Direct Debit Mandate.

InternalReceivedDirectDebitMandate.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

InternalReceivedDirectDebitMandate.transactions.after ● String scalar

When the list of elements needs to start after a element

InternalReceivedDirectDebitMandate.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

InternalReceivedDirectDebitMandate.version ● String! non-null scalar

Version of the received internal direct debit mandate

InternalReceivedDirectDebitMandate.createdAt ● DateTime! non-null scalar

Creation date of the received internal direct debit mandate

InternalReceivedDirectDebitMandate.updatedAt ● DateTime! non-null scalar

Last Update date of the received internal direct debit mandate

InternalReceivedDirectDebitMandate.reference ● String! non-null scalar

Received internal direct debit Unique Mandate Reference (UMR)

InternalReceivedDirectDebitMandate.scheme ● InternalReceivedDirectDebitMandateScheme! non-null enum

Received internal direct debit mandate scheme

InternalReceivedDirectDebitMandate.sequence ● InternalReceivedDirectDebitMandateSequence! non-null enum

Received internal direct debit mandate sequence

InternalReceivedDirectDebitMandate.creditor ● InternalReceivedDirectDebitMandateCreditor! non-null object

Received internal direct debit creditor

InternalReceivedDirectDebitMandate.ultimateCreditorName ● String scalar

Received internal direct debit ultimate creditor name

InternalReceivedDirectDebitMandate.executedAt ● DateTime scalar

Date of the last internal direct debit transaction executed for the concerned received internal direct debit mandate

InternalReceivedDirectDebitMandate.signatureDate ● Date scalar

Date of signature of the received internal direct debit mandate

InternalReceivedDirectDebitMandate.expiredAt ● Date scalar

Expiry date of the received internal direct debit mandate, computed automatically (36 months from the executedAt date)

InternalReceivedDirectDebitMandate.statusInfo ● ReceivedDirectDebitMandateStatusInfo! non-null interface

Mandate status information of the received internal direct debit mandate

InternalReceivedDirectDebitMandate.account ● Account object

Account of the received internal direct debit mandate debtor

InternalReceivedDirectDebitMandate.iban ● IBAN! non-null scalar

Iban of the received internal direct debit mandate debtor

InternalReceivedDirectDebitMandate.name ● String scalar

Mandate name

Interfaces

InternalDirectDebitMandate interface

ReceivedDirectDebitMandate interface

Interface for Received Direct Debit Mandate

- - + + \ No newline at end of file diff --git a/api-reference/objects/international-beneficiary-dynamic-forms/index.html b/api-reference/objects/international-beneficiary-dynamic-forms/index.html index 187635971dd..d836902cbea 100644 --- a/api-reference/objects/international-beneficiary-dynamic-forms/index.html +++ b/api-reference/objects/international-beneficiary-dynamic-forms/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/international-credit-transfer-currency-exchange/index.html b/api-reference/objects/international-credit-transfer-currency-exchange/index.html index 5cb7ec1f6cd..f1a1012762c 100644 --- a/api-reference/objects/international-credit-transfer-currency-exchange/index.html +++ b/api-reference/objects/international-credit-transfer-currency-exchange/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternationalCreditTransferCurrencyExchange

International Currency Exchange / Quote

type InternationalCreditTransferCurrencyExchange {
exchangeRate: String!
feesAmount: Amount!
sourceAmount: Amount!
targetAmount: Amount!
}

Fields

InternationalCreditTransferCurrencyExchange.exchangeRate ● String! non-null scalar

Rate of the quote

InternationalCreditTransferCurrencyExchange.feesAmount ● Amount! non-null object

Fees

InternationalCreditTransferCurrencyExchange.sourceAmount ● Amount! non-null object

Source amount of the quote

InternationalCreditTransferCurrencyExchange.targetAmount ● Amount! non-null object

target amount of the quote

Member of

InternationalCreditTransferTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/objects/international-credit-transfer-details/index.html b/api-reference/objects/international-credit-transfer-details/index.html index 9d2316848c7..14994bd85e9 100644 --- a/api-reference/objects/international-credit-transfer-details/index.html +++ b/api-reference/objects/international-credit-transfer-details/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/international-credit-transfer-dynamic-form/index.html b/api-reference/objects/international-credit-transfer-dynamic-form/index.html index 7ebba0b0014..b71683178a4 100644 --- a/api-reference/objects/international-credit-transfer-dynamic-form/index.html +++ b/api-reference/objects/international-credit-transfer-dynamic-form/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

InternationalCreditTransferDynamicForm

COMING SOON International Credit Transfer Dynamic Form

type InternationalCreditTransferDynamicForm {
fields: [Field!]!
remainingFieldsToRefreshCount: Int!
}

Fields

InternationalCreditTransferDynamicForm.fields ● [Field!]! non-null interface

List of international transaction fields

InternationalCreditTransferDynamicForm.remainingFieldsToRefreshCount ● Int! non-null scalar

COMING SOON Number of fields that need to be updated to fill the form completely. Please re run the query internationalCreditTransferTransactionDetailsDynamicForm with updated refreshableFields if the value of this field is not 0

Returned by

internationalCreditTransferTransactionDetailsDynamicForm query

- - + + \ No newline at end of file diff --git a/api-reference/objects/international-credit-transfer-out-creditor/index.html b/api-reference/objects/international-credit-transfer-out-creditor/index.html index 7f6a3fddaa4..5cb1da779d0 100644 --- a/api-reference/objects/international-credit-transfer-out-creditor/index.html +++ b/api-reference/objects/international-credit-transfer-out-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternationalCreditTransferOutCreditor

International Credit Transfer Out - Creditor info

type InternationalCreditTransferOutCreditor {
currency: Currency!
details: [InternationalCreditTransferDetails!]!
name: String!
route: InternationalCreditTransferRoute!
}

Fields

InternationalCreditTransferOutCreditor.currency ● Currency! non-null scalar

Currency of the international beneficiary account

InternationalCreditTransferOutCreditor.details ● [InternationalCreditTransferDetails!]! non-null object

Currency-specific details of the beneficiary

InternationalCreditTransferOutCreditor.name ● String! non-null scalar

Account holder name

InternationalCreditTransferOutCreditor.route ● InternationalCreditTransferRoute! non-null enum

Route that Wise will use to transfer the funds

Member of

InternationalCreditTransferTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/objects/international-credit-transfer-out-debtor/index.html b/api-reference/objects/international-credit-transfer-out-debtor/index.html index 02d1877ca8e..fd191782aa8 100644 --- a/api-reference/objects/international-credit-transfer-out-debtor/index.html +++ b/api-reference/objects/international-credit-transfer-out-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/international-credit-transfer-quote/index.html b/api-reference/objects/international-credit-transfer-quote/index.html index 672af8cae1f..0b2675d7633 100644 --- a/api-reference/objects/international-credit-transfer-quote/index.html +++ b/api-reference/objects/international-credit-transfer-quote/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

InternationalCreditTransferQuote

COMING SOON International Quote

type InternationalCreditTransferQuote {
exchangeRate: String!
sourceAmount: Amount!
targetAmount: Amount!
feesAmount: Amount!
}

Fields

InternationalCreditTransferQuote.exchangeRate ● String! non-null scalar

Rate of the quote

InternationalCreditTransferQuote.sourceAmount ● Amount! non-null object

Source amount of the quote

InternationalCreditTransferQuote.targetAmount ● Amount! non-null object

target amount of the quote

InternationalCreditTransferQuote.feesAmount ● Amount! non-null object

Fees

Returned by

internationalCreditTransferQuote query

Member of

InitiateInternationalCreditTransferResponseSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/international-credit-transfer-transaction/index.html b/api-reference/objects/international-credit-transfer-transaction/index.html index db50d5c469c..77fe567a81d 100644 --- a/api-reference/objects/international-credit-transfer-transaction/index.html +++ b/api-reference/objects/international-credit-transfer-transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InternationalCreditTransferTransaction

No description

type InternationalCreditTransferTransaction implements Transaction {
account: Account
amount: Amount!
bookedBalanceAfter: Amount
counterparty: String!
createdAt: DateTime!
creditor: InternationalCreditTransferOutCreditor!
debtor: InternationalCreditTransferOutDebtor!
executionDate: DateTime!
externalReference: String
fees: Amount
id: ID!
label: String!
originTransaction: Transaction
originTransactionId: String
payment: Payment
paymentId: String
paymentMethodIdentifier: String!
paymentProduct: PaymentProduct!
currencyExchange: InternationalCreditTransferCurrencyExchange!
reference: String!
requestedExecutionAt: DateTime
side: TransactionSide!
statusInfo: TransactionStatusInfo!
type: TransactionTypeEnum!
updatedAt: DateTime!
}

Fields

InternationalCreditTransferTransaction.account ● Account object

matching account for this transaction

InternationalCreditTransferTransaction.amount ● Amount! non-null object

amount

InternationalCreditTransferTransaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

InternationalCreditTransferTransaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

InternationalCreditTransferTransaction.createdAt ● DateTime! non-null scalar

created date

InternationalCreditTransferTransaction.creditor ● InternationalCreditTransferOutCreditor! non-null object

creditor information

InternationalCreditTransferTransaction.debtor ● InternationalCreditTransferOutDebtor! non-null object

debtor information

InternationalCreditTransferTransaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

InternationalCreditTransferTransaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

InternationalCreditTransferTransaction.fees ● Amount object

@deprecated(reason: "use quote.feesAmount instead")

InternationalCreditTransferTransaction.id ● ID! non-null scalar

unique identifier of the transaction

InternationalCreditTransferTransaction.label ● String! non-null scalar

label

InternationalCreditTransferTransaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

InternationalCreditTransferTransaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

InternationalCreditTransferTransaction.payment ● Payment object

payment associated to this transaction

InternationalCreditTransferTransaction.paymentId ● String scalar

ID of the payment associated to this transaction

InternationalCreditTransferTransaction.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber

InternationalCreditTransferTransaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

InternationalCreditTransferTransaction.currencyExchange ● InternationalCreditTransferCurrencyExchange! non-null object

quote given by our international provider

InternationalCreditTransferTransaction.reference ● String! non-null scalar

external identifier of the transaction

InternationalCreditTransferTransaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

InternationalCreditTransferTransaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

InternationalCreditTransferTransaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

InternationalCreditTransferTransaction.type ● TransactionTypeEnum! non-null enum

type

InternationalCreditTransferTransaction.updatedAt ● DateTime! non-null scalar

updated date

Interfaces

Transaction interface

Transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/invalid-argument-rejection-field/index.html b/api-reference/objects/invalid-argument-rejection-field/index.html index 771ac4b011f..ba1c682b3ad 100644 --- a/api-reference/objects/invalid-argument-rejection-field/index.html +++ b/api-reference/objects/invalid-argument-rejection-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/invalid-argument-rejection/index.html b/api-reference/objects/invalid-argument-rejection/index.html index 9d86fff881d..53a5aba0468 100644 --- a/api-reference/objects/invalid-argument-rejection/index.html +++ b/api-reference/objects/invalid-argument-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InvalidArgumentRejection

Rejection returned on invalid argument error

type InvalidArgumentRejection implements Rejection {
message: String!
code: InvalidArgumentRejectionCode!
fields: [InvalidArgumentRejectionField!]!
}

Fields

InvalidArgumentRejection.message ● String! non-null scalar

InvalidArgumentRejection.code ● InvalidArgumentRejectionCode! non-null enum

InvalidArgumentRejection.fields ● [InvalidArgumentRejectionField!]! non-null object

Interfaces

Rejection interface

Implemented by

DenySddPayload union ● ScheduleStandingOrderPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/invalid-iban/index.html b/api-reference/objects/invalid-iban/index.html index 186ac8bad3e..7f8a08892e7 100644 --- a/api-reference/objects/invalid-iban/index.html +++ b/api-reference/objects/invalid-iban/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/invalid-identification-level-status-info/index.html b/api-reference/objects/invalid-identification-level-status-info/index.html index 5de5a6c6064..81bde758fd0 100644 --- a/api-reference/objects/invalid-identification-level-status-info/index.html +++ b/api-reference/objects/invalid-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

InvalidIdentificationLevelStatusInfo

Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed

type InvalidIdentificationLevelStatusInfo {
status: IdentificationLevelStatus!
reasons: [IdentificationInvalidReason!]
}

Fields

InvalidIdentificationLevelStatusInfo.status ● IdentificationLevelStatus! non-null enum

Always set to Invalid

InvalidIdentificationLevelStatusInfo.reasons ● [IdentificationInvalidReason!] list enum

The reasons why this identification level is invalid

Implemented by

IdentificationLevelStatusInfo union

- - +
Skip to main content

InvalidIdentificationLevelStatusInfo

Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed

type InvalidIdentificationLevelStatusInfo {
status: SwanIdentificationStatus!
reasons: [IdentificationInvalidReason!]
}

Fields

InvalidIdentificationLevelStatusInfo.status ● SwanIdentificationStatus! non-null enum

Always set to Invalid

InvalidIdentificationLevelStatusInfo.reasons ● [IdentificationInvalidReason!] list enum

The reasons why this identification level is invalid

Implemented by

IdentificationLevelStatusInfo union

+ + \ No newline at end of file diff --git a/api-reference/objects/invalid-phone-number-rejection/index.html b/api-reference/objects/invalid-phone-number-rejection/index.html index b46c613e2eb..eef3bdfcc35 100644 --- a/api-reference/objects/invalid-phone-number-rejection/index.html +++ b/api-reference/objects/invalid-phone-number-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/invalid-siren-number-rejection/index.html b/api-reference/objects/invalid-siren-number-rejection/index.html index 14fb31079b9..16c752b52f8 100644 --- a/api-reference/objects/invalid-siren-number-rejection/index.html +++ b/api-reference/objects/invalid-siren-number-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/invoice-connection/index.html b/api-reference/objects/invoice-connection/index.html index 426a8cfd2a8..3a5b7b0a20c 100644 --- a/api-reference/objects/invoice-connection/index.html +++ b/api-reference/objects/invoice-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InvoiceConnection

Please see the Connection interface

type InvoiceConnection implements Connection {
pageInfo: PageInfo!
totalCount: Int!
edges: [InvoiceEdge!]!
}

Fields

InvoiceConnection.pageInfo ● PageInfo! non-null object

InvoiceConnection.totalCount ● Int! non-null scalar

InvoiceConnection.edges ● [InvoiceEdge!]! non-null object

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/invoice-edge/index.html b/api-reference/objects/invoice-edge/index.html index 6ca65a94894..6d6f0d361e2 100644 --- a/api-reference/objects/invoice-edge/index.html +++ b/api-reference/objects/invoice-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

InvoiceEdge

Please see the Edge interface

type InvoiceEdge implements Edge {
node: Invoice!
cursor: String!
}

Fields

InvoiceEdge.node ● Invoice! non-null object

InvoiceEdge.cursor ● String! non-null scalar

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

InvoiceConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/invoice/index.html b/api-reference/objects/invoice/index.html index 92a21506c34..a6da87b7f34 100644 --- a/api-reference/objects/invoice/index.html +++ b/api-reference/objects/invoice/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Invoice

Invoice

type Invoice {
id: ID!
accountId: ID!
name: String!
type: InvoiceType!
status: InvoiceStatus!
amount: Amount!
url: String
expiresAt: DateTime
openingDate: DateTime!
closingDate: DateTime!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

Invoice.id ● ID! non-null scalar

unique id

Invoice.accountId ● ID! non-null scalar

account id

Invoice.name ● String! non-null scalar

name of the invoice

Invoice.type ● InvoiceType! non-null enum

type of the invoice

Invoice.status ● InvoiceStatus! non-null enum

status of the invoice

Invoice.amount ● Amount! non-null object

due amount

Invoice.url ● String scalar

temporary public url on which the file can be accessible

Invoice.expiresAt ● DateTime scalar

date at which the link will not be useable anymore

Invoice.openingDate ● DateTime! non-null scalar

starting date of the billing window

Invoice.closingDate ● DateTime! non-null scalar

ending date of the billing window

Invoice.createdAt ● DateTime! non-null scalar

creation date

Invoice.updatedAt ● DateTime! non-null scalar

last update date

Returned by

accountInvoice query

Member of

InvoiceEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/legal-document-active-status-info/index.html b/api-reference/objects/legal-document-active-status-info/index.html index 56d9da97062..62313e2cb2d 100644 --- a/api-reference/objects/legal-document-active-status-info/index.html +++ b/api-reference/objects/legal-document-active-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content

LegalDocumentActiveStatusInfo

No description

type LegalDocumentActiveStatusInfo implements LegalDocumentStatusInfo {
status: LegalDocumentStatus!
createdAt: DateTime!
activatedAt: DateTime
}

Fields

LegalDocumentActiveStatusInfo.status ● LegalDocumentStatus! non-null enum

LegalDocument status (always Active for type LegalDocumentActiveStatusInfo)

LegalDocumentActiveStatusInfo.createdAt ● DateTime! non-null scalar

Creation date

LegalDocumentActiveStatusInfo.activatedAt ● DateTime scalar

Activation date

Interfaces

LegalDocumentStatusInfo interface

+ + \ No newline at end of file diff --git a/api-reference/objects/legal-document-connection/index.html b/api-reference/objects/legal-document-connection/index.html index 24660ef82c1..b242a5cfb18 100644 --- a/api-reference/objects/legal-document-connection/index.html +++ b/api-reference/objects/legal-document-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

LegalDocumentConnection

No description

type LegalDocumentConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [LegalDocumentEdge!]!
}

Fields

LegalDocumentConnection.totalCount ● Int! non-null scalar

Total number of element in the list

LegalDocumentConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

LegalDocumentConnection.edges ● [LegalDocumentEdge!]! non-null object

LegalDocumentEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/legal-document-edge/index.html b/api-reference/objects/legal-document-edge/index.html index 3ee24746630..1acd909672c 100644 --- a/api-reference/objects/legal-document-edge/index.html +++ b/api-reference/objects/legal-document-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

LegalDocumentEdge

No description

type LegalDocumentEdge implements Edge {
cursor: String!
node: LegalDocument!
}

Fields

LegalDocumentEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

LegalDocumentEdge.node ● LegalDocument! non-null object

The account membership

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

LegalDocumentConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/legal-document-inactive-status-info/index.html b/api-reference/objects/legal-document-inactive-status-info/index.html index 7d3b03194c3..0b8373c8b2d 100644 --- a/api-reference/objects/legal-document-inactive-status-info/index.html +++ b/api-reference/objects/legal-document-inactive-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

LegalDocumentInactiveStatusInfo

No description

type LegalDocumentInactiveStatusInfo implements LegalDocumentStatusInfo {
status: LegalDocumentStatus!
deactivatedAt: DateTime
}

Fields

LegalDocumentInactiveStatusInfo.status ● LegalDocumentStatus! non-null enum

LegalDocument status (always Inactive for type LegalDocumentInactiveStatusInfo)

LegalDocumentInactiveStatusInfo.deactivatedAt ● DateTime scalar

Deactivation date

Interfaces

LegalDocumentStatusInfo interface

- - +
Skip to main content

LegalDocumentInactiveStatusInfo

No description

type LegalDocumentInactiveStatusInfo implements LegalDocumentStatusInfo {
status: LegalDocumentStatus!
createdAt: DateTime!
activatedAt: DateTime
deactivatedAt: DateTime
}

Fields

LegalDocumentInactiveStatusInfo.status ● LegalDocumentStatus! non-null enum

LegalDocument status (always Inactive for type LegalDocumentInactiveStatusInfo)

LegalDocumentInactiveStatusInfo.createdAt ● DateTime! non-null scalar

Creation date

LegalDocumentInactiveStatusInfo.activatedAt ● DateTime scalar

Activation date

LegalDocumentInactiveStatusInfo.deactivatedAt ● DateTime scalar

Deactivation date

Interfaces

LegalDocumentStatusInfo interface

+ + \ No newline at end of file diff --git a/api-reference/objects/legal-document-upcoming-status-info/index.html b/api-reference/objects/legal-document-upcoming-status-info/index.html index 3595a6e0083..48f27c0df17 100644 --- a/api-reference/objects/legal-document-upcoming-status-info/index.html +++ b/api-reference/objects/legal-document-upcoming-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content

LegalDocumentUpcomingStatusInfo

No description

type LegalDocumentUpcomingStatusInfo implements LegalDocumentStatusInfo {
status: LegalDocumentStatus!
createdAt: DateTime!
effectiveDate: DateTime
}

Fields

LegalDocumentUpcomingStatusInfo.status ● LegalDocumentStatus! non-null enum

LegalDocument status (always Upcoming for type LegalDocumentUpcomingStatusInfo)

LegalDocumentUpcomingStatusInfo.createdAt ● DateTime! non-null scalar

Creation date

LegalDocumentUpcomingStatusInfo.effectiveDate ● DateTime scalar

Date when the LegalDocument will be activated

Interfaces

LegalDocumentStatusInfo interface

+ + \ No newline at end of file diff --git a/api-reference/objects/legal-document/index.html b/api-reference/objects/legal-document/index.html index c38bbb2c9eb..cfeae24427a 100644 --- a/api-reference/objects/legal-document/index.html +++ b/api-reference/objects/legal-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

LegalDocument

No description

type LegalDocument {
id: ID!
type: LegalDocumentType!
statusInfo: LegalDocumentStatusInfo!
language: AccountLanguage!
url: String!
}

Fields

LegalDocument.id ● ID! non-null scalar

ID of the legal document

LegalDocument.type ● LegalDocumentType! non-null enum

Type of the legal document

LegalDocument.statusInfo ● LegalDocumentStatusInfo! non-null interface

Status of the Legal Document

LegalDocument.language ● AccountLanguage! non-null enum

Language of the Legal Document

LegalDocument.url ● String! non-null scalar

Url to download the Document

Member of

LegalDocumentEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection/index.html b/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection/index.html index 78adc68e367..01eb7cae900 100644 --- a/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection/index.html +++ b/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

LegalRepresentativeAccountMembershipCannotBeDisabledRejection

No description

type LegalRepresentativeAccountMembershipCannotBeDisabledRejection implements Rejection {
accountMembershipId: String!
message: String!
}

Fields

LegalRepresentativeAccountMembershipCannotBeDisabledRejection.accountMembershipId ● String! non-null scalar

LegalRepresentativeAccountMembershipCannotBeDisabledRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

DisableAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection/index.html b/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection/index.html index 86e59afee17..22754e40715 100644 --- a/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection/index.html +++ b/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

LegalRepresentativeAccountMembershipCannotBeSuspendedRejection

No description

type LegalRepresentativeAccountMembershipCannotBeSuspendedRejection implements Rejection {
id: String!
message: String!
}

Fields

LegalRepresentativeAccountMembershipCannotBeSuspendedRejection.id ● String! non-null scalar

LegalRepresentativeAccountMembershipCannotBeSuspendedRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

SuspendAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/merchant-profile-connection/index.html b/api-reference/objects/merchant-profile-connection/index.html index fcbdddfb384..0e4e093a5a6 100644 --- a/api-reference/objects/merchant-profile-connection/index.html +++ b/api-reference/objects/merchant-profile-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MerchantProfileConnection

No description

type MerchantProfileConnection implements Connection {
pageInfo: PageInfo!
edges: [MerchantProfileEdge!]!
totalCount: Int!
}

Fields

MerchantProfileConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

MerchantProfileConnection.edges ● [MerchantProfileEdge!]! non-null object

Edge list

MerchantProfileConnection.totalCount ● Int! non-null scalar

Total number of element in the list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/merchant-profile-edge/index.html b/api-reference/objects/merchant-profile-edge/index.html index 08c701827b8..c386fb7f628 100644 --- a/api-reference/objects/merchant-profile-edge/index.html +++ b/api-reference/objects/merchant-profile-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

MerchantProfileEdge

No description

type MerchantProfileEdge implements Edge {
node: MerchantProfile!
cursor: String!
}

Fields

MerchantProfileEdge.node ● MerchantProfile! non-null object

MerchantProfileEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

MerchantProfileConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/merchant-profile-wrong-status-rejection/index.html b/api-reference/objects/merchant-profile-wrong-status-rejection/index.html index c91f8a966bc..69d5ec6b4e8 100644 --- a/api-reference/objects/merchant-profile-wrong-status-rejection/index.html +++ b/api-reference/objects/merchant-profile-wrong-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MerchantProfileWrongStatusRejection

Rejection returned when the Merchant Profile is not in the expected status

type MerchantProfileWrongStatusRejection implements Rejection {
message: String!
currentStatus: MerchantProfileStatus!
expectedStatus: MerchantProfileStatus!
}

Fields

MerchantProfileWrongStatusRejection.message ● String! non-null scalar

MerchantProfileWrongStatusRejection.currentStatus ● MerchantProfileStatus! non-null enum

MerchantProfileWrongStatusRejection.expectedStatus ● MerchantProfileStatus! non-null enum

Interfaces

Rejection interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/merchant-profile/index.html b/api-reference/objects/merchant-profile/index.html index a36e89e3fba..3cad0b90dfe 100644 --- a/api-reference/objects/merchant-profile/index.html +++ b/api-reference/objects/merchant-profile/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MerchantProfile

Merchant Profile

type MerchantProfile {
id: ID!
accountId: ID!
merchantName: String!
merchantWebsite: String
merchantLogoUrl: String
statusInfo: MerchantProfileStatusInfo!
productType: ProductType!
expectedMonthlyPaymentVolume: Amount!
merchantPaymentMethods: [MerchantPaymentMethod!]
requestedMerchantProfileUpdates: [RequestMerchantProfileUpdate!]
expectedAverageBasket: Amount!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

MerchantProfile.id ● ID! non-null scalar

The Merchant Profile ID

MerchantProfile.accountId ● ID! non-null scalar

The Account ID this Merchant Profile is linked to

MerchantProfile.merchantName ● String! non-null scalar

Business name of the merchant, i.e. name that will be displayed on debtors' bank statements

MerchantProfile.merchantWebsite ● String scalar

Url of the merchant's website

MerchantProfile.merchantLogoUrl ● String scalar

Url of the merchant's logo

MerchantProfile.statusInfo ● MerchantProfileStatusInfo! non-null interface

The status of the merchant profile

MerchantProfile.productType ● ProductType! non-null enum

Type of product sold. List of value: Goods, Services, VirtualGoods, GiftsAndDonations. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities

MerchantProfile.expectedMonthlyPaymentVolume ● Amount! non-null object

Expected annual activity volumes for all payment method

MerchantProfile.merchantPaymentMethods ● [MerchantPaymentMethod!] list interface

Payment Methods associated

MerchantProfile.requestedMerchantProfileUpdates ● [RequestMerchantProfileUpdate!] list object

Updates Requested associated

MerchantProfile.expectedAverageBasket ● Amount! non-null object

expected average basket value.

MerchantProfile.createdAt ● DateTime! non-null scalar

created date

MerchantProfile.updatedAt ● DateTime! non-null scalar

updated date

Returned by

merchantProfile query

Member of

AddMerchantProfileSuccessPayload object ● MerchantProfileEdge object ● RequestMerchantPaymentMethodsSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/missing-mandatory-field-rejection/index.html b/api-reference/objects/missing-mandatory-field-rejection/index.html index 78584a67842..5f4b30de371 100644 --- a/api-reference/objects/missing-mandatory-field-rejection/index.html +++ b/api-reference/objects/missing-mandatory-field-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

MissingMandatoryFieldRejection

Rejection returned when mandatory fields are missing from the call.

type MissingMandatoryFieldRejection implements Rejection {
message: String!
}

Fields

MissingMandatoryFieldRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddCardPayload union ● AddCardsPayload union ● AddCardsWithGroupDeliveryPayload union ● AddDigitalCardPayload union ● AddSingleUseVirtualCardPayload union ● AddSingleUseVirtualCardsPayload union ● PrintPhysicalCardPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/not-found-rejection/index.html b/api-reference/objects/not-found-rejection/index.html index a04bf0968f8..3cbf1688940 100644 --- a/api-reference/objects/not-found-rejection/index.html +++ b/api-reference/objects/not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

NotFoundRejection

Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists

type NotFoundRejection implements Rejection {
id: String!
message: String!
}

Fields

NotFoundRejection.id ● String! non-null scalar

NotFoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

AddDirectDebitFundingSourcePayload union ● AddInternalDirectDebitPaymentMandatePayload union ● AddSepaDirectDebitPaymentMandatePayload union ● CancelFundingSourcePayload union ● InitiateMerchantPaymentCollectionPayload union ● RequestMerchantPaymentMethodsPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/not-reachable-consent-status-rejection/index.html b/api-reference/objects/not-reachable-consent-status-rejection/index.html index a1ed3a847f9..c7d635ef2de 100644 --- a/api-reference/objects/not-reachable-consent-status-rejection/index.html +++ b/api-reference/objects/not-reachable-consent-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

NotReachableConsentStatusRejection

Rejection returned when consent status couldn't change

type NotReachableConsentStatusRejection implements Rejection {
message: String!
currentStatus: ConsentStatus
unreachableStatus: ConsentStatus
}

Fields

NotReachableConsentStatusRejection.message ● String! non-null scalar

NotReachableConsentStatusRejection.currentStatus ● ConsentStatus enum

NotReachableConsentStatusRejection.unreachableStatus ● ConsentStatus enum

Interfaces

Rejection interface

Implemented by

CancelConsentPayload union ● GrantConsentWithServerSignaturePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/not-started-identification-level-status-info/index.html b/api-reference/objects/not-started-identification-level-status-info/index.html index 6d0ec905bda..2f202336b99 100644 --- a/api-reference/objects/not-started-identification-level-status-info/index.html +++ b/api-reference/objects/not-started-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/not-supported-country-rejection/index.html b/api-reference/objects/not-supported-country-rejection/index.html index 62328745a88..a92fc5245df 100644 --- a/api-reference/objects/not-supported-country-rejection/index.html +++ b/api-reference/objects/not-supported-country-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/not-supported-identification-level-status-info/index.html b/api-reference/objects/not-supported-identification-level-status-info/index.html index f17b523cb55..372d9efc929 100644 --- a/api-reference/objects/not-supported-identification-level-status-info/index.html +++ b/api-reference/objects/not-supported-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/oauth-redirect-parameters/index.html b/api-reference/objects/oauth-redirect-parameters/index.html index c5a43cfc415..4c1427796e4 100644 --- a/api-reference/objects/oauth-redirect-parameters/index.html +++ b/api-reference/objects/oauth-redirect-parameters/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OAuthRedirectParameters

Extra parameters provided by partner

type OAuthRedirectParameters {
state: String
redirectUrl: String
}

Fields

OAuthRedirectParameters.state ● String scalar

Custom state provided by partner to prevent XSRF attack, will be filled by onBoardingId in case of nullity.

OAuthRedirectParameters.redirectUrl ● String scalar

URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking.

Member of

Onboarding object ● OnboardingInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/onboard-company-account-holder-success-payload/index.html b/api-reference/objects/onboard-company-account-holder-success-payload/index.html index 59c97a43962..fc88d04acfd 100644 --- a/api-reference/objects/onboard-company-account-holder-success-payload/index.html +++ b/api-reference/objects/onboard-company-account-holder-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/onboard-individual-account-holder-success-payload/index.html b/api-reference/objects/onboard-individual-account-holder-success-payload/index.html index 6f2cf662b5e..089f41ca811 100644 --- a/api-reference/objects/onboard-individual-account-holder-success-payload/index.html +++ b/api-reference/objects/onboard-individual-account-holder-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-company-account-holder-info/index.html b/api-reference/objects/onboarding-company-account-holder-info/index.html index 9cc94764b66..e54cdd984e7 100644 --- a/api-reference/objects/onboarding-company-account-holder-info/index.html +++ b/api-reference/objects/onboarding-company-account-holder-info/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

OnboardingCompanyAccountHolderInfo

Company Account Holder Information

type OnboardingCompanyAccountHolderInfo implements OnboardingAccountHolderInfo {
type: AccountHolderType!
name: String
registrationNumber: String
companyType: CompanyType
businessActivity: BusinessActivity
businessActivityDescription: String
monthlyPaymentVolume: MonthlyPaymentVolume
individualUltimateBeneficialOwners: [IndividualUltimateBeneficialOwner!]
residencyAddress: AddressInfo
isRegistered: Boolean
vatNumber: String
taxIdentificationNumber: String
legalRepresentativePersonalAddress: AddressInformation
typeOfRepresentation: TypeOfRepresentation
}

Fields

OnboardingCompanyAccountHolderInfo.type ● AccountHolderType! non-null enum

Account holder type (always Company for type OnboardingCompanyAccountHolderInfo)

OnboardingCompanyAccountHolderInfo.name ● String scalar

name of the company

OnboardingCompanyAccountHolderInfo.registrationNumber ● String scalar

registration number of the company (SIRET, ...)

OnboardingCompanyAccountHolderInfo.companyType ● CompanyType enum

legal form of the company (SAS, SCI, SASU, ...)

OnboardingCompanyAccountHolderInfo.businessActivity ● BusinessActivity enum

business activity

OnboardingCompanyAccountHolderInfo.businessActivityDescription ● String scalar

business activity description This must be 1024 characters long maximum.

OnboardingCompanyAccountHolderInfo.monthlyPaymentVolume ● MonthlyPaymentVolume enum

estimated monthly payment volume (euro)

OnboardingCompanyAccountHolderInfo.individualUltimateBeneficialOwners ● [IndividualUltimateBeneficialOwner!] list object

The ultimate beneficiary is defined as the natural person (s) who own or control, directly or indirectly, the reporting company.

The ultimate beneficiary is :

  • either the natural person (s) who hold, directly or indirectly, more than 25% of the capital or the rights of vote of the reporting company;
  • either the natural person (s) who exercise, by other means, a power of control of the company;

OnboardingCompanyAccountHolderInfo.residencyAddress ● AddressInfo object

residency address of the head office (Must be in a European country)

OnboardingCompanyAccountHolderInfo.isRegistered ● Boolean scalar

Is company registered at RCS in its country

OnboardingCompanyAccountHolderInfo.vatNumber ● String scalar

Unique number that identifies a taxable person (business) or non-taxable legal entity that is registered for VAT

OnboardingCompanyAccountHolderInfo.taxIdentificationNumber ● String scalar

Tax Identification Number

OnboardingCompanyAccountHolderInfo.legalRepresentativePersonalAddress ● AddressInformation object

Legal representative personal address

OnboardingCompanyAccountHolderInfo.typeOfRepresentation ● TypeOfRepresentation enum

Type of representation (legal representative or power of attorney)

Interfaces

OnboardingAccountHolderInfo interface

The onboarding could be for an Individual or a company

- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-connection/index.html b/api-reference/objects/onboarding-connection/index.html index 45d81d2ae3f..53d6cfc66e4 100644 --- a/api-reference/objects/onboarding-connection/index.html +++ b/api-reference/objects/onboarding-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardingConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type OnboardingConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [OnboardingEdge!]!
}

Fields

OnboardingConnection.totalCount ● Int! non-null scalar

Total number of element in the list

OnboardingConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

OnboardingConnection.edges ● [OnboardingEdge!]! non-null object

OnboardingEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

onboardings query

- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-edge/index.html b/api-reference/objects/onboarding-edge/index.html index c0e6f981490..b4fa6f1fc1d 100644 --- a/api-reference/objects/onboarding-edge/index.html +++ b/api-reference/objects/onboarding-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

OnboardingEdge

Implements the Relay Edge interface

type OnboardingEdge implements Edge {
cursor: String!
node: Onboarding!
}

Fields

OnboardingEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this onboarding node in the pagination mechanism

OnboardingEdge.node ● Onboarding! non-null object

The Onboarding

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

OnboardingConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-finalized-status-info/index.html b/api-reference/objects/onboarding-finalized-status-info/index.html index 9895e8e2b87..f5bb97e2f0f 100644 --- a/api-reference/objects/onboarding-finalized-status-info/index.html +++ b/api-reference/objects/onboarding-finalized-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-individual-account-holder-info/index.html b/api-reference/objects/onboarding-individual-account-holder-info/index.html index 04fa2487a89..e2221773ae0 100644 --- a/api-reference/objects/onboarding-individual-account-holder-info/index.html +++ b/api-reference/objects/onboarding-individual-account-holder-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardingIndividualAccountHolderInfo

Individual Account Holder Information

type OnboardingIndividualAccountHolderInfo implements OnboardingAccountHolderInfo {
type: AccountHolderType!
employmentStatus: EmploymentStatus
monthlyIncome: MonthlyIncome
residencyAddress: AddressInfo
taxIdentificationNumber: String
}

Fields

OnboardingIndividualAccountHolderInfo.type ● AccountHolderType! non-null enum

Account holder type (always Individual for type OnboardingIndividualAccountHolderInfo)

OnboardingIndividualAccountHolderInfo.employmentStatus ● EmploymentStatus enum

employment status of the individual account holder

OnboardingIndividualAccountHolderInfo.monthlyIncome ● MonthlyIncome enum

monthly income of the individual account holder

OnboardingIndividualAccountHolderInfo.residencyAddress ● AddressInfo object

residency address of the individual account holder (must be in a European country)

OnboardingIndividualAccountHolderInfo.taxIdentificationNumber ● String scalar

Tax Identification Number

Interfaces

OnboardingAccountHolderInfo interface

The onboarding could be for an Individual or a company

- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-info/index.html b/api-reference/objects/onboarding-info/index.html index c48af17eee7..4843eb0f974 100644 --- a/api-reference/objects/onboarding-info/index.html +++ b/api-reference/objects/onboarding-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

OnboardingInfo

No description

type OnboardingInfo {
id: String!
accountName: String
accountCountry: AccountCountry
email: String
language: String
info: OnboardingAccountHolderInfo!
onboardingUrl: String!
onboardingState: OnboardingState
redirectUrl: String!
projectInfo: ProjectInfo
verificationFlow: VerificationFlow!
oAuthRedirectParameters: OAuthRedirectParameters
statusInfo: OnboardingStatusInfo!
supportingDocumentCollection: SupportingDocumentCollection!
legalRepresentativeAcceptedIdentificationLevels: [IdentificationLevel]!
legalRepresentativeRecommendedIdentificationLevel: IdentificationLevel!
tcuUrl: String!
}

Fields

OnboardingInfo.id ● String! non-null scalar

unique identifier of an onboarding

OnboardingInfo.accountName ● String scalar

Account name

OnboardingInfo.accountCountry ● AccountCountry enum

Country of the account that will be created at the end of the onboarding process

OnboardingInfo.email ● String scalar

email

OnboardingInfo.language ● String scalar

language of the onboarding process. This consists of a 2-3 letter base language tag representing the language, optionally followed by additional subtags separated by '-'. The most common extra information is the country or region variant (like 'en-US' or 'fr-CA') or the type of alphabet to use (like 'sr-Latn'). Other variants like the type of orthography ('de-DE-1996') are usually not used in the context of this header. Learn More

OnboardingInfo.info ● OnboardingAccountHolderInfo! non-null interface

Information regarding the Individual or the company to onboard

OnboardingInfo.onboardingUrl ● String! non-null scalar

Redirect the legal representative of a new account holder to this URL to start the onboarding process

OnboardingInfo.onboardingState ● OnboardingState enum

Current computed state of onboarding

OnboardingInfo.redirectUrl ● String! non-null scalar

URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking.

OnboardingInfo.projectInfo ● ProjectInfo object

Project infos you set in the dashboard

OnboardingInfo.verificationFlow ● VerificationFlow! non-null enum

Verification Flow

OnboardingInfo.oAuthRedirectParameters ● OAuthRedirectParameters object

Extra parameters provided by partner

OnboardingInfo.statusInfo ● OnboardingStatusInfo! non-null interface

Status (valid/invalid/finalized) and details of errors on fields

OnboardingInfo.supportingDocumentCollection ● SupportingDocumentCollection! non-null object

Supporting document collection related to onboarding.

OnboardingInfo.legalRepresentativeAcceptedIdentificationLevels ● [IdentificationLevel]! non-null enum

List of accepted identification level for the legal representative

OnboardingInfo.legalRepresentativeRecommendedIdentificationLevel ● IdentificationLevel! non-null enum

Recommended identification level for the legal representative

OnboardingInfo.tcuUrl ● String! non-null scalar

Swan TCU URL

Member of

UpdateCompanyOnboardingSuccessPayload object ● UpdateIndividualOnboardingSuccessPayload object

- - +
Skip to main content

OnboardingInfo

No description

type OnboardingInfo {
id: String!
accountName: String
accountCountry: AccountCountry
email: String
language: String
info: OnboardingAccountHolderInfo!
onboardingUrl: String!
onboardingState: OnboardingState
redirectUrl: String!
projectInfo: ProjectInfo
verificationFlow: VerificationFlow!
oAuthRedirectParameters: OAuthRedirectParameters
statusInfo: OnboardingStatusInfo!
supportingDocumentCollection: SupportingDocumentCollection!
legalRepresentativeAcceptedIdentificationLevels: [IdentificationLevel]!
legalRepresentativeRecommendedIdentificationLevel: IdentificationLevel!
tcuUrl: String!
}

Fields

OnboardingInfo.id ● String! non-null scalar

Unique identifier of an onboarding

OnboardingInfo.accountName ● String scalar

Account name

OnboardingInfo.accountCountry ● AccountCountry enum

Country of the account that will be created at the end of the onboarding process

OnboardingInfo.email ● String scalar

email

OnboardingInfo.language ● String scalar

language of the onboarding process. This consists of a 2-3 letter base language tag representing the language, optionally followed by additional subtags separated by '-'. The most common extra information is the country or region variant (like 'en-US' or 'fr-CA') or the type of alphabet to use (like 'sr-Latn'). Other variants like the type of orthography ('de-DE-1996') are usually not used in the context of this header. Learn More

OnboardingInfo.info ● OnboardingAccountHolderInfo! non-null interface

Information regarding the Individual or the company to onboard

OnboardingInfo.onboardingUrl ● String! non-null scalar

Redirect the legal representative of a new account holder to this URL to start the onboarding process

OnboardingInfo.onboardingState ● OnboardingState enum

Current computed state of onboarding

OnboardingInfo.redirectUrl ● String! non-null scalar

URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking.

OnboardingInfo.projectInfo ● ProjectInfo object

Project infos you set in the dashboard

OnboardingInfo.verificationFlow ● VerificationFlow! non-null enum

Verification Flow

OnboardingInfo.oAuthRedirectParameters ● OAuthRedirectParameters object

Extra parameters provided by partner

OnboardingInfo.statusInfo ● OnboardingStatusInfo! non-null interface

Status (valid/invalid/finalized) and details of errors on fields

OnboardingInfo.supportingDocumentCollection ● SupportingDocumentCollection! non-null object

Supporting document collection related to onboarding.

OnboardingInfo.legalRepresentativeAcceptedIdentificationLevels ● [IdentificationLevel]! non-null enum

List of accepted identification level for the legal representative

OnboardingInfo.legalRepresentativeRecommendedIdentificationLevel ● IdentificationLevel! non-null enum

Recommended identification level for the legal representative

OnboardingInfo.tcuUrl ● String! non-null scalar

Swan TCU URL

Member of

UpdateCompanyOnboardingSuccessPayload object ● UpdateIndividualOnboardingSuccessPayload object

+ + \ No newline at end of file diff --git a/api-reference/objects/onboarding-invalid-status-info/index.html b/api-reference/objects/onboarding-invalid-status-info/index.html index f912601d27c..85b911e6976 100644 --- a/api-reference/objects/onboarding-invalid-status-info/index.html +++ b/api-reference/objects/onboarding-invalid-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardingInvalidStatusInfo

StatusInfo when onboarding has still at least one incorrect field

type OnboardingInvalidStatusInfo implements OnboardingStatusInfo {
status: OnboardingStatus!
errors: [ValidationError!]!
}

Fields

OnboardingInvalidStatusInfo.status ● OnboardingStatus! non-null enum

OnboardingInvalidStatusInfo.errors ● [ValidationError!]! non-null object

Interfaces

OnboardingStatusInfo interface

Object containing details about onboarding status (valid/invalid and why it is invalid/already finalized)

- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-not-completed-rejection/index.html b/api-reference/objects/onboarding-not-completed-rejection/index.html index e03c2327977..4867f2e6c04 100644 --- a/api-reference/objects/onboarding-not-completed-rejection/index.html +++ b/api-reference/objects/onboarding-not-completed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

OnboardingNotCompletedRejection

Rejection returned if an onboarding is not completed

type OnboardingNotCompletedRejection implements Rejection {
message: String!
onboardingId: String!
onboarding: Onboarding!
}

Fields

OnboardingNotCompletedRejection.message ● String! non-null scalar

OnboardingNotCompletedRejection.onboardingId ● String! non-null scalar

@deprecated(reason: "use onboarding.id instead")

OnboardingNotCompletedRejection.onboarding ● Onboarding! non-null object

Interfaces

Rejection interface

Implemented by

FinalizeOnboardingPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding-valid-status-info/index.html b/api-reference/objects/onboarding-valid-status-info/index.html index 0e7d2144847..5d55516a14a 100644 --- a/api-reference/objects/onboarding-valid-status-info/index.html +++ b/api-reference/objects/onboarding-valid-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/onboarding/index.html b/api-reference/objects/onboarding/index.html index 69e5ff450f1..bafce8760e0 100644 --- a/api-reference/objects/onboarding/index.html +++ b/api-reference/objects/onboarding/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Onboarding

Information provided during the onboarding process of an individual or a company

type Onboarding {
id: String!
accountName: String
accountCountry: AccountCountry!
createdAt: DateTime!
email: String
finalizedAt: DateTime
language: String
info: OnboardingAccountHolderInfo!
accountHolder: AccountHolder
onboardingUrl: String!
onboardingState: OnboardingState!
redirectUrl: String!
oAuthRedirectParameters: OAuthRedirectParameters
statusInfo: OnboardingStatusInfo!
tcuUrl: String!
supportingDocumentCollection: SupportingDocumentCollection!
updatedAt: DateTime!
account: Account
legalRepresentativeAcceptedIdentificationLevels: [IdentificationLevel]!
legalRepresentativeRecommendedIdentificationLevel: IdentificationLevel!
}

Fields

Onboarding.id ● String! non-null scalar

Unique identifier of an onboarding

Onboarding.accountName ● String scalar

Account name

Onboarding.accountCountry ● AccountCountry! non-null enum

Account Country

Onboarding.createdAt ● DateTime! non-null scalar

Creation date

Onboarding.email ● String scalar

Email

Onboarding.finalizedAt ● DateTime scalar

Finalization date

Onboarding.language ● String scalar

Language of the onboarding process. This consists of a 2-3 letter base language tag representing the language, optionally followed by additional subtags separated by '-'. The most common extra information is the country or region variant (like 'en-US' or 'fr-CA') or the type of alphabet to use (like 'sr-Latn'). Other variants like the type of orthography ('de-DE-1996') are usually not used in the context of this header. Learn More

Onboarding.info ● OnboardingAccountHolderInfo! non-null interface

Information regarding the Individual or the company to onboard

Onboarding.accountHolder ● AccountHolder object

Account holder created at the end of the onboarding process

Onboarding.onboardingUrl ● String! non-null scalar

Redirect the legal representative of a new account holder to this URL to start the onboarding process

Onboarding.onboardingState ● OnboardingState! non-null enum

Current computed state of onboarding

Onboarding.redirectUrl ● String! non-null scalar

URL used to redirect the user at the end of the onboarding process. If null the user is redirected to the white label web banking.

Onboarding.oAuthRedirectParameters ● OAuthRedirectParameters object

Extra parameters provided by partner

Onboarding.statusInfo ● OnboardingStatusInfo! non-null interface

Status (valid/invalid/finalized) and details of errors on fields

Onboarding.tcuUrl ● String! non-null scalar

Swan TCU URL

Onboarding.supportingDocumentCollection ● SupportingDocumentCollection! non-null object

List of supporting document collection owned by the account holder.

Onboarding.updatedAt ● DateTime! non-null scalar

Creation date

Onboarding.account ● Account object

Account opened after the onboarding finalization

Onboarding.legalRepresentativeAcceptedIdentificationLevels ● [IdentificationLevel]! non-null enum

List of accepted identification level for the legal representative

Onboarding.legalRepresentativeRecommendedIdentificationLevel ● IdentificationLevel! non-null enum

Recommended identification level for the legal representative

Returned by

onboarding query

Member of

AccountHolder object ● CapitalDepositCase object ● FinalizeOnboardingSuccessPayload object ● OnboardCompanyAccountHolderSuccessPayload object ● OnboardIndividualAccountHolderSuccessPayload object ● OnboardingEdge object ● OnboardingNotCompletedRejection object ● Shareholder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/page-info/index.html b/api-reference/objects/page-info/index.html index dcce7a6d098..3e53e5c427d 100644 --- a/api-reference/objects/page-info/index.html +++ b/api-reference/objects/page-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PageInfo

Implements PageInfo from the Relay Connections Specification - information about a page in the pagination mechanism

type PageInfo {
hasNextPage: Boolean
hasPreviousPage: Boolean
startCursor: String
endCursor: String
}

Fields

PageInfo.hasNextPage ● Boolean scalar

Indicates whether more edges exist following this page

PageInfo.hasPreviousPage ● Boolean scalar

Indicates whether more edges exist preceding this page

PageInfo.startCursor ● String scalar

Opaque identifier pointing to the first node of the page

PageInfo.endCursor ● String scalar

Opaque identifier pointing to the last node of the page

Member of

AccountConnection object ● AccountHolderConnection object ● AccountMembershipConnection object ● CapitalDepositCaseConnection object ● CardConnection object ● Connection interface ● ConsentConnection object ● DigitalCardConnection object ● ExternalAccountConnection object ● ExternalBalanceConnection object ● FundingLimitSettingsChangeRequestConnection object ● FundingSourceConnection object ● IdentificationConnection object ● InvoiceConnection object ● LegalDocumentConnection object ● MerchantProfileConnection object ● OnboardingConnection object ● PaymentConnection object ● PaymentMandateConnection object ● ReceivedDirectDebitMandateConnection object ● StandingOrderConnection object ● StatementConnection object ● SupportingDocumentCollectionConnection object ● TransactionConnection object ● UserConnection object ● VirtualIBANEntryConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/partnership-accepted-status-info/index.html b/api-reference/objects/partnership-accepted-status-info/index.html index 857d355eecc..b3271128842 100644 --- a/api-reference/objects/partnership-accepted-status-info/index.html +++ b/api-reference/objects/partnership-accepted-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PartnershipAcceptedStatusInfo

Partnership Status Accepted

type PartnershipAcceptedStatusInfo implements PartnershipStatusInfo {
status: PartnershipStatus!
acceptedDate: DateTime!
}

Fields

PartnershipAcceptedStatusInfo.status ● PartnershipStatus! non-null enum

Partnership status (always Accepted for type PartnershipAcceptedStatusInfo)

PartnershipAcceptedStatusInfo.acceptedDate ● DateTime! non-null scalar

Accepted date of the partnership for this account

Interfaces

PartnershipStatusInfo interface

Partnership Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/partnership-canceled-status-info/index.html b/api-reference/objects/partnership-canceled-status-info/index.html index 40af48d836e..e50a6227b4b 100644 --- a/api-reference/objects/partnership-canceled-status-info/index.html +++ b/api-reference/objects/partnership-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PartnershipCanceledStatusInfo

Partnership Status canceled

type PartnershipCanceledStatusInfo implements PartnershipStatusInfo {
status: PartnershipStatus!
acceptedDate: DateTime!
canceledDate: DateTime!
reason: String!
}

Fields

PartnershipCanceledStatusInfo.status ● PartnershipStatus! non-null enum

Partnership status (always Canceled for type PartnershipCanceledStatusInfo)

PartnershipCanceledStatusInfo.acceptedDate ● DateTime! non-null scalar

Accepted date of the partnership for this account

PartnershipCanceledStatusInfo.canceledDate ● DateTime! non-null scalar

Canceled date of the partnership for this account

PartnershipCanceledStatusInfo.reason ● String! non-null scalar

Reason of the cancelation

Interfaces

PartnershipStatusInfo interface

Partnership Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/partnership-canceling-status-info/index.html b/api-reference/objects/partnership-canceling-status-info/index.html index 3c447c9e19b..c313885667b 100644 --- a/api-reference/objects/partnership-canceling-status-info/index.html +++ b/api-reference/objects/partnership-canceling-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PartnershipCancelingStatusInfo

Partnership Status currently cancelling

type PartnershipCancelingStatusInfo implements PartnershipStatusInfo {
status: PartnershipStatus!
acceptedDate: DateTime!
canceledAfter: DateTime!
}

Fields

PartnershipCancelingStatusInfo.status ● PartnershipStatus! non-null enum

Partnership status (always Canceling for type PartnershipCancelingStatusInfo)

PartnershipCancelingStatusInfo.acceptedDate ● DateTime! non-null scalar

Accepted date of the partnership for this account

PartnershipCancelingStatusInfo.canceledAfter ● DateTime! non-null scalar

Canceled date of the partnership for this account

Interfaces

PartnershipStatusInfo interface

Partnership Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/passport-document-file/index.html b/api-reference/objects/passport-document-file/index.html index e531cf04e34..0f00ceef8ba 100644 --- a/api-reference/objects/passport-document-file/index.html +++ b/api-reference/objects/passport-document-file/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PassportDocumentFile

The file associated to the passport document

type PassportDocumentFile implements DocumentFile {
downloadUrl: String!
side: DocumentFileSide!
}

Fields

PassportDocumentFile.downloadUrl ● String! non-null scalar

The file's temporary download url

PassportDocumentFile.side ● DocumentFileSide! non-null enum

From which side the passport's picture was taken

Interfaces

DocumentFile interface

Retrieved document extracted from the identity verification

Member of

PassportDocument object

- - + + \ No newline at end of file diff --git a/api-reference/objects/passport-document/index.html b/api-reference/objects/passport-document/index.html index 551e379b5af..10281854b4a 100644 --- a/api-reference/objects/passport-document/index.html +++ b/api-reference/objects/passport-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PassportDocument

The document corresponding to a passport

type PassportDocument {
id: String!
type: DocumentType!
issueDate: Date
expiryDate: Date
mrz: String
number: String
files: [PassportDocumentFile!]!
}

Fields

PassportDocument.id ● String! non-null scalar

Unique identifier of the passport document

PassportDocument.type ● DocumentType! non-null enum

The type of the document

PassportDocument.issueDate ● Date scalar

The date at which the passport was issued

PassportDocument.expiryDate ● Date scalar

The date at which the passport expires

PassportDocument.mrz ● String scalar

Machine-readable zone code of the passport

PassportDocument.number ● String scalar

Number of the passport

PassportDocument.files ● [PassportDocumentFile!]! non-null object

List of the associated files

Implemented by

IdentificationDocument union

- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-connection/index.html b/api-reference/objects/payment-connection/index.html index f7e4acb4273..ad6c1d8a1e2 100644 --- a/api-reference/objects/payment-connection/index.html +++ b/api-reference/objects/payment-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PaymentConnection

Please see the Connection interface

type PaymentConnection implements Connection {
pageInfo: PageInfo!
edges: [PaymentEdge!]!
totalCount: Int!
}

Fields

PaymentConnection.pageInfo ● PageInfo! non-null object

PaymentConnection.edges ● [PaymentEdge!]! non-null object

PaymentConnection.totalCount ● Int! non-null scalar

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

payments query

Member of

StandingOrder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-consent-pending/index.html b/api-reference/objects/payment-consent-pending/index.html index f8ab7769882..64646427f51 100644 --- a/api-reference/objects/payment-consent-pending/index.html +++ b/api-reference/objects/payment-consent-pending/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-edge/index.html b/api-reference/objects/payment-edge/index.html index a08e85d7409..b9dfa5b34b9 100644 --- a/api-reference/objects/payment-edge/index.html +++ b/api-reference/objects/payment-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

PaymentEdge

Please see the Connection interface

type PaymentEdge implements Edge {
node: Payment!
cursor: String!
}

Fields

PaymentEdge.node ● Payment! non-null object

PaymentEdge.cursor ● String! non-null scalar

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

PaymentConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-initiated/index.html b/api-reference/objects/payment-initiated/index.html index 0f5758edea0..5edf53c14c4 100644 --- a/api-reference/objects/payment-initiated/index.html +++ b/api-reference/objects/payment-initiated/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-canceled-status-info/index.html b/api-reference/objects/payment-mandate-canceled-status-info/index.html index 1135e14201c..7d3811da5b6 100644 --- a/api-reference/objects/payment-mandate-canceled-status-info/index.html +++ b/api-reference/objects/payment-mandate-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PaymentMandateCanceledStatusInfo

Payment Mandate Canceled status information

type PaymentMandateCanceledStatusInfo implements PaymentMandateStatusInfo {
status: PaymentMandateStatus!
reason: PaymentMandateCanceledReason!
}

Fields

PaymentMandateCanceledStatusInfo.status ● PaymentMandateStatus! non-null enum

Payment Mandate status (always Canceled for type PaymentMandateCanceledStatusInfo).

PaymentMandateCanceledStatusInfo.reason ● PaymentMandateCanceledReason! non-null enum

Reason behind the Payment Mandate Canceled status

Interfaces

PaymentMandateStatusInfo interface

Payment Mandate status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-connection/index.html b/api-reference/objects/payment-mandate-connection/index.html index 0e2c84cce1a..a13a0b651e7 100644 --- a/api-reference/objects/payment-mandate-connection/index.html +++ b/api-reference/objects/payment-mandate-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PaymentMandateConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type PaymentMandateConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [PaymentMandateEdge!]!
}

Fields

PaymentMandateConnection.totalCount ● Int! non-null scalar

Total number of elements in the list

PaymentMandateConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

PaymentMandateConnection.edges ● [PaymentMandateEdge!]! non-null object

PaymentMandateEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

AccountHolder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-consent-pending-status-info/index.html b/api-reference/objects/payment-mandate-consent-pending-status-info/index.html index 83075455814..1b7559c93b6 100644 --- a/api-reference/objects/payment-mandate-consent-pending-status-info/index.html +++ b/api-reference/objects/payment-mandate-consent-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PaymentMandateConsentPendingStatusInfo

Payment Mandate Consent Pending status information

type PaymentMandateConsentPendingStatusInfo implements PaymentMandateStatusInfo {
status: PaymentMandateStatus!
consent: Consent!
}

Fields

PaymentMandateConsentPendingStatusInfo.status ● PaymentMandateStatus! non-null enum

Payment Mandate status (always Enabled for type PaymentMandateEnableedStatusInfo).

PaymentMandateConsentPendingStatusInfo.consent ● Consent! non-null object

Consent information required to enable the concerned Payment Mandate

Interfaces

PaymentMandateStatusInfo interface

Payment Mandate status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-edge/index.html b/api-reference/objects/payment-mandate-edge/index.html index dd5b70ed0e1..dfbdd650045 100644 --- a/api-reference/objects/payment-mandate-edge/index.html +++ b/api-reference/objects/payment-mandate-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

PaymentMandateEdge

Implements the Relay Edge interface

type PaymentMandateEdge implements Edge {
cursor: String!
node: PaymentMandate!
}

Fields

PaymentMandateEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this onboarding node in the pagination mechanism

PaymentMandateEdge.node ● PaymentMandate! non-null interface

The payment mandate

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

PaymentMandateConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-enabled-status-info/index.html b/api-reference/objects/payment-mandate-enabled-status-info/index.html index 757d6e67574..780974dcecf 100644 --- a/api-reference/objects/payment-mandate-enabled-status-info/index.html +++ b/api-reference/objects/payment-mandate-enabled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-mandate-not-found-rejection/index.html b/api-reference/objects/payment-mandate-mandate-not-found-rejection/index.html index 82df753f389..ea3181f3a9c 100644 --- a/api-reference/objects/payment-mandate-mandate-not-found-rejection/index.html +++ b/api-reference/objects/payment-mandate-mandate-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-reference-already-used-rejection/index.html b/api-reference/objects/payment-mandate-reference-already-used-rejection/index.html index 76e09e15c71..092187d5ea8 100644 --- a/api-reference/objects/payment-mandate-reference-already-used-rejection/index.html +++ b/api-reference/objects/payment-mandate-reference-already-used-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-mandate-rejected-status-info/index.html b/api-reference/objects/payment-mandate-rejected-status-info/index.html index 2a00cd170dc..7dc7221a039 100644 --- a/api-reference/objects/payment-mandate-rejected-status-info/index.html +++ b/api-reference/objects/payment-mandate-rejected-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-method-not-compatible-rejection/index.html b/api-reference/objects/payment-method-not-compatible-rejection/index.html index 51df52cc6f2..f41fa2bb8dc 100644 --- a/api-reference/objects/payment-method-not-compatible-rejection/index.html +++ b/api-reference/objects/payment-method-not-compatible-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment-rejected/index.html b/api-reference/objects/payment-rejected/index.html index c3173764e5c..1157c3326d8 100644 --- a/api-reference/objects/payment-rejected/index.html +++ b/api-reference/objects/payment-rejected/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/payment/index.html b/api-reference/objects/payment/index.html index 4c2e242def9..d6599c9b075 100644 --- a/api-reference/objects/payment/index.html +++ b/api-reference/objects/payment/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Payment

A Payment represents a set of transactions linked to the same payment act.

This payment act can be initiated:

  • either from a user
  • either from a merchant
  • either from you
  • either from Swan
type Payment {
id: ID!
createdAt: DateTime!
updatedAt: DateTime!
statusInfo: PaymentStatusInfo!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
standingOrder: StandingOrder
}

Fields

Payment.id ● ID! non-null scalar

unique identifier of a payment

Payment.createdAt ● DateTime! non-null scalar

created date

Payment.updatedAt ● DateTime! non-null scalar

updated date

Payment.statusInfo ● PaymentStatusInfo! non-null interface

status information

Payment.transactions ● TransactionConnection object

list of transactions associated to this payment

Payment.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

Payment.transactions.after ● String scalar

When the list of elements needs to start after a element

Payment.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

Payment.standingOrder ● StandingOrder object

standing order that has initiated this payment

Returned by

payment query

Member of

CardTransaction object ● CheckTransaction object ● FeeTransaction object ● InitiateCreditTransfersSuccessPayload object ● InitiateFundingRequestSuccessPayload object ● InitiateInternationalCreditTransferResponseSuccessPayload object ● InitiateMerchantPaymentCollectionSuccessPayload object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● PaymentEdge object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Transaction interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/pdf-statement/index.html b/api-reference/objects/pdf-statement/index.html index 0442cd4c963..3c2b7ad45c9 100644 --- a/api-reference/objects/pdf-statement/index.html +++ b/api-reference/objects/pdf-statement/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PdfStatement

Custom information for a PDF statement

type PdfStatement implements StatementInfo {
type: StatementType
url: String
expiresAt: DateTime
}

Fields

PdfStatement.type ● StatementType enum

statement type

PdfStatement.url ● String scalar

temporary public url on which the file can be accessed

PdfStatement.expiresAt ● DateTime scalar

date at which the link will not be useable anymore

Interfaces

StatementInfo interface

Custom information for a certain type of statement

- - + + \ No newline at end of file diff --git a/api-reference/objects/pending-consent-account-membership-update/index.html b/api-reference/objects/pending-consent-account-membership-update/index.html index 2b976b1ab1f..49e9dbe87c3 100644 --- a/api-reference/objects/pending-consent-account-membership-update/index.html +++ b/api-reference/objects/pending-consent-account-membership-update/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content

PendingConsentAccountMembershipUpdate

Pending Consent when the account membership will be updated

type PendingConsentAccountMembershipUpdate {
accountMembershipId: AccountMembership!
consent: Consent!
}

Fields

PendingConsentAccountMembershipUpdate.accountMembershipId ● AccountMembership! non-null object

new account membership version waiting for consent

PendingConsentAccountMembershipUpdate.consent ● Consent! non-null object

The consent required to update the account membership

- - +
Skip to main content

PendingConsentAccountMembershipUpdate

Pending Consent when the account membership will be updated

type PendingConsentAccountMembershipUpdate {
accountMembershipId: AccountMembership!
consent: Consent!
}

Fields

PendingConsentAccountMembershipUpdate.accountMembershipId ● AccountMembership! non-null object

New account membership version waiting for consent

PendingConsentAccountMembershipUpdate.consent ● Consent! non-null object

The consent required to update the account membership

+ + \ No newline at end of file diff --git a/api-reference/objects/pending-digital-card/index.html b/api-reference/objects/pending-digital-card/index.html index 76c85cf6b61..f51bf45be83 100644 --- a/api-reference/objects/pending-digital-card/index.html +++ b/api-reference/objects/pending-digital-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PendingDigitalCard

Pending Digital Card used for ApplePay or GooglePay

type PendingDigitalCard implements DigitalCard {
id: ID!
type: DigitalizationType!
createdAt: DateTime!
updatedAt: DateTime!
walletProvider: WalletProvider!
statusInfo: PendingDigitalCardStatusInfo!
inAppProvisioningData(
signatureData: SignatureData
): InAppProvisioningData
}

Fields

PendingDigitalCard.id ● ID! non-null scalar

Unique identifier of a digital card

PendingDigitalCard.type ● DigitalizationType! non-null enum

The type of digitalization that created this digital card.

PendingDigitalCard.createdAt ● DateTime! non-null scalar

Created date

PendingDigitalCard.updatedAt ● DateTime! non-null scalar

Updated date

PendingDigitalCard.walletProvider ● WalletProvider! non-null object

Wallet Provider (ApplePay, GooglePay ...)

PendingDigitalCard.statusInfo ● PendingDigitalCardStatusInfo! non-null interface

Digital Card status information

In this type the status will be either ConsentPending or Pending

PendingDigitalCard.inAppProvisioningData ● InAppProvisioningData object

Data to provide to the wallet during InApp Provisioning

Signature Data is mandatory for ApplePay

This data is only available for a digital card in

Interfaces

DigitalCard interface

Digital Card used for ApplePay or GooglePay

Member of

AddDigitalCardSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/pending-funding-source-status-info/index.html b/api-reference/objects/pending-funding-source-status-info/index.html index f1b42e24572..594cc53126d 100644 --- a/api-reference/objects/pending-funding-source-status-info/index.html +++ b/api-reference/objects/pending-funding-source-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/pending-identification-level-status-info/index.html b/api-reference/objects/pending-identification-level-status-info/index.html index 4ad1ce17ba3..7d243dacc92 100644 --- a/api-reference/objects/pending-identification-level-status-info/index.html +++ b/api-reference/objects/pending-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/pending-merchant-payment-method-status-info/index.html b/api-reference/objects/pending-merchant-payment-method-status-info/index.html index 71a7da8ca0f..bb35d99bf54 100644 --- a/api-reference/objects/pending-merchant-payment-method-status-info/index.html +++ b/api-reference/objects/pending-merchant-payment-method-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/pending-review-merchant-profile-status-info/index.html b/api-reference/objects/pending-review-merchant-profile-status-info/index.html index 65002ce2df1..4db6a0c605a 100644 --- a/api-reference/objects/pending-review-merchant-profile-status-info/index.html +++ b/api-reference/objects/pending-review-merchant-profile-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/pending-review-status-info/index.html b/api-reference/objects/pending-review-status-info/index.html index 365cd3aff47..9bde2057f40 100644 --- a/api-reference/objects/pending-review-status-info/index.html +++ b/api-reference/objects/pending-review-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/pending-transaction-status-info/index.html b/api-reference/objects/pending-transaction-status-info/index.html index 58d44456f99..56a5a069da1 100644 --- a/api-reference/objects/pending-transaction-status-info/index.html +++ b/api-reference/objects/pending-transaction-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PendingTransactionStatusInfo

Pending transaction status information

type PendingTransactionStatusInfo implements TransactionStatusInfo {
status: TransactionStatus!
pendingEndDate: DateTime
}

Fields

PendingTransactionStatusInfo.status ● TransactionStatus! non-null enum

status of the transaction

PendingTransactionStatusInfo.pendingEndDate ● DateTime scalar

The date when the pending amount of this transaction is released on the available balance of this account if not booked

Interfaces

TransactionStatusInfo interface

Transaction Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/pending-verification-status-info/index.html b/api-reference/objects/pending-verification-status-info/index.html index 313b914628b..33163810bfa 100644 --- a/api-reference/objects/pending-verification-status-info/index.html +++ b/api-reference/objects/pending-verification-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/permission-cannot-be-granted-rejection/index.html b/api-reference/objects/permission-cannot-be-granted-rejection/index.html index 271b153b700..a75e13f5e04 100644 --- a/api-reference/objects/permission-cannot-be-granted-rejection/index.html +++ b/api-reference/objects/permission-cannot-be-granted-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-activated-status-info/index.html b/api-reference/objects/physical-card-activated-status-info/index.html index dc1c7545b08..6f0f94b72e7 100644 --- a/api-reference/objects/physical-card-activated-status-info/index.html +++ b/api-reference/objects/physical-card-activated-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-canceled-status-info/index.html b/api-reference/objects/physical-card-canceled-status-info/index.html index 365c9d1668e..907d390ff8c 100644 --- a/api-reference/objects/physical-card-canceled-status-info/index.html +++ b/api-reference/objects/physical-card-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardCanceledStatusInfo

Physical Card Canceled Status Information

type PhysicalCardCanceledStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
reason: String!
}

Fields

PhysicalCardCanceledStatusInfo.status ● PhysicalCardStatus! non-null enum

Physical Card status (always Canceled for type PhysicalCardCanceledStatusInfo).

PhysicalCardCanceledStatusInfo.reason ● String! non-null scalar

Reason why the card is canceled.

Interfaces

PhysicalCardStatusInfo interface

Physical Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-canceling-status-info/index.html b/api-reference/objects/physical-card-canceling-status-info/index.html index e4511ea53e6..adab0477345 100644 --- a/api-reference/objects/physical-card-canceling-status-info/index.html +++ b/api-reference/objects/physical-card-canceling-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardCancelingStatusInfo

Physical Card Canceling Status Information

type PhysicalCardCancelingStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
reason: String!
}

Fields

PhysicalCardCancelingStatusInfo.status ● PhysicalCardStatus! non-null enum

Physical Card status (always Canceling for type PhysicalCardCancelingStatusInfo).

PhysicalCardCancelingStatusInfo.reason ● String! non-null scalar

Reason why the card is canceled.

Interfaces

PhysicalCardStatusInfo interface

Physical Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-consent-pending-status-info/index.html b/api-reference/objects/physical-card-consent-pending-status-info/index.html index ef852e0f6c7..eaeb02c6036 100644 --- a/api-reference/objects/physical-card-consent-pending-status-info/index.html +++ b/api-reference/objects/physical-card-consent-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardConsentPendingStatusInfo

when the user has to authorize production of the physical card

type PhysicalCardConsentPendingStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
consent: Consent!
}

Fields

PhysicalCardConsentPendingStatusInfo.status ● PhysicalCardStatus! non-null enum

Physical Card status (always ConsentPending for type PhysicalCardConsentPendingStatusInfo)

PhysicalCardConsentPendingStatusInfo.consent ● Consent! non-null object

The consent required to authorize production of the physical card

Interfaces

PhysicalCardStatusInfo interface

Physical Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-custom-options/index.html b/api-reference/objects/physical-card-custom-options/index.html index fbbef3cef22..322125e600e 100644 --- a/api-reference/objects/physical-card-custom-options/index.html +++ b/api-reference/objects/physical-card-custom-options/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-not-found-rejection/index.html b/api-reference/objects/physical-card-not-found-rejection/index.html index 3f0f7919088..f75e53d04e4 100644 --- a/api-reference/objects/physical-card-not-found-rejection/index.html +++ b/api-reference/objects/physical-card-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardNotFoundRejection

Rejection returned when the Physical Card does not exist

type PhysicalCardNotFoundRejection implements Rejection {
message: String!
identifier: String!
}

Fields

PhysicalCardNotFoundRejection.message ● String! non-null scalar

PhysicalCardNotFoundRejection.identifier ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

ActivatePhysicalCardPayload union ● CancelPhysicalCardPayload union ● ResumePhysicalCardPayload union ● SuspendPhysicalCardPayload union ● ViewPhysicalCardPinPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-processing-status-info/index.html b/api-reference/objects/physical-card-processing-status-info/index.html index 2ff4c14dd70..dbd3696936f 100644 --- a/api-reference/objects/physical-card-processing-status-info/index.html +++ b/api-reference/objects/physical-card-processing-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-renewed-status-info/index.html b/api-reference/objects/physical-card-renewed-status-info/index.html index 4abae476425..68fb3aef433 100644 --- a/api-reference/objects/physical-card-renewed-status-info/index.html +++ b/api-reference/objects/physical-card-renewed-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardRenewedStatusInfo

Physical Card Renewed Status Information

type PhysicalCardRenewedStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
address: Address!
estimatedDeliveryDate: DateTime
trackingNumber: String
shippingProvider: String
isPINReady: Boolean!
}

Fields

PhysicalCardRenewedStatusInfo.status ● PhysicalCardStatus! non-null enum

Physical Card status (always Renewed for type PhysicalCardRenewedStatusInfo).

PhysicalCardRenewedStatusInfo.address ● Address! non-null object

address to deliver the physical card

PhysicalCardRenewedStatusInfo.estimatedDeliveryDate ● DateTime scalar

Estimated delivery date

PhysicalCardRenewedStatusInfo.trackingNumber ● String scalar

Shipping tracking number

PhysicalCardRenewedStatusInfo.shippingProvider ● String scalar

Name of the shipping provider (Ex: LaPoste, DHL ...)

PhysicalCardRenewedStatusInfo.isPINReady ● Boolean! non-null scalar

true if PIN Code is available.

Interfaces

PhysicalCardStatusInfo interface

Physical Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-suspended-status-info/index.html b/api-reference/objects/physical-card-suspended-status-info/index.html index d320c9e93f3..9d36dd19ce1 100644 --- a/api-reference/objects/physical-card-suspended-status-info/index.html +++ b/api-reference/objects/physical-card-suspended-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardSuspendedStatusInfo

Physical Card Suspended Status Information

type PhysicalCardSuspendedStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
reason: String!
}

Fields

PhysicalCardSuspendedStatusInfo.status ● PhysicalCardStatus! non-null enum

Physical Card status (always Suspended for type PhysicalCardSuspendedStatusInfo).

PhysicalCardSuspendedStatusInfo.reason ● String! non-null scalar

Reason why the card is suspended.

Interfaces

PhysicalCardStatusInfo interface

Physical Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-to-activate-status-info/index.html b/api-reference/objects/physical-card-to-activate-status-info/index.html index 73373dda04a..6833d1df4e5 100644 --- a/api-reference/objects/physical-card-to-activate-status-info/index.html +++ b/api-reference/objects/physical-card-to-activate-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardToActivateStatusInfo

Physical Card To Activate Status Information

type PhysicalCardToActivateStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
address: Address!
estimatedDeliveryDate: DateTime
trackingNumber: String
shippingProvider: String
isPINReady: Boolean!
}

Fields

PhysicalCardToActivateStatusInfo.status ● PhysicalCardStatus! non-null enum

Physical Card status (always ToActivate for type PhysicalCardToActivateStatusInfo).

PhysicalCardToActivateStatusInfo.address ● Address! non-null object

address to deliver the physical card

PhysicalCardToActivateStatusInfo.estimatedDeliveryDate ● DateTime scalar

Estimated delivery date

PhysicalCardToActivateStatusInfo.trackingNumber ● String scalar

Shipping tracking number

PhysicalCardToActivateStatusInfo.shippingProvider ● String scalar

Name of the shipping provider (Ex: LaPoste, DHL ...)

PhysicalCardToActivateStatusInfo.isPINReady ● Boolean! non-null scalar

true if PIN Code is available.

Interfaces

PhysicalCardStatusInfo interface

Physical Card Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card-wrong-status-rejection/index.html b/api-reference/objects/physical-card-wrong-status-rejection/index.html index 40194941dcb..5b8e23f677c 100644 --- a/api-reference/objects/physical-card-wrong-status-rejection/index.html +++ b/api-reference/objects/physical-card-wrong-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCardWrongStatusRejection

Rejection returned when the Physical Card is not the expected status

type PhysicalCardWrongStatusRejection implements Rejection {
message: String!
identifier: String!
currentStatus: PhysicalCardStatus!
expectedStatus: PhysicalCardStatus!
}

Fields

PhysicalCardWrongStatusRejection.message ● String! non-null scalar

PhysicalCardWrongStatusRejection.identifier ● String! non-null scalar

PhysicalCardWrongStatusRejection.currentStatus ● PhysicalCardStatus! non-null enum

PhysicalCardWrongStatusRejection.expectedStatus ● PhysicalCardStatus! non-null enum

Interfaces

Rejection interface

Implemented by

ActivatePhysicalCardPayload union ● ResumePhysicalCardPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/physical-card/index.html b/api-reference/objects/physical-card/index.html index e598a7dffeb..6af72ddec00 100644 --- a/api-reference/objects/physical-card/index.html +++ b/api-reference/objects/physical-card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PhysicalCard

Physical Card

type PhysicalCard {
statusInfo: PhysicalCardStatusInfo!
expiryDate: String
identifier: String
offlineSpendingLimit: Amount!
cardMaskedNumber: String!
customOptions: PhysicalCardCustomOptions!
}

Fields

PhysicalCard.statusInfo ● PhysicalCardStatusInfo! non-null interface

Physical Card status information

PhysicalCard.expiryDate ● String scalar

Physical Card expiration date with MM/YY string format

PhysicalCard.identifier ● String scalar

Unique identifier present on physical card, such identifier is null if the status is ToActivate or Canceled. This identifier is updated when a renewed card is activated

PhysicalCard.offlineSpendingLimit ● Amount! non-null object

Offline Spending limit defined by Swan

PhysicalCard.cardMaskedNumber ● String! non-null scalar

Masked Card Number

PhysicalCard.customOptions ● PhysicalCardCustomOptions! non-null object

Custom Options

Member of

ActivatePhysicalCardSuccessPayload object ● CancelPhysicalCardSuccessPayload object ● Card object ● PrintPhysicalCardSuccessPayload object ● ResumePhysicalCardSuccessPayload object ● SuspendPhysicalCardSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/pinnot-ready-rejection/index.html b/api-reference/objects/pinnot-ready-rejection/index.html index 5121215a9d1..530651ce700 100644 --- a/api-reference/objects/pinnot-ready-rejection/index.html +++ b/api-reference/objects/pinnot-ready-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/pre-provisioning-suvcard-settings/index.html b/api-reference/objects/pre-provisioning-suvcard-settings/index.html index 9c59d2c94a1..a4a654c9d88 100644 --- a/api-reference/objects/pre-provisioning-suvcard-settings/index.html +++ b/api-reference/objects/pre-provisioning-suvcard-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PreProvisioningSUVCardSettings

No description

type PreProvisioningSUVCardSettings {
preProvisioningSUVCards: Boolean!
preProvisioningSUVNumberOfCards: Int!
ownerProvisioningSUVCards: ID
preProvisioningSUVCardsAvailablePercentage: Float!
}

Fields

PreProvisioningSUVCardSettings.preProvisioningSUVCards ● Boolean! non-null scalar

PreProvisioningSUVCardSettings.preProvisioningSUVNumberOfCards ● Int! non-null scalar

PreProvisioningSUVCardSettings.ownerProvisioningSUVCards ● ID scalar

PreProvisioningSUVCardSettings.preProvisioningSUVCardsAvailablePercentage ● Float! non-null scalar

Member of

ProjectCardDesigns object ● ProjectCardSettings object

- - + + \ No newline at end of file diff --git a/api-reference/objects/print-physical-card-success-payload/index.html b/api-reference/objects/print-physical-card-success-payload/index.html index 39acf3addcc..55bc24a7b64 100644 --- a/api-reference/objects/print-physical-card-success-payload/index.html +++ b/api-reference/objects/print-physical-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-card-designs/index.html b/api-reference/objects/project-card-designs/index.html index 7adf4188247..9a2bf13266b 100644 --- a/api-reference/objects/project-card-designs/index.html +++ b/api-reference/objects/project-card-designs/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ProjectCardDesigns

No description

type ProjectCardDesigns {
id: ID!
issuingProcessorVisualId: String
specificCardProductCodeForCompanies: String
name: String
cardDesigns: [CardProductDesign!]!
preProvisioningSUVCardSettings: PreProvisioningSUVCardSettings
}

Fields

ProjectCardDesigns.id ● ID! non-null scalar

Unique identifier of a project

ProjectCardDesigns.issuingProcessorVisualId ● String scalar

Visual Id from the issuing card processor (Monext)

ProjectCardDesigns.specificCardProductCodeForCompanies ● String scalar

Specific card product for companies

ProjectCardDesigns.name ● String scalar

Project name

ProjectCardDesigns.cardDesigns ● [CardProductDesign!]! non-null object

Project card product designs

ProjectCardDesigns.preProvisioningSUVCardSettings ● PreProvisioningSUVCardSettings object

Project's pre provisioning suv card settings

- - + + \ No newline at end of file diff --git a/api-reference/objects/project-card-settings/index.html b/api-reference/objects/project-card-settings/index.html index 890e6198298..039746efbc2 100644 --- a/api-reference/objects/project-card-settings/index.html +++ b/api-reference/objects/project-card-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ProjectCardSettings

No description

type ProjectCardSettings {
id: ID!
issuingProcessorVisualId: String
specificCardProductCodeForCompanies: String
name: String
cardSettings: [CardSettings!]!
preProvisioningSUVCardSettings: PreProvisioningSUVCardSettings
}

Fields

ProjectCardSettings.id ● ID! non-null scalar

Unique identifier of a project

ProjectCardSettings.issuingProcessorVisualId ● String scalar

Visual Id from the issuing card processor (Monext)

ProjectCardSettings.specificCardProductCodeForCompanies ● String scalar

Specific card product for companies

ProjectCardSettings.name ● String scalar

Project name

ProjectCardSettings.cardSettings ● [CardSettings!]! non-null object

Project's card settings

ProjectCardSettings.preProvisioningSUVCardSettings ● PreProvisioningSUVCardSettings object

Project's pre provisioning suv card settings

- - + + \ No newline at end of file diff --git a/api-reference/objects/project-forbidden-rejection/index.html b/api-reference/objects/project-forbidden-rejection/index.html index 3f2dcfda1c1..1034e165e40 100644 --- a/api-reference/objects/project-forbidden-rejection/index.html +++ b/api-reference/objects/project-forbidden-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-funding-limit-exceeded-rejection/index.html b/api-reference/objects/project-funding-limit-exceeded-rejection/index.html index f96cd18df4a..9f346d1172e 100644 --- a/api-reference/objects/project-funding-limit-exceeded-rejection/index.html +++ b/api-reference/objects/project-funding-limit-exceeded-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-info/index.html b/api-reference/objects/project-info/index.html index bb307a68e26..9e41c5a7765 100644 --- a/api-reference/objects/project-info/index.html +++ b/api-reference/objects/project-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ProjectInfo

Public information of a Project

type ProjectInfo {
cardProducts: [CardProduct!]
activeCardSettings: CardSettings
id: ID!
B2BMembershipIDVerification: Boolean
amlRiskLevel: AmlRiskLevel
supportingDocumentSettings: SupportingDocumentSettings
name: String!
type: ProjectType!
logoUri: String
accentColor: String
customConsentSubdomain: String
oAuthClientId: String
tcuDocumentUri(
language: String!
): String!
tcuDocumentId: String!
webBankingSettings: WebBankingSettings
status: ProjectStatus!
allowsDesktopAuthentication: Boolean!
}

Fields

ProjectInfo.cardProducts ● [CardProduct!] list object

The card products associated with this project.

ProjectInfo.activeCardSettings ● CardSettings object

the currently active card settings

ProjectInfo.id ● ID! non-null scalar

Unique identifier of the project

ProjectInfo.B2BMembershipIDVerification ● Boolean scalar

ProjectInfo.amlRiskLevel ● AmlRiskLevel enum

ProjectInfo.supportingDocumentSettings ● SupportingDocumentSettings object

ProjectInfo.name ● String! non-null scalar

Your project name displayed in white label interfaces and in the terms and conditions

ProjectInfo.type ● ProjectType! non-null enum

The type of your project

ProjectInfo.logoUri ● String scalar

URL of your logo

ProjectInfo.accentColor ● String scalar

Your accent color, used in white label interfaces. Most of the time for call to actions

ProjectInfo.customConsentSubdomain ● String scalar

Your custom subdomain used in consents

ProjectInfo.oAuthClientId ● String scalar

Your OAuth client id

ProjectInfo.tcuDocumentUri ● String! non-null scalar

URL to your Terms and Conditions of Use document depending on the provided language

ProjectInfo.tcuDocumentUri.language ● String! non-null scalar

this consists of a 2-3 letter base language tag representing the language, optionally followed by additional subtags separated by '-'. The most common extra information is the country or region variant (like 'en-US' or 'fr-CA') or the type of alphabet to use (like 'sr-Latn'). Other variants like the type of orthography ('de-DE-1996') are usually not used in the context of this header. Learn More

ProjectInfo.tcuDocumentId ● String! non-null scalar

Unique id of your current Terms and Conditions of Use

ProjectInfo.webBankingSettings ● WebBankingSettings object

Web banking settings

ProjectInfo.status ● ProjectStatus! non-null enum

Project status

ProjectInfo.allowsDesktopAuthentication ● Boolean! non-null scalar

Flag that determines if desktop authentication is enabled for this project

Returned by

projectInfo query

Member of

OnboardingInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/project-instant-funding-limit-exceeded-rejection/index.html b/api-reference/objects/project-instant-funding-limit-exceeded-rejection/index.html index bfdb3c79bca..96da0950c82 100644 --- a/api-reference/objects/project-instant-funding-limit-exceeded-rejection/index.html +++ b/api-reference/objects/project-instant-funding-limit-exceeded-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-invalid-status-rejection/index.html b/api-reference/objects/project-invalid-status-rejection/index.html index 19ebb002f7f..6078a09b8fb 100644 --- a/api-reference/objects/project-invalid-status-rejection/index.html +++ b/api-reference/objects/project-invalid-status-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-not-found-rejection/index.html b/api-reference/objects/project-not-found-rejection/index.html index 9fc19e55acd..973178c9bed 100644 --- a/api-reference/objects/project-not-found-rejection/index.html +++ b/api-reference/objects/project-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-not-found/index.html b/api-reference/objects/project-not-found/index.html index 54c2ee38790..6cec1810e5b 100644 --- a/api-reference/objects/project-not-found/index.html +++ b/api-reference/objects/project-not-found/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-settings-forbidden-error/index.html b/api-reference/objects/project-settings-forbidden-error/index.html index b87491872d6..b18116c1893 100644 --- a/api-reference/objects/project-settings-forbidden-error/index.html +++ b/api-reference/objects/project-settings-forbidden-error/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-settings-not-found/index.html b/api-reference/objects/project-settings-not-found/index.html index 46462f58dbc..13f51c2ce5d 100644 --- a/api-reference/objects/project-settings-not-found/index.html +++ b/api-reference/objects/project-settings-not-found/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/project-settings-status-not-reachable/index.html b/api-reference/objects/project-settings-status-not-reachable/index.html index 89ce84cf1c2..41b20c5429b 100644 --- a/api-reference/objects/project-settings-status-not-reachable/index.html +++ b/api-reference/objects/project-settings-status-not-reachable/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/public-onboarding-disabled-rejection/index.html b/api-reference/objects/public-onboarding-disabled-rejection/index.html index ad1e838a8c3..36140595066 100644 --- a/api-reference/objects/public-onboarding-disabled-rejection/index.html +++ b/api-reference/objects/public-onboarding-disabled-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/radio-field/index.html b/api-reference/objects/radio-field/index.html index 0933be488be..a57fc37e54b 100644 --- a/api-reference/objects/radio-field/index.html +++ b/api-reference/objects/radio-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RadioField

No description

type RadioField implements Field {
key: String!
name: String!
refreshDynamicFieldsOnChange: Boolean!
required: Boolean!
allowedValues: [AllowedValue!]!
}

Fields

RadioField.key ● String! non-null scalar

RadioField.name ● String! non-null scalar

RadioField.refreshDynamicFieldsOnChange ● Boolean! non-null scalar

RadioField.required ● Boolean! non-null scalar

RadioField.allowedValues ● [AllowedValue!]! non-null object

Interfaces

Field interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/reachability/index.html b/api-reference/objects/reachability/index.html index 54df27f0d0a..e180540d0f6 100644 --- a/api-reference/objects/reachability/index.html +++ b/api-reference/objects/reachability/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Reachability

Information that can be used to determine where the iban can be used

type Reachability {
sepaCreditTransferInst: Boolean!
sepaDirectDebitCore: Boolean!
sepaDirectDebitB2b: Boolean!
sepaCreditTransfer: Boolean!
}

Fields

Reachability.sepaCreditTransferInst ● Boolean! non-null scalar

Can be used for instant transfer over SEPA

Reachability.sepaDirectDebitCore ● Boolean! non-null scalar

Can be used for direct debit over SEPA

Reachability.sepaDirectDebitB2b ● Boolean! non-null scalar

Can be used for B2B direct debit over SEPA

Reachability.sepaCreditTransfer ● Boolean! non-null scalar

Can be used for transfer over SEPA (can be used in initiateCreditTransfer mutation)

Member of

ValidIban object

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-already-exist-rejection/index.html b/api-reference/objects/received-direct-debit-mandate-already-exist-rejection/index.html index 8e76090b0e3..f3a47985823 100644 --- a/api-reference/objects/received-direct-debit-mandate-already-exist-rejection/index.html +++ b/api-reference/objects/received-direct-debit-mandate-already-exist-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateAlreadyExistRejection

Rejection returned if the received direct debit mandate already exist

type ReceivedDirectDebitMandateAlreadyExistRejection implements Rejection {
id: String!
message: String!
}

Fields

ReceivedDirectDebitMandateAlreadyExistRejection.id ● String! non-null scalar

ReceivedDirectDebitMandateAlreadyExistRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

UpdateReceivedSepaDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-canceled-rejection/index.html b/api-reference/objects/received-direct-debit-mandate-canceled-rejection/index.html index 9e8427192d9..4ba9fc2eb44 100644 --- a/api-reference/objects/received-direct-debit-mandate-canceled-rejection/index.html +++ b/api-reference/objects/received-direct-debit-mandate-canceled-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateCanceledRejection

Received direct debit mandate is canceled and therefore can't be enabled/suspended or updated

type ReceivedDirectDebitMandateCanceledRejection implements Rejection {
id: String!
message: String!
}

Fields

ReceivedDirectDebitMandateCanceledRejection.id ● String! non-null scalar

ReceivedDirectDebitMandateCanceledRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

EnableReceivedDirectDebitMandatePayload union ● SuspendReceivedDirectDebitMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-connection/index.html b/api-reference/objects/received-direct-debit-mandate-connection/index.html index 5bfe5057694..56083d699ef 100644 --- a/api-reference/objects/received-direct-debit-mandate-connection/index.html +++ b/api-reference/objects/received-direct-debit-mandate-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type ReceivedDirectDebitMandateConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [ReceivedDirectDebitMandateEdge!]!
}

Fields

ReceivedDirectDebitMandateConnection.totalCount ● Int! non-null scalar

Total number of elements in the list

ReceivedDirectDebitMandateConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

ReceivedDirectDebitMandateConnection.edges ● [ReceivedDirectDebitMandateEdge!]! non-null object

ReceivedDirectDebitMandateEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-edge/index.html b/api-reference/objects/received-direct-debit-mandate-edge/index.html index e49c0068374..5e194e2a839 100644 --- a/api-reference/objects/received-direct-debit-mandate-edge/index.html +++ b/api-reference/objects/received-direct-debit-mandate-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateEdge

Implements the Relay Edge interface

type ReceivedDirectDebitMandateEdge implements Edge {
cursor: String!
node: ReceivedDirectDebitMandate!
}

Fields

ReceivedDirectDebitMandateEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this onboarding node in the pagination mechanism

ReceivedDirectDebitMandateEdge.node ● ReceivedDirectDebitMandate! non-null interface

The received direct debit mandate

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

ReceivedDirectDebitMandateConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection/index.html b/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection/index.html index 9a1f0864af0..3e9590544e0 100644 --- a/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection/index.html +++ b/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateNotB2bRejection

Rejection returned if the received direct debit mandate is not a B2b mandate

type ReceivedDirectDebitMandateNotB2bRejection implements Rejection {
id: String!
message: String!
}

Fields

ReceivedDirectDebitMandateNotB2bRejection.id ● String! non-null scalar

ReceivedDirectDebitMandateNotB2bRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

UpdateReceivedSepaDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-not-found-rejection/index.html b/api-reference/objects/received-direct-debit-mandate-not-found-rejection/index.html index 082cb347702..badeefdc8a5 100644 --- a/api-reference/objects/received-direct-debit-mandate-not-found-rejection/index.html +++ b/api-reference/objects/received-direct-debit-mandate-not-found-rejection/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateNotFoundRejection

Error returned if the received direct debit mandate was not found or if the user does not have the rights to receive information abo ut the existence of the received direct debit mandate

type ReceivedDirectDebitMandateNotFoundRejection implements Rejection {
id: String!
message: String!
}

Fields

ReceivedDirectDebitMandateNotFoundRejection.id ● String! non-null scalar

ReceivedDirectDebitMandateNotFoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

EnableReceivedDirectDebitMandatePayload union ● SuspendReceivedDirectDebitMandatePayload union ● UpdateReceivedSepaDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-status-info-canceled/index.html b/api-reference/objects/received-direct-debit-mandate-status-info-canceled/index.html index eb291671049..c36920ef1d7 100644 --- a/api-reference/objects/received-direct-debit-mandate-status-info-canceled/index.html +++ b/api-reference/objects/received-direct-debit-mandate-status-info-canceled/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateStatusInfoCanceled

Received Direct Debit Mandate Canceled status information

type ReceivedDirectDebitMandateStatusInfoCanceled implements ReceivedDirectDebitMandateStatusInfo {
status: ReceivedDirectDebitMandateStatus!
canceledAt: DateTime!
}

Fields

ReceivedDirectDebitMandateStatusInfoCanceled.status ● ReceivedDirectDebitMandateStatus! non-null enum

Received Direct Debit Mandate status (always Canceled for type ReceivedDirectDebitMandateStatusInfoCanceled)

ReceivedDirectDebitMandateStatusInfoCanceled.canceledAt ● DateTime! non-null scalar

Date of cancellation

Interfaces

ReceivedDirectDebitMandateStatusInfo interface

Received Direct Debit Mandate status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending/index.html b/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending/index.html index 85e9582b01a..94903cf5b30 100644 --- a/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending/index.html +++ b/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateStatusInfoConsentInitiationPending

Received Direct Debit Mandate ConsentInitiationPending status information

type ReceivedDirectDebitMandateStatusInfoConsentInitiationPending implements ReceivedDirectDebitMandateStatusInfo {
status: ReceivedDirectDebitMandateStatus!
}

Fields

ReceivedDirectDebitMandateStatusInfoConsentInitiationPending.status ● ReceivedDirectDebitMandateStatus! non-null enum

Received Direct Debit Mandate status (always ConsentInitiationPending for type ReceivedDirectDebitMandateStatusInfoConsentInitiationPending)

Interfaces

ReceivedDirectDebitMandateStatusInfo interface

Received Direct Debit Mandate status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending/index.html b/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending/index.html index b0f1f65e51b..fe6192b75e6 100644 --- a/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending/index.html +++ b/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateStatusInfoConsentPending

Received Direct Debit Mandate ConsentPending status information

type ReceivedDirectDebitMandateStatusInfoConsentPending implements ReceivedDirectDebitMandateStatusInfo {
status: ReceivedDirectDebitMandateStatus!
consent: Consent!
}

Fields

ReceivedDirectDebitMandateStatusInfoConsentPending.status ● ReceivedDirectDebitMandateStatus! non-null enum

Received Direct Debit Mandate status (always ConsentInitiationPending for type ReceivedDirectDebitMandateStatusInfoConsentPending)

ReceivedDirectDebitMandateStatusInfoConsentPending.consent ● Consent! non-null object

The consent required to consent to a received direct debit mandate

Interfaces

ReceivedDirectDebitMandateStatusInfo interface

Received Direct Debit Mandate status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-status-info-enabled/index.html b/api-reference/objects/received-direct-debit-mandate-status-info-enabled/index.html index c195256c1b7..bfaf8181dcc 100644 --- a/api-reference/objects/received-direct-debit-mandate-status-info-enabled/index.html +++ b/api-reference/objects/received-direct-debit-mandate-status-info-enabled/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateStatusInfoEnabled

Received Direct Debit Mandate Enabled status information

type ReceivedDirectDebitMandateStatusInfoEnabled implements ReceivedDirectDebitMandateStatusInfo {
status: ReceivedDirectDebitMandateStatus!
enabledAt: DateTime!
}

Fields

ReceivedDirectDebitMandateStatusInfoEnabled.status ● ReceivedDirectDebitMandateStatus! non-null enum

Received Direct Debit Mandate status (always Enabled for type ReceivedDirectDebitMandateStatusInfoEnabled)

ReceivedDirectDebitMandateStatusInfoEnabled.enabledAt ● DateTime! non-null scalar

Date at which the received direct debit mandate has been moved to the enabled status

Interfaces

ReceivedDirectDebitMandateStatusInfo interface

Received Direct Debit Mandate status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/received-direct-debit-mandate-status-info-suspended/index.html b/api-reference/objects/received-direct-debit-mandate-status-info-suspended/index.html index d0676916c2f..2641ae73bad 100644 --- a/api-reference/objects/received-direct-debit-mandate-status-info-suspended/index.html +++ b/api-reference/objects/received-direct-debit-mandate-status-info-suspended/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReceivedDirectDebitMandateStatusInfoSuspended

Received Direct Debit Mandate Suspended status information

type ReceivedDirectDebitMandateStatusInfoSuspended implements ReceivedDirectDebitMandateStatusInfo {
status: ReceivedDirectDebitMandateStatus!
suspendedAt: DateTime!
}

Fields

ReceivedDirectDebitMandateStatusInfoSuspended.status ● ReceivedDirectDebitMandateStatus! non-null enum

Received Direct Debit Mandate status (always Suspended for type ReceivedDirectDebitMandateStatusInfoSuspended)

ReceivedDirectDebitMandateStatusInfoSuspended.suspendedAt ● DateTime! non-null scalar

Date of the last time the received direct debit mandate has been moved to the suspended status

Interfaces

ReceivedDirectDebitMandateStatusInfo interface

Received Direct Debit Mandate status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/refund-rejection/index.html b/api-reference/objects/refund-rejection/index.html index 777590f891b..215f586ce6a 100644 --- a/api-reference/objects/refund-rejection/index.html +++ b/api-reference/objects/refund-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/refund-success-payload/index.html b/api-reference/objects/refund-success-payload/index.html index c43f159702d..fabb8364911 100644 --- a/api-reference/objects/refund-success-payload/index.html +++ b/api-reference/objects/refund-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/rejected-funding-source-status-info/index.html b/api-reference/objects/rejected-funding-source-status-info/index.html index acd43c41e4b..49c803a93b4 100644 --- a/api-reference/objects/rejected-funding-source-status-info/index.html +++ b/api-reference/objects/rejected-funding-source-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RejectedFundingSourceStatusInfo

Funding Source Rejected status information

type RejectedFundingSourceStatusInfo implements FundingSourceStatusInfo {
status: FundingSourceStatus!
rejectedAt: Date!
reasonCode: RejectedFundingSourceReason!
}

Fields

RejectedFundingSourceStatusInfo.status ● FundingSourceStatus! non-null enum

Funding Source Rejected status

RejectedFundingSourceStatusInfo.rejectedAt ● Date! non-null scalar

Date at which the funding source was rejected

RejectedFundingSourceStatusInfo.reasonCode ● RejectedFundingSourceReason! non-null enum

Reason code of the rejection

Interfaces

FundingSourceStatusInfo interface

Funding Source status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/rejected-merchant-payment-method-status-info/index.html b/api-reference/objects/rejected-merchant-payment-method-status-info/index.html index 11630d3f603..66710603c63 100644 --- a/api-reference/objects/rejected-merchant-payment-method-status-info/index.html +++ b/api-reference/objects/rejected-merchant-payment-method-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RejectedMerchantPaymentMethodStatusInfo

RejectedMerchantPaymentMethodStatusInfo

type RejectedMerchantPaymentMethodStatusInfo implements MerchantPaymentMethodStatusInfo {
status: MerchantPaymentMethodStatus!
rejectedAt: Date!
}

Fields

RejectedMerchantPaymentMethodStatusInfo.status ● MerchantPaymentMethodStatus! non-null enum

RejectedMerchantPaymentMethodStatusInfo.rejectedAt ● Date! non-null scalar

Merchant Payment Method rejected date

Interfaces

MerchantPaymentMethodStatusInfo interface

The payment method status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/rejected-merchant-profile-status-info/index.html b/api-reference/objects/rejected-merchant-profile-status-info/index.html index 3aeeedab0b2..3807ef7989f 100644 --- a/api-reference/objects/rejected-merchant-profile-status-info/index.html +++ b/api-reference/objects/rejected-merchant-profile-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/rejected-transaction-status-info/index.html b/api-reference/objects/rejected-transaction-status-info/index.html index 96195199b9a..8f31ea3f679 100644 --- a/api-reference/objects/rejected-transaction-status-info/index.html +++ b/api-reference/objects/rejected-transaction-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RejectedTransactionStatusInfo

Rejected transaction status information

type RejectedTransactionStatusInfo implements TransactionStatusInfo {
status: TransactionStatus!
reason: RejectedReasonCode!
hasFallback: Boolean!
}

Fields

RejectedTransactionStatusInfo.status ● TransactionStatus! non-null enum

status of the transaction

RejectedTransactionStatusInfo.reason ● RejectedReasonCode! non-null enum

reason code

RejectedTransactionStatusInfo.hasFallback ● Boolean! non-null scalar

true if the transaction had a fallback

Interfaces

TransactionStatusInfo interface

Transaction Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/rejected-verification-status-info/index.html b/api-reference/objects/rejected-verification-status-info/index.html index 4ac3c9fed69..b23f66a040e 100644 --- a/api-reference/objects/rejected-verification-status-info/index.html +++ b/api-reference/objects/rejected-verification-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RejectedVerificationStatusInfo

Rejected Information

type RejectedVerificationStatusInfo implements AccountVerificationStatusInfo {
reason: RejectedVerificationReason!
rejectedAt: DateTime!
status: AccountVerificationStatus!
}

Fields

RejectedVerificationStatusInfo.reason ● RejectedVerificationReason! non-null enum

Rejected Reason

RejectedVerificationStatusInfo.rejectedAt ● DateTime! non-null scalar

Date at which the verification was rejected

RejectedVerificationStatusInfo.status ● AccountVerificationStatus! non-null enum

Account verification status (Rejected)

Interfaces

AccountVerificationStatusInfo interface

Account Verification Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/released-transaction-status-info/index.html b/api-reference/objects/released-transaction-status-info/index.html index 4f7d91c86ae..fe7fa975428 100644 --- a/api-reference/objects/released-transaction-status-info/index.html +++ b/api-reference/objects/released-transaction-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReleasedTransactionStatusInfo

Released card transaction status information

type ReleasedTransactionStatusInfo implements TransactionStatusInfo {
status: TransactionStatus!
releaseDate: DateTime!
reason: ReleasedReason!
}

Fields

ReleasedTransactionStatusInfo.status ● TransactionStatus! non-null enum

status of the transaction

ReleasedTransactionStatusInfo.releaseDate ● DateTime! non-null scalar

The date when the transaction was released

ReleasedTransactionStatusInfo.reason ● ReleasedReason! non-null enum

reason of the released transaction

Interfaces

TransactionStatusInfo interface

Transaction Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/report-document-file/index.html b/api-reference/objects/report-document-file/index.html index 0d3b2de5faa..2e722ef797a 100644 --- a/api-reference/objects/report-document-file/index.html +++ b/api-reference/objects/report-document-file/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/report-document/index.html b/api-reference/objects/report-document/index.html index bb5c0572965..538af7da5c6 100644 --- a/api-reference/objects/report-document/index.html +++ b/api-reference/objects/report-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/report-exchange-rate/index.html b/api-reference/objects/report-exchange-rate/index.html index 72eff726d56..21ee987865d 100644 --- a/api-reference/objects/report-exchange-rate/index.html +++ b/api-reference/objects/report-exchange-rate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ReportExchangeRate

here is the exchange rate detail

type ReportExchangeRate {
sourceCurrency: Currency!
exchangeRate: Float!
unitCurrency: Currency!
targetCurrency: Currency!
quotationDate: Date!
contractIdentification: String
}

Fields

ReportExchangeRate.sourceCurrency ● Currency! non-null scalar

ReportExchangeRate.exchangeRate ● Float! non-null scalar

ReportExchangeRate.unitCurrency ● Currency! non-null scalar

ReportExchangeRate.targetCurrency ● Currency! non-null scalar

ReportExchangeRate.quotationDate ● Date! non-null scalar

ReportExchangeRate.contractIdentification ● String scalar

Member of

CardTransaction object

- - + + \ No newline at end of file diff --git a/api-reference/objects/request-merchant-payment-methods-success-payload/index.html b/api-reference/objects/request-merchant-payment-methods-success-payload/index.html index 81dea8a2149..a6b71438c7d 100644 --- a/api-reference/objects/request-merchant-payment-methods-success-payload/index.html +++ b/api-reference/objects/request-merchant-payment-methods-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/request-merchant-profile-update-success-payload/index.html b/api-reference/objects/request-merchant-profile-update-success-payload/index.html index ec5d99f5376..c07542417ab 100644 --- a/api-reference/objects/request-merchant-profile-update-success-payload/index.html +++ b/api-reference/objects/request-merchant-profile-update-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/request-merchant-profile-update/index.html b/api-reference/objects/request-merchant-profile-update/index.html index 4748bba25e9..0ad361c568c 100644 --- a/api-reference/objects/request-merchant-profile-update/index.html +++ b/api-reference/objects/request-merchant-profile-update/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RequestMerchantProfileUpdate

Request Update Merchant Profile

type RequestMerchantProfileUpdate {
id: ID!
merchantProfileId: ID!
merchantName: String!
merchantWebsite: String
merchantLogoUrl: String
status: RequestMerchantProfileUpdateStatus!
productType: ProductType!
expectedMonthlyPaymentVolume: Amount!
expectedAverageBasket: Amount!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

RequestMerchantProfileUpdate.id ● ID! non-null scalar

The Request ID

RequestMerchantProfileUpdate.merchantProfileId ● ID! non-null scalar

The Merchant Profile ID to update

RequestMerchantProfileUpdate.merchantName ● String! non-null scalar

Business name of the merchant, i.e. name that will be displayed on debtors' bank statements

RequestMerchantProfileUpdate.merchantWebsite ● String scalar

Url of the merchant's website

RequestMerchantProfileUpdate.merchantLogoUrl ● String scalar

Url of the merchant's logo

RequestMerchantProfileUpdate.status ● RequestMerchantProfileUpdateStatus! non-null enum

The status of the request

RequestMerchantProfileUpdate.productType ● ProductType! non-null enum

Type of product sold. List of value: Goods, Services, VirtualGoods, GiftsAndDonations. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities

RequestMerchantProfileUpdate.expectedMonthlyPaymentVolume ● Amount! non-null object

Expected annual activity volumes for all payment method

RequestMerchantProfileUpdate.expectedAverageBasket ● Amount! non-null object

expected average basket value.

RequestMerchantProfileUpdate.createdAt ● DateTime! non-null scalar

created date

RequestMerchantProfileUpdate.updatedAt ● DateTime! non-null scalar

updated date

Member of

MerchantProfile object ● RequestMerchantProfileUpdateSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/request-supporting-document-collection-review-success-payload/index.html b/api-reference/objects/request-supporting-document-collection-review-success-payload/index.html index 9cf7c10a9bd..cc4eeee5800 100644 --- a/api-reference/objects/request-supporting-document-collection-review-success-payload/index.html +++ b/api-reference/objects/request-supporting-document-collection-review-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/residence-permit-document-file/index.html b/api-reference/objects/residence-permit-document-file/index.html index 49e0627efc2..6dafbd93f9d 100644 --- a/api-reference/objects/residence-permit-document-file/index.html +++ b/api-reference/objects/residence-permit-document-file/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ResidencePermitDocumentFile

The file associated to the resident permit document

type ResidencePermitDocumentFile implements DocumentFile {
downloadUrl: String!
side: DocumentFileSide!
}

Fields

ResidencePermitDocumentFile.downloadUrl ● String! non-null scalar

The file's temporary download url

ResidencePermitDocumentFile.side ● DocumentFileSide! non-null enum

From which side the residence permit's picture was taken

Interfaces

DocumentFile interface

Retrieved document extracted from the identity verification

Member of

ResidencePermitDocument object

- - + + \ No newline at end of file diff --git a/api-reference/objects/residence-permit-document/index.html b/api-reference/objects/residence-permit-document/index.html index e7bb512aadc..6a64f9be497 100644 --- a/api-reference/objects/residence-permit-document/index.html +++ b/api-reference/objects/residence-permit-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ResidencePermitDocument

The document corresponding to a residence permit

type ResidencePermitDocument {
id: String!
type: DocumentType!
issueDate: Date
expiryDate: Date
mrz: String
number: String
files: [ResidencePermitDocumentFile!]!
}

Fields

ResidencePermitDocument.id ● String! non-null scalar

Unique identifier of the residence permit document

ResidencePermitDocument.type ● DocumentType! non-null enum

The type of the document

ResidencePermitDocument.issueDate ● Date scalar

The date at which the residence permit was issued

ResidencePermitDocument.expiryDate ● Date scalar

The date at which the residence permit expires

ResidencePermitDocument.mrz ● String scalar

Machine-readable zone code of the residence permit

ResidencePermitDocument.number ● String scalar

Number of the residence permit

ResidencePermitDocument.files ● [ResidencePermitDocumentFile!]! non-null object

List of the associated files

Implemented by

IdentificationDocument union

- - + + \ No newline at end of file diff --git a/api-reference/objects/restricted-to-user-rejection/index.html b/api-reference/objects/restricted-to-user-rejection/index.html index 5b3b6a1ef08..cee31fe08cf 100644 --- a/api-reference/objects/restricted-to-user-rejection/index.html +++ b/api-reference/objects/restricted-to-user-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/restricted-to/index.html b/api-reference/objects/restricted-to/index.html index fc0cb586126..ce26004284c 100644 --- a/api-reference/objects/restricted-to/index.html +++ b/api-reference/objects/restricted-to/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RestrictedTo

Account membership restricted to

type RestrictedTo {
firstName: String!
lastName: String!
birthDate: Date
phoneNumber: String!
}

Fields

RestrictedTo.firstName ● String! non-null scalar

first name

RestrictedTo.lastName ● String! non-null scalar

last name

RestrictedTo.birthDate ● Date scalar

birth date

RestrictedTo.phoneNumber ● String! non-null scalar

phone number

Member of

AccountMembershipBindingUserErrorStatusInfo object ● AccountMembershipConsentPendingStatusInfo object ● AccountMembershipInvitationSentStatusInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/resume-account-membership-success-payload/index.html b/api-reference/objects/resume-account-membership-success-payload/index.html index a7fb9151ce6..a6f3db5659b 100644 --- a/api-reference/objects/resume-account-membership-success-payload/index.html +++ b/api-reference/objects/resume-account-membership-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/resume-physical-card-success-payload/index.html b/api-reference/objects/resume-physical-card-success-payload/index.html index 510eb3b6588..b2787e35a7b 100644 --- a/api-reference/objects/resume-physical-card-success-payload/index.html +++ b/api-reference/objects/resume-physical-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/rolling-reserve/index.html b/api-reference/objects/rolling-reserve/index.html index b3ca8691dac..4ae31fac33b 100644 --- a/api-reference/objects/rolling-reserve/index.html +++ b/api-reference/objects/rolling-reserve/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

RollingReserve

Percentage over a number of business days, that is applied to all funds collected to compute a Reserved amount This amount cannot be used over the corresponding business days

type RollingReserve {
percentage: Int!
rollingDays: Int!
}

Fields

RollingReserve.percentage ● Int! non-null scalar

Percentage of the funding amount to be reserved

RollingReserve.rollingDays ● Int! non-null scalar

Number of business days the computed amount is reserved

Member of

CheckMerchantPaymentMethod object ● InternalDirectDebitB2BMerchantPaymentMethod object ● InternalDirectDebitStandardMerchantPaymentMethod object ● MerchantPaymentMethod interface ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitCoreMerchantPaymentMethod object

- - + + \ No newline at end of file diff --git a/api-reference/objects/schedule-standing-order-success-payload/index.html b/api-reference/objects/schedule-standing-order-success-payload/index.html index 60b2a827609..fe524f554d0 100644 --- a/api-reference/objects/schedule-standing-order-success-payload/index.html +++ b/api-reference/objects/schedule-standing-order-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/scheme-wrong-rejection/index.html b/api-reference/objects/scheme-wrong-rejection/index.html index b2b6481bc73..ecf09377006 100644 --- a/api-reference/objects/scheme-wrong-rejection/index.html +++ b/api-reference/objects/scheme-wrong-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/scheme/index.html b/api-reference/objects/scheme/index.html index aa66712d7b8..d6897750312 100644 --- a/api-reference/objects/scheme/index.html +++ b/api-reference/objects/scheme/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/select-field/index.html b/api-reference/objects/select-field/index.html index eaf9d43be1d..39da5258b1f 100644 --- a/api-reference/objects/select-field/index.html +++ b/api-reference/objects/select-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SelectField

No description

type SelectField implements Field {
key: String!
name: String!
refreshDynamicFieldsOnChange: Boolean!
required: Boolean!
allowedValues: [AllowedValue!]!
}

Fields

SelectField.key ● String! non-null scalar

SelectField.name ● String! non-null scalar

SelectField.refreshDynamicFieldsOnChange ● Boolean! non-null scalar

SelectField.required ● Boolean! non-null scalar

SelectField.allowedValues ● [AllowedValue!]! non-null object

Interfaces

Field interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method/index.html b/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method/index.html index c82e3c7e4bb..276fc7fd5d4 100644 --- a/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method/index.html +++ b/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

SepaDirectDebitB2BMerchantPaymentMethod

SepaDirectDebitB2BMerchantPaymentMethod

type SepaDirectDebitB2BMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
productId: ID!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
updatedAt: Date!
rollingReserve: RollingReserve
useSwanSepaCreditorIdentifier: Boolean!
sepaCreditorIdentifier: String
}

Fields

SepaDirectDebitB2BMerchantPaymentMethod.id ● ID! non-null scalar

Unique identifier tied to every version of a given Merchant Payment Method

SepaDirectDebitB2BMerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum

The Merchant Payment Method Type

SepaDirectDebitB2BMerchantPaymentMethod.productId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type DEPRECATED use the methodId field instead.

SepaDirectDebitB2BMerchantPaymentMethod.methodId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type

SepaDirectDebitB2BMerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface

Status of the Merchant Payment Method

SepaDirectDebitB2BMerchantPaymentMethod.version ● Int! non-null scalar

Version of the Merchant Payment Method

SepaDirectDebitB2BMerchantPaymentMethod.updatedAt ● Date! non-null scalar

Date at which the Merchant Payment Method was last updated

SepaDirectDebitB2BMerchantPaymentMethod.rollingReserve ● RollingReserve object

Rolling Reserve applied to the Merchant Payment Method

SepaDirectDebitB2BMerchantPaymentMethod.useSwanSepaCreditorIdentifier ● Boolean! non-null scalar

Whether this payment method uses the Swan Sepa Creditor Identifier

SepaDirectDebitB2BMerchantPaymentMethod.sepaCreditorIdentifier ● String scalar

When the above is false, the value of the Sepa Creditor Identifier used

Interfaces

MerchantPaymentMethod interface

Base object for the different Payment Methods available

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepa-direct-debit-core-merchant-payment-method/index.html b/api-reference/objects/sepa-direct-debit-core-merchant-payment-method/index.html index 00d4e9005fd..6a5fdb56020 100644 --- a/api-reference/objects/sepa-direct-debit-core-merchant-payment-method/index.html +++ b/api-reference/objects/sepa-direct-debit-core-merchant-payment-method/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

SepaDirectDebitCoreMerchantPaymentMethod

SepaDirectDebitCoreMerchantPaymentMethod

type SepaDirectDebitCoreMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
productId: ID!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
updatedAt: Date!
rollingReserve: RollingReserve
useSwanSepaCreditorIdentifier: Boolean!
sepaCreditorIdentifier: String
}

Fields

SepaDirectDebitCoreMerchantPaymentMethod.id ● ID! non-null scalar

Unique identifier tied to every version of a given Merchant Payment Method

SepaDirectDebitCoreMerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum

The Merchant Payment Method Type

SepaDirectDebitCoreMerchantPaymentMethod.productId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type DEPRECATED use the methodId field instead.

SepaDirectDebitCoreMerchantPaymentMethod.methodId ● ID! non-null scalar

Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type

SepaDirectDebitCoreMerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface

Status of the Merchant Payment Method

SepaDirectDebitCoreMerchantPaymentMethod.version ● Int! non-null scalar

Version of the Merchant Payment Method

SepaDirectDebitCoreMerchantPaymentMethod.updatedAt ● Date! non-null scalar

Date at which the Merchant Payment Method was last updated

SepaDirectDebitCoreMerchantPaymentMethod.rollingReserve ● RollingReserve object

Rolling Reserve applied to the Merchant Payment Method

SepaDirectDebitCoreMerchantPaymentMethod.useSwanSepaCreditorIdentifier ● Boolean! non-null scalar

Whether this payment method uses the Swan Sepa Creditor Identifier

SepaDirectDebitCoreMerchantPaymentMethod.sepaCreditorIdentifier ● String scalar

When the above is false, the value of the Sepa Creditor Identifier used

Interfaces

MerchantPaymentMethod interface

Base object for the different Payment Methods available

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepabeneficiary/index.html b/api-reference/objects/sepabeneficiary/index.html index 4492ca4a101..86d37c3fd5c 100644 --- a/api-reference/objects/sepabeneficiary/index.html +++ b/api-reference/objects/sepabeneficiary/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content

SEPABeneficiary

SOON TO BE DEPRECATED External Beneficiary type SEPA

type SEPABeneficiary implements Beneficiary {
id: ID
name: String!
isMyOwnIban: Boolean!
address: Address
maskedIBAN: String
}

Fields

SEPABeneficiary.id ● ID scalar

unique identifier of a beneficiary

SEPABeneficiary.name ● String! non-null scalar

full name of the beneficiary

SEPABeneficiary.isMyOwnIban ● Boolean! non-null scalar

true if this new beneficiary is the account holder himself in an other financial institution.

SEPABeneficiary.address ● Address object

beneficiary address

SEPABeneficiary.maskedIBAN ● String scalar

maskedIBAN if the beneficiary is a an account in an other financial institution

Interfaces

Beneficiary interface

SOON TO BE DEPRECATED Beneficiary

Member of

SEPACreditTransferOutCreditor object ● SEPADirectDebitInDebtor object ● SEPADirectDebitOutCreditor object ● StandingOrder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepacredit-transfer-in-creditor/index.html b/api-reference/objects/sepacredit-transfer-in-creditor/index.html index d1df30bf330..7752a8ae9ac 100644 --- a/api-reference/objects/sepacredit-transfer-in-creditor/index.html +++ b/api-reference/objects/sepacredit-transfer-in-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPACreditTransferInCreditor

Sepa Credit Transfer Creditor for Incoming transaction

type SEPACreditTransferInCreditor implements SEPACreditTransferCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
accountNumber: AccountNumber!
}

Fields

SEPACreditTransferInCreditor.name ● String! non-null scalar

full name of the creditor

SEPACreditTransferInCreditor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferInCreditor.IBAN ● String scalar

IBAN

SEPACreditTransferInCreditor.BIC ● String scalar

BIC

SEPACreditTransferInCreditor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

SEPACreditTransferInCreditor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

SEPACreditTransferCreditor interface

Sepa Credit Transfer Creditor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepacredit-transfer-in-debtor/index.html b/api-reference/objects/sepacredit-transfer-in-debtor/index.html index 530a142fae5..de0617a21b5 100644 --- a/api-reference/objects/sepacredit-transfer-in-debtor/index.html +++ b/api-reference/objects/sepacredit-transfer-in-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPACreditTransferInDebtor

Sepa Credit Transfer Debtor for Incoming transaction

type SEPACreditTransferInDebtor implements SEPACreditTransferDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
}

Fields

SEPACreditTransferInDebtor.name ● String! non-null scalar

full name of the debtor (max 70 characters)

SEPACreditTransferInDebtor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferInDebtor.IBAN ● String scalar

IBAN

SEPACreditTransferInDebtor.BIC ● String scalar

BIC

SEPACreditTransferInDebtor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

Interfaces

SEPACreditTransferDebtor interface

Sepa Credit Transfer Debtor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepacredit-transfer-internal-in-debtor/index.html b/api-reference/objects/sepacredit-transfer-internal-in-debtor/index.html index 96536f50b93..9da1328951e 100644 --- a/api-reference/objects/sepacredit-transfer-internal-in-debtor/index.html +++ b/api-reference/objects/sepacredit-transfer-internal-in-debtor/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

SEPACreditTransferInternalInDebtor

SOON TO BE DEPRECATED Sepa Credit Transfer Debtor for Incoming transaction

type SEPACreditTransferInternalInDebtor implements SEPACreditTransferDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
accountNumber: AccountNumber!
}

Fields

SEPACreditTransferInternalInDebtor.name ● String! non-null scalar

full name of the debtor

SEPACreditTransferInternalInDebtor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferInternalInDebtor.IBAN ● String scalar

IBAN

SEPACreditTransferInternalInDebtor.BIC ● String scalar

BIC

SEPACreditTransferInternalInDebtor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

SEPACreditTransferInternalInDebtor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

SEPACreditTransferDebtor interface

Sepa Credit Transfer Debtor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepacredit-transfer-internal-out-creditor/index.html b/api-reference/objects/sepacredit-transfer-internal-out-creditor/index.html index 9b88e140df1..7b230535711 100644 --- a/api-reference/objects/sepacredit-transfer-internal-out-creditor/index.html +++ b/api-reference/objects/sepacredit-transfer-internal-out-creditor/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

SEPACreditTransferInternalOutCreditor

SOON TO BE DEPRECATED Sepa Credit Transfer Creditor for internal transaction

type SEPACreditTransferInternalOutCreditor implements SEPACreditTransferCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
accountNumber: AccountNumber!
beneficiary: InternalBeneficiary
}

Fields

SEPACreditTransferInternalOutCreditor.name ● String! non-null scalar

full name of the creditor

SEPACreditTransferInternalOutCreditor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferInternalOutCreditor.IBAN ● String scalar

IBAN

SEPACreditTransferInternalOutCreditor.BIC ● String scalar

BIC

SEPACreditTransferInternalOutCreditor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

SEPACreditTransferInternalOutCreditor.accountNumber ● AccountNumber! non-null scalar

account number

SEPACreditTransferInternalOutCreditor.beneficiary ● InternalBeneficiary object

beneficiary if the beneficiary is already saved

Interfaces

SEPACreditTransferCreditor interface

Sepa Credit Transfer Creditor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepacredit-transfer-out-creditor/index.html b/api-reference/objects/sepacredit-transfer-out-creditor/index.html index a344a8a37b3..50a452d0f0b 100644 --- a/api-reference/objects/sepacredit-transfer-out-creditor/index.html +++ b/api-reference/objects/sepacredit-transfer-out-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPACreditTransferOutCreditor

Sepa Credit Transfer Creditor for Outgoing transaction

type SEPACreditTransferOutCreditor implements SEPACreditTransferCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
beneficiary: SEPABeneficiary
}

Fields

SEPACreditTransferOutCreditor.name ● String! non-null scalar

full name of the creditor

SEPACreditTransferOutCreditor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferOutCreditor.IBAN ● String scalar

IBAN

SEPACreditTransferOutCreditor.BIC ● String scalar

BIC

SEPACreditTransferOutCreditor.beneficiary ● SEPABeneficiary object

beneficiary if the beneficiary is already saved

Interfaces

SEPACreditTransferCreditor interface

Sepa Credit Transfer Creditor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepacredit-transfer-out-debtor/index.html b/api-reference/objects/sepacredit-transfer-out-debtor/index.html index 0f6ae312392..28de121d175 100644 --- a/api-reference/objects/sepacredit-transfer-out-debtor/index.html +++ b/api-reference/objects/sepacredit-transfer-out-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPACreditTransferOutDebtor

Sepa Credit Transfer Debtor for internal transaction

type SEPACreditTransferOutDebtor implements SEPACreditTransferDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
accountNumber: AccountNumber!
}

Fields

SEPACreditTransferOutDebtor.name ● String! non-null scalar

full name of the debtor

SEPACreditTransferOutDebtor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPACreditTransferOutDebtor.IBAN ● String scalar

IBAN

SEPACreditTransferOutDebtor.BIC ● String scalar

BIC

SEPACreditTransferOutDebtor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

SEPACreditTransferOutDebtor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

SEPACreditTransferDebtor interface

Sepa Credit Transfer Debtor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepacredit-transfer-transaction/index.html b/api-reference/objects/sepacredit-transfer-transaction/index.html index 54cc951795b..ba621bec03c 100644 --- a/api-reference/objects/sepacredit-transfer-transaction/index.html +++ b/api-reference/objects/sepacredit-transfer-transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPACreditTransferTransaction

Sepa Credit Transfer transaction

type SEPACreditTransferTransaction implements Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
creditor: SEPACreditTransferCreditor!
debtor: SEPACreditTransferDebtor!
account: Account
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
returnReason: TransactionReasonCode
}

Fields

SEPACreditTransferTransaction.id ● ID! non-null scalar

unique identifier of the transaction

SEPACreditTransferTransaction.reference ● String! non-null scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire end-to-end chain.

SEPACreditTransferTransaction.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber

SEPACreditTransferTransaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

SEPACreditTransferTransaction.type ● TransactionTypeEnum! non-null enum

type

SEPACreditTransferTransaction.amount ● Amount! non-null object

amount

SEPACreditTransferTransaction.label ● String! non-null scalar

label

SEPACreditTransferTransaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

SEPACreditTransferTransaction.paymentId ● String scalar

ID of the payment associated to this transaction

SEPACreditTransferTransaction.payment ● Payment object

payment associated to this transaction

SEPACreditTransferTransaction.createdAt ● DateTime! non-null scalar

created date

SEPACreditTransferTransaction.updatedAt ● DateTime! non-null scalar

updated date

SEPACreditTransferTransaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

SEPACreditTransferTransaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

SEPACreditTransferTransaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

SEPACreditTransferTransaction.creditor ● SEPACreditTransferCreditor! non-null interface

creditor information

SEPACreditTransferTransaction.debtor ● SEPACreditTransferDebtor! non-null interface

debtor information

SEPACreditTransferTransaction.account ● Account object

matching account for the transaction

SEPACreditTransferTransaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

SEPACreditTransferTransaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

SEPACreditTransferTransaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

SEPACreditTransferTransaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

SEPACreditTransferTransaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

SEPACreditTransferTransaction.returnReason ● TransactionReasonCode enum

r-transaction reason

Interfaces

Transaction interface

Transaction

Member of

Balance object

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepadirect-debit-in-creditor/index.html b/api-reference/objects/sepadirect-debit-in-creditor/index.html index 3dbb71ac0b4..cc944db1713 100644 --- a/api-reference/objects/sepadirect-debit-in-creditor/index.html +++ b/api-reference/objects/sepadirect-debit-in-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPADirectDebitInCreditor

Sepa Direct Debit Creditor for Input transaction

type SEPADirectDebitInCreditor implements SEPADirectDebitCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
accountNumber: AccountNumber!
}

Fields

SEPADirectDebitInCreditor.name ● String! non-null scalar

full name of the creditor

SEPADirectDebitInCreditor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPADirectDebitInCreditor.IBAN ● String scalar

IBAN

SEPADirectDebitInCreditor.BIC ● String scalar

BIC

SEPADirectDebitInCreditor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

SEPADirectDebitInCreditor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

SEPADirectDebitCreditor interface

Sepa Direct Debit Creditor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepadirect-debit-in-debtor/index.html b/api-reference/objects/sepadirect-debit-in-debtor/index.html index 5f285adcd5c..06a5c7c4b5a 100644 --- a/api-reference/objects/sepadirect-debit-in-debtor/index.html +++ b/api-reference/objects/sepadirect-debit-in-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPADirectDebitInDebtor

Sepa Direct Debtor for Input transaction

type SEPADirectDebitInDebtor implements SEPADirectDebitDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
beneficiary: SEPABeneficiary
}

Fields

SEPADirectDebitInDebtor.name ● String! non-null scalar

full name of the debtor

SEPADirectDebitInDebtor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPADirectDebitInDebtor.IBAN ● String scalar

IBAN

SEPADirectDebitInDebtor.BIC ● String scalar

BIC

SEPADirectDebitInDebtor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

SEPADirectDebitInDebtor.beneficiary ● SEPABeneficiary object

beneficiary if the beneficiary is already saved

Interfaces

SEPADirectDebitDebtor interface

Sepa Direct Debit Debtor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepadirect-debit-out-creditor/index.html b/api-reference/objects/sepadirect-debit-out-creditor/index.html index f58e1fcd1d7..061beae8e8e 100644 --- a/api-reference/objects/sepadirect-debit-out-creditor/index.html +++ b/api-reference/objects/sepadirect-debit-out-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPADirectDebitOutCreditor

Sepa Direct Debit Creditor for Outgoing transaction

type SEPADirectDebitOutCreditor implements SEPADirectDebitCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
beneficiary: SEPABeneficiary
virtualIBANEntryId: ID
}

Fields

SEPADirectDebitOutCreditor.name ● String! non-null scalar

full name of the creditor (max 70 characters)

SEPADirectDebitOutCreditor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPADirectDebitOutCreditor.IBAN ● String scalar

IBAN

SEPADirectDebitOutCreditor.BIC ● String scalar

BIC

SEPADirectDebitOutCreditor.beneficiary ● SEPABeneficiary object

beneficiary if the beneficiary is already saved

SEPADirectDebitOutCreditor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

Interfaces

SEPADirectDebitCreditor interface

Sepa Direct Debit Creditor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepadirect-debit-out-debtor/index.html b/api-reference/objects/sepadirect-debit-out-debtor/index.html index df265ee3c24..19e8b05bd7b 100644 --- a/api-reference/objects/sepadirect-debit-out-debtor/index.html +++ b/api-reference/objects/sepadirect-debit-out-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPADirectDebitOutDebtor

Sepa Direct Debtor for Outgoing transaction

type SEPADirectDebitOutDebtor implements SEPADirectDebitDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
accountNumber: AccountNumber!
}

Fields

SEPADirectDebitOutDebtor.name ● String! non-null scalar

full name of the debtor

SEPADirectDebitOutDebtor.maskedIBAN ● String! non-null scalar

maskedIBAN

SEPADirectDebitOutDebtor.IBAN ● String scalar

IBAN

SEPADirectDebitOutDebtor.BIC ● String scalar

BIC

SEPADirectDebitOutDebtor.virtualIBANEntryId ● ID scalar

identifier of a Virtual IBAN

SEPADirectDebitOutDebtor.accountNumber ● AccountNumber! non-null scalar

account number

Interfaces

SEPADirectDebitDebtor interface

Sepa Direct Debit Debtor

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepadirect-debit-transaction/index.html b/api-reference/objects/sepadirect-debit-transaction/index.html index 3f0db9b6fe8..b11eaf9b470 100644 --- a/api-reference/objects/sepadirect-debit-transaction/index.html +++ b/api-reference/objects/sepadirect-debit-transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPADirectDebitTransaction

Sepa Direct Debit transaction

type SEPADirectDebitTransaction implements Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
creditor: SEPADirectDebitCreditor!
debtor: SEPADirectDebitDebtor!
account: Account
mandate: SEPADirectDebitMandate
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
reservedAmount: Amount
reservedAmountReleasedAt: DateTime
returnReason: TransactionReasonCode
}

Fields

SEPADirectDebitTransaction.id ● ID! non-null scalar

unique identifier of the transaction

SEPADirectDebitTransaction.reference ● String! non-null scalar

reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire end-to-end chain.

SEPADirectDebitTransaction.paymentMethodIdentifier ● String! non-null scalar

payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber

SEPADirectDebitTransaction.side ● TransactionSide! non-null enum

side (Credit or Debit)

SEPADirectDebitTransaction.type ● TransactionTypeEnum! non-null enum

type

SEPADirectDebitTransaction.amount ● Amount! non-null object

amount

SEPADirectDebitTransaction.label ● String! non-null scalar

label

SEPADirectDebitTransaction.statusInfo ● TransactionStatusInfo! non-null interface

status information

SEPADirectDebitTransaction.paymentId ● String scalar

ID of the payment associated to this transaction

SEPADirectDebitTransaction.payment ● Payment object

payment associated to this transaction

SEPADirectDebitTransaction.createdAt ● DateTime! non-null scalar

created date

SEPADirectDebitTransaction.updatedAt ● DateTime! non-null scalar

updated date

SEPADirectDebitTransaction.counterparty ● String! non-null scalar

name of the counterparty. e.g Merchant name, Creditor name, Beneficiary Name ...

SEPADirectDebitTransaction.bookedBalanceAfter ● Amount object

booked balance after this transaction

SEPADirectDebitTransaction.paymentProduct ● PaymentProduct! non-null enum

payment product used for this transaction

SEPADirectDebitTransaction.creditor ● SEPADirectDebitCreditor! non-null interface

creditor information

SEPADirectDebitTransaction.debtor ● SEPADirectDebitDebtor! non-null interface

debtor information

SEPADirectDebitTransaction.account ● Account object

matching account for the transaction

SEPADirectDebitTransaction.mandate ● SEPADirectDebitMandate interface

matching SEPA mandate for the transaction

SEPADirectDebitTransaction.externalReference ● String scalar

an arbitrary identifier that was defined by you when you created this transaction.

For example, you can define it in the CreditTransferInput mutation.

SEPADirectDebitTransaction.executionDate ● DateTime! non-null scalar

a date that reflects the execution date of a transaction from a user viewpoint. Can be used for sorting transactions.

SEPADirectDebitTransaction.requestedExecutionAt ● DateTime scalar

a date that reflects the time at which the user asked the transaction to be executed

SEPADirectDebitTransaction.originTransactionId ● String scalar

ID of the origin transaction associated to this transaction

SEPADirectDebitTransaction.originTransaction ● Transaction interface

origin transaction associated to this transaction

SEPADirectDebitTransaction.reservedAmount ● Amount object

reserved amount of the transaction computed with the rolling reserve.

SEPADirectDebitTransaction.reservedAmountReleasedAt ● DateTime scalar

date on which reserved funds become available.

SEPADirectDebitTransaction.returnReason ● TransactionReasonCode enum

r-transaction reason

Interfaces

Transaction interface

Transaction

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepapayment-direct-debit-mandate/index.html b/api-reference/objects/sepapayment-direct-debit-mandate/index.html index 7c8103c2353..fe65b64accc 100644 --- a/api-reference/objects/sepapayment-direct-debit-mandate/index.html +++ b/api-reference/objects/sepapayment-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPAPaymentDirectDebitMandate

Payment direct debit mandate for SEPA

type SEPAPaymentDirectDebitMandate implements SEPADirectDebitMandate, PaymentDirectDebitMandate, PaymentMandate {
id: ID!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
reference: String!
scheme: SEPAPaymentMandateScheme!
statusInfo: PaymentMandateStatusInfo!
sequence: SEPAPaymentMandateSequence!
mandateDocumentUrl: String!
debtor: SEPAPaymentMandateDebtor!
ultimateCreditorName: String
creditor: SEPAPaymentMandateCreditor!
signatureDate: Date
createdAt: DateTime!
updatedAt: DateTime!
executedAt: DateTime
expiredAt: Date
accountHolder: AccountHolder!
name: String
}

Fields

SEPAPaymentDirectDebitMandate.id ● ID! non-null scalar

Unique identifier of the SEPA Direct Debit Payment Mandate

SEPAPaymentDirectDebitMandate.transactions ● TransactionConnection object

List of transactions associated with the SEPA Payment Direct Debit Mandate.

SEPAPaymentDirectDebitMandate.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

SEPAPaymentDirectDebitMandate.transactions.after ● String scalar

When the list of elements needs to start after a element

SEPAPaymentDirectDebitMandate.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

SEPAPaymentDirectDebitMandate.reference ● String! non-null scalar

Unique reference of the SEPA Direct Debit Payment Mandate

SEPAPaymentDirectDebitMandate.scheme ● SEPAPaymentMandateScheme! non-null enum

SEPA Direct Debit Payment Mandate scheme

SEPAPaymentDirectDebitMandate.statusInfo ● PaymentMandateStatusInfo! non-null interface

SEPA Direct Debit Payment Mandate status information

SEPAPaymentDirectDebitMandate.sequence ● SEPAPaymentMandateSequence! non-null enum

SEPA Direct Debit Payment Mandate sequence

SEPAPaymentDirectDebitMandate.mandateDocumentUrl ● String! non-null scalar

SEPA Direct Debit Payment Mandate PDF document URL

SEPAPaymentDirectDebitMandate.debtor ● SEPAPaymentMandateDebtor! non-null object

SEPA Direct Debit Payment Mandate debtor information

SEPAPaymentDirectDebitMandate.ultimateCreditorName ● String scalar

SEPA direct debit ultimate creditor name

SEPAPaymentDirectDebitMandate.creditor ● SEPAPaymentMandateCreditor! non-null object

SEPA Direct Debit Payment Mandate creditor information

SEPAPaymentDirectDebitMandate.signatureDate ● Date scalar

Signature date of the SEPA Direct Debit Payment Mandate

SEPAPaymentDirectDebitMandate.createdAt ● DateTime! non-null scalar

Creation date of the SEPA Direct Debit Payment Mandate

SEPAPaymentDirectDebitMandate.updatedAt ● DateTime! non-null scalar

Last Update date of the SEPA Direct Debit Payment Mandate

SEPAPaymentDirectDebitMandate.executedAt ● DateTime scalar

Date of the the last transaction executed for the concerned SEPA Direct Debit Payment Mandate

SEPAPaymentDirectDebitMandate.expiredAt ● Date scalar

Expiry date of the SEPA Direct Debit Payment Mandate

SEPAPaymentDirectDebitMandate.accountHolder ● AccountHolder! non-null object

Account Holder information

SEPAPaymentDirectDebitMandate.name ● String scalar

Custom name of the mandate

Interfaces

SEPADirectDebitMandate interface

PaymentDirectDebitMandate interface

PaymentMandate interface

Member of

AddSepaDirectDebitPaymentMandateSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepapayment-mandate-creditor/index.html b/api-reference/objects/sepapayment-mandate-creditor/index.html index 98cc83cb6d0..c27a405fb7d 100644 --- a/api-reference/objects/sepapayment-mandate-creditor/index.html +++ b/api-reference/objects/sepapayment-mandate-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPAPaymentMandateCreditor

No description

type SEPAPaymentMandateCreditor implements PaymentMandateCreditor {
id: ID!
identifier: SepaCreditorIdentifier!
name: String!
address: Address!
}

Fields

SEPAPaymentMandateCreditor.id ● ID! non-null scalar

SEPA Direct Debit Payment Mandate creditor UUID

SEPAPaymentMandateCreditor.identifier ● SepaCreditorIdentifier! non-null scalar

SEPA Direct Debit Payment Mandate Sepa Creditor Idenfier (SCI)

SEPAPaymentMandateCreditor.name ● String! non-null scalar

SEPA Direct Debit Payment Mandate creditor name

SEPAPaymentMandateCreditor.address ● Address! non-null object

SEPA Direct Debit Payment Mandate creditor address

Interfaces

PaymentMandateCreditor interface

Member of

SEPAPaymentDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/objects/sepapayment-mandate-debtor/index.html b/api-reference/objects/sepapayment-mandate-debtor/index.html index acf670f979d..d18455c1a67 100644 --- a/api-reference/objects/sepapayment-mandate-debtor/index.html +++ b/api-reference/objects/sepapayment-mandate-debtor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPAPaymentMandateDebtor

No description

type SEPAPaymentMandateDebtor implements PaymentMandateDebtor {
name: String!
iban: IBAN!
email: String
country: CCA3!
address: Address
}

Fields

SEPAPaymentMandateDebtor.name ● String! non-null scalar

SEPA Direct Debit Payment Mandate debtor name

SEPAPaymentMandateDebtor.iban ● IBAN! non-null scalar

SEPA Direct Debit Payment Mandate debtor IBAN

SEPAPaymentMandateDebtor.email ● String scalar

SEPA Direct Debit Payment Mandate debtor e-mail

SEPAPaymentMandateDebtor.country ● CCA3! non-null scalar

SEPA Direct Debit Payment Mandate debtor country

SEPAPaymentMandateDebtor.address ● Address object

SEPA Direct Debit Payment Mandate debtor address. Mandatory for non EEA Countries

Interfaces

PaymentMandateDebtor interface

Member of

SEPAPaymentDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/objects/separeceived-direct-debit-mandate-creditor/index.html b/api-reference/objects/separeceived-direct-debit-mandate-creditor/index.html index 217313e1370..1281ee4bd96 100644 --- a/api-reference/objects/separeceived-direct-debit-mandate-creditor/index.html +++ b/api-reference/objects/separeceived-direct-debit-mandate-creditor/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPAReceivedDirectDebitMandateCreditor

SEPA received direct debit mandate creditor

type SEPAReceivedDirectDebitMandateCreditor {
identifier: String!
name: String!
address: Address!
}

Fields

SEPAReceivedDirectDebitMandateCreditor.identifier ● String! non-null scalar

SEPA Creditor identifier (SCI)

SEPAReceivedDirectDebitMandateCreditor.name ● String! non-null scalar

Name of the SEPA creditor

SEPAReceivedDirectDebitMandateCreditor.address ● Address! non-null object

Address of the SEPA creditor

Member of

SEPAReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/objects/separeceived-direct-debit-mandate/index.html b/api-reference/objects/separeceived-direct-debit-mandate/index.html index c16c4c93353..d28036110e8 100644 --- a/api-reference/objects/separeceived-direct-debit-mandate/index.html +++ b/api-reference/objects/separeceived-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SEPAReceivedDirectDebitMandate

Received direct debit mandate for SEPA

type SEPAReceivedDirectDebitMandate implements SEPADirectDebitMandate, ReceivedDirectDebitMandate {
id: ID!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
version: String!
createdAt: DateTime!
updatedAt: DateTime!
reference: String!
scheme: SEPAReceivedDirectDebitMandateScheme!
sequence: SEPAReceivedDirectDebitMandateSequence!
creditor: SEPAReceivedDirectDebitMandateCreditor!
ultimateCreditorName: String
executedAt: DateTime
signatureDate: Date
expiredAt: Date
statusInfo: ReceivedDirectDebitMandateStatusInfo!
account: Account
iban: IBAN!
name: String
}

Fields

SEPAReceivedDirectDebitMandate.id ● ID! non-null scalar

Unique identifier of the received SEPA direct debit mandate, generated by Swan

SEPAReceivedDirectDebitMandate.transactions ● TransactionConnection object

List of transactions associated with the SEPA Receive Direct Debit Mandate.

SEPAReceivedDirectDebitMandate.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

SEPAReceivedDirectDebitMandate.transactions.after ● String scalar

When the list of elements needs to start after a element

SEPAReceivedDirectDebitMandate.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

SEPAReceivedDirectDebitMandate.version ● String! non-null scalar

Version of the received SEPA direct debit mandate

SEPAReceivedDirectDebitMandate.createdAt ● DateTime! non-null scalar

Creation date of the received SEPA direct debit mandate

SEPAReceivedDirectDebitMandate.updatedAt ● DateTime! non-null scalar

Last Update date of the received SEPA direct debit mandate

SEPAReceivedDirectDebitMandate.reference ● String! non-null scalar

Received SEPA direct debit Unique Mandate Reference (UMR)

SEPAReceivedDirectDebitMandate.scheme ● SEPAReceivedDirectDebitMandateScheme! non-null enum

Received SEPA direct debit mandate scheme

SEPAReceivedDirectDebitMandate.sequence ● SEPAReceivedDirectDebitMandateSequence! non-null enum

Received SEPA direct debit mandate sequence

SEPAReceivedDirectDebitMandate.creditor ● SEPAReceivedDirectDebitMandateCreditor! non-null object

Received SEPA direct debit creditor

SEPAReceivedDirectDebitMandate.ultimateCreditorName ● String scalar

Received SEPA direct debit ultimate creditor name

SEPAReceivedDirectDebitMandate.executedAt ● DateTime scalar

Date of the last SEPA direct debit transaction executed for the concerned received SEPA direct debit mandate

SEPAReceivedDirectDebitMandate.signatureDate ● Date scalar

Date of signature of the received SEPA direct debit mandate

SEPAReceivedDirectDebitMandate.expiredAt ● Date scalar

Expiry date of the received SEPA direct debit mandate, computed automatically (36 months from the executedAt date)

SEPAReceivedDirectDebitMandate.statusInfo ● ReceivedDirectDebitMandateStatusInfo! non-null interface

Mandate status information of the received SEPA direct debit mandate

SEPAReceivedDirectDebitMandate.account ● Account object

Account of the received SEPA direct debit mandate debtor

SEPAReceivedDirectDebitMandate.iban ● IBAN! non-null scalar

Iban of the received SEPA direct debit mandate debtor

SEPAReceivedDirectDebitMandate.name ● String scalar

Mandate name

Interfaces

SEPADirectDebitMandate interface

ReceivedDirectDebitMandate interface

Interface for Received Direct Debit Mandate

- - + + \ No newline at end of file diff --git a/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection/index.html b/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection/index.html index a5aed5abb6f..3ac7688df6c 100644 --- a/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection/index.html +++ b/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection/index.html b/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection/index.html index 736a330db09..a158e09e3d9 100644 --- a/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection/index.html +++ b/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/server-consent-not-allowed-for-project-rejection/index.html b/api-reference/objects/server-consent-not-allowed-for-project-rejection/index.html index 9a4b90045fa..2f44e717cbd 100644 --- a/api-reference/objects/server-consent-not-allowed-for-project-rejection/index.html +++ b/api-reference/objects/server-consent-not-allowed-for-project-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/server-consent-project-credential-missing-rejection/index.html b/api-reference/objects/server-consent-project-credential-missing-rejection/index.html index 58ca33ce4ac..e0237a15f60 100644 --- a/api-reference/objects/server-consent-project-credential-missing-rejection/index.html +++ b/api-reference/objects/server-consent-project-credential-missing-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/server-consent-project-credential-not-found-rejection/index.html b/api-reference/objects/server-consent-project-credential-not-found-rejection/index.html index 49d1e18dfc2..da9dda50fd5 100644 --- a/api-reference/objects/server-consent-project-credential-not-found-rejection/index.html +++ b/api-reference/objects/server-consent-project-credential-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/server-consent-project-settings-not-found-rejection/index.html b/api-reference/objects/server-consent-project-settings-not-found-rejection/index.html index d339474f976..fd7586180c5 100644 --- a/api-reference/objects/server-consent-project-settings-not-found-rejection/index.html +++ b/api-reference/objects/server-consent-project-settings-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/server-consent-signature-not-valid-rejection/index.html b/api-reference/objects/server-consent-signature-not-valid-rejection/index.html index 2b6bf162a17..11763775474 100644 --- a/api-reference/objects/server-consent-signature-not-valid-rejection/index.html +++ b/api-reference/objects/server-consent-signature-not-valid-rejection/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/shareholder/index.html b/api-reference/objects/shareholder/index.html index 39d5cd3c555..3bf2025e931 100644 --- a/api-reference/objects/shareholder/index.html +++ b/api-reference/objects/shareholder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Shareholder

Shareholder of a company creating a Capital Deposit Case

type Shareholder {
id: ID!
capitalDepositAmount: Amount!
onboarding: Onboarding
accountId: String
status: ShareholderStatus!
info: ShareholderInfo!
documents: [CapitalDepositDocument!]!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

Shareholder.id ● ID! non-null scalar

Unique identifier of a shareholder.

Shareholder.capitalDepositAmount ● Amount! non-null object

Amount the shareholder has to deposit.

Shareholder.onboarding ● Onboarding object

Onboarding information of the shareholder.

Shareholder.accountId ● String scalar

Unique identifier of the shareholder account.

Shareholder.status ● ShareholderStatus! non-null enum

Status of the shareholder during the process with Swan.

Shareholder.info ● ShareholderInfo! non-null union

Extra information about the shareholder

Shareholder.documents ● [CapitalDepositDocument!]! non-null object

Shareholder documents for the capital deposit case

Shareholder.createdAt ● DateTime! non-null scalar

Created date

Shareholder.updatedAt ● DateTime! non-null scalar

Updated date

Returned by

shareholder query

Member of

CapitalDepositCase object ● CapitalDepositDocument object

- - + + \ No newline at end of file diff --git a/api-reference/objects/signature/index.html b/api-reference/objects/signature/index.html index 3cc025de1c5..d268959728d 100644 --- a/api-reference/objects/signature/index.html +++ b/api-reference/objects/signature/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/spending-limit/index.html b/api-reference/objects/spending-limit/index.html index 2ed8a3e5d40..2f59586273c 100644 --- a/api-reference/objects/spending-limit/index.html +++ b/api-reference/objects/spending-limit/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SpendingLimit

Spending limits

type SpendingLimit {
type: SpendingLimitType!
period: SpendingLimitPeriod!
amount: Amount!
}

Fields

SpendingLimit.type ● SpendingLimitType! non-null enum

type of limit (defined by the Partner, defined by Swan, etc.)

SpendingLimit.period ● SpendingLimitPeriod! non-null enum

period concerned

SpendingLimit.amount ● Amount! non-null object

sum of amount of spending authorized during the period

Member of

AccountMembership object ● Card object ● CardProduct object

- - + + \ No newline at end of file diff --git a/api-reference/objects/spending/index.html b/api-reference/objects/spending/index.html index bfb20ba13a8..38d20e40880 100644 --- a/api-reference/objects/spending/index.html +++ b/api-reference/objects/spending/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/standing-order-canceled-status-info/index.html b/api-reference/objects/standing-order-canceled-status-info/index.html index ebab9fb63fc..e4f499ea47b 100644 --- a/api-reference/objects/standing-order-canceled-status-info/index.html +++ b/api-reference/objects/standing-order-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/standing-order-connection/index.html b/api-reference/objects/standing-order-connection/index.html index ccff33abfea..191f74c00b4 100644 --- a/api-reference/objects/standing-order-connection/index.html +++ b/api-reference/objects/standing-order-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

StandingOrderConnection

Please see the Connection interface

type StandingOrderConnection implements Connection {
pageInfo: PageInfo!
edges: [StandingOrderEdge!]!
totalCount: Int!
}

Fields

StandingOrderConnection.pageInfo ● PageInfo! non-null object

StandingOrderConnection.edges ● [StandingOrderEdge!]! non-null object

StandingOrderConnection.totalCount ● Int! non-null scalar

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/standing-order-consent-pending-status-info/index.html b/api-reference/objects/standing-order-consent-pending-status-info/index.html index 6a92772b5a9..0ad0e2fc0bb 100644 --- a/api-reference/objects/standing-order-consent-pending-status-info/index.html +++ b/api-reference/objects/standing-order-consent-pending-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/standing-order-edge/index.html b/api-reference/objects/standing-order-edge/index.html index 264dceee963..5ed52ef72eb 100644 --- a/api-reference/objects/standing-order-edge/index.html +++ b/api-reference/objects/standing-order-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

StandingOrderEdge

Please see the Connection interface

type StandingOrderEdge implements Edge {
node: StandingOrder!
cursor: String!
}

Fields

StandingOrderEdge.node ● StandingOrder! non-null object

StandingOrderEdge.cursor ● String! non-null scalar

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

StandingOrderConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/standing-order-enabled-status-info/index.html b/api-reference/objects/standing-order-enabled-status-info/index.html index dd35f96df0e..d025a591c26 100644 --- a/api-reference/objects/standing-order-enabled-status-info/index.html +++ b/api-reference/objects/standing-order-enabled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/standing-order-not-found-rejection/index.html b/api-reference/objects/standing-order-not-found-rejection/index.html index bb9c8a51c06..c0baabd32ac 100644 --- a/api-reference/objects/standing-order-not-found-rejection/index.html +++ b/api-reference/objects/standing-order-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/standing-order/index.html b/api-reference/objects/standing-order/index.html index 40e77d63728..6429071e5d9 100644 --- a/api-reference/objects/standing-order/index.html +++ b/api-reference/objects/standing-order/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

StandingOrder

No description

type StandingOrder {
id: ID!
payments(
first: Int! = 50
offset: Int
after: String
orderBy: PaymentOrderByInput
filters: PaymentFiltersInput
): PaymentConnection!
reference: String
label: String
amount: Amount
targetAvailableBalance: Amount
period: StandingOrderPeriod!
firstExecutionDate: DateTime
lastExecutionDate: DateTime
sepaBeneficiary: SEPABeneficiary!
statusInfo: StandingOrderStatusInfo!
createdAt: Date!
updatedAt: Date!
account: Account!
createdBy: User!
nextExecutionDate: Date
creditTransferMode: CreditTransferMode
}

Fields

StandingOrder.id ● ID! non-null scalar

Standing Order unique identifier

StandingOrder.payments ● PaymentConnection! non-null object

A list of payments of an standing order.

StandingOrder.payments.first ● Int! non-null scalar

number of elements in the list (default value 50)

StandingOrder.payments.offset ● Int scalar

When the list of elements needs to start at a specific offset

StandingOrder.payments.after ● String scalar

When the list of elements needs to start after a element

StandingOrder.payments.orderBy ● PaymentOrderByInput input

When the list of elements needs to be ordered

StandingOrder.payments.filters ● PaymentFiltersInput input

When the list of elements needs to be filtered

StandingOrder.reference ● String scalar

reference that will be transferred to the beneficiary throughout the entire end-to-end chain

StandingOrder.label ● String scalar

label that will be transferred to the beneficiary

StandingOrder.amount ● Amount object

Fixed Amount that will be regularly transferred

StandingOrder.targetAvailableBalance ● Amount object

Target available balance value that will be used for periodically clipping the account

StandingOrder.period ● StandingOrderPeriod! non-null enum

Scheduled period of Standing Order

StandingOrder.firstExecutionDate ● DateTime scalar

Earlier date the Standing Order will be executed

StandingOrder.lastExecutionDate ● DateTime scalar

Latest date the Standing Order will be executed

StandingOrder.sepaBeneficiary ● SEPABeneficiary! non-null object

SEPA beneficiary of the Standing Order

StandingOrder.statusInfo ● StandingOrderStatusInfo! non-null interface

Status of the Standing Order

StandingOrder.createdAt ● Date! non-null scalar

Date the Standing Order has been created

StandingOrder.updatedAt ● Date! non-null scalar

Last date the Standing Order has been updated

StandingOrder.account ● Account! non-null object

Account of the Standing Order

StandingOrder.createdBy ● User! non-null object

Identity that scheduled the Standing Order

StandingOrder.nextExecutionDate ● Date scalar

Next execution date of the Standing Order, if any

StandingOrder.creditTransferMode ● CreditTransferMode enum

Transfer mode of the Standing Order

Returned by

standingOrder query

Member of

CancelStandingOrderSuccessPayload object ● Payment object ● ScheduleStandingOrderSuccessPayload object ● StandingOrderEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/started-identification-level-status-info/index.html b/api-reference/objects/started-identification-level-status-info/index.html index 4aca8409fae..26f55cb3094 100644 --- a/api-reference/objects/started-identification-level-status-info/index.html +++ b/api-reference/objects/started-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/statement-connection/index.html b/api-reference/objects/statement-connection/index.html index 48753bd0973..f6b83112dec 100644 --- a/api-reference/objects/statement-connection/index.html +++ b/api-reference/objects/statement-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

StatementConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More).

type StatementConnection implements Connection {
pageInfo: PageInfo!
totalCount: Int!
edges: [StatementEdge!]!
}

Fields

StatementConnection.pageInfo ● PageInfo! non-null object

StatementConnection.totalCount ● Int! non-null scalar

StatementConnection.edges ● [StatementEdge!]! non-null object

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/statement-edge/index.html b/api-reference/objects/statement-edge/index.html index 1859e38d507..2bc1196af7a 100644 --- a/api-reference/objects/statement-edge/index.html +++ b/api-reference/objects/statement-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

StatementEdge

Implements the Relay Edge interface.

type StatementEdge implements Edge {
node: Statement!
cursor: String!
}

Fields

StatementEdge.node ● Statement! non-null object

StatementEdge.cursor ● String! non-null scalar

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

StatementConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/statement/index.html b/api-reference/objects/statement/index.html index 61f1f4702d2..6f4fd2cff5c 100644 --- a/api-reference/objects/statement/index.html +++ b/api-reference/objects/statement/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Statement

A statement represent metadata around a banking document that list all of the BOOKED banking transactions that have happened between startDate and endDate

type Statement {
id: ID!
account: Account!
openingBalance: Amount!
closingBalance: Amount!
openingDate: DateTime!
closingDate: DateTime!
status: StatementStatus!
period: StatementPeriod
totalCredits: Amount!
totalDebits: Amount!
fees: Amount!
type: [StatementInfo]!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

Statement.id ● ID! non-null scalar

unique identifier of the statement

Statement.account ● Account! non-null object

account of the statement

Statement.openingBalance ● Amount! non-null object

booked balance at the start of the window

Statement.closingBalance ● Amount! non-null object

booked balance at the end of the window

Statement.openingDate ● DateTime! non-null scalar

starting date of the date window

Statement.closingDate ● DateTime! non-null scalar

ending date of the date window

Statement.status ● StatementStatus! non-null enum

status of the statement

Statement.period ● StatementPeriod enum

period of statement (either custom or monthly)

Statement.totalCredits ● Amount! non-null object

the sum of credit transactions during the window

Statement.totalDebits ● Amount! non-null object

the sum of debit transactions during the window

Statement.fees ● Amount! non-null object

the sum of fee transactions during the window

Statement.type ● [StatementInfo]! non-null interface

type of statements (ex: PDF)

Statement.createdAt ● DateTime! non-null scalar

created date

Statement.updatedAt ● DateTime! non-null scalar

updated date

Returned by

accountStatement query ● generateAccountStatement mutation

Member of

StatementEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-approved-status-info/index.html b/api-reference/objects/supporting-document-collection-approved-status-info/index.html index 2d23e5ccf1e..9dc45ff12a5 100644 --- a/api-reference/objects/supporting-document-collection-approved-status-info/index.html +++ b/api-reference/objects/supporting-document-collection-approved-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionApprovedStatusInfo

Supporting document collection with Approved status

type SupportingDocumentCollectionApprovedStatusInfo implements SupportingDocumentCollectionStatusInfo {
status: SupportingDocumentCollectionStatus!
approvedAt: DateTime!
}

Fields

SupportingDocumentCollectionApprovedStatusInfo.status ● SupportingDocumentCollectionStatus! non-null enum

When the supporting document collection is approved

SupportingDocumentCollectionApprovedStatusInfo.approvedAt ● DateTime! non-null scalar

Date on which the supporting document collection has been approved

Interfaces

SupportingDocumentCollectionStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-canceled-status-info/index.html b/api-reference/objects/supporting-document-collection-canceled-status-info/index.html index d01de215053..8e2ba030ca6 100644 --- a/api-reference/objects/supporting-document-collection-canceled-status-info/index.html +++ b/api-reference/objects/supporting-document-collection-canceled-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionCanceledStatusInfo

Supporting document collection with Canceled status

type SupportingDocumentCollectionCanceledStatusInfo implements SupportingDocumentCollectionStatusInfo {
status: SupportingDocumentCollectionStatus!
canceledAt: DateTime!
}

Fields

SupportingDocumentCollectionCanceledStatusInfo.status ● SupportingDocumentCollectionStatus! non-null enum

When the supporting document collection is canceled

SupportingDocumentCollectionCanceledStatusInfo.canceledAt ● DateTime! non-null scalar

Date on which the supporting document collection has been canceled

Interfaces

SupportingDocumentCollectionStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-connection/index.html b/api-reference/objects/supporting-document-collection-connection/index.html index df28925dd46..d79a34ca3b7 100644 --- a/api-reference/objects/supporting-document-collection-connection/index.html +++ b/api-reference/objects/supporting-document-collection-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type SupportingDocumentCollectionConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [SupportingDocumentCollectionEdge!]!
}

Fields

SupportingDocumentCollectionConnection.totalCount ● Int! non-null scalar

Total number of element in the list

SupportingDocumentCollectionConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

SupportingDocumentCollectionConnection.edges ● [SupportingDocumentCollectionEdge!]! non-null object

SupportingDocumentCollectionEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

AccountHolder object

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-edge/index.html b/api-reference/objects/supporting-document-collection-edge/index.html index 182784a81ba..208dbe148fe 100644 --- a/api-reference/objects/supporting-document-collection-edge/index.html +++ b/api-reference/objects/supporting-document-collection-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

SupportingDocumentCollectionEdge

Implements the Relay Edge interface

type SupportingDocumentCollectionEdge implements Edge {
cursor: String!
node: SupportingDocumentCollection!
}

Fields

SupportingDocumentCollectionEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

SupportingDocumentCollectionEdge.node ● SupportingDocumentCollection! non-null object

The supporting document collection

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

SupportingDocumentCollectionConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-not-found-rejection/index.html b/api-reference/objects/supporting-document-collection-not-found-rejection/index.html index c1fb48f2069..9a9357c5ecc 100644 --- a/api-reference/objects/supporting-document-collection-not-found-rejection/index.html +++ b/api-reference/objects/supporting-document-collection-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionNotFoundRejection

Rejection returned if the supporting document collection was not found

type SupportingDocumentCollectionNotFoundRejection implements Rejection {
id: String!
message: String!
}

Fields

SupportingDocumentCollectionNotFoundRejection.id ● String! non-null scalar

SupportingDocumentCollectionNotFoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

DeleteSupportingDocumentPayload union ● GenerateSupportingDocumentUploadUrlPayload union ● RequestSupportingDocumentCollectionReviewPayload union ● UpdateSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-pending-review-status-info/index.html b/api-reference/objects/supporting-document-collection-pending-review-status-info/index.html index a4640625d9a..49e63d972fa 100644 --- a/api-reference/objects/supporting-document-collection-pending-review-status-info/index.html +++ b/api-reference/objects/supporting-document-collection-pending-review-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionPendingReviewStatusInfo

Supporting document collection with PendingReview status

type SupportingDocumentCollectionPendingReviewStatusInfo implements SupportingDocumentCollectionStatusInfo {
status: SupportingDocumentCollectionStatus!
}

Fields

SupportingDocumentCollectionPendingReviewStatusInfo.status ● SupportingDocumentCollectionStatus! non-null enum

When the supporting document collection is completed and in compliance review

Interfaces

SupportingDocumentCollectionStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-rejected-status-info/index.html b/api-reference/objects/supporting-document-collection-rejected-status-info/index.html index 52b733e361a..525175ea2e9 100644 --- a/api-reference/objects/supporting-document-collection-rejected-status-info/index.html +++ b/api-reference/objects/supporting-document-collection-rejected-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionRejectedStatusInfo

Supporting document collection with Rejected status

type SupportingDocumentCollectionRejectedStatusInfo implements SupportingDocumentCollectionStatusInfo {
status: SupportingDocumentCollectionStatus!
rejectedAt: DateTime!
}

Fields

SupportingDocumentCollectionRejectedStatusInfo.status ● SupportingDocumentCollectionStatus! non-null enum

When the supporting document collection is rejected

SupportingDocumentCollectionRejectedStatusInfo.rejectedAt ● DateTime! non-null scalar

Date on which the supporting document collection has been rejected

Interfaces

SupportingDocumentCollectionStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection/index.html b/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection/index.html index 3c4f6d3f7c4..98252a9a6ea 100644 --- a/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection/index.html +++ b/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection

Rejection returned if supporting document cannot be deleted because its supporting document collection status is not WaitingForDocument

type SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection implements Rejection {
message: String!
supportingDocumentCollectionStatus: SupportingDocumentCollectionStatus!
supportingDocumentCollection: SupportingDocumentCollection!
}

Fields

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection.message ● String! non-null scalar

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection.supportingDocumentCollectionStatus ● SupportingDocumentCollectionStatus! non-null enum

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection.supportingDocumentCollection ● SupportingDocumentCollection! non-null object

Interfaces

Rejection interface

Implemented by

DeleteSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection/index.html b/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection/index.html index 6af266ce0c5..dddcafb8e94 100644 --- a/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection/index.html +++ b/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection

Rejection returned if supporting document cannot be updated because its supporting document collection status is not WaitingForDocument

type SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection implements Rejection {
message: String!
supportingDocumentCollectionStatus: SupportingDocumentCollectionStatus!
supportingDocumentCollection: SupportingDocumentCollection!
}

Fields

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection.message ● String! non-null scalar

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection.supportingDocumentCollectionStatus ● SupportingDocumentCollectionStatus! non-null enum

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection.supportingDocumentCollection ● SupportingDocumentCollection! non-null object

Interfaces

Rejection interface

Implemented by

UpdateSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-status-not-allowed-rejection/index.html b/api-reference/objects/supporting-document-collection-status-not-allowed-rejection/index.html index 0360f24cf6a..71aa175022a 100644 --- a/api-reference/objects/supporting-document-collection-status-not-allowed-rejection/index.html +++ b/api-reference/objects/supporting-document-collection-status-not-allowed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionStatusNotAllowedRejection

Rejection returned if the status transition is not allowed

type SupportingDocumentCollectionStatusNotAllowedRejection implements Rejection {
oldStatus: SupportingDocumentCollectionStatus!
newStatus: SupportingDocumentCollectionStatus!
message: String!
}

Fields

SupportingDocumentCollectionStatusNotAllowedRejection.oldStatus ● SupportingDocumentCollectionStatus! non-null enum

SupportingDocumentCollectionStatusNotAllowedRejection.newStatus ● SupportingDocumentCollectionStatus! non-null enum

SupportingDocumentCollectionStatusNotAllowedRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

RequestSupportingDocumentCollectionReviewPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection-waiting-for-document-status-info/index.html b/api-reference/objects/supporting-document-collection-waiting-for-document-status-info/index.html index 90c7d335b27..fc9c832db63 100644 --- a/api-reference/objects/supporting-document-collection-waiting-for-document-status-info/index.html +++ b/api-reference/objects/supporting-document-collection-waiting-for-document-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollectionWaitingForDocumentStatusInfo

Supporting document collection with WaitingForUpload status

type SupportingDocumentCollectionWaitingForDocumentStatusInfo implements SupportingDocumentCollectionStatusInfo {
status: SupportingDocumentCollectionStatus!
}

Fields

SupportingDocumentCollectionWaitingForDocumentStatusInfo.status ● SupportingDocumentCollectionStatus! non-null enum

When the Supporting Document Collection is created

Interfaces

SupportingDocumentCollectionStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-collection/index.html b/api-reference/objects/supporting-document-collection/index.html index e73eac13342..a21f98b4416 100644 --- a/api-reference/objects/supporting-document-collection/index.html +++ b/api-reference/objects/supporting-document-collection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentCollection

Collection of supporting documents used for compliance

Fetching SupportingDocument is restricted to Project access token

type SupportingDocumentCollection {
id: String!
statusInfo: SupportingDocumentCollectionStatusInfo!
createdAt: DateTime!
updatedAt: DateTime!
supportingDocuments: [SupportingDocument]!
requiredSupportingDocumentPurposes: [SupportingDocumentPurpose!]!
}

Fields

SupportingDocumentCollection.id ● String! non-null scalar

Unique identifier of the supporting document collection

SupportingDocumentCollection.statusInfo ● SupportingDocumentCollectionStatusInfo! non-null interface

Status of the supporting document collection

SupportingDocumentCollection.createdAt ● DateTime! non-null scalar

Created date

SupportingDocumentCollection.updatedAt ● DateTime! non-null scalar

Updated date

SupportingDocumentCollection.supportingDocuments ● [SupportingDocument]! non-null object

List of supported documents contained in the supporting document collection

SupportingDocumentCollection.requiredSupportingDocumentPurposes ● [SupportingDocumentPurpose!]! non-null object

List of required supporting document purposes for this supporting document collection

Returned by

supportingDocumentCollection query

Member of

Onboarding object ● OnboardingInfo object ● RequestSupportingDocumentCollectionReviewSuccessPayload object ● SupportingDocumentCollectionEdge object ● SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection object ● SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-not-found-rejection/index.html b/api-reference/objects/supporting-document-not-found-rejection/index.html index 63aeca86afd..cbe18141a91 100644 --- a/api-reference/objects/supporting-document-not-found-rejection/index.html +++ b/api-reference/objects/supporting-document-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentNotFoundRejection

Rejection returned if the supporting document was not found

type SupportingDocumentNotFoundRejection implements Rejection {
id: String!
message: String!
}

Fields

SupportingDocumentNotFoundRejection.id ● String! non-null scalar

SupportingDocumentNotFoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

DeleteSupportingDocumentPayload union ● UpdateSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-not-uploaded-status-info/index.html b/api-reference/objects/supporting-document-not-uploaded-status-info/index.html index 36093ef09fd..58a49184a85 100644 --- a/api-reference/objects/supporting-document-not-uploaded-status-info/index.html +++ b/api-reference/objects/supporting-document-not-uploaded-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-post-field/index.html b/api-reference/objects/supporting-document-post-field/index.html index e1f211f5709..a92e18b4a8a 100644 --- a/api-reference/objects/supporting-document-post-field/index.html +++ b/api-reference/objects/supporting-document-post-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-purpose/index.html b/api-reference/objects/supporting-document-purpose/index.html index 7477eee4763..f1594aea746 100644 --- a/api-reference/objects/supporting-document-purpose/index.html +++ b/api-reference/objects/supporting-document-purpose/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentPurpose

Details of a supporting document purpose

type SupportingDocumentPurpose {
name: SupportingDocumentPurposeEnum!
acceptableSupportingDocumentTypes: [SupportingDocumentType!]!
}

Fields

SupportingDocumentPurpose.name ● SupportingDocumentPurposeEnum! non-null enum

Technical name of the purpose

SupportingDocumentPurpose.acceptableSupportingDocumentTypes ● [SupportingDocumentType!]! non-null enum

Corresponding supporting document types accepted for this supporting document purpose

Member of

SupportingDocumentCollection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-refused-status-info/index.html b/api-reference/objects/supporting-document-refused-status-info/index.html index 0364321f6d4..379a46aa539 100644 --- a/api-reference/objects/supporting-document-refused-status-info/index.html +++ b/api-reference/objects/supporting-document-refused-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentRefusedStatusInfo

Supporting document with Refused status

type SupportingDocumentRefusedStatusInfo implements SupportingDocumentStatusInfo {
status: SupportingDocumentStatus!
downloadUrl: String!
refusedAt: DateTime!
reason: String!
filename: String!
}

Fields

SupportingDocumentRefusedStatusInfo.status ● SupportingDocumentStatus! non-null enum

When the document has been refused by Swan

SupportingDocumentRefusedStatusInfo.downloadUrl ● String! non-null scalar

An unique URL and one-time URL to download the Document

SupportingDocumentRefusedStatusInfo.refusedAt ● DateTime! non-null scalar

Date on which the supporting document collection has been refused

SupportingDocumentRefusedStatusInfo.reason ● String! non-null scalar

Reason why the supporting document has been refused

SupportingDocumentRefusedStatusInfo.filename ● String! non-null scalar

Original file name

Interfaces

SupportingDocumentStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-settings/index.html b/api-reference/objects/supporting-document-settings/index.html index a46daaffa89..29509cfd1fe 100644 --- a/api-reference/objects/supporting-document-settings/index.html +++ b/api-reference/objects/supporting-document-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentSettings

No description

type SupportingDocumentSettings {
collectMode: SupportingDocumentCollectMode!
communicationLanguage: SupportingDocumentCommunicationLanguageSettings
emailContact: String
}

Fields

SupportingDocumentSettings.collectMode ● SupportingDocumentCollectMode! non-null enum

SupportingDocumentSettings.communicationLanguage ● SupportingDocumentCommunicationLanguageSettings enum

SupportingDocumentSettings.emailContact ● String scalar

Member of

ProjectInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection/index.html b/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection/index.html index c0aeff97d06..5ee4267d28f 100644 --- a/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection/index.html +++ b/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentStatusDoesNotAllowDeletionRejection

Rejection returned if supporting document cannot be deleted because of its status

type SupportingDocumentStatusDoesNotAllowDeletionRejection implements Rejection {
supportingDocument: SupportingDocument!
status: SupportingDocumentStatus!
message: String!
}

Fields

SupportingDocumentStatusDoesNotAllowDeletionRejection.supportingDocument ● SupportingDocument! non-null object

SupportingDocumentStatusDoesNotAllowDeletionRejection.status ● SupportingDocumentStatus! non-null enum

SupportingDocumentStatusDoesNotAllowDeletionRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

DeleteSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-status-does-not-allow-update-rejection/index.html b/api-reference/objects/supporting-document-status-does-not-allow-update-rejection/index.html index 4ac37ab7011..2399c7398f0 100644 --- a/api-reference/objects/supporting-document-status-does-not-allow-update-rejection/index.html +++ b/api-reference/objects/supporting-document-status-does-not-allow-update-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentStatusDoesNotAllowUpdateRejection

Rejection returned if supporting document cannot be updated because of its status

type SupportingDocumentStatusDoesNotAllowUpdateRejection implements Rejection {
supportingDocument: SupportingDocument!
status: SupportingDocumentStatus!
message: String!
}

Fields

SupportingDocumentStatusDoesNotAllowUpdateRejection.supportingDocument ● SupportingDocument! non-null object

SupportingDocumentStatusDoesNotAllowUpdateRejection.status ● SupportingDocumentStatus! non-null enum

SupportingDocumentStatusDoesNotAllowUpdateRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

UpdateSupportingDocumentPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-status-not-allowed-rejection/index.html b/api-reference/objects/supporting-document-status-not-allowed-rejection/index.html index 31654470421..1c5f48a1ea3 100644 --- a/api-reference/objects/supporting-document-status-not-allowed-rejection/index.html +++ b/api-reference/objects/supporting-document-status-not-allowed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentStatusNotAllowedRejection

Rejection returned if the status transition is not allowed

type SupportingDocumentStatusNotAllowedRejection implements Rejection {
oldStatus: SupportingDocumentStatus!
newStatus: SupportingDocumentStatus!
message: String!
}

Fields

SupportingDocumentStatusNotAllowedRejection.oldStatus ● SupportingDocumentStatus! non-null enum

SupportingDocumentStatusNotAllowedRejection.newStatus ● SupportingDocumentStatus! non-null enum

SupportingDocumentStatusNotAllowedRejection.message ● String! non-null scalar

Interfaces

Rejection interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-upload-info/index.html b/api-reference/objects/supporting-document-upload-info/index.html index bdd3a94d061..62496bd4aa8 100644 --- a/api-reference/objects/supporting-document-upload-info/index.html +++ b/api-reference/objects/supporting-document-upload-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-upload-not-allowed-rejection/index.html b/api-reference/objects/supporting-document-upload-not-allowed-rejection/index.html index 41664f7c411..594c9e68a2e 100644 --- a/api-reference/objects/supporting-document-upload-not-allowed-rejection/index.html +++ b/api-reference/objects/supporting-document-upload-not-allowed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentUploadNotAllowedRejection

Rejection returned if the supporting document collection cannot receive supporting documents anymore

type SupportingDocumentUploadNotAllowedRejection implements Rejection {
supportingDocumentCollectionStatus: SupportingDocumentCollectionStatus!
message: String!
}

Fields

SupportingDocumentUploadNotAllowedRejection.supportingDocumentCollectionStatus ● SupportingDocumentCollectionStatus! non-null enum

SupportingDocumentUploadNotAllowedRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

GenerateSupportingDocumentUploadUrlPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-uploaded-status-info/index.html b/api-reference/objects/supporting-document-uploaded-status-info/index.html index 79e1257c5e1..ac4decfccec 100644 --- a/api-reference/objects/supporting-document-uploaded-status-info/index.html +++ b/api-reference/objects/supporting-document-uploaded-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentUploadedStatusInfo

Supporting document with Uploaded status

type SupportingDocumentUploadedStatusInfo implements SupportingDocumentStatusInfo {
status: SupportingDocumentStatus!
downloadUrl: String!
filename: String!
}

Fields

SupportingDocumentUploadedStatusInfo.status ● SupportingDocumentStatus! non-null enum

When the document has been uploaded but not verified by Swan yet

SupportingDocumentUploadedStatusInfo.downloadUrl ● String! non-null scalar

An unique URL and one-time URL to download the Document

SupportingDocumentUploadedStatusInfo.filename ● String! non-null scalar

Original file name

Interfaces

SupportingDocumentStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-validated-status-info/index.html b/api-reference/objects/supporting-document-validated-status-info/index.html index b74284c6646..d955c061374 100644 --- a/api-reference/objects/supporting-document-validated-status-info/index.html +++ b/api-reference/objects/supporting-document-validated-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentValidatedStatusInfo

Supporting document with Validated status

type SupportingDocumentValidatedStatusInfo implements SupportingDocumentStatusInfo {
status: SupportingDocumentStatus!
downloadUrl: String!
validatedAt: DateTime!
filename: String!
}

Fields

SupportingDocumentValidatedStatusInfo.status ● SupportingDocumentStatus! non-null enum

When the document has been uploaded and verified by Swan

SupportingDocumentValidatedStatusInfo.downloadUrl ● String! non-null scalar

An unique URL and one-time URL to download the Document

SupportingDocumentValidatedStatusInfo.validatedAt ● DateTime! non-null scalar

Date on which the supporting document has been validated

SupportingDocumentValidatedStatusInfo.filename ● String! non-null scalar

Original file name

Interfaces

SupportingDocumentStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document-waiting-for-upload-status-info/index.html b/api-reference/objects/supporting-document-waiting-for-upload-status-info/index.html index 92b38dc4d54..b90b54e4901 100644 --- a/api-reference/objects/supporting-document-waiting-for-upload-status-info/index.html +++ b/api-reference/objects/supporting-document-waiting-for-upload-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocumentWaitingForUploadStatusInfo

Supporting document with WaitingForUpload status

type SupportingDocumentWaitingForUploadStatusInfo implements SupportingDocumentStatusInfo {
status: SupportingDocumentStatus!
upload: SupportingDocumentUploadInfo!
}

Fields

SupportingDocumentWaitingForUploadStatusInfo.status ● SupportingDocumentStatus! non-null enum

When the document is not uploaded yet

SupportingDocumentWaitingForUploadStatusInfo.upload ● SupportingDocumentUploadInfo! non-null object

Info to upload the document : url and fields to add along file in form (POST)

Interfaces

SupportingDocumentStatusInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/supporting-document/index.html b/api-reference/objects/supporting-document/index.html index 10f2bcdca97..a8f1b5c0825 100644 --- a/api-reference/objects/supporting-document/index.html +++ b/api-reference/objects/supporting-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SupportingDocument

Supporting document used for compliance

type SupportingDocument {
id: String!
statusInfo: SupportingDocumentStatusInfo!
supportingDocumentType: SupportingDocumentType
supportingDocumentPurpose: SupportingDocumentPurposeEnum!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

SupportingDocument.id ● String! non-null scalar

Unique identifier of the document

SupportingDocument.statusInfo ● SupportingDocumentStatusInfo! non-null interface

Supporting document status information

SupportingDocument.supportingDocumentType ● SupportingDocumentType enum

Type of supporting Document

SupportingDocument.supportingDocumentPurpose ● SupportingDocumentPurposeEnum! non-null enum

Purpose of supporting document

SupportingDocument.createdAt ● DateTime! non-null scalar

Created date

SupportingDocument.updatedAt ● DateTime! non-null scalar

Updated date

Member of

SupportingDocumentCollection object ● SupportingDocumentStatusDoesNotAllowDeletionRejection object ● SupportingDocumentStatusDoesNotAllowUpdateRejection object ● UpdateSupportingDocumentSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/suspend-account-membership-success-payload/index.html b/api-reference/objects/suspend-account-membership-success-payload/index.html index 86f673983fa..a80da4c2b1d 100644 --- a/api-reference/objects/suspend-account-membership-success-payload/index.html +++ b/api-reference/objects/suspend-account-membership-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/suspend-account-reason/index.html b/api-reference/objects/suspend-account-reason/index.html index f3d0bf1a69e..6eb4a62d429 100644 --- a/api-reference/objects/suspend-account-reason/index.html +++ b/api-reference/objects/suspend-account-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/suspend-physical-card-success-payload/index.html b/api-reference/objects/suspend-physical-card-success-payload/index.html index ef651ffce27..7f7b024fb54 100644 --- a/api-reference/objects/suspend-physical-card-success-payload/index.html +++ b/api-reference/objects/suspend-physical-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/suspend-received-direct-debit-mandate-success-payload/index.html b/api-reference/objects/suspend-received-direct-debit-mandate-success-payload/index.html index d9a589230e8..30fb1baf3c0 100644 --- a/api-reference/objects/suspend-received-direct-debit-mandate-success-payload/index.html +++ b/api-reference/objects/suspend-received-direct-debit-mandate-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SuspendReceivedDirectDebitMandateSuccessPayload

Return type in case of a successful response of the suspendReceivedDirectDebitMandate mutation

type SuspendReceivedDirectDebitMandateSuccessPayload {
receivedDirectDebitMandate: ReceivedDirectDebitMandate!
}

Fields

SuspendReceivedDirectDebitMandateSuccessPayload.receivedDirectDebitMandate ● ReceivedDirectDebitMandate! non-null interface

the received direct debit mandate is suspended

Implemented by

SuspendReceivedDirectDebitMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/suspend-received-direct-debit-mandated-rejection/index.html b/api-reference/objects/suspend-received-direct-debit-mandated-rejection/index.html index 101629b9933..52df2637e26 100644 --- a/api-reference/objects/suspend-received-direct-debit-mandated-rejection/index.html +++ b/api-reference/objects/suspend-received-direct-debit-mandated-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SuspendReceivedDirectDebitMandatedRejection

Rejection returned if the SuspendReceivedDirectDebitMandatedRejection mutation is rejected

type SuspendReceivedDirectDebitMandatedRejection implements Rejection {
message: String!
reason: SuspendReceivedDirectDebitMandatedRejectionReason!
}

Fields

SuspendReceivedDirectDebitMandatedRejection.message ● String! non-null scalar

SuspendReceivedDirectDebitMandatedRejection.reason ● SuspendReceivedDirectDebitMandatedRejectionReason! non-null enum

Interfaces

Rejection interface

Implemented by

SuspendReceivedDirectDebitMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/suspended-funding-limit-settings-status-info/index.html b/api-reference/objects/suspended-funding-limit-settings-status-info/index.html index 51c09e14dfc..e02963fffe6 100644 --- a/api-reference/objects/suspended-funding-limit-settings-status-info/index.html +++ b/api-reference/objects/suspended-funding-limit-settings-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SuspendedFundingLimitSettingsStatusInfo

StatusInfo when funding limit settings has been suspended

type SuspendedFundingLimitSettingsStatusInfo implements FundingLimitSettingsStatusInfo {
status: FundingLimitSettingsStatus!
reason: String!
}

Fields

SuspendedFundingLimitSettingsStatusInfo.status ● FundingLimitSettingsStatus! non-null enum

SuspendedFundingLimitSettingsStatusInfo.reason ● String! non-null scalar

Interfaces

FundingLimitSettingsStatusInfo interface

Object containing details about funding limit settings status

- - + + \ No newline at end of file diff --git a/api-reference/objects/suspended-funding-source-status-info/index.html b/api-reference/objects/suspended-funding-source-status-info/index.html index 5f89d26de06..bca3af343bd 100644 --- a/api-reference/objects/suspended-funding-source-status-info/index.html +++ b/api-reference/objects/suspended-funding-source-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SuspendedFundingSourceStatusInfo

Funding Source Suspended status information

type SuspendedFundingSourceStatusInfo implements FundingSourceStatusInfo {
status: FundingSourceStatus!
suspendedAt: Date!
}

Fields

SuspendedFundingSourceStatusInfo.status ● FundingSourceStatus! non-null enum

Funding Source Suspended status

SuspendedFundingSourceStatusInfo.suspendedAt ● Date! non-null scalar

Date at which the funding source was suspended

Interfaces

FundingSourceStatusInfo interface

Funding Source status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/suspended-merchant-payment-method-status-info/index.html b/api-reference/objects/suspended-merchant-payment-method-status-info/index.html index 22ff65fd6e9..df31d11965a 100644 --- a/api-reference/objects/suspended-merchant-payment-method-status-info/index.html +++ b/api-reference/objects/suspended-merchant-payment-method-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SuspendedMerchantPaymentMethodStatusInfo

SuspendedMerchantPaymentMethodStatusInfo

type SuspendedMerchantPaymentMethodStatusInfo implements MerchantPaymentMethodStatusInfo {
status: MerchantPaymentMethodStatus!
suspendedAt: Date!
}

Fields

SuspendedMerchantPaymentMethodStatusInfo.status ● MerchantPaymentMethodStatus! non-null enum

SuspendedMerchantPaymentMethodStatusInfo.suspendedAt ● Date! non-null scalar

Merchant Payment Method suspended date

Interfaces

MerchantPaymentMethodStatusInfo interface

The payment method status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/suspended-merchant-profile-status-info/index.html b/api-reference/objects/suspended-merchant-profile-status-info/index.html index ba057c7e8d3..af69771cd34 100644 --- a/api-reference/objects/suspended-merchant-profile-status-info/index.html +++ b/api-reference/objects/suspended-merchant-profile-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/swan-tcudocument-not-found-rejection/index.html b/api-reference/objects/swan-tcudocument-not-found-rejection/index.html index b679b50d986..45346ae418b 100644 --- a/api-reference/objects/swan-tcudocument-not-found-rejection/index.html +++ b/api-reference/objects/swan-tcudocument-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/swan-tcudocument-status-not-allowed-rejection/index.html b/api-reference/objects/swan-tcudocument-status-not-allowed-rejection/index.html index f14620a36f6..374a4ce5594 100644 --- a/api-reference/objects/swan-tcudocument-status-not-allowed-rejection/index.html +++ b/api-reference/objects/swan-tcudocument-status-not-allowed-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/text-field/index.html b/api-reference/objects/text-field/index.html index 69290bbefdc..9f689edd1fd 100644 --- a/api-reference/objects/text-field/index.html +++ b/api-reference/objects/text-field/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

TextField

No description

type TextField implements Field {
displayFormat: String
example: String
key: String!
maxLength: Int
minLength: Int
name: String!
refreshDynamicFieldsOnChange: Boolean!
required: Boolean!
validationRegex: String
}

Fields

TextField.displayFormat ● String scalar

TextField.example ● String scalar

TextField.key ● String! non-null scalar

TextField.maxLength ● Int scalar

TextField.minLength ● Int scalar

TextField.name ● String! non-null scalar

TextField.refreshDynamicFieldsOnChange ● Boolean! non-null scalar

TextField.required ● Boolean! non-null scalar

TextField.validationRegex ● String scalar

Interfaces

Field interface

- - + + \ No newline at end of file diff --git a/api-reference/objects/too-many-child-consents-rejection/index.html b/api-reference/objects/too-many-child-consents-rejection/index.html index 7fefdace243..93f3a0bacff 100644 --- a/api-reference/objects/too-many-child-consents-rejection/index.html +++ b/api-reference/objects/too-many-child-consents-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/too-many-items-rejection/index.html b/api-reference/objects/too-many-items-rejection/index.html index 110cb880918..63f3c47cbec 100644 --- a/api-reference/objects/too-many-items-rejection/index.html +++ b/api-reference/objects/too-many-items-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/transaction-connection/index.html b/api-reference/objects/transaction-connection/index.html index 387343328f1..625a2d1cd04 100644 --- a/api-reference/objects/transaction-connection/index.html +++ b/api-reference/objects/transaction-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

TransactionConnection

Please see the Connection interface

type TransactionConnection implements Connection {
pageInfo: PageInfo!
totalCount: Int!
edges: [TransactionEdge!]!
}

Fields

TransactionConnection.pageInfo ● PageInfo! non-null object

TransactionConnection.totalCount ● Int! non-null scalar

TransactionConnection.edges ● [TransactionEdge!]! non-null object

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

transactions query

Member of

Account object ● Card object ● InternalPaymentDirectDebitMandate object ● InternalReceivedDirectDebitMandate object ● Payment object ● SEPAPaymentDirectDebitMandate object ● SEPAReceivedDirectDebitMandate object

- - + + \ No newline at end of file diff --git a/api-reference/objects/transaction-edge/index.html b/api-reference/objects/transaction-edge/index.html index 6613eba997e..bc15ba5b270 100644 --- a/api-reference/objects/transaction-edge/index.html +++ b/api-reference/objects/transaction-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

TransactionEdge

Please see the Edge interface

type TransactionEdge implements Edge {
node: Transaction!
cursor: String!
}

Fields

TransactionEdge.node ● Transaction! non-null interface

TransactionEdge.cursor ● String! non-null scalar

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

TransactionConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/transaction-not-found-rejection/index.html b/api-reference/objects/transaction-not-found-rejection/index.html index 555a72c3b18..647dad72258 100644 --- a/api-reference/objects/transaction-not-found-rejection/index.html +++ b/api-reference/objects/transaction-not-found-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/ultimate-beneficial-direct-owner-company-info/index.html b/api-reference/objects/ultimate-beneficial-direct-owner-company-info/index.html index 17c3020e054..6346d75153d 100644 --- a/api-reference/objects/ultimate-beneficial-direct-owner-company-info/index.html +++ b/api-reference/objects/ultimate-beneficial-direct-owner-company-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UltimateBeneficialDirectOwnerCompanyInfo

Ultimate beneficial Direct Owner company info.

type UltimateBeneficialDirectOwnerCompanyInfo implements UltimateBeneficialOwnerInfo {
id: ID!
type: UltimateBeneficialOwnerType!
parentCompanyShareRatio: Float!
name: String!
registrationNumber: String!
}

Fields

UltimateBeneficialDirectOwnerCompanyInfo.id ● ID! non-null scalar

Ultimate Beneficial Owner Unique Identifier .

UltimateBeneficialDirectOwnerCompanyInfo.type ● UltimateBeneficialOwnerType! non-null enum

Ultimate beneficial Direct Owner Company type.

UltimateBeneficialDirectOwnerCompanyInfo.parentCompanyShareRatio ● Float! non-null scalar

Shares ratio of the parent company. Example: 50 if the share ratio is 50%.

UltimateBeneficialDirectOwnerCompanyInfo.name ● String! non-null scalar

Name of the company.

UltimateBeneficialDirectOwnerCompanyInfo.registrationNumber ● String! non-null scalar

Registration number.

Interfaces

UltimateBeneficialOwnerInfo interface

The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect

- - + + \ No newline at end of file diff --git a/api-reference/objects/ultimate-beneficial-direct-owner-individual-info/index.html b/api-reference/objects/ultimate-beneficial-direct-owner-individual-info/index.html index 4407c897a65..c08a1d0d622 100644 --- a/api-reference/objects/ultimate-beneficial-direct-owner-individual-info/index.html +++ b/api-reference/objects/ultimate-beneficial-direct-owner-individual-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UltimateBeneficialDirectOwnerIndividualInfo

Ultimate beneficial Direct Owner individual info.

type UltimateBeneficialDirectOwnerIndividualInfo implements UltimateBeneficialOwnerInfo {
id: ID!
type: UltimateBeneficialOwnerType!
parentCompanyShareRatio: Float!
firstName: String!
lastName: String!
birthDate: Date!
}

Fields

UltimateBeneficialDirectOwnerIndividualInfo.id ● ID! non-null scalar

Ultimate Beneficial Owner Unique Identifier .

UltimateBeneficialDirectOwnerIndividualInfo.type ● UltimateBeneficialOwnerType! non-null enum

Ultimate beneficial Direct owner Individual type .

UltimateBeneficialDirectOwnerIndividualInfo.parentCompanyShareRatio ● Float! non-null scalar

Shares ratio of the parent company. Example: 50 if the share ratio is 50%.

UltimateBeneficialDirectOwnerIndividualInfo.firstName ● String! non-null scalar

First name.

UltimateBeneficialDirectOwnerIndividualInfo.lastName ● String! non-null scalar

Last name.

UltimateBeneficialDirectOwnerIndividualInfo.birthDate ● Date! non-null scalar

Birth date.

Interfaces

UltimateBeneficialOwnerInfo interface

The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect

- - + + \ No newline at end of file diff --git a/api-reference/objects/ultimate-beneficial-indirect-owner-company-info/index.html b/api-reference/objects/ultimate-beneficial-indirect-owner-company-info/index.html index 04ec45c8d15..623445f81d0 100644 --- a/api-reference/objects/ultimate-beneficial-indirect-owner-company-info/index.html +++ b/api-reference/objects/ultimate-beneficial-indirect-owner-company-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UltimateBeneficialIndirectOwnerCompanyInfo

Ultimate beneficial owner company info.

type UltimateBeneficialIndirectOwnerCompanyInfo implements UltimateBeneficialOwnerInfo {
id: ID!
type: UltimateBeneficialOwnerType!
parentCompanyReference: String!
parentCompanyShareRatio: Float!
name: String!
registrationNumber: String!
}

Fields

UltimateBeneficialIndirectOwnerCompanyInfo.id ● ID! non-null scalar

Ultimate Beneficial Owner Unique Identifier .

UltimateBeneficialIndirectOwnerCompanyInfo.type ● UltimateBeneficialOwnerType! non-null enum

Ultimate beneficial Indirect Owner Company type.

UltimateBeneficialIndirectOwnerCompanyInfo.parentCompanyReference ● String! non-null scalar

Unique Reference of the Parent Company.

UltimateBeneficialIndirectOwnerCompanyInfo.parentCompanyShareRatio ● Float! non-null scalar

Shares ratio of the parent company. Example: 50 if the share ratio is 50%.

UltimateBeneficialIndirectOwnerCompanyInfo.name ● String! non-null scalar

Name of the company.

UltimateBeneficialIndirectOwnerCompanyInfo.registrationNumber ● String! non-null scalar

Registration number.

Interfaces

UltimateBeneficialOwnerInfo interface

The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect

- - + + \ No newline at end of file diff --git a/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info/index.html b/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info/index.html index c2d180f85cf..3013cbeb19c 100644 --- a/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info/index.html +++ b/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UltimateBeneficialIndirectOwnerIndividualInfo

Ultimate beneficial Indirect Owner individual info.

type UltimateBeneficialIndirectOwnerIndividualInfo implements UltimateBeneficialOwnerInfo {
id: ID!
type: UltimateBeneficialOwnerType!
parentCompanyReference: String!
parentCompanyShareRatio: Float!
firstName: String!
lastName: String!
birthDate: Date!
}

Fields

UltimateBeneficialIndirectOwnerIndividualInfo.id ● ID! non-null scalar

Ultimate Beneficial Owner Unique Identifier.

UltimateBeneficialIndirectOwnerIndividualInfo.type ● UltimateBeneficialOwnerType! non-null enum

Ultimate beneficial Indirect Owner Individual type .

UltimateBeneficialIndirectOwnerIndividualInfo.parentCompanyReference ● String! non-null scalar

Unique Reference of the Parent Company.

UltimateBeneficialIndirectOwnerIndividualInfo.parentCompanyShareRatio ● Float! non-null scalar

Shares ratio of the parent company. Example: 50 if the share ratio is 50%.

UltimateBeneficialIndirectOwnerIndividualInfo.firstName ● String! non-null scalar

First name.

UltimateBeneficialIndirectOwnerIndividualInfo.lastName ● String! non-null scalar

Last name.

UltimateBeneficialIndirectOwnerIndividualInfo.birthDate ● Date! non-null scalar

Birth date.

Interfaces

UltimateBeneficialOwnerInfo interface

The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect

- - + + \ No newline at end of file diff --git a/api-reference/objects/upcoming-transaction-status-info/index.html b/api-reference/objects/upcoming-transaction-status-info/index.html index 7f841a6936a..2e1ec5d492a 100644 --- a/api-reference/objects/upcoming-transaction-status-info/index.html +++ b/api-reference/objects/upcoming-transaction-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpcomingTransactionStatusInfo

Upcoming transaction status information

type UpcomingTransactionStatusInfo implements TransactionStatusInfo {
status: TransactionStatus!
executionDate: DateTime!
}

Fields

UpcomingTransactionStatusInfo.status ● TransactionStatus! non-null enum

status of the transaction

UpcomingTransactionStatusInfo.executionDate ● DateTime! non-null scalar

The date when the transaction will be executed

Interfaces

TransactionStatusInfo interface

Transaction Status information

- - + + \ No newline at end of file diff --git a/api-reference/objects/update-account-holder-success-payload/index.html b/api-reference/objects/update-account-holder-success-payload/index.html index fb1a0d1ce5b..ab1d6228661 100644 --- a/api-reference/objects/update-account-holder-success-payload/index.html +++ b/api-reference/objects/update-account-holder-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-account-membership-success-payload/index.html b/api-reference/objects/update-account-membership-success-payload/index.html index 33e7728fcf8..991aa4e0761 100644 --- a/api-reference/objects/update-account-membership-success-payload/index.html +++ b/api-reference/objects/update-account-membership-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-account-success-payload/index.html b/api-reference/objects/update-account-success-payload/index.html index cf3a0748d94..767d05e8196 100644 --- a/api-reference/objects/update-account-success-payload/index.html +++ b/api-reference/objects/update-account-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-card-success-payload/index.html b/api-reference/objects/update-card-success-payload/index.html index 2daba24ed98..097d84f6716 100644 --- a/api-reference/objects/update-card-success-payload/index.html +++ b/api-reference/objects/update-card-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-company-onboarding-success-payload/index.html b/api-reference/objects/update-company-onboarding-success-payload/index.html index 2de6af5933f..d9ba32f3a0d 100644 --- a/api-reference/objects/update-company-onboarding-success-payload/index.html +++ b/api-reference/objects/update-company-onboarding-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-individual-onboarding-success-payload/index.html b/api-reference/objects/update-individual-onboarding-success-payload/index.html index e6cd19406d7..fd3d9dac999 100644 --- a/api-reference/objects/update-individual-onboarding-success-payload/index.html +++ b/api-reference/objects/update-individual-onboarding-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html b/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html index 527f8000e35..7acd2b6228d 100644 --- a/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html +++ b/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload

Return type in case of a successful response of the updateReceivedSepaDirectDebitB2bMandate mutation

type UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload {
receivedDirectDebitMandate: ReceivedDirectDebitMandate!
}

Fields

UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload.receivedDirectDebitMandate ● ReceivedDirectDebitMandate! non-null interface

The received direct debit mandate updated

Implemented by

UpdateReceivedSepaDirectDebitB2bMandatePayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/update-supporting-document-success-payload/index.html b/api-reference/objects/update-supporting-document-success-payload/index.html index 94e06b81672..c38bee2ade2 100644 --- a/api-reference/objects/update-supporting-document-success-payload/index.html +++ b/api-reference/objects/update-supporting-document-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-user-consent-settings-success-payload/index.html b/api-reference/objects/update-user-consent-settings-success-payload/index.html index 7748bd698b0..be33ce06e66 100644 --- a/api-reference/objects/update-user-consent-settings-success-payload/index.html +++ b/api-reference/objects/update-user-consent-settings-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/update-user-consent-settings-token-rejection/index.html b/api-reference/objects/update-user-consent-settings-token-rejection/index.html index d99a58f79a0..09c014df320 100644 --- a/api-reference/objects/update-user-consent-settings-token-rejection/index.html +++ b/api-reference/objects/update-user-consent-settings-token-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/user-connection/index.html b/api-reference/objects/user-connection/index.html index 4aea5d61d20..4ef7c78b6f3 100644 --- a/api-reference/objects/user-connection/index.html +++ b/api-reference/objects/user-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UserConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type UserConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [UserEdge!]!
}

Fields

UserConnection.totalCount ● Int! non-null scalar

Total number of element in the list

UserConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

UserConnection.edges ● [UserEdge!]! non-null object

UserEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

users query

- - + + \ No newline at end of file diff --git a/api-reference/objects/user-consent-settings/index.html b/api-reference/objects/user-consent-settings/index.html index 006c5ab4a6d..a8e09a29543 100644 --- a/api-reference/objects/user-consent-settings/index.html +++ b/api-reference/objects/user-consent-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UserConsentSettings

No description

type UserConsentSettings {
preferredNotificationChannel: PreferredNotificationChannel!
userId: String!
projectId: String!
}

Fields

UserConsentSettings.preferredNotificationChannel ● PreferredNotificationChannel! non-null enum

Preferred notification channel

UserConsentSettings.userId ● String! non-null scalar

User identifier

UserConsentSettings.projectId ● String! non-null scalar

Project identifier

Member of

UpdateUserConsentSettingsSuccessPayload object

- - + + \ No newline at end of file diff --git a/api-reference/objects/user-edge/index.html b/api-reference/objects/user-edge/index.html index 876f4bb14ef..a9ce8d9f588 100644 --- a/api-reference/objects/user-edge/index.html +++ b/api-reference/objects/user-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

UserEdge

Implements the Relay Edge interface

type UserEdge implements Edge {
cursor: String!
node: User!
}

Fields

UserEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this consent node in the pagination mechanism

UserEdge.node ● User! non-null object

The consent

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

UserConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection/index.html b/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection/index.html index 3d8e27d6850..fb8abcf8b7e 100644 --- a/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection/index.html +++ b/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UserNotAllowedToDisableItsOwnAccountMembershipRejection

No description

type UserNotAllowedToDisableItsOwnAccountMembershipRejection implements Rejection {
accountMembershipId: String!
message: String!
}

Fields

UserNotAllowedToDisableItsOwnAccountMembershipRejection.accountMembershipId ● String! non-null scalar

UserNotAllowedToDisableItsOwnAccountMembershipRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

DisableAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection/index.html b/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection/index.html index 8426ae9fcc0..24d66585e06 100644 --- a/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection/index.html +++ b/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UserNotAllowedToManageAccountMembershipRejection

Rejection returned if a identity does not have enough permission to manage account membership

type UserNotAllowedToManageAccountMembershipRejection implements Rejection {
message: String!
}

Fields

UserNotAllowedToManageAccountMembershipRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

ResumeAccountMembershipPayload union ● SuspendAccountMembershipPayload union ● UpdateAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection/index.html b/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection/index.html index b86195db93a..d8986cebe09 100644 --- a/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection/index.html +++ b/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UserNotAllowedToSuspendItsOwnAccountMembershipRejection

No description

type UserNotAllowedToSuspendItsOwnAccountMembershipRejection implements Rejection {
accountMembershipId: String!
message: String!
}

Fields

UserNotAllowedToSuspendItsOwnAccountMembershipRejection.accountMembershipId ● String! non-null scalar

UserNotAllowedToSuspendItsOwnAccountMembershipRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

SuspendAccountMembershipPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/user-not-card-holder-rejection/index.html b/api-reference/objects/user-not-card-holder-rejection/index.html index 28bc969ec91..8ed129f9a31 100644 --- a/api-reference/objects/user-not-card-holder-rejection/index.html +++ b/api-reference/objects/user-not-card-holder-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UserNotCardHolderRejection

Rejection returned when the User is not the Card Holder

type UserNotCardHolderRejection implements Rejection {
message: String!
}

Fields

UserNotCardHolderRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

ActivatePhysicalCardPayload union ● AddDigitalCardPayload union ● ResumePhysicalCardPayload union ● ViewCardNumbersPayload union ● ViewPhysicalCardNumbersPayload union ● ViewPhysicalCardPinPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/user/index.html b/api-reference/objects/user/index.html index 7e488973921..cb09396ee77 100644 --- a/api-reference/objects/user/index.html +++ b/api-reference/objects/user/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

User

The User is the unique user, natural person, of the Swan app.

type User {
id: ID!
accountMemberships(
first: Int! = 50
before: String
after: String
filters: AccountMembershipsFilterInput
): AccountMembershipConnection!
mobilePhoneNumber: PhoneNumber
firstName: String
lastName: String
allFirstNames: [String!]
birthDate: Date
nationalityCCA3: CCA3
idVerified: Boolean!
authenticators: [Authenticator!]
identificationStatus: IdentificationStatus
identificationLevels: IdentificationLevels
preferredNotificationChannel: PreferredNotificationChannel
createdAt: DateTime!
updatedAt: DateTime!
joinedAt: DateTime!
identifications(
first: Int! = 50
after: String
filters: IdentificationFiltersInput
orderBy: IdentificationsOrderByInput
): IdentificationConnection
}

Fields

User.id ● ID! non-null scalar

unique identifier of the user

User.accountMemberships ● AccountMembershipConnection! non-null object

The list of account memberships

User.accountMemberships.first ● Int! non-null scalar
User.accountMemberships.before ● String scalar
User.accountMemberships.after ● String scalar
User.accountMemberships.filters ● AccountMembershipsFilterInput input

User.mobilePhoneNumber ● PhoneNumber scalar

mobile phone number with the international format (Example: +33689788967)

User.firstName ● String scalar

first name

User.lastName ● String scalar

last name

User.allFirstNames ● [String!] list scalar

list of first names

User.birthDate ● Date scalar

birth date

User.nationalityCCA3 ● CCA3 scalar

nationality

User.idVerified ● Boolean! non-null scalar

true if Swan has verified the user's identity

User.authenticators ● [Authenticator!] list object

the methods used to authenticate this user

User.identificationStatus ● IdentificationStatus enum

Identification status

Each attempt to go through our identity verification process will update this value.

This field is only available for the current user.

User.identificationLevels ● IdentificationLevels object

List of identification levels available for the user.

Whenever TRUE, it means the identification was successful for the associated level.

User.preferredNotificationChannel ● PreferredNotificationChannel enum

Preferred notification channel

When it is "null" it means that the preferences have not been updated. Default SMS in use

User.createdAt ● DateTime! non-null scalar

Creation date of the user

User.updatedAt ● DateTime! non-null scalar

Last update date of the user

User.joinedAt ● DateTime! non-null scalar

Date on which the user joined the project. Joining the project is done after the first accepted OAuth login.

User.identifications ● IdentificationConnection object

User.identifications.first ● Int! non-null scalar

Maximum number of elements in the list (default value 50)

User.identifications.after ● String scalar

When the list of elements needs to start after an element

User.identifications.filters ● IdentificationFiltersInput input

When the list of identifications needs to be filtered

User.identifications.orderBy ● IdentificationsOrderByInput input

When the list of identifications needs to be ordered, by default the list will be ordered by the latest identification (valid or not)

Returned by

user query

Member of

AccountHolderIndividualInfo object ● AccountMembership object ● Consent object ● StandingOrder object ● UserEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/valid-iban/index.html b/api-reference/objects/valid-iban/index.html index 6b9aa7f6b0c..e6f7543d546 100644 --- a/api-reference/objects/valid-iban/index.html +++ b/api-reference/objects/valid-iban/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ValidIban

Information extracted from a valid IBAN

type ValidIban {
iban: IBAN!
accountNumber: String!
checksum: String!
bank: Bank!
reachability: Reachability!
}

Fields

ValidIban.iban ● IBAN! non-null scalar

Iban from input

ValidIban.accountNumber ● String! non-null scalar

Account Number extracted from the IBAN

ValidIban.checksum ● String! non-null scalar

Checksum extracted from the IBAN

ValidIban.bank ● Bank! non-null object

Bank that owns this IBAN

ValidIban.reachability ● Reachability! non-null object

Reachability of this IBAN over different payment methods

Implemented by

IbanValidationResult union

- - + + \ No newline at end of file diff --git a/api-reference/objects/valid-identification-level-status-info/index.html b/api-reference/objects/valid-identification-level-status-info/index.html index f6a6f9fc95e..af23a700887 100644 --- a/api-reference/objects/valid-identification-level-status-info/index.html +++ b/api-reference/objects/valid-identification-level-status-info/index.html @@ -7,13 +7,13 @@ - - + +
-
Skip to main content
- - +
Skip to main content
+ + \ No newline at end of file diff --git a/api-reference/objects/validation-error/index.html b/api-reference/objects/validation-error/index.html index 6ecf3185948..81f6f7c2a49 100644 --- a/api-reference/objects/validation-error/index.html +++ b/api-reference/objects/validation-error/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/validation-field-error/index.html b/api-reference/objects/validation-field-error/index.html index 1a2b60ff58c..5c605272679 100644 --- a/api-reference/objects/validation-field-error/index.html +++ b/api-reference/objects/validation-field-error/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/validation-rejection/index.html b/api-reference/objects/validation-rejection/index.html index e8ed0157638..34f03d9b07f 100644 --- a/api-reference/objects/validation-rejection/index.html +++ b/api-reference/objects/validation-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ValidationRejection

Rejection returned if an input contains invalid data

type ValidationRejection implements Rejection {
fields: [ValidationFieldError!]!
message: String!
}

Fields

ValidationRejection.fields ● [ValidationFieldError!]! non-null object

ValidationRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented by

ActivatePhysicalCardPayload union ● AddAccountMembershipPayload union ● AddAccountMembershipsPayload union ● AddCardPayload union ● AddCardsPayload union ● AddCardsWithGroupDeliveryPayload union ● AddDigitalCardPayload union ● AddDirectDebitFundingSourcePayload union ● AddExternalAccountBalancePayload union ● AddExternalAccountPayload union ● AddFundingLimitSettingsChangeRequestPayload union ● AddOrUpdateExternalAccountBalancePayload union ● AddSepaDirectDebitPaymentMandatePayload union ● AddSingleUseVirtualCardPayload union ● AddSingleUseVirtualCardsPayload union ● AddVirtualIbanEntryPayload union ● AllowSddPayload union ● AllowSddVirtualIbanEntryPayload union ● BindAccountMembershipPayload union ● CancelCardPayload union ● CancelDigitalCardPayload union ● CancelPhysicalCardPayload union ● CancelVirtualIbanEntryPayload union ● CloseAccountPayload union ● DeleteSupportingDocumentPayload union ● DenySddPayload union ● DenySddVirtualIbanEntryPayload union ● DisableAccountMembershipPayload union ● FinalizeOnboardingPayload union ● GenerateSupportingDocumentUploadUrlPayload union ● InitiateFundingRequestPayload union ● InitiateInternationalCreditTransferResponsePayload union ● InitiateMerchantPaymentCollectionPayload union ● OnboardCompanyAccountHolderPayload union ● OnboardIndividualAccountHolderPayload union ● PrintPhysicalCardPayload union ● RequestMerchantPaymentMethodsPayload union ● RequestSupportingDocumentCollectionReviewPayload union ● ResumeAccountMembershipPayload union ● ResumePhysicalCardPayload union ● SuspendAccountMembershipPayload union ● SuspendPhysicalCardPayload union ● UpdateAccountHolderPayload union ● UpdateAccountMembershipPayload union ● UpdateAccountPayload union ● UpdateCardPayload union ● UpdateCompanyOnboardingPayload union ● UpdateIndividualOnboardingPayload union ● UpdateSupportingDocumentPayload union ● ViewCardNumbersPayload union ● ViewPhysicalCardNumbersPayload union ● ViewPhysicalCardPinPayload union

- - + + \ No newline at end of file diff --git a/api-reference/objects/verified-status-info/index.html b/api-reference/objects/verified-status-info/index.html index 0d07735e1a8..56400557cf3 100644 --- a/api-reference/objects/verified-status-info/index.html +++ b/api-reference/objects/verified-status-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

VerifiedStatusInfo

Enabled Information

type VerifiedStatusInfo implements AccountVerificationStatusInfo {
verifiedAt: DateTime!
status: AccountVerificationStatus!
}

Fields

VerifiedStatusInfo.verifiedAt ● DateTime! non-null scalar

Date at which the verification was verified

VerifiedStatusInfo.status ● AccountVerificationStatus! non-null enum

Account verification status (Verified)

Interfaces

AccountVerificationStatusInfo interface

Account Verification Status Information

- - + + \ No newline at end of file diff --git a/api-reference/objects/view-card-numbers-success-payload/index.html b/api-reference/objects/view-card-numbers-success-payload/index.html index 1ddfb7091a0..74a2c1a33bf 100644 --- a/api-reference/objects/view-card-numbers-success-payload/index.html +++ b/api-reference/objects/view-card-numbers-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/view-physical-card-numbers-success-payload/index.html b/api-reference/objects/view-physical-card-numbers-success-payload/index.html index 49da8d8da50..09c1eda18da 100644 --- a/api-reference/objects/view-physical-card-numbers-success-payload/index.html +++ b/api-reference/objects/view-physical-card-numbers-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/view-physical-card-pin-success-payload/index.html b/api-reference/objects/view-physical-card-pin-success-payload/index.html index bd2bfcad488..60e3bd68edd 100644 --- a/api-reference/objects/view-physical-card-pin-success-payload/index.html +++ b/api-reference/objects/view-physical-card-pin-success-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/virtual-ibanentry-connection/index.html b/api-reference/objects/virtual-ibanentry-connection/index.html index 2bb0690dd2f..7d6b9161703 100644 --- a/api-reference/objects/virtual-ibanentry-connection/index.html +++ b/api-reference/objects/virtual-ibanentry-connection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

VirtualIBANEntryConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type VirtualIBANEntryConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [VirtualIBANEntryEdge!]!
}

Fields

VirtualIBANEntryConnection.totalCount ● Int! non-null scalar

Total number of element in the list

VirtualIBANEntryConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

VirtualIBANEntryConnection.edges ● [VirtualIBANEntryEdge!]! non-null object

VirtualIBANEntryEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member of

Account object

- - + + \ No newline at end of file diff --git a/api-reference/objects/virtual-ibanentry-edge/index.html b/api-reference/objects/virtual-ibanentry-edge/index.html index 051cec1cb91..d61718e84fd 100644 --- a/api-reference/objects/virtual-ibanentry-edge/index.html +++ b/api-reference/objects/virtual-ibanentry-edge/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

VirtualIBANEntryEdge

Implements the Relay Edge interface

type VirtualIBANEntryEdge implements Edge {
cursor: String!
node: VirtualIBANEntry!
}

Fields

VirtualIBANEntryEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

VirtualIBANEntryEdge.node ● VirtualIBANEntry! non-null object

The virtual iban entry

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member of

VirtualIBANEntryConnection object

- - + + \ No newline at end of file diff --git a/api-reference/objects/virtual-ibanentry/index.html b/api-reference/objects/virtual-ibanentry/index.html index 458fa4c58d7..10747b5aba6 100644 --- a/api-reference/objects/virtual-ibanentry/index.html +++ b/api-reference/objects/virtual-ibanentry/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

VirtualIBANEntry

Virtual IBAN can be used by the account holder to receive SCT (Sepa Credit Transfer) or to be debited by SDD (Sepa Direct Debit).

type VirtualIBANEntry {
id: ID!
IBAN: IBAN!
BIC: BIC!
label: String
status: IBANStatus!
blockSDD: Boolean!
}

Fields

VirtualIBANEntry.id ● ID! non-null scalar

Unique identifier of a Virtual IBAN entry

VirtualIBANEntry.IBAN ● IBAN! non-null scalar

International Bank Account Number

VirtualIBANEntry.BIC ● BIC! non-null scalar

Bank Identifier Code

VirtualIBANEntry.label ● String scalar

Label (could be used to identify)

VirtualIBANEntry.status ● IBANStatus! non-null enum

Status of the Iban

VirtualIBANEntry.blockSDD ● Boolean! non-null scalar

true if the Virtual IBAN refuses all Sepa Direct Debit received

Member of

AddVirtualIbanEntrySuccessPayload object ● AllowSddVirtualIbanEntrySuccessPayload object ● CancelVirtualIbanEntrySuccessPayload object ● DenySddVirtualIbanEntrySuccessPayload object ● VirtualIBANEntryEdge object

- - + + \ No newline at end of file diff --git a/api-reference/objects/wallet-provider/index.html b/api-reference/objects/wallet-provider/index.html index 5ad97b12467..edd544a456c 100644 --- a/api-reference/objects/wallet-provider/index.html +++ b/api-reference/objects/wallet-provider/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/objects/web-banking-settings/index.html b/api-reference/objects/web-banking-settings/index.html index 11551ebdf2a..da3c4980d13 100644 --- a/api-reference/objects/web-banking-settings/index.html +++ b/api-reference/objects/web-banking-settings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

WebBankingSettings

No description

type WebBankingSettings {
canViewAccountDetails: Boolean
canViewAccountStatement: Boolean
canManageVirtualIbans: Boolean
canInitiatePaymentsToNewBeneficiaries: Boolean
canViewPaymentList: Boolean
canOrderVirtualCards: Boolean
canOrderPhysicalCards: Boolean
canViewMembers: Boolean
canAddNewMembers: Boolean
}

Fields

WebBankingSettings.canViewAccountDetails ● Boolean scalar

WebBankingSettings.canViewAccountStatement ● Boolean scalar

WebBankingSettings.canManageVirtualIbans ● Boolean scalar

WebBankingSettings.canInitiatePaymentsToNewBeneficiaries ● Boolean scalar

WebBankingSettings.canViewPaymentList ● Boolean scalar

WebBankingSettings.canOrderVirtualCards ● Boolean scalar

WebBankingSettings.canOrderPhysicalCards ● Boolean scalar

WebBankingSettings.canViewMembers ● Boolean scalar

WebBankingSettings.canAddNewMembers ● Boolean scalar

Member of

ProjectInfo object

- - + + \ No newline at end of file diff --git a/api-reference/objects/wrong-value-provided-rejection/index.html b/api-reference/objects/wrong-value-provided-rejection/index.html index e6d0a2f05fe..b24642867b3 100644 --- a/api-reference/objects/wrong-value-provided-rejection/index.html +++ b/api-reference/objects/wrong-value-provided-rejection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/account-holder/index.html b/api-reference/queries/account-holder/index.html index dca927e2f27..fd74d26adc7 100644 --- a/api-reference/queries/account-holder/index.html +++ b/api-reference/queries/account-holder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

accountHolder

Returns an account holder from its id.

accountHolder(
id: ID!
): AccountHolder

Arguments

accountHolder.id ● ID! non-null scalar

Type

AccountHolder object

The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you.

- - + + \ No newline at end of file diff --git a/api-reference/queries/account-holders/index.html b/api-reference/queries/account-holders/index.html index 7d780301fe7..acf206bd68b 100644 --- a/api-reference/queries/account-holders/index.html +++ b/api-reference/queries/account-holders/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

accountHolders

Returns the list of account holders.

For a Project access token, this is all the account holders of the project and for an User access token, these are the holders of the accounts of which the user has an account membership.

accountHolders(
first: Int! = 50
before: String
filters: AccountHolderFilterInput
orderBy: AccountHolderOrderByInput
after: String
): AccountHolderConnection!

Arguments

accountHolders.first ● Int! non-null scalar

accountHolders.before ● String scalar

accountHolders.filters ● AccountHolderFilterInput input

accountHolders.orderBy ● AccountHolderOrderByInput input

accountHolders.after ● String scalar

Type

AccountHolderConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More).

- - + + \ No newline at end of file diff --git a/api-reference/queries/account-invoice/index.html b/api-reference/queries/account-invoice/index.html index 25e5f0030ac..764b39aea8f 100644 --- a/api-reference/queries/account-invoice/index.html +++ b/api-reference/queries/account-invoice/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/account-membership/index.html b/api-reference/queries/account-membership/index.html index 28ef9d6a76b..24e4b279d20 100644 --- a/api-reference/queries/account-membership/index.html +++ b/api-reference/queries/account-membership/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

accountMembership

Returns an account membership from its id.

accountMembership(
id: ID!
): AccountMembership

Arguments

accountMembership.id ● ID! non-null scalar

Type

AccountMembership object

An account membership represents the rights of a user for a given account.

Each account is administered by an account membership having the capacity of legal representative. He has the possibility of delegating rights on this account to other users.

- - + + \ No newline at end of file diff --git a/api-reference/queries/account-memberships/index.html b/api-reference/queries/account-memberships/index.html index 4cfe980d3b9..ba3ab48a38d 100644 --- a/api-reference/queries/account-memberships/index.html +++ b/api-reference/queries/account-memberships/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

accountMemberships

The list of account memberships

accountMemberships(
first: Int! = 50
before: String
after: String
filters: AccountMembershipsFilterInput
orderBy: AccountMembershipOrderByInput
): AccountMembershipConnection!

Arguments

accountMemberships.first ● Int! non-null scalar

accountMemberships.before ● String scalar

accountMemberships.after ● String scalar

accountMemberships.filters ● AccountMembershipsFilterInput input

accountMemberships.orderBy ● AccountMembershipOrderByInput input

Type

AccountMembershipConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More)

- - + + \ No newline at end of file diff --git a/api-reference/queries/account-statement/index.html b/api-reference/queries/account-statement/index.html index 5bbbecc0004..adcd1609983 100644 --- a/api-reference/queries/account-statement/index.html +++ b/api-reference/queries/account-statement/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

accountStatement

Returns an account statement by id

accountStatement(
id: ID!
): Statement!

Arguments

accountStatement.id ● ID! non-null scalar

Type

Statement object

A statement represent metadata around a banking document that list all of the BOOKED banking transactions that have happened between startDate and endDate

- - + + \ No newline at end of file diff --git a/api-reference/queries/account/index.html b/api-reference/queries/account/index.html index 660826ae18c..dd63ec40c80 100644 --- a/api-reference/queries/account/index.html +++ b/api-reference/queries/account/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

account

Returns an account from its id.

account(
accountId: ID!
): Account

Arguments

account.accountId ● ID! non-null scalar

Type

Account object

Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account.

- - + + \ No newline at end of file diff --git a/api-reference/queries/accounts/index.html b/api-reference/queries/accounts/index.html index 251507290af..6dddd745c74 100644 --- a/api-reference/queries/accounts/index.html +++ b/api-reference/queries/accounts/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

accounts

Returns the list of accounts.

For a Project access token, this is all the accounts of the project and for an User access token, these are the accounts of which the user has an account membership.

accounts(
first: Int! = 50
before: String
after: String
filters: AccountFilterInput
orderBy: AccountOrderByInput
): AccountConnection!

Arguments

accounts.first ● Int! non-null scalar

accounts.before ● String scalar

accounts.after ● String scalar

accounts.filters ● AccountFilterInput input

accounts.orderBy ● AccountOrderByInput input

Type

AccountConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More)

- - + + \ No newline at end of file diff --git a/api-reference/queries/capital-deposit-case/index.html b/api-reference/queries/capital-deposit-case/index.html index 4c7267705d3..c2360bc2ad9 100644 --- a/api-reference/queries/capital-deposit-case/index.html +++ b/api-reference/queries/capital-deposit-case/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/capital-deposit-cases/index.html b/api-reference/queries/capital-deposit-cases/index.html index 3e196dbbaca..2dd649f39a4 100644 --- a/api-reference/queries/capital-deposit-cases/index.html +++ b/api-reference/queries/capital-deposit-cases/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

capitalDepositCases

Returns the list of capital deposit cases.

This query is restricted to a Project access token (Learn More)

capitalDepositCases(
first: Int! = 50
before: String
after: String
filters: CapitalDepositCaseFiltersInput
orderBy: CapitalDepositCaseOrderByInput
): CapitalDepositCaseConnection!

Arguments

capitalDepositCases.first ● Int! non-null scalar

capitalDepositCases.before ● String scalar

capitalDepositCases.after ● String scalar

capitalDepositCases.filters ● CapitalDepositCaseFiltersInput input

capitalDepositCases.orderBy ● CapitalDepositCaseOrderByInput input

Type

CapitalDepositCaseConnection object

Implements the Relay Connection interface, used to paginate list of elements (Learn More)

- - + + \ No newline at end of file diff --git a/api-reference/queries/capital-deposit-document/index.html b/api-reference/queries/capital-deposit-document/index.html index 88895c06cb3..fa7bbdac94a 100644 --- a/api-reference/queries/capital-deposit-document/index.html +++ b/api-reference/queries/capital-deposit-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/card/index.html b/api-reference/queries/card/index.html index ddaeaed8bb3..86b54863d5d 100644 --- a/api-reference/queries/card/index.html +++ b/api-reference/queries/card/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/cards/index.html b/api-reference/queries/cards/index.html index 6d23f39627d..2311dba6240 100644 --- a/api-reference/queries/cards/index.html +++ b/api-reference/queries/cards/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

cards

Returns the list of cards.

For a Project access token, this is all the cards of the project and for an User access token, these are the cards owned by the user whom have an account membership.

cards(
first: Int! = 50
before: String
after: String
orderBy: CardOrderByInput
filters: CardFiltersInput
): CardConnection!

Arguments

cards.first ● Int! non-null scalar

cards.before ● String scalar

cards.after ● String scalar

cards.orderBy ● CardOrderByInput input

When the list of elements needs to be ordered

cards.filters ● CardFiltersInput input

When the list of elements needs to be filtered

Type

CardConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More)

- - + + \ No newline at end of file diff --git a/api-reference/queries/consent/index.html b/api-reference/queries/consent/index.html index 187f20f28f4..366d0494bb1 100644 --- a/api-reference/queries/consent/index.html +++ b/api-reference/queries/consent/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

consent

Returns a consent by its id.

consent(
id: ID!
): Consent!

Arguments

consent.id ● ID! non-null scalar

Type

Some sensitive operation at Swan, such as initiating a payment, require consent

- - + + \ No newline at end of file diff --git a/api-reference/queries/consents/index.html b/api-reference/queries/consents/index.html index 7dbb3c0f1dc..b1540226e38 100644 --- a/api-reference/queries/consents/index.html +++ b/api-reference/queries/consents/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

consents

Return the list of consents

For a User access token : return the list of consents for the signed-in user For a Project access token : return the list of consents for the project. This list can be filtered by userId

(Learn more on authentication)

consents(
first: Int! = 50
after: String
filters: ConsentsFiltersInput
): ConsentConnection!

Arguments

consents.first ● Int! non-null scalar

consents.after ● String scalar

consents.filters ● ConsentsFiltersInput input

Type

ConsentConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More)

- - + + \ No newline at end of file diff --git a/api-reference/queries/funding-limit-settings-change-request/index.html b/api-reference/queries/funding-limit-settings-change-request/index.html index 0ae7f26616b..48077d100b9 100644 --- a/api-reference/queries/funding-limit-settings-change-request/index.html +++ b/api-reference/queries/funding-limit-settings-change-request/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/funding-source/index.html b/api-reference/queries/funding-source/index.html index 0c57b1cac18..3bc57bbe4b8 100644 --- a/api-reference/queries/funding-source/index.html +++ b/api-reference/queries/funding-source/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/iban-validation/index.html b/api-reference/queries/iban-validation/index.html index e743a454390..ad9fbb487b5 100644 --- a/api-reference/queries/iban-validation/index.html +++ b/api-reference/queries/iban-validation/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/international-beneficiary-dynamic-forms/index.html b/api-reference/queries/international-beneficiary-dynamic-forms/index.html index 50a23263e4a..918c41e0fc3 100644 --- a/api-reference/queries/international-beneficiary-dynamic-forms/index.html +++ b/api-reference/queries/international-beneficiary-dynamic-forms/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

internationalBeneficiaryDynamicForms

Returns an international beneficiary dynamic forms.

internationalBeneficiaryDynamicForms(
amount: AmountInput!
language: InternationalCreditTransferDisplayLanguage
dynamicFields: [InternationalBeneficiaryDetailsInput!]
): InternationalBeneficiaryDynamicForms

Arguments

internationalBeneficiaryDynamicForms.amount ● AmountInput! non-null input

internationalBeneficiaryDynamicForms.language ● InternationalCreditTransferDisplayLanguage enum

internationalBeneficiaryDynamicForms.dynamicFields ● [InternationalBeneficiaryDetailsInput!] list input

Type

InternationalBeneficiaryDynamicForms object

COMING SOON International Beneficiary Dynamic Forms

- - + + \ No newline at end of file diff --git a/api-reference/queries/international-credit-transfer-quote/index.html b/api-reference/queries/international-credit-transfer-quote/index.html index a40f3e87d9d..147318d0660 100644 --- a/api-reference/queries/international-credit-transfer-quote/index.html +++ b/api-reference/queries/international-credit-transfer-quote/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form/index.html b/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form/index.html index 0c6e13d3d0c..d74146df0b8 100644 --- a/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form/index.html +++ b/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

internationalCreditTransferTransactionDetailsDynamicForm

Returns an international credit transfer dynamic form.

internationalCreditTransferTransactionDetailsDynamicForm(
targetAmount: AmountInput!
language: InternationalCreditTransferDisplayLanguage
internationalBeneficiary: InternationalBeneficiaryInput!
refreshableFields: [InternationalCreditTransferDetailsInput!]
): InternationalCreditTransferDynamicForm

Arguments

internationalCreditTransferTransactionDetailsDynamicForm.targetAmount ● AmountInput! non-null input

internationalCreditTransferTransactionDetailsDynamicForm.language ● InternationalCreditTransferDisplayLanguage enum

internationalCreditTransferTransactionDetailsDynamicForm.internationalBeneficiary ● InternationalBeneficiaryInput! non-null input

internationalCreditTransferTransactionDetailsDynamicForm.refreshableFields ● [InternationalCreditTransferDetailsInput!] list input

Type

InternationalCreditTransferDynamicForm object

COMING SOON International Credit Transfer Dynamic Form

- - + + \ No newline at end of file diff --git a/api-reference/queries/merchant-profile/index.html b/api-reference/queries/merchant-profile/index.html index d28a933813f..5ce709fc7ca 100644 --- a/api-reference/queries/merchant-profile/index.html +++ b/api-reference/queries/merchant-profile/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/onboarding/index.html b/api-reference/queries/onboarding/index.html index d0c172e2122..028648a9a0a 100644 --- a/api-reference/queries/onboarding/index.html +++ b/api-reference/queries/onboarding/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

onboarding

Returns an onboarding from its id.

This query is restricted to a Project access token (Learn More)

onboarding(
id: ID!
): Onboarding!

Arguments

onboarding.id ● ID! non-null scalar

Type

Onboarding object

Information provided during the onboarding process of an individual or a company

- - + + \ No newline at end of file diff --git a/api-reference/queries/onboardings/index.html b/api-reference/queries/onboardings/index.html index 77952dc870a..e57b1e24117 100644 --- a/api-reference/queries/onboardings/index.html +++ b/api-reference/queries/onboardings/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

onboardings

Returns the list of onboardings.

This query is restricted to a Project access token (Learn More)

onboardings(
first: Int! = 50
before: String
after: String
filters: OnboardingFiltersInput
orderBy: OnboardingOrderByInput
): OnboardingConnection!

Arguments

onboardings.first ● Int! non-null scalar

onboardings.before ● String scalar

onboardings.after ● String scalar

onboardings.filters ● OnboardingFiltersInput input

onboardings.orderBy ● OnboardingOrderByInput input

Type

OnboardingConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More)

- - + + \ No newline at end of file diff --git a/api-reference/queries/payment/index.html b/api-reference/queries/payment/index.html index d9fa5afdc2a..89f0141eeb9 100644 --- a/api-reference/queries/payment/index.html +++ b/api-reference/queries/payment/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

payment

Returns a payment from its id.

payment(
id: ID!
): Payment!

Arguments

payment.id ● ID! non-null scalar

Type

Payment object

A Payment represents a set of transactions linked to the same payment act.

This payment act can be initiated:

  • either from a user
  • either from a merchant
  • either from you
  • either from Swan
- - + + \ No newline at end of file diff --git a/api-reference/queries/payments/index.html b/api-reference/queries/payments/index.html index a21f7ba8ec0..fcfd6dd72df 100644 --- a/api-reference/queries/payments/index.html +++ b/api-reference/queries/payments/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

payments

Returns the list of payments.

For a Project access token, this is all the payments of the project and for an User access token, these are the payments initiated by the user

payments(
first: Int! = 50
after: String
before: String
orderBy: PaymentOrderByInput
filters: PaymentFiltersInput
): PaymentConnection!

Arguments

payments.first ● Int! non-null scalar

number of elements in the list (default value 50)

payments.after ● String scalar

When the list of elements needs to start after a element

payments.before ● String scalar

When the list of elements needs to end before a element

payments.orderBy ● PaymentOrderByInput input

When the list of elements needs to be ordered

payments.filters ● PaymentFiltersInput input

When the list of elements needs to be filtered

Type

PaymentConnection object

Please see the Connection interface

- - + + \ No newline at end of file diff --git a/api-reference/queries/project-info/index.html b/api-reference/queries/project-info/index.html index 73fae62cdd8..30152c7dd08 100644 --- a/api-reference/queries/project-info/index.html +++ b/api-reference/queries/project-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

projectInfo

Returns the project infos you set in the dashboard.

projectInfo: ProjectInfo!

Type

ProjectInfo object

Public information of a Project

- - + + \ No newline at end of file diff --git a/api-reference/queries/received-direct-debit-mandate/index.html b/api-reference/queries/received-direct-debit-mandate/index.html index 32fd28d027f..8bde27be253 100644 --- a/api-reference/queries/received-direct-debit-mandate/index.html +++ b/api-reference/queries/received-direct-debit-mandate/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/shareholder/index.html b/api-reference/queries/shareholder/index.html index e7038bfa437..d7b8b7d0703 100644 --- a/api-reference/queries/shareholder/index.html +++ b/api-reference/queries/shareholder/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/standing-order/index.html b/api-reference/queries/standing-order/index.html index c5c179863da..cf9e7e93223 100644 --- a/api-reference/queries/standing-order/index.html +++ b/api-reference/queries/standing-order/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/supporting-document-collection/index.html b/api-reference/queries/supporting-document-collection/index.html index 32a68fbfcb6..a127672c0d7 100644 --- a/api-reference/queries/supporting-document-collection/index.html +++ b/api-reference/queries/supporting-document-collection/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/transaction/index.html b/api-reference/queries/transaction/index.html index 25fbee09c11..820839fba51 100644 --- a/api-reference/queries/transaction/index.html +++ b/api-reference/queries/transaction/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/queries/transactions/index.html b/api-reference/queries/transactions/index.html index 7e0f10714b9..82e7bd38a5a 100644 --- a/api-reference/queries/transactions/index.html +++ b/api-reference/queries/transactions/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

transactions

A list of transactions of a project.

For a Project access token, this is all the transactions of the project (only available with project access token)

transactions(
after: String
filters: TransactionsFiltersInput
first: Int! = 50
orderBy: TransactionsOrderByInput
): TransactionConnection!

Arguments

transactions.after ● String scalar

When the list of elements needs to start after a element

transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

transactions.orderBy ● TransactionsOrderByInput input

When the list of elements needs to be sorted (default value UpdatedAt desc)

Type

TransactionConnection object

Please see the Connection interface

- - + + \ No newline at end of file diff --git a/api-reference/queries/user/index.html b/api-reference/queries/user/index.html index c408d664dc3..eded5b5ddae 100644 --- a/api-reference/queries/user/index.html +++ b/api-reference/queries/user/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

user

Returns a User

For a Project access token : it requires a user id and returns the user for the given id For a User access token : returns the signed-in user and all of their data at Swan

(Learn more on authentication)

user(
id: String
): User

Arguments

user.id ● String scalar

Type

User object

The User is the unique user, natural person, of the Swan app.

- - + + \ No newline at end of file diff --git a/api-reference/queries/users/index.html b/api-reference/queries/users/index.html index 7ee091c6c58..bd18e26570f 100644 --- a/api-reference/queries/users/index.html +++ b/api-reference/queries/users/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

users

Returns the list of user that joined the project The search field allows to search in : id, phonNumber, firstName, allFirstNames, lastName

This query is restricted to a Project access token (Learn More)

users(
after: String
before: String
filters: UserFilterInput
first: Int! = 50
search: String
): UserConnection!

Arguments

users.after ● String scalar

users.before ● String scalar

users.filters ● UserFilterInput input

users.first ● Int! non-null scalar

users.search ● String scalar

@deprecated(reason: "use the search field in UserFilterInput")

Type

UserConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More)

- - + + \ No newline at end of file diff --git a/api-reference/scalars/account-number/index.html b/api-reference/scalars/account-number/index.html index 0bd782f89e3..2a6ad823594 100644 --- a/api-reference/scalars/account-number/index.html +++ b/api-reference/scalars/account-number/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AccountNumber

Swan account number

scalar AccountNumber

Member of

Account object ● FeeCreditor interface ● FeeDebtor interface ● FeeInCreditor object ● FeeInDebtor object ● FeeOutCreditor object ● FeeOutDebtor object ● InitiateCreditTransfersInput input ● InitiateInternationalCreditTransferInput input ● InternalBeneficiary object ● InternalCreditTransferCreditor interface ● InternalCreditTransferDebtor interface ● InternalCreditTransferInCreditor object ● InternalCreditTransferInDebtor object ● InternalCreditTransferOutCreditor object ● InternalCreditTransferOutDebtor object ● SEPACreditTransferInCreditor object ● SEPACreditTransferInternalInDebtor object ● SEPACreditTransferInternalOutCreditor object ● SEPACreditTransferOutDebtor object ● SEPADirectDebitInCreditor object ● SEPADirectDebitOutDebtor object ● SwanAccountBeneficiaryInput input

- - + + \ No newline at end of file diff --git a/api-reference/scalars/amount-value/index.html b/api-reference/scalars/amount-value/index.html index edc7c1308c1..393a816193d 100644 --- a/api-reference/scalars/amount-value/index.html +++ b/api-reference/scalars/amount-value/index.html @@ -7,8 +7,8 @@ - - + +
@@ -16,7 +16,7 @@ 5768.2 -1.50 5877.78

scalar AmountValue

Member of

Amount object ● AmountInput input

- - + + \ No newline at end of file diff --git a/api-reference/scalars/audit-id/index.html b/api-reference/scalars/audit-id/index.html index 1dea255101b..f42b5b892e1 100644 --- a/api-reference/scalars/audit-id/index.html +++ b/api-reference/scalars/audit-id/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/authorization-id/index.html b/api-reference/scalars/authorization-id/index.html index 8f5fe605306..3e1ceb40bfa 100644 --- a/api-reference/scalars/authorization-id/index.html +++ b/api-reference/scalars/authorization-id/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/bic/index.html b/api-reference/scalars/bic/index.html index 3b81c23d867..f78a2123036 100644 --- a/api-reference/scalars/bic/index.html +++ b/api-reference/scalars/bic/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/boolean/index.html b/api-reference/scalars/boolean/index.html index 0410f1530a5..3ee1265df13 100644 --- a/api-reference/scalars/boolean/index.html +++ b/api-reference/scalars/boolean/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Boolean

The Boolean scalar type represents true or false.

scalar Boolean

Member of

Account object ● AccountMembership object ● AccountMembershipBindingUserErrorStatusInfo object ● AccountMembershipsFilterInput input ● AddAccountMembershipInput input ● AddCardInput input ● AddSingleUseVirtualCardInput input ● Beneficiary interface ● Card object ● CardConfigInput input ● CardConfigWithGroupDeliveryInput input ● CardProduct object ● CardSettings object ● CheckPaymentMethodInput input ● Consent object ● CreditTransferInput input ● DateField object ● Field interface ● IdentificationLevels object ● include directive ● IndividualUltimateBeneficialOwnerInput input ● IndividualUltimateBeneficialOwnerTypeHasCapital object ● InitiateFundingRequestInput input ● InternalBeneficiary object ● InternalDirectDebitB2BPaymentMethodInput input ● InternalDirectDebitStandardPaymentMethodInput input ● MembershipInfoInput input ● MembershipsFilterInput input ● OnboardCompanyAccountHolderInput input ● OnboardingCompanyAccountHolderInfo object ● PageInfo object ● PhysicalCardRenewedStatusInfo object ● PhysicalCardToActivateStatusInfo object ● PreProvisioningSUVCardSettings object ● PrintPhysicalCardInput input ● ProjectInfo object ● RadioField object ● Reachability object ● RejectedTransactionStatusInfo object ● SelectField object ● SEPABeneficiary object ● SepaBeneficiaryInput input ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitB2BPaymentMethodInput input ● SepaDirectDebitCoreMerchantPaymentMethod object ● SepaDirectDebitCorePaymentMethodInput input ● skip directive ● SwanAccountBeneficiaryInput input ● TextField object ● TransactionsFiltersInput input ● UpdateAccountMembershipInput input ● UpdateCardInput input ● UpdateCompanyOnboardingInput input ● User object ● VirtualIBANEntry object ● WebBankingSettings object

- - + + \ No newline at end of file diff --git a/api-reference/scalars/card-token/index.html b/api-reference/scalars/card-token/index.html index 184af6e7de4..8014a76a95d 100644 --- a/api-reference/scalars/card-token/index.html +++ b/api-reference/scalars/card-token/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/cca2/index.html b/api-reference/scalars/cca2/index.html index 09954665017..f1460674aa4 100644 --- a/api-reference/scalars/cca2/index.html +++ b/api-reference/scalars/cca2/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/cca3/index.html b/api-reference/scalars/cca3/index.html index 25a423aafb1..21bb127eb28 100644 --- a/api-reference/scalars/cca3/index.html +++ b/api-reference/scalars/cca3/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CCA3

Country code alpha 3 (ISO 3166)

scalar CCA3

Member of

AddExternalAccountInput input ● Address object ● AddressInfo object ● AddressInformation object ● AddressInformationInput input ● AddressInput input ● Card object ● CardTransaction object ● CompleteAddressInput input ● CompleteAddressWithContactInput input ● ExternalAccount object ● FinancialInstitution object ● IndividualShareholder object ● IndividualUltimateBeneficialOwner object ● IndividualUltimateBeneficialOwnerInput input ● InternalPaymentMandateDebtor object ● OnboardIndividualShareholderInput input ● PaymentMandateDebtor interface ● ResidencyAddressInput input ● SEPAPaymentMandateDebtor object ● User object ● UserFilterInput input

- - + + \ No newline at end of file diff --git a/api-reference/scalars/currency/index.html b/api-reference/scalars/currency/index.html index 19623ee1618..4506d9d13f2 100644 --- a/api-reference/scalars/currency/index.html +++ b/api-reference/scalars/currency/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/date-time/index.html b/api-reference/scalars/date-time/index.html index 4cd3ee73765..b6e1c2f0365 100644 --- a/api-reference/scalars/date-time/index.html +++ b/api-reference/scalars/date-time/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

DateTime

Date time (ISO 8601 with time information) -ex: 2021-04-12T16:28:22.867Z

scalar DateTime

Member of

Account object ● AccountHolder object ● AccountMembership object ● AccountVerification interface ● AddCardInput input ● AddExternalAccountBalanceInput input ● AddExternalAccountInput input ● AddOrUpdateExternalAccountBalanceInput input ● BookedTransactionStatusInfo object ● CanceledTransactionStatusInfo object ● CapitalDepositCase object ● CapitalDepositDocument object ● Card object ● CardConfigInput input ● CardConfigWithGroupDeliveryInput input ● CardDesignBackground object ● CardProduct object ● CardProductDesign object ● CardSettings object ● CardSettingsBackground object ● CardTransaction object ● CheckTransaction object ● CompleteDigitalCard object ● Consent object ● CreditTransferInput input ● CsvStatement object ● DigitalCard interface ● DigitalCardCanceledStatusInfo object ● DigitalCardEnabledStatusInfo object ● DigitalCardSuspendedStatusInfo object ● DirectDebitAccountVerification object ● DirectDebitFundingSource object ● ExternalAccount object ● ExternalAccountBalance object ● ExternalAccountBalanceAlreadyExistsRejection object ● ExternalAccountBalanceInput input ● FeeTransaction object ● FundingSource interface ● GenerateAccountStatementInput input ● Identification object ● IndividualUltimateBeneficialOwner object ● InitiateFundingRequestInput input ● InternalCreditTransfer object ● InternalDirectDebitPaymentCollectionInput input ● InternalDirectDebitTransaction object ● InternalPaymentDirectDebitMandate object ● InternalReceivedDirectDebitMandate object ● InternationalCreditTransferTransaction object ● Invoice object ● LegalDocumentActiveStatusInfo object ● LegalDocumentInactiveStatusInfo object ● MerchantProfile object ● Onboarding object ● PartnershipAcceptedStatusInfo object ● PartnershipCanceledStatusInfo object ● PartnershipCancelingStatusInfo object ● Payment object ● PdfStatement object ● PendingDigitalCard object ● PendingTransactionStatusInfo object ● PhysicalCardRenewedStatusInfo object ● PhysicalCardToActivateStatusInfo object ● ReceivedDirectDebitMandate interface ● ReceivedDirectDebitMandateStatusInfoCanceled object ● ReceivedDirectDebitMandateStatusInfoEnabled object ● ReceivedDirectDebitMandateStatusInfoSuspended object ● RefundTransaction input ● RejectedVerificationStatusInfo object ● ReleasedTransactionStatusInfo object ● RequestMerchantProfileUpdate object ● ScheduleStandingOrderInput input ● SEPACreditTransferTransaction object ● SepaDirectDebitPaymentCollectionInput input ● SEPADirectDebitTransaction object ● SEPAPaymentDirectDebitMandate object ● SEPAReceivedDirectDebitMandate object ● Shareholder object ● StandingOrder object ● Statement object ● StatementFiltersInput input ● SupportingDocument object ● SupportingDocumentCollection object ● SupportingDocumentCollectionApprovedStatusInfo object ● SupportingDocumentCollectionCanceledStatusInfo object ● SupportingDocumentCollectionRejectedStatusInfo object ● SupportingDocumentRefusedStatusInfo object ● SupportingDocumentValidatedStatusInfo object ● Transaction interface ● TransactionsFiltersInput input ● UpcomingTransactionStatusInfo object ● UpdateCardInput input ● User object ● VerifiedStatusInfo object

- - +ex: 2021-04-12T16:28:22.867Z

scalar DateTime

Member of

Account object ● AccountHolder object ● AccountMembership object ● AccountVerification interface ● AddCardInput input ● AddExternalAccountBalanceInput input ● AddExternalAccountInput input ● AddOrUpdateExternalAccountBalanceInput input ● BookedTransactionStatusInfo object ● CanceledTransactionStatusInfo object ● CapitalDepositCase object ● CapitalDepositDocument object ● Card object ● CardConfigInput input ● CardConfigWithGroupDeliveryInput input ● CardDesignBackground object ● CardProduct object ● CardProductDesign object ● CardSettings object ● CardSettingsBackground object ● CardTransaction object ● CheckTransaction object ● CompleteDigitalCard object ● Consent object ● CreditTransferInput input ● CsvStatement object ● DigitalCard interface ● DigitalCardCanceledStatusInfo object ● DigitalCardEnabledStatusInfo object ● DigitalCardSuspendedStatusInfo object ● DirectDebitAccountVerification object ● DirectDebitFundingSource object ● ExternalAccount object ● ExternalAccountBalance object ● ExternalAccountBalanceAlreadyExistsRejection object ● ExternalAccountBalanceInput input ● FeeTransaction object ● FundingSource interface ● GenerateAccountStatementInput input ● Identification object ● IndividualUltimateBeneficialOwner object ● InitiateFundingRequestInput input ● InternalCreditTransfer object ● InternalDirectDebitPaymentCollectionInput input ● InternalDirectDebitTransaction object ● InternalPaymentDirectDebitMandate object ● InternalReceivedDirectDebitMandate object ● InternationalCreditTransferTransaction object ● Invoice object ● LegalDocumentActiveStatusInfo object ● LegalDocumentInactiveStatusInfo object ● LegalDocumentUpcomingStatusInfo object ● MerchantProfile object ● Onboarding object ● PartnershipAcceptedStatusInfo object ● PartnershipCanceledStatusInfo object ● PartnershipCancelingStatusInfo object ● Payment object ● PdfStatement object ● PendingDigitalCard object ● PendingTransactionStatusInfo object ● PhysicalCardRenewedStatusInfo object ● PhysicalCardToActivateStatusInfo object ● ReceivedDirectDebitMandate interface ● ReceivedDirectDebitMandateStatusInfoCanceled object ● ReceivedDirectDebitMandateStatusInfoEnabled object ● ReceivedDirectDebitMandateStatusInfoSuspended object ● RefundTransaction input ● RejectedVerificationStatusInfo object ● ReleasedTransactionStatusInfo object ● RequestMerchantProfileUpdate object ● ScheduleStandingOrderInput input ● SEPACreditTransferTransaction object ● SepaDirectDebitPaymentCollectionInput input ● SEPADirectDebitTransaction object ● SEPAPaymentDirectDebitMandate object ● SEPAReceivedDirectDebitMandate object ● Shareholder object ● StandingOrder object ● Statement object ● StatementFiltersInput input ● SupportingDocument object ● SupportingDocumentCollection object ● SupportingDocumentCollectionApprovedStatusInfo object ● SupportingDocumentCollectionCanceledStatusInfo object ● SupportingDocumentCollectionRejectedStatusInfo object ● SupportingDocumentRefusedStatusInfo object ● SupportingDocumentValidatedStatusInfo object ● Transaction interface ● TransactionsFiltersInput input ● UpcomingTransactionStatusInfo object ● UpdateCardInput input ● User object ● VerifiedStatusInfo object

+ + \ No newline at end of file diff --git a/api-reference/scalars/date/index.html b/api-reference/scalars/date/index.html index 48f68fb7a48..76f7ea68096 100644 --- a/api-reference/scalars/date/index.html +++ b/api-reference/scalars/date/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Date

Date with YYYY-MM-DD format

scalar Date

Member of

AccountHolderCompanyInfo object ● AddInternalDirectDebitPaymentMandateInput input ● AddReceivedSepaDirectDebitB2bMandateInput input ● AddSepaDirectDebitPaymentMandateInput input ● CanceledFundingSourceStatusInfo object ● CanceledMerchantPaymentMethodStatusInfo object ● CanceledMerchantProfileStatusInfo object ● CapitalDepositDocument object ● CheckMerchantPaymentMethod object ● DisabledMerchantPaymentMethodStatusInfo object ● EnabledFundingSourceStatusInfo object ● EnabledMerchantPaymentMethodStatusInfo object ● EnabledMerchantProfileStatusInfo object ● ExpiredIdentificationLevelStatusInfo object ● FundingLimitSettingsChangeRequest object ● IdCardDocument object ● InternalDirectDebitB2BMerchantPaymentMethod object ● InternalDirectDebitStandardMerchantPaymentMethod object ● InternalPaymentDirectDebitMandate object ● InternalReceivedDirectDebitMandate object ● MerchantPaymentMethod interface ● PassportDocument object ● ReceivedDirectDebitMandate interface ● RejectedFundingSourceStatusInfo object ● RejectedMerchantPaymentMethodStatusInfo object ● RejectedMerchantProfileStatusInfo object ● ReportExchangeRate object ● ResidencePermitDocument object ● RestrictedTo object ● RestrictedToInput input ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitCoreMerchantPaymentMethod object ● SEPAPaymentDirectDebitMandate object ● SEPAReceivedDirectDebitMandate object ● StandingOrder object ● StandingOrderCanceledStatusInfo object ● SuspendedFundingSourceStatusInfo object ● SuspendedMerchantPaymentMethodStatusInfo object ● SuspendedMerchantProfileStatusInfo object ● UltimateBeneficialDirectOwnerIndividualInfo object ● UltimateBeneficialIndirectOwnerIndividualInfo object ● UpdatedRestrictedToInput input ● User object ● UserFilterInput input

- - + + \ No newline at end of file diff --git a/api-reference/scalars/email-address/index.html b/api-reference/scalars/email-address/index.html index d6c31b6f523..a85c0baff96 100644 --- a/api-reference/scalars/email-address/index.html +++ b/api-reference/scalars/email-address/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/float/index.html b/api-reference/scalars/float/index.html index b6a91c1c6ce..7a3196a6bd8 100644 --- a/api-reference/scalars/float/index.html +++ b/api-reference/scalars/float/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Float

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.

scalar Float

Member of

IndividualUltimateBeneficialOwnerInput input ● IndividualUltimateBeneficialOwnerTypeHasCapital object ● PreProvisioningSUVCardSettings object ● ReportExchangeRate object ● UltimateBeneficialDirectOwnerCompanyInfo object ● UltimateBeneficialDirectOwnerIndividualInfo object ● UltimateBeneficialIndirectOwnerCompanyInfo object ● UltimateBeneficialIndirectOwnerIndividualInfo object ● UltimateBeneficialOwnerInfo interface

- - + + \ No newline at end of file diff --git a/api-reference/scalars/hex-color-code/index.html b/api-reference/scalars/hex-color-code/index.html index 4c8459b3749..6d40b288aef 100644 --- a/api-reference/scalars/hex-color-code/index.html +++ b/api-reference/scalars/hex-color-code/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/iban/index.html b/api-reference/scalars/iban/index.html index 84af99d786e..08b1ef8e8a7 100644 --- a/api-reference/scalars/iban/index.html +++ b/api-reference/scalars/iban/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IBAN

International Bank Account Number

scalar IBAN

Member of

Account object ● AddDirectDebitFundingSourceInput input ● AddExternalAccountInput input ● DirectDebitAccountVerification object ● DirectDebitFundingSource object ● ExternalAccount object ● IbanValidationInput input ● InternalReceivedDirectDebitMandate object ● InvalidIban object ● SepaBeneficiaryInput input ● SEPAPaymentMandateDebtor object ● SEPAReceivedDirectDebitMandate object ● ValidIban object ● VirtualIBANEntry object

- - + + \ No newline at end of file diff --git a/api-reference/scalars/id/index.html b/api-reference/scalars/id/index.html index df96c2f7ade..7da7d4c2100 100644 --- a/api-reference/scalars/id/index.html +++ b/api-reference/scalars/id/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ID

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

scalar ID

Member of

Account object ● account query ● AccountHolder object ● accountHolder query ● accountInvoice query ● AccountMembership object ● accountMembership query ● accountStatement query ● AccountVerification interface ● AddAccountMembershipInput input ● AddAccountMembershipsInput input ● AddCardInput input ● AddCardsInput input ● AddCardsWithGroupDeliveryInput input ● AddDigitalCardInput input ● AddDirectDebitFundingSourceInput input ● AddExternalAccountBalanceInput input ● AddExternalAccountInput input ● AddFundingLimitSettingsChangeRequestInput input ● AddInternalDirectDebitPaymentMandateInput input ● AddMerchantProfileInput input ● AddOrUpdateExternalAccountBalanceInput input ● AddReceivedInternalDirectDebitB2bMandateInput input ● AddSepaDirectDebitPaymentMandateInput input ● AddSingleUseVirtualCardInput input ● AddSingleUseVirtualCardsInput input ● AddVirtualIbanInput input ● AllowSddInput input ● AllowSddVirtualIbanEntryInput input ● Beneficiary interface ● BindAccountMembershipInput input ● CancelCardInput input ● CancelConsentInput input ● CancelDigitalCardInput input ● CancelFundingSourceInput input ● CancelPhysicalCardInput input ● CancelTransactionInput input ● CancelVirtualIbanEntryInput input ● capitalDepositCase query ● capitalDepositDocument query ● Card object ● card query ● CardConfigInput input ● CardConfigWithGroupDeliveryInput input ● CardDesignBackground object ● CardProduct object ● CardProductDesign object ● CardSettings object ● CardSettingsBackground object ● CardTransaction object ● CheckMerchantPaymentMethod object ● CheckPaymentCollectionInput input ● CheckTransaction object ● CloseAccountInput input ● CompleteDigitalCard object ● Consent object ● consent query ● CreditTransferInput input ● DeleteSupportingDocumentInput input ● DenySddInput input ● DenySddVirtualIbanEntryInput input ● DigitalCard interface ● DirectDebitAccountVerification object ● DirectDebitFundingSource object ● DisableAccountMembershipInput input ● EnableReceivedDirectDebitMandateInput input ● ExternalAccount object ● ExternalAccountBalance object ● FeeTransaction object ● FinancialInstitution object ● FundingLimitSettingsChangeRequest object ● fundingLimitSettingsChangeRequest query ● FundingSource interface ● fundingSource query ● GenerateAccountStatementInput input ● GenerateCapitalDepositDocumentUploadUrlInput input ● GenerateSupportingDocumentUploadUrlInput input ● GrantConsentWithServerSignatureInput input ● InitiateCreditTransfersInput input ● InitiateFundingRequestInput input ● InitiateInternationalCreditTransferInput input ● InternalBeneficiary object ● InternalCreditTransfer object ● InternalDirectDebitB2BMerchantPaymentMethod object ● InternalDirectDebitCreditor object ● InternalDirectDebitDebtor object ● InternalDirectDebitMandate interface ● InternalDirectDebitPaymentCollectionInput input ● InternalDirectDebitStandardMerchantPaymentMethod object ● InternalDirectDebitTransaction object ● InternalPaymentDirectDebitMandate object ● InternalPaymentMandateCreditor object ● InternalPaymentMandateDebtor object ● InternalReceivedDirectDebitMandate object ● InternationalCreditTransferTransaction object ● Invoice object ● LegalDocument object ● MerchantPaymentMethod interface ● MerchantProfile object ● merchantProfile query ● onboarding query ● Payment object ● payment query ● PaymentDirectDebitMandate interface ● PaymentMandate interface ● PaymentMandateCreditor interface ● PendingDigitalCard object ● PreProvisioningSUVCardSettings object ● PrintPhysicalCardInput input ● ProjectCardDesigns object ● ProjectCardSettings object ● ProjectInfo object ● ReceivedDirectDebitMandate interface ● receivedDirectDebitMandate query ● RequestMerchantPaymentMethodsInput input ● RequestMerchantProfileUpdate object ● RequestMerchantProfileUpdateInput input ● RequestSupportingDocumentCollectionReviewInput input ● ResumeAccountMembershipInput input ● ResumePhysicalCardInput input ● SEPABeneficiary object ● SEPACreditTransferInCreditor object ● SEPACreditTransferInDebtor object ● SEPACreditTransferInternalInDebtor object ● SEPACreditTransferInternalOutCreditor object ● SEPACreditTransferOutDebtor object ● SEPACreditTransferTransaction object ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitCoreMerchantPaymentMethod object ● SEPADirectDebitInCreditor object ● SEPADirectDebitInDebtor object ● SEPADirectDebitMandate interface ● SEPADirectDebitOutCreditor object ● SEPADirectDebitOutDebtor object ● SepaDirectDebitPaymentCollectionInput input ● SEPADirectDebitTransaction object ● SEPAPaymentDirectDebitMandate object ● SEPAPaymentMandateCreditor object ● SEPAReceivedDirectDebitMandate object ● Shareholder object ● shareholder query ● SingleUseVirtualCardConfigInput input ● StandingOrder object ● standingOrder query ● Statement object ● supportingDocumentCollection query ● SuspendAccountMembershipInput input ● SuspendPhysicalCardInput input ● SuspendReceivedDirectDebitMandateInput input ● Transaction interface ● transaction query ● TransactionNotFoundRejection object ● UltimateBeneficialDirectOwnerCompanyInfo object ● UltimateBeneficialDirectOwnerIndividualInfo object ● UltimateBeneficialIndirectOwnerCompanyInfo object ● UltimateBeneficialIndirectOwnerIndividualInfo object ● UltimateBeneficialOwnerInfo interface ● UpdateAccountHolderInput input ● UpdateAccountInput input ● UpdateAccountMembershipInput input ● UpdateCardInput input ● UpdateCompanyOnboardingInput input ● UpdateIndividualOnboardingInput input ● UpdateReceivedSepaDirectDebitB2bMandateInput input ● UpdateSupportingDocumentInput input ● UpdateUserConsentSettingsInput input ● User object ● ViewCardNumbersInput input ● ViewPhysicalCardNumbersInput input ● ViewPhysicalCardPinInput input ● VirtualIBANEntry object

- - + + \ No newline at end of file diff --git a/api-reference/scalars/int/index.html b/api-reference/scalars/int/index.html index 7fc13d564d6..60a58292f76 100644 --- a/api-reference/scalars/int/index.html +++ b/api-reference/scalars/int/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

Int

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

scalar Int

Member of

AccountConnection object ● AccountHolderConnection object ● accountHolders query ● AccountMembershipConnection object ● accountMemberships query ● accounts query ● CapitalDepositCaseConnection object ● capitalDepositCases query ● CardConnection object ● CardProductDesign object ● cards query ● CardSettings object ● CheckMerchantPaymentMethod object ● Connection interface ● ConsentConnection object ● ConsentIdWithOrder input ● consents query ● DigitalCardConnection object ● ExternalAccountConnection object ● ExternalBalanceConnection object ● FundingLimit object ● FundingLimitSettingsChangeRequestConnection object ● FundingSourceConnection object ● IdentificationConnection object ● InternalDirectDebitB2BMerchantPaymentMethod object ● InternalDirectDebitStandardMerchantPaymentMethod object ● InternationalCreditTransferDynamicForm object ● InvoiceConnection object ● LegalDocumentConnection object ● MerchantPaymentMethod interface ● MerchantProfileConnection object ● OnboardingConnection object ● onboardings query ● PaymentConnection object ● PaymentMandateConnection object ● payments query ● PreProvisioningSUVCardSettings object ● ReceivedDirectDebitMandateConnection object ● RollingReserve object ● Scheme object ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitCoreMerchantPaymentMethod object ● StandingOrderConnection object ● StatementConnection object ● SupportingDocumentCollectionConnection object ● TextField object ● TransactionConnection object ● transactions query ● UserConnection object ● users query ● VirtualIBANEntryConnection object

- - + + \ No newline at end of file diff --git a/api-reference/scalars/phone-number/index.html b/api-reference/scalars/phone-number/index.html index f0771ce94aa..627a7a4a8c4 100644 --- a/api-reference/scalars/phone-number/index.html +++ b/api-reference/scalars/phone-number/index.html @@ -7,15 +7,15 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/pin/index.html b/api-reference/scalars/pin/index.html index 9fa7b680a9b..6bbaf70db29 100644 --- a/api-reference/scalars/pin/index.html +++ b/api-reference/scalars/pin/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/sepa-creditor-identifier/index.html b/api-reference/scalars/sepa-creditor-identifier/index.html index 363e0f1a870..d6b9597fb2d 100644 --- a/api-reference/scalars/sepa-creditor-identifier/index.html +++ b/api-reference/scalars/sepa-creditor-identifier/index.html @@ -7,8 +7,8 @@ - - + +
@@ -20,7 +20,7 @@ 8 - 35: Creditor National Identifier – a consecutive number that will be assigned by country example: FR11ABC123456

scalar SepaCreditorIdentifier

Member of

SEPAPaymentMandateCreditor object

- - + + \ No newline at end of file diff --git a/api-reference/scalars/sepa-reference/index.html b/api-reference/scalars/sepa-reference/index.html index b1ae384c30d..472522d6a6d 100644 --- a/api-reference/scalars/sepa-reference/index.html +++ b/api-reference/scalars/sepa-reference/index.html @@ -7,8 +7,8 @@ - - + +
@@ -21,7 +21,7 @@ with some follow extra rules : Content must not start or end with a ‘/’ Content must not contain ‘//’s

scalar SepaReference
- - + + \ No newline at end of file diff --git a/api-reference/scalars/string/index.html b/api-reference/scalars/string/index.html index 8c948ff2a6e..c0a9704dae2 100644 --- a/api-reference/scalars/string/index.html +++ b/api-reference/scalars/string/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

String

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

scalar String

Member of

Account object ● AccountClosedStatus object ● AccountClosingStatus object ● AccountEdge object ● AccountFilterInput input ● AccountHolderCanceledStatusInfo object ● AccountHolderCompanyInfo object ● AccountHolderEdge object ● AccountHolderFilterInput input ● AccountHolderIndividualInfo object ● AccountHolderInfo interface ● AccountHolderNotFoundRejection object ● accountHolders query ● AccountHolderSuspendedStatusInfo object ● AccountHolderTypeIndividualRejection object ● AccountMembership object ● AccountMembershipCannotBeDisabledRejection object ● AccountMembershipCannotBeUpdatedRejection object ● AccountMembershipDisabledStatusInfo object ● AccountMembershipEdge object ● AccountMembershipNotAllowedRejection object ● AccountMembershipNotFoundRejection object ● AccountMembershipNotReadyToBeBoundRejection object ● accountMemberships query ● AccountMembershipsFilterInput input ● AccountMembershipSuspendedStatusInfo object ● AccountNotEligibleRejection object ● AccountNotFoundRejection object ● accounts query ● AccountSuspendedStatus object ● AccountVerificationAlreadyRejectedRejection object ● AccountVerificationWrongStatusRejection object ● ActivatePhysicalCardInput input ● AddAccountMembershipInput input ● AddAccountMembershipsInput input ● AddCardInput input ● AddCardsInput input ● AddCardsWithGroupDeliveryInput input ● AddDigitalCardInput input ● AddDirectDebitFundingSourceInput input ● AddExternalAccountInput input ● AddingCardsToDifferentAccountsRejection object ● AddInternalDirectDebitPaymentMandateInput input ● AddMerchantProfileInput input ● AddReceivedInternalDirectDebitB2bMandateInput input ● AddReceivedSepaDirectDebitB2bMandateInput input ● Address object ● AddressInfo object ● AddressInformation object ● AddressInformationInput input ● AddressInput input ● AddSepaDirectDebitPaymentMandateInput input ● AddSingleUseVirtualCardInput input ● AddSingleUseVirtualCardsInput input ● AllowedValue object ● AlreadyValidPhysicalCardRejection object ● ApplePayNotAllowedForProjectRejection object ● Authenticator object ● BadAccountStatusRejection object ● BadRequestRejection object ● Bank object ● Beneficiary interface ● CancelStandingOrderInput input ● CancelTransactionSuccessPayload object ● CannotActivatePhysicalCardRejection object ● CapitalDepositCase object ● CapitalDepositCaseEdge object ● CapitalDepositCaseFiltersInput input ● capitalDepositCases query ● CapitalDepositDocument object ● CapitalDepositDocumentCanNotBeUploaded object ● Card object ● CardCanceledStatusInfo object ● CardCancelingStatusInfo object ● CardCanNotBeDigitalizedRejection object ● CardConfidential object ● CardConfigInput input ● CardConfigWithGroupDeliveryInput input ● CardDesignBackground object ● CardEdge object ● CardFiltersInput input ● CardNotFoundRejection object ● CardProduct object ● CardProductDesign object ● CardProductDisabledRejection object ● CardProductNotApplicableToPhysicalCardsRejection object ● CardProductNotFoundRejection object ● CardProductSuspendedRejection object ● CardProductUsedRejection object ● cards query ● CardSettings object ● CardSettingsBackground object ● CardTransaction object ● CardWrongStatusRejection object ● Certificate input ● CheckPaymentCollectionInput input ● CheckTransaction object ● CloseAccountInput input ● CloseAccountReason object ● CompanyInfo object ● CompanyShareholder object ● CompleteAddressInput input ● CompleteAddressWithContactInput input ● CompleteDigitalCard object ● Consent object ● ConsentEdge object ● ConsentIdWithOrder input ● ConsentNotFoundRejection object ● consents query ● ConsentsAlreadyLinkedToMultiConsentRejection object ● ConsentsFiltersInput input ● ConsentsNotAllInCreatedStatusRejection object ● ConsentsNotFoundRejection object ● ConsentTypeNotSupportedByServerConsentRejection object ● CreateCapitalDepositCaseInput input ● CreateMultiConsentInput input ● CreditTransferInput input ● CsvStatement object ● DateField object ● DebtorAccountClosedRejection object ● DebtorAccountNotAllowedRejection object ● DeleteSupportingDocumentSuccessPayload object ● deprecated directive ● Device object ● DigitalCardEdge object ● DigitalCardFiltersInput input ● DigitalCardNotFoundRejection object ● DirectDebitFundingSource object ● DisabledFundingLimitSettingsStatusInfo object ● DocumentFile interface ● DriversLicenseDocument object ● DriversLicenseDocumentFile object ● Edge interface ● EnabledCardDesignNotFoundRejection object ● EnableReceivedDirectDebitMandateInput input ● ExternalAccount object ● ExternalAccountAlreadyExistsRejection object ● ExternalAccountBalanceAlreadyExistsRejection object ● ExternalAccountDataSource object ● ExternalAccountEdge object ● ExternalBalanceEdge object ● FacePhotoDocument object ● FeeCreditor interface ● FeeDebtor interface ● FeeInCreditor object ● FeeInDebtor object ● FeeOutCreditor object ● FeeOutDebtor object ● FeeSettingsNotFoundRejection object ● FeeTransaction object ● Field interface ● FinalizeOnboardingInput input ● FinancialInstitution object ● ForbiddenRejection object ● FundingLimitExceededRejection object ● FundingLimitSettingsChangeRequestApprovedStatusInfo object ● FundingLimitSettingsChangeRequestBadAmountRejection object ● FundingLimitSettingsChangeRequestEdge object ● FundingLimitSettingsChangeRequestFiltersInput input ● FundingLimitSettingsChangeRequestRefusedStatusInfo object ● FundingSource interface ● FundingSourceEdge object ● FundingSourceNotFoundRejection object ● FundingSourceWrongStatusRejection object ● GenerateCapitalDepositDocumentUploadUrlInput input ● GenerateCapitalDepositDocumentUploadUrlSuccessPayload object ● GenerateSupportingDocumentUploadUrlInput input ● GenerateSupportingDocumentUploadUrlSuccessPayload object ● GlobalFundingLimitExceededRejection object ● GlobalInstantFundingLimitExceededRejection object ● GrantConsentWithServerSignatureInput input ● Headquarters object ● IBANNotReachableRejection object ● IBANNotValidRejection object ● IbanValidationRejection object ● IdCardDocument object ● IdCardDocumentFile object ● Identification object ● IdentificationEdge object ● IdentityAlreadyBindToAccountMembershipRejection object ● InAppProvisioningData object ● IndividualShareholder object ● IndividualUltimateBeneficialOwner object ● IndividualUltimateBeneficialOwnerInput input ● InitiateCreditTransfersInput input ● InitiateFundingRequestInput input ● InitiateInternationalCreditTransferInput input ● InitiateMerchantPaymentCollectionInput input ● InstantFundingLimitExceededRejection object ● InsufficientFundsRejection object ● InternalBeneficiary object ● InternalCreditTransfer object ● InternalCreditTransferCreditor interface ● InternalCreditTransferDebtor interface ● InternalCreditTransferInCreditor object ● InternalCreditTransferInDebtor object ● InternalCreditTransferOutCreditor object ● InternalCreditTransferOutDebtor object ● InternalDirectDebitTransaction object ● InternalErrorRejection object ● InternalPaymentDirectDebitMandate object ● InternalPaymentMandateCreditor object ● InternalPaymentMandateDebtor object ● InternalReceivedDirectDebitMandate object ● InternalReceivedDirectDebitMandateCreditor object ● InternationalAddressInput input ● InternationalBeneficiaryDetailsInput input ● InternationalBeneficiaryInput input ● InternationalCreditTransferCurrencyExchange object ● InternationalCreditTransferDetails object ● InternationalCreditTransferDetailsInput input ● InternationalCreditTransferOutCreditor object ● InternationalCreditTransferOutDebtor object ● InternationalCreditTransferQuote object ● InternationalCreditTransferTransaction object ● InvalidArgumentRejection object ● InvalidArgumentRejectionField object ● InvalidIban object ● InvalidPhoneNumberRejection object ● InvalidSirenNumberRejection object ● Invoice object ● InvoiceEdge object ● LegalDocument object ● LegalDocumentEdge object ● LegalRepresentativeAccountMembershipCannotBeDisabledRejection object ● LegalRepresentativeAccountMembershipCannotBeSuspendedRejection object ● MembershipInfoInput input ● MembershipsFilterInput input ● MerchantProfile object ● MerchantProfileEdge object ● MerchantProfileWrongStatusRejection object ● MissingMandatoryFieldRejection object ● NotFoundRejection object ● NotReachableConsentStatusRejection object ● NotSupportedCountryRejection object ● OAuthRedirectParameters object ● OAuthRedirectParametersInput input ● OnboardCompanyAccountHolderInput input ● OnboardCompanyShareholderInput input ● OnboardIndividualAccountHolderInput input ● OnboardIndividualShareholderInput input ● Onboarding object ● OnboardingCompanyAccountHolderInfo object ● OnboardingEdge object ● OnboardingFiltersInput input ● OnboardingIndividualAccountHolderInfo object ● OnboardingInfo object ● OnboardingNotCompletedRejection object ● onboardings query ● PageInfo object ● PartnerCloseAccountReasonInput input ● PartnershipCanceledStatusInfo object ● PassportDocument object ● PassportDocumentFile object ● PaymentEdge object ● PaymentMandateCreditor interface ● PaymentMandateDebtor interface ● PaymentMandateEdge object ● PaymentMandateMandateNotFoundRejection object ● PaymentMandateReferenceAlreadyUsedRejection object ● PaymentMethodNotCompatibleRejection object ● PaymentRejected object ● payments query ● PdfStatement object ● PermissionCannotBeGrantedRejection object ● PhysicalCard object ● PhysicalCardCanceledStatusInfo object ● PhysicalCardCancelingStatusInfo object ● PhysicalCardCustomOptions object ● PhysicalCardCustomOptionsForGroupDeliveryInput input ● PhysicalCardCustomOptionsForPrintInput input ● PhysicalCardCustomOptionsInput input ● PhysicalCardNotFoundRejection object ● PhysicalCardRenewedStatusInfo object ● PhysicalCardSuspendedStatusInfo object ● PhysicalCardToActivateStatusInfo object ● PhysicalCardWrongStatusRejection object ● PINNotReadyRejection object ● PrintPhysicalCardInput input ● ProjectCardDesigns object ● ProjectCardSettings object ● ProjectForbiddenRejection object ● ProjectFundingLimitExceededRejection object ● ProjectInfo object ● ProjectInstantFundingLimitExceededRejection object ● ProjectInvalidStatusRejection object ● ProjectNotFound object ● ProjectNotFoundRejection object ● ProjectSettingsForbiddenError object ● ProjectSettingsNotFound object ● ProjectSettingsStatusNotReachable object ● PublicOnboardingDisabledRejection object ● RadioField object ● Reason interface ● ReasonInput input ● ReceivedDirectDebitMandate interface ● ReceivedDirectDebitMandateAlreadyExistRejection object ● ReceivedDirectDebitMandateCanceledRejection object ● ReceivedDirectDebitMandateEdge object ● ReceivedDirectDebitMandateNotB2bRejection object ● ReceivedDirectDebitMandateNotFoundRejection object ● RefundInput input ● RefundRejection object ● RefundTransaction input ● Rejection interface ● ReportDocument object ● ReportDocumentFile object ● ReportExchangeRate object ● RequestMerchantProfileUpdate object ● RequestMerchantProfileUpdateInput input ● ResidencePermitDocument object ● ResidencePermitDocumentFile object ● ResidencyAddressInput input ● RestrictedTo object ● RestrictedToInput input ● RestrictedToUserRejection object ● ResumeAccountMembershipInput input ● ResumePhysicalCardInput input ● ScheduleStandingOrderInput input ● Scheme object ● SchemeWrongRejection object ● SelectField object ● SEPABeneficiary object ● SepaBeneficiaryInput input ● SEPACreditTransferCreditor interface ● SEPACreditTransferDebtor interface ● SEPACreditTransferInCreditor object ● SEPACreditTransferInDebtor object ● SEPACreditTransferInternalInDebtor object ● SEPACreditTransferInternalOutCreditor object ● SEPACreditTransferOutCreditor object ● SEPACreditTransferOutDebtor object ● SEPACreditTransferTransaction object ● SepaDirectDebitB2BMerchantPaymentMethod object ● SepaDirectDebitB2BPaymentMethodInput input ● SepaDirectDebitCoreMerchantPaymentMethod object ● SepaDirectDebitCorePaymentMethodInput input ● SEPADirectDebitCreditor interface ● SEPADirectDebitDebtor interface ● SEPADirectDebitInCreditor object ● SEPADirectDebitInDebtor object ● SEPADirectDebitOutCreditor object ● SEPADirectDebitOutDebtor object ● SEPADirectDebitTransaction object ● SEPAPaymentDirectDebitMandate object ● SEPAPaymentMandateCreditor object ● SEPAPaymentMandateDebtor object ● SepaPaymentMandateDebtorInput input ● SEPAReceivedDirectDebitMandate object ● SEPAReceivedDirectDebitMandateCreditor object ● ServerConsentCredentialsNotValidOrOutdatedRejection object ● ServerConsentNotAllowedForConsentOperationRejection object ● ServerConsentNotAllowedForProjectRejection object ● ServerConsentProjectCredentialMissingRejection object ● ServerConsentProjectCredentialNotFoundRejection object ● ServerConsentProjectSettingsNotFoundRejection object ● ServerConsentSignatureNotValidRejection object ● Shareholder object ● SignatureData input ● SingleUseVirtualCardConfigInput input ● specifiedBy directive ● StandingOrder object ● StandingOrderEdge object ● StandingOrderNotFoundRejection object ● StatementEdge object ● SupportingDocument object ● SupportingDocumentCollection object ● SupportingDocumentCollectionEdge object ● SupportingDocumentCollectionNotFoundRejection object ● SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection object ● SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection object ● SupportingDocumentCollectionStatusNotAllowedRejection object ● SupportingDocumentNotFoundRejection object ● SupportingDocumentPostField object ● SupportingDocumentRefusedStatusInfo object ● SupportingDocumentSettings object ● SupportingDocumentStatusDoesNotAllowDeletionRejection object ● SupportingDocumentStatusDoesNotAllowUpdateRejection object ● SupportingDocumentStatusNotAllowedRejection object ● SupportingDocumentUploadedStatusInfo object ● SupportingDocumentUploadInfo object ● SupportingDocumentUploadNotAllowedRejection object ● SupportingDocumentValidatedStatusInfo object ● SuspendAccountReason object ● SuspendAccountReasonInput input ● SuspendedFundingLimitSettingsStatusInfo object ● SuspendReceivedDirectDebitMandatedRejection object ● SwanAccountBeneficiaryInput input ● SwanTCUDocumentNotFoundRejection object ● SwanTCUDocumentStatusNotAllowedRejection object ● TextField object ● TooManyChildConsentsRejection object ● TooManyItemsRejection object ● Transaction interface ● TransactionEdge object ● TransactionNotFoundRejection object ● transactions query ● TransactionsFiltersInput input ● UltimateBeneficialDirectOwnerCompanyInfo object ● UltimateBeneficialDirectOwnerIndividualInfo object ● UltimateBeneficialIndirectOwnerCompanyInfo object ● UltimateBeneficialIndirectOwnerIndividualInfo object ● UpdateAccountHolderInput input ● UpdateAccountInput input ● UpdateAccountMembershipInput input ● UpdateCardInput input ● UpdateCompanyOnboardingInput input ● UpdatedRestrictedToInput input ● UpdateIndividualOnboardingInput input ● UpdateReceivedSepaDirectDebitB2bMandateInput input ● UpdateUserConsentSettingsTokenRejection object ● User object ● user query ● UserConsentSettings object ● UserEdge object ● UserFilterInput input ● UserNotAllowedToDisableItsOwnAccountMembershipRejection object ● UserNotAllowedToManageAccountMembershipRejection object ● UserNotAllowedToSuspendItsOwnAccountMembershipRejection object ● UserNotCardHolderRejection object ● users query ● ValidationError object ● ValidationFieldError object ● ValidationRejection object ● ValidIban object ● ViewCardNumbersInput input ● ViewPhysicalCardNumbersInput input ● ViewPhysicalCardPinInput input ● VirtualIBANEntry object ● VirtualIBANEntryEdge object ● WalletProvider object ● WrongValueProvidedRejection object

- - + + \ No newline at end of file diff --git a/api-reference/scalars/token-requestor-id/index.html b/api-reference/scalars/token-requestor-id/index.html index 56e91e38110..cc9a5fdad29 100644 --- a/api-reference/scalars/token-requestor-id/index.html +++ b/api-reference/scalars/token-requestor-id/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/upload/index.html b/api-reference/scalars/upload/index.html index 861691bb8c0..81769839fa5 100644 --- a/api-reference/scalars/upload/index.html +++ b/api-reference/scalars/upload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/url/index.html b/api-reference/scalars/url/index.html index 4261b057fb8..8266ae38470 100644 --- a/api-reference/scalars/url/index.html +++ b/api-reference/scalars/url/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/scalars/wallet-token/index.html b/api-reference/scalars/wallet-token/index.html index 92b15d3470c..08f27d859f9 100644 --- a/api-reference/scalars/wallet-token/index.html +++ b/api-reference/scalars/wallet-token/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/activate-physical-card-payload/index.html b/api-reference/unions/activate-physical-card-payload/index.html index 39a4465e480..441b07457a3 100644 --- a/api-reference/unions/activate-physical-card-payload/index.html +++ b/api-reference/unions/activate-physical-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ActivatePhysicalCardPayload

No description

union ActivatePhysicalCardPayload = ActivatePhysicalCardSuccessPayload | BadAccountStatusRejection | PhysicalCardNotFoundRejection | PhysicalCardWrongStatusRejection | CannotActivatePhysicalCardRejection | ForbiddenRejection | CardNotFoundRejection | UserNotCardHolderRejection | ValidationRejection

Possible types

ActivatePhysicalCardSuccessPayload object

BadAccountStatusRejection object

Rejection returned if the status account is not valid

PhysicalCardNotFoundRejection object

Rejection returned when the Physical Card does not exist

PhysicalCardWrongStatusRejection object

Rejection returned when the Physical Card is not the expected status

CannotActivatePhysicalCardRejection object

Rejection returned when the Physical Card cannot be activated

ForbiddenRejection object

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

activatePhysicalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-account-membership-payload/index.html b/api-reference/unions/add-account-membership-payload/index.html index 58feb4477b3..940557df234 100644 --- a/api-reference/unions/add-account-membership-payload/index.html +++ b/api-reference/unions/add-account-membership-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddAccountMembershipPayload

No description

union AddAccountMembershipPayload = AddAccountMembershipSuccessPayload | BadAccountStatusRejection | ForbiddenRejection | InvalidPhoneNumberRejection | PermissionCannotBeGrantedRejection | ValidationRejection

Possible types

AddAccountMembershipSuccessPayload object

BadAccountStatusRejection object

Rejection returned if the status account is not valid

ForbiddenRejection object

InvalidPhoneNumberRejection object

Rejection returned if phone number is not well formatted

PermissionCannotBeGrantedRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addAccountMembership mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-account-memberships-payload/index.html b/api-reference/unions/add-account-memberships-payload/index.html index e377cb11229..4bc471921cc 100644 --- a/api-reference/unions/add-account-memberships-payload/index.html +++ b/api-reference/unions/add-account-memberships-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddAccountMembershipsPayload

No description

union AddAccountMembershipsPayload = AddAccountMembershipsSuccessPayload | BadAccountStatusRejection | ForbiddenRejection | InvalidPhoneNumberRejection | PermissionCannotBeGrantedRejection | TooManyItemsRejection | ValidationRejection

Possible types

AddAccountMembershipsSuccessPayload object

BadAccountStatusRejection object

Rejection returned if the status account is not valid

ForbiddenRejection object

InvalidPhoneNumberRejection object

Rejection returned if phone number is not well formatted

PermissionCannotBeGrantedRejection object

TooManyItemsRejection object

Rejection returned if too many items are given

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addAccountMemberships mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-card-payload/index.html b/api-reference/unions/add-card-payload/index.html index 16322bee4e6..77d7e573d78 100644 --- a/api-reference/unions/add-card-payload/index.html +++ b/api-reference/unions/add-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddCardPayload

No description

union AddCardPayload = AddCardSuccessPayload | AccountMembershipNotAllowedRejection | BadAccountStatusRejection | CardProductDisabledRejection | CardProductSuspendedRejection | EnabledCardDesignNotFoundRejection | ForbiddenRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

AddCardSuccessPayload object

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

BadAccountStatusRejection object

Rejection returned if the status account is not valid

CardProductDisabledRejection object

Rejection returned if the card product is disabled.

CardProductSuspendedRejection object

Rejection returned if the card product is suspended.

EnabledCardDesignNotFoundRejection object

Rejection returned if the card product don't have a card design enabled

ForbiddenRejection object

MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-cards-payload/index.html b/api-reference/unions/add-cards-payload/index.html index 03eb26b939e..d6910b6ec3c 100644 --- a/api-reference/unions/add-cards-payload/index.html +++ b/api-reference/unions/add-cards-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddCardsPayload

No description

union AddCardsPayload = AddCardsSuccessPayload | AddingCardsToDifferentAccountsRejection | BadAccountStatusRejection | TooManyItemsRejection | AccountMembershipNotAllowedRejection | CardProductSuspendedRejection | CardProductNotApplicableToPhysicalCardsRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

AddCardsSuccessPayload object

AddingCardsToDifferentAccountsRejection object

Rejection returned if the attempting to add cards to different accounts.

BadAccountStatusRejection object

Rejection returned if the status account is not valid

TooManyItemsRejection object

Rejection returned if too many items are given

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardProductSuspendedRejection object

Rejection returned if the card product is suspended.

CardProductNotApplicableToPhysicalCardsRejection object

Rejection returned if the card product is not applicable to physical card.

CardProductDisabledRejection object

Rejection returned if the card product is disabled.

EnabledCardDesignNotFoundRejection object

Rejection returned if the card product don't have a card design enabled

MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addCards mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-cards-with-group-delivery-payload/index.html b/api-reference/unions/add-cards-with-group-delivery-payload/index.html index 99a2b1cf01f..0571e7e928b 100644 --- a/api-reference/unions/add-cards-with-group-delivery-payload/index.html +++ b/api-reference/unions/add-cards-with-group-delivery-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddCardsWithGroupDeliveryPayload

No description

union AddCardsWithGroupDeliveryPayload = AddCardsWithGroupDeliverySuccessPayload | AddingCardsToDifferentAccountsRejection | BadAccountStatusRejection | TooManyItemsRejection | AccountMembershipNotAllowedRejection | CardProductSuspendedRejection | CardProductNotApplicableToPhysicalCardsRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

AddCardsWithGroupDeliverySuccessPayload object

AddingCardsToDifferentAccountsRejection object

Rejection returned if the attempting to add cards to different accounts.

BadAccountStatusRejection object

Rejection returned if the status account is not valid

TooManyItemsRejection object

Rejection returned if too many items are given

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardProductSuspendedRejection object

Rejection returned if the card product is suspended.

CardProductNotApplicableToPhysicalCardsRejection object

Rejection returned if the card product is not applicable to physical card.

CardProductDisabledRejection object

Rejection returned if the card product is disabled.

EnabledCardDesignNotFoundRejection object

Rejection returned if the card product don't have a card design enabled

MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addCardsWithGroupDelivery mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-digital-card-payload/index.html b/api-reference/unions/add-digital-card-payload/index.html index 11d6e5a7764..169ec8f6ae6 100644 --- a/api-reference/unions/add-digital-card-payload/index.html +++ b/api-reference/unions/add-digital-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddDigitalCardPayload

Payload returned on mutation completion

union AddDigitalCardPayload = AddDigitalCardSuccessPayload | CardNotFoundRejection | CardCanNotBeDigitalizedRejection | ApplePayNotAllowedForProjectRejection | BadAccountStatusRejection | AccountMembershipNotAllowedRejection | UserNotCardHolderRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

AddDigitalCardSuccessPayload object

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

CardCanNotBeDigitalizedRejection object

Rejection returned if the card could not be digitalized

ApplePayNotAllowedForProjectRejection object

Rejection return if the project is not configured to allow Apple Pay

BadAccountStatusRejection object

Rejection returned if the status account is not valid

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

CardProductDisabledRejection object

Rejection returned if the card product is disabled.

EnabledCardDesignNotFoundRejection object

Rejection returned if the card product don't have a card design enabled

MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addDigitalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-direct-debit-funding-source-payload/index.html b/api-reference/unions/add-direct-debit-funding-source-payload/index.html index cf9c4c4fb0d..603f0166d3e 100644 --- a/api-reference/unions/add-direct-debit-funding-source-payload/index.html +++ b/api-reference/unions/add-direct-debit-funding-source-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddDirectDebitFundingSourcePayload

Add Direct Debit Funding Source Payload

union AddDirectDebitFundingSourcePayload = AddDirectDebitFundingSourceSuccessPayload | ForbiddenRejection | NotFoundRejection | AccountVerificationAlreadyRejectedRejection | IBANNotReachableRejection | ValidationRejection

Possible types

AddDirectDebitFundingSourceSuccessPayload object

Add Direct Debit Funding Source Success Payload

ForbiddenRejection object

NotFoundRejection object

Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists

AccountVerificationAlreadyRejectedRejection object

Rejection returned when the external account has already been rejected.

In such a case, contact Swan directly to resolve the situation for this specific account holder.

IBANNotReachableRejection object

Rejection returned when the IBAN is not reachable

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addDirectDebitFundingSource mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-external-account-balance-payload/index.html b/api-reference/unions/add-external-account-balance-payload/index.html index 8871c921e07..b4ccdd9c3c9 100644 --- a/api-reference/unions/add-external-account-balance-payload/index.html +++ b/api-reference/unions/add-external-account-balance-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddExternalAccountBalancePayload

No description

union AddExternalAccountBalancePayload = AddExternalAccountBalanceSuccessPayload | ValidationRejection | ExternalAccountBalanceAlreadyExistsRejection | ForbiddenRejection

Possible types

AddExternalAccountBalanceSuccessPayload object

ValidationRejection object

Rejection returned if an input contains invalid data

ExternalAccountBalanceAlreadyExistsRejection object

ForbiddenRejection object

Returned by

addExternalAccountBalance mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-external-account-payload/index.html b/api-reference/unions/add-external-account-payload/index.html index 94b40566f4b..723c4897187 100644 --- a/api-reference/unions/add-external-account-payload/index.html +++ b/api-reference/unions/add-external-account-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddExternalAccountPayload

No description

union AddExternalAccountPayload = AddExternalAccountSuccessPayload | ValidationRejection | IbanValidationRejection | ExternalAccountAlreadyExistsRejection | ForbiddenRejection

Possible types

AddExternalAccountSuccessPayload object

ValidationRejection object

Rejection returned if an input contains invalid data

IbanValidationRejection object

ExternalAccountAlreadyExistsRejection object

ForbiddenRejection object

Returned by

addExternalAccount mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-funding-limit-settings-change-request-payload/index.html b/api-reference/unions/add-funding-limit-settings-change-request-payload/index.html index b9850d16a6d..bf918a6d332 100644 --- a/api-reference/unions/add-funding-limit-settings-change-request-payload/index.html +++ b/api-reference/unions/add-funding-limit-settings-change-request-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddFundingLimitSettingsChangeRequestPayload

Payload returned on mutation completion

union AddFundingLimitSettingsChangeRequestPayload = AddFundingLimitSettingsChangeRequestSuccessPayload | FundingLimitSettingsChangeRequestBadAmountRejection | AccountHolderNotFoundRejection | ForbiddenRejection | ValidationRejection

Possible types

AddFundingLimitSettingsChangeRequestSuccessPayload object

Add Funding Limit Settings Change Request Success Payload

FundingLimitSettingsChangeRequestBadAmountRejection object

Funding Limit Settings Change Request Bad Amount Rejection

AccountHolderNotFoundRejection object

Rejection returned when the Account Holder was not found

ForbiddenRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addFundingLimitSettingsChangeRequest mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-internal-direct-debit-payment-mandate-payload/index.html b/api-reference/unions/add-internal-direct-debit-payment-mandate-payload/index.html index 67a0d66cc34..8a2f2a0d3a0 100644 --- a/api-reference/unions/add-internal-direct-debit-payment-mandate-payload/index.html +++ b/api-reference/unions/add-internal-direct-debit-payment-mandate-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddInternalDirectDebitPaymentMandatePayload

Union type return by the addInternalDirectDebitPaymentMandate mutation

union AddInternalDirectDebitPaymentMandatePayload = AddInternalDirectDebitPaymentMandateSuccessPayload | ForbiddenRejection | NotFoundRejection | DebtorAccountNotAllowedRejection | DebtorAccountClosedRejection | SchemeWrongRejection | PaymentMandateReferenceAlreadyUsedRejection | InternalErrorRejection

Possible types

AddInternalDirectDebitPaymentMandateSuccessPayload object

Return type in case of a successful response of the addInternalDirectDebitPaymentMandate mutation

ForbiddenRejection object

NotFoundRejection object

Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists

DebtorAccountNotAllowedRejection object

Rejection returned when the Debtor does not belong to the same project as the creditor

DebtorAccountClosedRejection object

Rejection returned when the Debtor is closed

SchemeWrongRejection object

Rejection returned when adding a B2B mandate with an Individual debtor

PaymentMandateReferenceAlreadyUsedRejection object

Rejection returned if the payment mandate reference is already used for the same creditor

InternalErrorRejection object

Rejection returned on unexpected server error

Returned by

addInternalDirectDebitPaymentMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-merchant-profile-payload/index.html b/api-reference/unions/add-merchant-profile-payload/index.html index 4b6078f28ae..2bf21dafdef 100644 --- a/api-reference/unions/add-merchant-profile-payload/index.html +++ b/api-reference/unions/add-merchant-profile-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddMerchantProfilePayload

Add Merchant Profile Payload

union AddMerchantProfilePayload = AddMerchantProfileSuccessPayload | ForbiddenRejection | AccountNotFoundRejection | InternalErrorRejection

Possible types

AddMerchantProfileSuccessPayload object

Add Merchant Profile Success Payload

ForbiddenRejection object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

InternalErrorRejection object

Rejection returned on unexpected server error

Returned by

addMerchantProfile mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-or-update-external-account-balance-payload/index.html b/api-reference/unions/add-or-update-external-account-balance-payload/index.html index 27f019e6e34..85d1c96420c 100644 --- a/api-reference/unions/add-or-update-external-account-balance-payload/index.html +++ b/api-reference/unions/add-or-update-external-account-balance-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload/index.html b/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload/index.html index 6cbe831d933..20829599cc5 100644 --- a/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload/index.html +++ b/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AddReceivedInternalDirectDebitB2bMandatePayload

Union type return by the addReceivedInternalDirectDebitB2bMandate mutation

union AddReceivedInternalDirectDebitB2bMandatePayload = AddReceivedInternalDirectDebitB2bMandateSuccessPayload | ForbiddenRejection | PaymentMandateMandateNotFoundRejection | AccountHolderTypeIndividualRejection

Possible types

AddReceivedInternalDirectDebitB2bMandateSuccessPayload object

Return type in case of a successful response of the addReceivedInternalDirectDebitB2bMandate mutation

ForbiddenRejection object

PaymentMandateMandateNotFoundRejection object

Error returned if the payment mandate was not found

AccountHolderTypeIndividualRejection object

Rejection returned if the account holder type is individual. An individual account holder can't create a b2b received direct debit mandate.

Returned by

addReceivedInternalDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload/index.html b/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload/index.html index f6a504f6eaa..669a52922a4 100644 --- a/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload/index.html +++ b/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

AddReceivedSepaDirectDebitB2bMandatePayload

Union type return by the addReceivedSepaDirectDebitB2bMandate mutation

union AddReceivedSepaDirectDebitB2bMandatePayload = AddReceivedSepaDirectDebitB2bMandateSuccessPayload | ForbiddenRejection | AccountNotFoundRejection | AccountHolderTypeIndividualRejection

Possible types

AddReceivedSepaDirectDebitB2bMandateSuccessPayload object

Return type in case of a successful response of the addReceivedSepaDirectDebitB2bMandate mutation

ForbiddenRejection object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

AccountHolderTypeIndividualRejection object

Rejection returned if the account holder type is individual. An individual account holder can't create a b2b received direct debit mandate.

Returned by

addReceivedSepaDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload/index.html b/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload/index.html index a23b62b6fa8..05180a1a713 100644 --- a/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload/index.html +++ b/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddSepaDirectDebitPaymentMandatePayload

Union type return by the addSepaDirectDebitPaymentMandate mutation

union AddSepaDirectDebitPaymentMandatePayload = AddSepaDirectDebitPaymentMandateSuccessPayload | ForbiddenRejection | NotFoundRejection | DebtorAccountNotAllowedRejection | DebtorAccountClosedRejection | SchemeWrongRejection | PaymentMandateReferenceAlreadyUsedRejection | ValidationRejection | PaymentMethodNotCompatibleRejection | InternalErrorRejection

Possible types

AddSepaDirectDebitPaymentMandateSuccessPayload object

Return type in case of a successful response of the addSepaDirectDebitPaymentMandate mutation

ForbiddenRejection object

NotFoundRejection object

Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists

DebtorAccountNotAllowedRejection object

Rejection returned when the Debtor does not belong to the same project as the creditor

DebtorAccountClosedRejection object

Rejection returned when the Debtor is closed

SchemeWrongRejection object

Rejection returned when adding a B2B mandate with an Individual debtor

PaymentMandateReferenceAlreadyUsedRejection object

Rejection returned if the payment mandate reference is already used for the same creditor

ValidationRejection object

Rejection returned if an input contains invalid data

PaymentMethodNotCompatibleRejection object

Rejection returned when a payment method is not compatible for the requested mutation

InternalErrorRejection object

Rejection returned on unexpected server error

Returned by

addSepaDirectDebitPaymentMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-single-use-virtual-card-payload/index.html b/api-reference/unions/add-single-use-virtual-card-payload/index.html index 652737d3026..67fe478ffa2 100644 --- a/api-reference/unions/add-single-use-virtual-card-payload/index.html +++ b/api-reference/unions/add-single-use-virtual-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddSingleUseVirtualCardPayload

No description

union AddSingleUseVirtualCardPayload = AddSingleUseVirtualCardSuccessForUserPayload | AddSingleUseVirtualCardSuccessForProjectOwnerPayload | BadAccountStatusRejection | AccountMembershipNotAllowedRejection | CardProductSuspendedRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

AddSingleUseVirtualCardSuccessForUserPayload object

AddSingleUseVirtualCardSuccessForProjectOwnerPayload object

BadAccountStatusRejection object

Rejection returned if the status account is not valid

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardProductSuspendedRejection object

Rejection returned if the card product is suspended.

CardProductDisabledRejection object

Rejection returned if the card product is disabled.

EnabledCardDesignNotFoundRejection object

Rejection returned if the card product don't have a card design enabled

MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addSingleUseVirtualCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-single-use-virtual-cards-payload/index.html b/api-reference/unions/add-single-use-virtual-cards-payload/index.html index f22ca442300..71dae68f843 100644 --- a/api-reference/unions/add-single-use-virtual-cards-payload/index.html +++ b/api-reference/unions/add-single-use-virtual-cards-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddSingleUseVirtualCardsPayload

No description

union AddSingleUseVirtualCardsPayload = AddSingleUseVirtualCardsSuccessPayload | AddingCardsToDifferentAccountsRejection | TooManyItemsRejection | BadAccountStatusRejection | AccountMembershipNotAllowedRejection | CardProductSuspendedRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

AddSingleUseVirtualCardsSuccessPayload object

AddingCardsToDifferentAccountsRejection object

Rejection returned if the attempting to add cards to different accounts.

TooManyItemsRejection object

Rejection returned if too many items are given

BadAccountStatusRejection object

Rejection returned if the status account is not valid

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardProductSuspendedRejection object

Rejection returned if the card product is suspended.

CardProductDisabledRejection object

Rejection returned if the card product is disabled.

EnabledCardDesignNotFoundRejection object

Rejection returned if the card product don't have a card design enabled

MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addSingleUseVirtualCards mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/add-virtual-iban-entry-payload/index.html b/api-reference/unions/add-virtual-iban-entry-payload/index.html index e57ce52f6b4..f09fa37a3d3 100644 --- a/api-reference/unions/add-virtual-iban-entry-payload/index.html +++ b/api-reference/unions/add-virtual-iban-entry-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

AddVirtualIbanEntryPayload

No description

union AddVirtualIbanEntryPayload = AddVirtualIbanEntrySuccessPayload | AccountNotFoundRejection | BadAccountStatusRejection | ForbiddenRejection | ValidationRejection

Possible types

AddVirtualIbanEntrySuccessPayload object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

BadAccountStatusRejection object

Rejection returned if the status account is not valid

ForbiddenRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addVirtualIbanEntry mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/allow-sdd-payload/index.html b/api-reference/unions/allow-sdd-payload/index.html index 067aaf83959..f3309938c83 100644 --- a/api-reference/unions/allow-sdd-payload/index.html +++ b/api-reference/unions/allow-sdd-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/allow-sdd-virtual-iban-entry-payload/index.html b/api-reference/unions/allow-sdd-virtual-iban-entry-payload/index.html index 1b1efa05d1b..5ea170ae4fb 100644 --- a/api-reference/unions/allow-sdd-virtual-iban-entry-payload/index.html +++ b/api-reference/unions/allow-sdd-virtual-iban-entry-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/bind-account-membership-payload/index.html b/api-reference/unions/bind-account-membership-payload/index.html index 3f1398adac4..7f90af9dee0 100644 --- a/api-reference/unions/bind-account-membership-payload/index.html +++ b/api-reference/unions/bind-account-membership-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

BindAccountMembershipPayload

No description

union BindAccountMembershipPayload = BindAccountMembershipSuccessPayload | BadAccountStatusRejection | AccountMembershipNotFoundRejection | AccountMembershipNotReadyToBeBoundRejection | IdentityAlreadyBindToAccountMembershipRejection | RestrictedToUserRejection | ValidationRejection

Possible types

BindAccountMembershipSuccessPayload object

BadAccountStatusRejection object

Rejection returned if the status account is not valid

AccountMembershipNotFoundRejection object

AccountMembershipNotReadyToBeBoundRejection object

Rejection returned if invitation has not been sent to user yet

IdentityAlreadyBindToAccountMembershipRejection object

Rejection returned if identity and the account memberships are already bind

RestrictedToUserRejection object

Rejection returned if the mutation cannot be executed in another context than user

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

bindAccountMembership mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-card-payload/index.html b/api-reference/unions/cancel-card-payload/index.html index b82f75937c0..b5169c265fd 100644 --- a/api-reference/unions/cancel-card-payload/index.html +++ b/api-reference/unions/cancel-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelCardPayload

No description

union CancelCardPayload = CancelCardSuccessPayload | AccountMembershipNotAllowedRejection | CardNotFoundRejection | ForbiddenRejection | ValidationRejection

Possible types

CancelCardSuccessPayload object

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

ForbiddenRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

cancelCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-consent-payload/index.html b/api-reference/unions/cancel-consent-payload/index.html index e802930e54d..199ca5a73f2 100644 --- a/api-reference/unions/cancel-consent-payload/index.html +++ b/api-reference/unions/cancel-consent-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelConsentPayload

Payload of the cancelConsent mutation

union CancelConsentPayload = CancelConsentSuccessPayload | ConsentNotFoundRejection | NotReachableConsentStatusRejection

Possible types

CancelConsentSuccessPayload object

Success payload of the cancelConsent mutation

ConsentNotFoundRejection object

Rejection returned if a consent was not found

NotReachableConsentStatusRejection object

Rejection returned when consent status couldn't change

Returned by

cancelConsent mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-digital-card-payload/index.html b/api-reference/unions/cancel-digital-card-payload/index.html index 0f7cf2338d1..f72b1b48b01 100644 --- a/api-reference/unions/cancel-digital-card-payload/index.html +++ b/api-reference/unions/cancel-digital-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelDigitalCardPayload

No description

union CancelDigitalCardPayload = CancelDigitalCardSuccessPayload | AccountMembershipNotAllowedRejection | CardNotFoundRejection | DigitalCardNotFoundRejection | ForbiddenRejection | ValidationRejection

Possible types

CancelDigitalCardSuccessPayload object

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

DigitalCardNotFoundRejection object

Rejection returned when the Digital Card does not exist

ForbiddenRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

cancelDigitalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-funding-source-payload/index.html b/api-reference/unions/cancel-funding-source-payload/index.html index fbf5228bff7..44ab4312994 100644 --- a/api-reference/unions/cancel-funding-source-payload/index.html +++ b/api-reference/unions/cancel-funding-source-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelFundingSourcePayload

Cancel Funding Source Payload

union CancelFundingSourcePayload = CancelFundingSourceSuccessPayload | ForbiddenRejection | NotFoundRejection

Possible types

CancelFundingSourceSuccessPayload object

Cancel Funding Source Success Payload

ForbiddenRejection object

NotFoundRejection object

Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists

Returned by

cancelFundingSource mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-physical-card-payload/index.html b/api-reference/unions/cancel-physical-card-payload/index.html index a16d8ec8413..cb3ee0b1380 100644 --- a/api-reference/unions/cancel-physical-card-payload/index.html +++ b/api-reference/unions/cancel-physical-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelPhysicalCardPayload

No description

union CancelPhysicalCardPayload = CancelPhysicalCardSuccessPayload | AccountMembershipNotAllowedRejection | CardNotFoundRejection | ForbiddenRejection | PhysicalCardNotFoundRejection | ValidationRejection

Possible types

CancelPhysicalCardSuccessPayload object

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

ForbiddenRejection object

PhysicalCardNotFoundRejection object

Rejection returned when the Physical Card does not exist

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

cancelPhysicalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-standing-order-payload/index.html b/api-reference/unions/cancel-standing-order-payload/index.html index 7524d8e424a..7bdfd97cae5 100644 --- a/api-reference/unions/cancel-standing-order-payload/index.html +++ b/api-reference/unions/cancel-standing-order-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelStandingOrderPayload

No description

union CancelStandingOrderPayload = CancelStandingOrderSuccessPayload | ForbiddenRejection | InternalErrorRejection | StandingOrderNotFoundRejection

Possible types

CancelStandingOrderSuccessPayload object

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

StandingOrderNotFoundRejection object

Rejection returned when Standing Order is not found

Returned by

cancelStandingOrder mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-transaction-payload/index.html b/api-reference/unions/cancel-transaction-payload/index.html index 02bf6224b2e..297aa80a83a 100644 --- a/api-reference/unions/cancel-transaction-payload/index.html +++ b/api-reference/unions/cancel-transaction-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/cancel-virtual-iban-entry-payload/index.html b/api-reference/unions/cancel-virtual-iban-entry-payload/index.html index b2420dfe85d..b9caf862bbf 100644 --- a/api-reference/unions/cancel-virtual-iban-entry-payload/index.html +++ b/api-reference/unions/cancel-virtual-iban-entry-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CancelVirtualIbanEntryPayload

No description

union CancelVirtualIbanEntryPayload = CancelVirtualIbanEntrySuccessPayload | AccountNotFoundRejection | BadAccountStatusRejection | InternalErrorRejection | ValidationRejection

Possible types

CancelVirtualIbanEntrySuccessPayload object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

BadAccountStatusRejection object

Rejection returned if the status account is not valid

InternalErrorRejection object

Rejection returned on unexpected server error

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

cancelVirtualIbanEntry mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/close-account-payload/index.html b/api-reference/unions/close-account-payload/index.html index f1525a05d9d..aeda5224559 100644 --- a/api-reference/unions/close-account-payload/index.html +++ b/api-reference/unions/close-account-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CloseAccountPayload

No description

union CloseAccountPayload = CloseAccountSuccessPayload | AccountNotFoundRejection | BadAccountStatusRejection | ForbiddenRejection | InternalErrorRejection | ValidationRejection

Possible types

CloseAccountSuccessPayload object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

BadAccountStatusRejection object

Rejection returned if the status account is not valid

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

closeAccount mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/close-account-status-reason/index.html b/api-reference/unions/close-account-status-reason/index.html index 375e03a7ed1..f210238f5aa 100644 --- a/api-reference/unions/close-account-status-reason/index.html +++ b/api-reference/unions/close-account-status-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/create-capital-deposit-case-payload/index.html b/api-reference/unions/create-capital-deposit-case-payload/index.html index 2241dc2d8e7..17257906dda 100644 --- a/api-reference/unions/create-capital-deposit-case-payload/index.html +++ b/api-reference/unions/create-capital-deposit-case-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/create-multi-consent-payload/index.html b/api-reference/unions/create-multi-consent-payload/index.html index f653d91edce..218374ef8a8 100644 --- a/api-reference/unions/create-multi-consent-payload/index.html +++ b/api-reference/unions/create-multi-consent-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

CreateMultiConsentPayload

Payload of the createMultiConsent mutation

union CreateMultiConsentPayload = CreateMultiConsentSuccessPayload | ConsentsNotAllInCreatedStatusRejection | ConsentsNotFoundRejection | TooManyChildConsentsRejection | ConsentsAlreadyLinkedToMultiConsentRejection

Possible types

CreateMultiConsentSuccessPayload object

Success payload of the createMultiConsent mutation

ConsentsNotAllInCreatedStatusRejection object

Rejection returned when all provided consents are not in created status

ConsentsNotFoundRejection object

Rejection returned when a consent ID passed as input does not exist.

TooManyChildConsentsRejection object

Rejection returned when trying to create a multi consent with too many child consents

ConsentsAlreadyLinkedToMultiConsentRejection object

Rejection returned when a the consent is already linked to another multi consent

Returned by

createMultiConsent mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/delete-supporting-document-payload/index.html b/api-reference/unions/delete-supporting-document-payload/index.html index 4e0b9f144ef..85d2320feb4 100644 --- a/api-reference/unions/delete-supporting-document-payload/index.html +++ b/api-reference/unions/delete-supporting-document-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DeleteSupportingDocumentPayload

No description

union DeleteSupportingDocumentPayload = DeleteSupportingDocumentSuccessPayload | ForbiddenRejection | InternalErrorRejection | SupportingDocumentCollectionNotFoundRejection | SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection | SupportingDocumentNotFoundRejection | SupportingDocumentStatusDoesNotAllowDeletionRejection | ValidationRejection

Possible types

DeleteSupportingDocumentSuccessPayload object

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

SupportingDocumentCollectionNotFoundRejection object

Rejection returned if the supporting document collection was not found

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection object

Rejection returned if supporting document cannot be deleted because its supporting document collection status is not WaitingForDocument

SupportingDocumentNotFoundRejection object

Rejection returned if the supporting document was not found

SupportingDocumentStatusDoesNotAllowDeletionRejection object

Rejection returned if supporting document cannot be deleted because of its status

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

deleteSupportingDocument mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/deny-sdd-payload/index.html b/api-reference/unions/deny-sdd-payload/index.html index ececbe1e672..602bc61eca3 100644 --- a/api-reference/unions/deny-sdd-payload/index.html +++ b/api-reference/unions/deny-sdd-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DenySddPayload

No description

union DenySddPayload = DenySddSuccessPayload | BadAccountStatusRejection | AccountNotFoundRejection | InvalidArgumentRejection | ValidationRejection

Possible types

DenySddSuccessPayload object

BadAccountStatusRejection object

Rejection returned if the status account is not valid

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

InvalidArgumentRejection object

Rejection returned on invalid argument error

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

denySdd mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/deny-sdd-virtual-iban-entry-payload/index.html b/api-reference/unions/deny-sdd-virtual-iban-entry-payload/index.html index b34a528a2e9..3ba8e7a0727 100644 --- a/api-reference/unions/deny-sdd-virtual-iban-entry-payload/index.html +++ b/api-reference/unions/deny-sdd-virtual-iban-entry-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/disable-account-membership-payload/index.html b/api-reference/unions/disable-account-membership-payload/index.html index 48624b00042..f77bab00b7f 100644 --- a/api-reference/unions/disable-account-membership-payload/index.html +++ b/api-reference/unions/disable-account-membership-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

DisableAccountMembershipPayload

No description

union DisableAccountMembershipPayload = DisableAccountMembershipSuccessPayload | AccountMembershipCannotBeDisabledRejection | AccountMembershipNotFoundRejection | ForbiddenRejection | InternalErrorRejection | LegalRepresentativeAccountMembershipCannotBeDisabledRejection | UserNotAllowedToDisableItsOwnAccountMembershipRejection | ValidationRejection

Possible types

DisableAccountMembershipSuccessPayload object

AccountMembershipCannotBeDisabledRejection object

AccountMembershipNotFoundRejection object

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

LegalRepresentativeAccountMembershipCannotBeDisabledRejection object

UserNotAllowedToDisableItsOwnAccountMembershipRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

disableAccountMembership mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/enable-received-direct-debit-mandate-payload/index.html b/api-reference/unions/enable-received-direct-debit-mandate-payload/index.html index b0b36aa4915..b3a391b21df 100644 --- a/api-reference/unions/enable-received-direct-debit-mandate-payload/index.html +++ b/api-reference/unions/enable-received-direct-debit-mandate-payload/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

EnableReceivedDirectDebitMandatePayload

Union type return by the enableReceivedDirectDebitMandate mutation

union EnableReceivedDirectDebitMandatePayload = EnableReceivedDirectDebitMandateSuccessPayload | ReceivedDirectDebitMandateNotFoundRejection | ReceivedDirectDebitMandateCanceledRejection | ForbiddenRejection

Possible types

EnableReceivedDirectDebitMandateSuccessPayload object

Return type in case of a successful response of the enableReceivedDirectDebitMandate mutation

ReceivedDirectDebitMandateNotFoundRejection object

Error returned if the received direct debit mandate was not found or if the user does not have the rights to receive information abo ut the existence of the received direct debit mandate

ReceivedDirectDebitMandateCanceledRejection object

Received direct debit mandate is canceled and therefore can't be enabled/suspended or updated

ForbiddenRejection object

Returned by

enableReceivedDirectDebitMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/finalize-onboarding-payload/index.html b/api-reference/unions/finalize-onboarding-payload/index.html index a0062adc01d..f05124c20d7 100644 --- a/api-reference/unions/finalize-onboarding-payload/index.html +++ b/api-reference/unions/finalize-onboarding-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

FinalizeOnboardingPayload

No description

union FinalizeOnboardingPayload = FinalizeOnboardingSuccessPayload | InternalErrorRejection | ForbiddenRejection | OnboardingNotCompletedRejection | ValidationRejection

Possible types

FinalizeOnboardingSuccessPayload object

InternalErrorRejection object

Rejection returned on unexpected server error

ForbiddenRejection object

OnboardingNotCompletedRejection object

Rejection returned if an onboarding is not completed

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

finalizeOnboarding mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/generate-capital-deposit-document-upload-url-payload/index.html b/api-reference/unions/generate-capital-deposit-document-upload-url-payload/index.html index f173a7d9121..69d92138e34 100644 --- a/api-reference/unions/generate-capital-deposit-document-upload-url-payload/index.html +++ b/api-reference/unions/generate-capital-deposit-document-upload-url-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

GenerateCapitalDepositDocumentUploadUrlPayload

No description

union GenerateCapitalDepositDocumentUploadUrlPayload = GenerateCapitalDepositDocumentUploadUrlSuccessPayload | CapitalDepositDocumentCanNotBeUploaded | ForbiddenRejection | BadRequestRejection | InternalErrorRejection

Possible types

GenerateCapitalDepositDocumentUploadUrlSuccessPayload object

CapitalDepositDocumentCanNotBeUploaded object

Rejection returned if the document from a capital deposit case cannot be uploaded in its context

ForbiddenRejection object

BadRequestRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

Returned by

generateCapitalDepositDocumentUploadUrl mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/generate-supporting-document-upload-url-payload/index.html b/api-reference/unions/generate-supporting-document-upload-url-payload/index.html index b5ce3e934c2..2a66841213e 100644 --- a/api-reference/unions/generate-supporting-document-upload-url-payload/index.html +++ b/api-reference/unions/generate-supporting-document-upload-url-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

GenerateSupportingDocumentUploadUrlPayload

No description

union GenerateSupportingDocumentUploadUrlPayload = GenerateSupportingDocumentUploadUrlSuccessPayload | SupportingDocumentCollectionNotFoundRejection | ForbiddenRejection | InternalErrorRejection | SupportingDocumentUploadNotAllowedRejection | ValidationRejection

Possible types

GenerateSupportingDocumentUploadUrlSuccessPayload object

SupportingDocumentCollectionNotFoundRejection object

Rejection returned if the supporting document collection was not found

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

SupportingDocumentUploadNotAllowedRejection object

Rejection returned if the supporting document collection cannot receive supporting documents anymore

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

generateSupportingDocumentUploadUrl mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/grant-consent-with-server-signature-payload/index.html b/api-reference/unions/grant-consent-with-server-signature-payload/index.html index 64a16b9d9a7..aea2852a9c0 100644 --- a/api-reference/unions/grant-consent-with-server-signature-payload/index.html +++ b/api-reference/unions/grant-consent-with-server-signature-payload/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

GrantConsentWithServerSignaturePayload

Payload of the grantConsentWithServerSignature mutation

union GrantConsentWithServerSignaturePayload = GrantConsentWithServerSignatureSuccessPayload | ConsentNotFoundRejection | NotReachableConsentStatusRejection | ForbiddenRejection | ConsentTypeNotSupportedByServerConsentRejection | ServerConsentNotAllowedForConsentOperationRejection | ProjectNotFoundRejection | ServerConsentNotAllowedForProjectRejection | ServerConsentProjectSettingsNotFoundRejection | ServerConsentProjectCredentialMissingRejection | ServerConsentProjectCredentialNotFoundRejection | ServerConsentCredentialsNotValidOrOutdatedRejection | ServerConsentSignatureNotValidRejection

Possible types

GrantConsentWithServerSignatureSuccessPayload object

Success payload of the grantConsentWithServerSignature mutation

ConsentNotFoundRejection object

Rejection returned if a consent was not found

NotReachableConsentStatusRejection object

Rejection returned when consent status couldn't change

ForbiddenRejection object

ConsentTypeNotSupportedByServerConsentRejection object

ServerConsentNotAllowedForConsentOperationRejection object

Rejection returned when server consent is not allowed on the consent

ProjectNotFoundRejection object

Rejection returned when the project is not found

ServerConsentNotAllowedForProjectRejection object

Rejection returned when server consent is not allowed for the project associated with the consent

ServerConsentProjectSettingsNotFoundRejection object

Rejection returned when the server consent project settings are not found

ServerConsentProjectCredentialMissingRejection object

Rejection returned when there are no server consent credentials for the project

ServerConsentProjectCredentialNotFoundRejection object

Rejection returned when the server consent project credentials are not found

ServerConsentCredentialsNotValidOrOutdatedRejection object

Rejection returned when signature is not valid or remote IP address is not allowed

ServerConsentSignatureNotValidRejection object

Rejection returned when the signature is not valid @Deprecated

Returned by

grantConsentWithServerSignature mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/iban-validation-result/index.html b/api-reference/unions/iban-validation-result/index.html index 422b6ad781e..3be12aa59fc 100644 --- a/api-reference/unions/iban-validation-result/index.html +++ b/api-reference/unions/iban-validation-result/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/identification-document/index.html b/api-reference/unions/identification-document/index.html index 26b90148acf..4178c5ab423 100644 --- a/api-reference/unions/identification-document/index.html +++ b/api-reference/unions/identification-document/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdentificationDocument

Union representing all the possible identification document types

union IdentificationDocument = IdCardDocument | PassportDocument | ResidencePermitDocument | DriversLicenseDocument | FacePhotoDocument | ReportDocument

Possible types

IdCardDocument object

The document corresponding to an ID card

PassportDocument object

The document corresponding to a passport

ResidencePermitDocument object

The document corresponding to a residence permit

DriversLicenseDocument object

The document corresponding to a driver's license

FacePhotoDocument object

The document corresponding to a face photo

ReportDocument object

The document corresponding to a identification report

Member of

Identification object

- - + + \ No newline at end of file diff --git a/api-reference/unions/identification-level-status-info/index.html b/api-reference/unions/identification-level-status-info/index.html index 9e5e025d652..a04de160330 100644 --- a/api-reference/unions/identification-level-status-info/index.html +++ b/api-reference/unions/identification-level-status-info/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

IdentificationLevelStatusInfo

Union representing all the possible statuses: not supported, not started, pending, valid, invalid, cancelled, expired Each variant contains its relevant data, for example invalid contains a reason field, expired contains an expiredAt field, valid contains a documents field

union IdentificationLevelStatusInfo = NotSupportedIdentificationLevelStatusInfo | NotStartedIdentificationLevelStatusInfo | StartedIdentificationLevelStatusInfo | PendingIdentificationLevelStatusInfo | ValidIdentificationLevelStatusInfo | InvalidIdentificationLevelStatusInfo | CanceledIdentificationLevelStatusInfo | ExpiredIdentificationLevelStatusInfo

Possible types

NotSupportedIdentificationLevelStatusInfo object

Describes an identification level that's not supported for the process of the current identification

NotStartedIdentificationLevelStatusInfo object

Describes an identification level that hasn't started for the process of the current identification

StartedIdentificationLevelStatusInfo object

Describes an identification level that has started for the process of the current identification

PendingIdentificationLevelStatusInfo object

Describes an identification level that is pending for the process of the current identification, requiring an operation not related to the end-user to progress

ValidIdentificationLevelStatusInfo object

Describes a valid identification level for the process associated to this identification, and identification documents can be accessed

InvalidIdentificationLevelStatusInfo object

Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed

CanceledIdentificationLevelStatusInfo object

Describes an identification level for the process associated to this identification that has been cancelled by the end-user

ExpiredIdentificationLevelStatusInfo object

Describes an identification level for the process associated to this identification that has expired and is no longer considered valid

Member of

IdentificationLevelStatusesInfo object

- - + + \ No newline at end of file diff --git a/api-reference/unions/identification-process-info/index.html b/api-reference/unions/identification-process-info/index.html index 2dc8c6c432b..4a25a6e4476 100644 --- a/api-reference/unions/identification-process-info/index.html +++ b/api-reference/unions/identification-process-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

IdentificationProcessInfo

Union representing the process that was used for this identification

union IdentificationProcessInfo = IdentificationExpertProcessInfo | IdentificationExpertWithQESProcessInfo | IdentificationPVIDProcessInfo

Possible types

IdentificationExpertProcessInfo object

The identification process associated to the expert level

IdentificationExpertWithQESProcessInfo object

The identification process associated to the Qualified Electronic Signature level

IdentificationPVIDProcessInfo object

The identification process associated to the PVID/Remote Identity Verification Service level

Member of

Identification object

- - + + \ No newline at end of file diff --git a/api-reference/unions/initiate-credit-transfers-payload/index.html b/api-reference/unions/initiate-credit-transfers-payload/index.html index b1007e7420f..53f0b2befcb 100644 --- a/api-reference/unions/initiate-credit-transfers-payload/index.html +++ b/api-reference/unions/initiate-credit-transfers-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/initiate-funding-request-payload/index.html b/api-reference/unions/initiate-funding-request-payload/index.html index 6efb6fc459e..6e05d80132e 100644 --- a/api-reference/unions/initiate-funding-request-payload/index.html +++ b/api-reference/unions/initiate-funding-request-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InitiateFundingRequestPayload

Initiate A Funding Request Payload

union InitiateFundingRequestPayload = InitiateFundingRequestSuccessPayload | ForbiddenRejection | ValidationRejection | FundingLimitExceededRejection | ProjectFundingLimitExceededRejection | GlobalFundingLimitExceededRejection | FundingSourceWrongStatusRejection | FundingSourceNotFoundRejection | InsufficientFundsRejection | InstantFundingLimitExceededRejection | ProjectInstantFundingLimitExceededRejection | GlobalInstantFundingLimitExceededRejection | AccountVerificationWrongStatusRejection

Possible types

InitiateFundingRequestSuccessPayload object

Initiate A Funding Request Success Payload

ForbiddenRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

FundingLimitExceededRejection object

Rejection returned when the Account Holder Funding has been exceeded

ProjectFundingLimitExceededRejection object

Rejection returned when the Project Funding has been exceeded

GlobalFundingLimitExceededRejection object

Rejection returned when the Global Funding has been exceeded

FundingSourceWrongStatusRejection object

Rejection returned when the Funding Source is not in the expected status

FundingSourceNotFoundRejection object

InsufficientFundsRejection object

Rejection returned when the Available balance is insufficient

InstantFundingLimitExceededRejection object

Rejection returned when the Account Holder Instant Funding limit has been exceeded

ProjectInstantFundingLimitExceededRejection object

Rejection returned when the Project Instant Funding limit has been exceeded

GlobalInstantFundingLimitExceededRejection object

Rejection returned when the Global Instant Funding limit has been exceeded

AccountVerificationWrongStatusRejection object

Rejection returned when the Account Verification is not in the expected status

Returned by

initiateFundingRequest mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/initiate-international-credit-transfer-response-payload/index.html b/api-reference/unions/initiate-international-credit-transfer-response-payload/index.html index b3e95a296ec..cb62230fbfc 100644 --- a/api-reference/unions/initiate-international-credit-transfer-response-payload/index.html +++ b/api-reference/unions/initiate-international-credit-transfer-response-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InitiateInternationalCreditTransferResponsePayload

Initiate International Credit Transfer Response Payload

union InitiateInternationalCreditTransferResponsePayload = InitiateInternationalCreditTransferResponseSuccessPayload | AccountNotFoundRejection | ForbiddenRejection | InternalErrorRejection | ValidationRejection

Possible types

InitiateInternationalCreditTransferResponseSuccessPayload object

Initiate International Credit Transfer Response Success Payload

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

initiateInternationalCreditTransfer mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/initiate-merchant-payment-collection-payload/index.html b/api-reference/unions/initiate-merchant-payment-collection-payload/index.html index 033afa4c2b4..89a81e001c6 100644 --- a/api-reference/unions/initiate-merchant-payment-collection-payload/index.html +++ b/api-reference/unions/initiate-merchant-payment-collection-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

InitiateMerchantPaymentCollectionPayload

No description

union InitiateMerchantPaymentCollectionPayload = InitiateMerchantPaymentCollectionSuccessPayload | ForbiddenRejection | NotFoundRejection | InternalErrorRejection | ValidationRejection

Possible types

InitiateMerchantPaymentCollectionSuccessPayload object

ForbiddenRejection object

NotFoundRejection object

Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists

InternalErrorRejection object

Rejection returned on unexpected server error

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

initiateMerchantPaymentCollection mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/onboard-company-account-holder-payload/index.html b/api-reference/unions/onboard-company-account-holder-payload/index.html index 6feb02f732d..10b7cb3d9ab 100644 --- a/api-reference/unions/onboard-company-account-holder-payload/index.html +++ b/api-reference/unions/onboard-company-account-holder-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/onboard-individual-account-holder-payload/index.html b/api-reference/unions/onboard-individual-account-holder-payload/index.html index e16bb019aac..63448a65649 100644 --- a/api-reference/unions/onboard-individual-account-holder-payload/index.html +++ b/api-reference/unions/onboard-individual-account-holder-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/print-physical-card-payload/index.html b/api-reference/unions/print-physical-card-payload/index.html index cc4eedb4c3f..85ccf8f0f86 100644 --- a/api-reference/unions/print-physical-card-payload/index.html +++ b/api-reference/unions/print-physical-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

PrintPhysicalCardPayload

No description

union PrintPhysicalCardPayload = PrintPhysicalCardSuccessPayload | AccountMembershipNotAllowedRejection | AlreadyValidPhysicalCardRejection | BadAccountStatusRejection | BadRequestRejection | CardNotFoundRejection | CardProductNotApplicableToPhysicalCardsRejection | CardProductDisabledRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

PrintPhysicalCardSuccessPayload object

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

AlreadyValidPhysicalCardRejection object

Rejection returned if card already has a valid Physical Card

BadAccountStatusRejection object

Rejection returned if the status account is not valid

BadRequestRejection object

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

CardProductNotApplicableToPhysicalCardsRejection object

Rejection returned if the card product is not applicable to physical card.

CardProductDisabledRejection object

Rejection returned if the card product is disabled.

MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

printPhysicalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/refund-payload/index.html b/api-reference/unions/refund-payload/index.html index 85a389b3422..573e6398822 100644 --- a/api-reference/unions/refund-payload/index.html +++ b/api-reference/unions/refund-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RefundPayload

The respond body to a refund mutation

union RefundPayload = RefundSuccessPayload | RefundRejection

Possible types

RefundSuccessPayload object

Consent generated by the refund mutation

RefundRejection object

Rejection returned if the transaction status is not correct for the desired action

Returned by

refund mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/request-merchant-payment-methods-payload/index.html b/api-reference/unions/request-merchant-payment-methods-payload/index.html index f6abd446bc4..388eca93d5a 100644 --- a/api-reference/unions/request-merchant-payment-methods-payload/index.html +++ b/api-reference/unions/request-merchant-payment-methods-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RequestMerchantPaymentMethodsPayload

No description

union RequestMerchantPaymentMethodsPayload = RequestMerchantPaymentMethodsSuccessPayload | ForbiddenRejection | NotFoundRejection | InternalErrorRejection | ValidationRejection

Possible types

RequestMerchantPaymentMethodsSuccessPayload object

ForbiddenRejection object

NotFoundRejection object

Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists

InternalErrorRejection object

Rejection returned on unexpected server error

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

requestMerchantPaymentMethods mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/request-merchant-profile-update-payload/index.html b/api-reference/unions/request-merchant-profile-update-payload/index.html index 128a6dc0966..cfcf64f0f77 100644 --- a/api-reference/unions/request-merchant-profile-update-payload/index.html +++ b/api-reference/unions/request-merchant-profile-update-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RequestMerchantProfileUpdatePayload

Add Merchant Profile Payload

union RequestMerchantProfileUpdatePayload = RequestMerchantProfileUpdateSuccessPayload | ForbiddenRejection | AccountNotFoundRejection | InternalErrorRejection

Possible types

RequestMerchantProfileUpdateSuccessPayload object

Add Merchant Profile Success Payload

ForbiddenRejection object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

InternalErrorRejection object

Rejection returned on unexpected server error

Returned by

requestMerchantProfileUpdate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/request-supporting-document-collection-review-payload/index.html b/api-reference/unions/request-supporting-document-collection-review-payload/index.html index 8538d877560..583897c3503 100644 --- a/api-reference/unions/request-supporting-document-collection-review-payload/index.html +++ b/api-reference/unions/request-supporting-document-collection-review-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

RequestSupportingDocumentCollectionReviewPayload

No description

union RequestSupportingDocumentCollectionReviewPayload = RequestSupportingDocumentCollectionReviewSuccessPayload | ForbiddenRejection | SupportingDocumentCollectionNotFoundRejection | SupportingDocumentCollectionStatusNotAllowedRejection | ValidationRejection

Possible types

RequestSupportingDocumentCollectionReviewSuccessPayload object

ForbiddenRejection object

SupportingDocumentCollectionNotFoundRejection object

Rejection returned if the supporting document collection was not found

SupportingDocumentCollectionStatusNotAllowedRejection object

Rejection returned if the status transition is not allowed

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

requestSupportingDocumentCollectionReview mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/resume-account-membership-payload/index.html b/api-reference/unions/resume-account-membership-payload/index.html index 0410cd7407f..8ca7164d457 100644 --- a/api-reference/unions/resume-account-membership-payload/index.html +++ b/api-reference/unions/resume-account-membership-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ResumeAccountMembershipPayload

No description

union ResumeAccountMembershipPayload = ResumeAccountMembershipSuccessPayload | ForbiddenRejection | UserNotAllowedToManageAccountMembershipRejection | ValidationRejection

Possible types

ResumeAccountMembershipSuccessPayload object

ForbiddenRejection object

UserNotAllowedToManageAccountMembershipRejection object

Rejection returned if a identity does not have enough permission to manage account membership

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

resumeAccountMembership mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/resume-physical-card-payload/index.html b/api-reference/unions/resume-physical-card-payload/index.html index c394b60f4db..2fd485a3db2 100644 --- a/api-reference/unions/resume-physical-card-payload/index.html +++ b/api-reference/unions/resume-physical-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ResumePhysicalCardPayload

No description

union ResumePhysicalCardPayload = ResumePhysicalCardSuccessPayload | ForbiddenRejection | CardNotFoundRejection | UserNotCardHolderRejection | PhysicalCardNotFoundRejection | PhysicalCardWrongStatusRejection | ValidationRejection

Possible types

ResumePhysicalCardSuccessPayload object

ForbiddenRejection object

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

PhysicalCardNotFoundRejection object

Rejection returned when the Physical Card does not exist

PhysicalCardWrongStatusRejection object

Rejection returned when the Physical Card is not the expected status

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

resumePhysicalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/schedule-standing-order-payload/index.html b/api-reference/unions/schedule-standing-order-payload/index.html index 135fb198717..e23b31bbd51 100644 --- a/api-reference/unions/schedule-standing-order-payload/index.html +++ b/api-reference/unions/schedule-standing-order-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ScheduleStandingOrderPayload

No description

union ScheduleStandingOrderPayload = ScheduleStandingOrderSuccessPayload | ForbiddenRejection | InternalErrorRejection | InvalidArgumentRejection

Possible types

ScheduleStandingOrderSuccessPayload object

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

InvalidArgumentRejection object

Rejection returned on invalid argument error

Returned by

scheduleStandingOrder mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/shareholder-info/index.html b/api-reference/unions/shareholder-info/index.html index cb1de126b6e..5cc70a2c4a6 100644 --- a/api-reference/unions/shareholder-info/index.html +++ b/api-reference/unions/shareholder-info/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/suspend-account-membership-payload/index.html b/api-reference/unions/suspend-account-membership-payload/index.html index 2283c7887e3..0f4a458cdb8 100644 --- a/api-reference/unions/suspend-account-membership-payload/index.html +++ b/api-reference/unions/suspend-account-membership-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SuspendAccountMembershipPayload

No description

union SuspendAccountMembershipPayload = SuspendAccountMembershipSuccessPayload | InternalErrorRejection | LegalRepresentativeAccountMembershipCannotBeSuspendedRejection | UserNotAllowedToManageAccountMembershipRejection | UserNotAllowedToSuspendItsOwnAccountMembershipRejection | ValidationRejection

Possible types

SuspendAccountMembershipSuccessPayload object

InternalErrorRejection object

Rejection returned on unexpected server error

LegalRepresentativeAccountMembershipCannotBeSuspendedRejection object

UserNotAllowedToManageAccountMembershipRejection object

Rejection returned if a identity does not have enough permission to manage account membership

UserNotAllowedToSuspendItsOwnAccountMembershipRejection object

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

suspendAccountMembership mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/suspend-account-status-reason/index.html b/api-reference/unions/suspend-account-status-reason/index.html index 894219370d8..775db2601c7 100644 --- a/api-reference/unions/suspend-account-status-reason/index.html +++ b/api-reference/unions/suspend-account-status-reason/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/suspend-physical-card-payload/index.html b/api-reference/unions/suspend-physical-card-payload/index.html index 607418f6b23..c1148ab669e 100644 --- a/api-reference/unions/suspend-physical-card-payload/index.html +++ b/api-reference/unions/suspend-physical-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

SuspendPhysicalCardPayload

No description

union SuspendPhysicalCardPayload = SuspendPhysicalCardSuccessPayload | AccountMembershipNotAllowedRejection | CardNotFoundRejection | ForbiddenRejection | PhysicalCardNotFoundRejection | ValidationRejection

Possible types

SuspendPhysicalCardSuccessPayload object

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

ForbiddenRejection object

PhysicalCardNotFoundRejection object

Rejection returned when the Physical Card does not exist

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

suspendPhysicalCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/suspend-received-direct-debit-mandate-payload/index.html b/api-reference/unions/suspend-received-direct-debit-mandate-payload/index.html index 29c70d8c4a2..2564e345977 100644 --- a/api-reference/unions/suspend-received-direct-debit-mandate-payload/index.html +++ b/api-reference/unions/suspend-received-direct-debit-mandate-payload/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

SuspendReceivedDirectDebitMandatePayload

Union type returned by the suspendReceivedDirectDebitMandate mutation

union SuspendReceivedDirectDebitMandatePayload = SuspendReceivedDirectDebitMandateSuccessPayload | SuspendReceivedDirectDebitMandatedRejection | ReceivedDirectDebitMandateNotFoundRejection | ReceivedDirectDebitMandateCanceledRejection | ForbiddenRejection

Possible types

SuspendReceivedDirectDebitMandateSuccessPayload object

Return type in case of a successful response of the suspendReceivedDirectDebitMandate mutation

SuspendReceivedDirectDebitMandatedRejection object

Rejection returned if the SuspendReceivedDirectDebitMandatedRejection mutation is rejected

ReceivedDirectDebitMandateNotFoundRejection object

Error returned if the received direct debit mandate was not found or if the user does not have the rights to receive information abo ut the existence of the received direct debit mandate

ReceivedDirectDebitMandateCanceledRejection object

Received direct debit mandate is canceled and therefore can't be enabled/suspended or updated

ForbiddenRejection object

Returned by

suspendReceivedDirectDebitMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-account-holder-payload/index.html b/api-reference/unions/update-account-holder-payload/index.html index f05f78f52ca..d025255b68e 100644 --- a/api-reference/unions/update-account-holder-payload/index.html +++ b/api-reference/unions/update-account-holder-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/update-account-membership-payload/index.html b/api-reference/unions/update-account-membership-payload/index.html index 7fc3ee097df..67de102fc41 100644 --- a/api-reference/unions/update-account-membership-payload/index.html +++ b/api-reference/unions/update-account-membership-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateAccountMembershipPayload

No description

union UpdateAccountMembershipPayload = UpdateAccountMembershipSuccessPayload | AccountMembershipCannotBeUpdatedRejection | AccountMembershipNotFoundRejection | ForbiddenRejection | InvalidPhoneNumberRejection | PermissionCannotBeGrantedRejection | UserNotAllowedToManageAccountMembershipRejection | ValidationRejection

Possible types

UpdateAccountMembershipSuccessPayload object

AccountMembershipCannotBeUpdatedRejection object

AccountMembershipNotFoundRejection object

ForbiddenRejection object

InvalidPhoneNumberRejection object

Rejection returned if phone number is not well formatted

PermissionCannotBeGrantedRejection object

UserNotAllowedToManageAccountMembershipRejection object

Rejection returned if a identity does not have enough permission to manage account membership

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

updateAccountMembership mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-account-payload/index.html b/api-reference/unions/update-account-payload/index.html index 3d01cd4c91e..25cfc9628dd 100644 --- a/api-reference/unions/update-account-payload/index.html +++ b/api-reference/unions/update-account-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateAccountPayload

No description

union UpdateAccountPayload = UpdateAccountSuccessPayload | AccountNotFoundRejection | BadAccountStatusRejection | ForbiddenRejection | InternalErrorRejection | ValidationRejection

Possible types

UpdateAccountSuccessPayload object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

BadAccountStatusRejection object

Rejection returned if the status account is not valid

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

updateAccount mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-card-payload/index.html b/api-reference/unions/update-card-payload/index.html index 925198c4f6a..275815fd768 100644 --- a/api-reference/unions/update-card-payload/index.html +++ b/api-reference/unions/update-card-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateCardPayload

No description

union UpdateCardPayload = UpdateCardSuccessPayload | AccountNotFoundRejection | CardNotFoundRejection | AccountMembershipNotAllowedRejection | ValidationRejection

Possible types

UpdateCardSuccessPayload object

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

updateCard mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-company-onboarding-payload/index.html b/api-reference/unions/update-company-onboarding-payload/index.html index bbc22491b36..0efb5875ddc 100644 --- a/api-reference/unions/update-company-onboarding-payload/index.html +++ b/api-reference/unions/update-company-onboarding-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateCompanyOnboardingPayload

Possible results for mutation updateCompanyOnboarding

union UpdateCompanyOnboardingPayload = ForbiddenRejection | InternalErrorRejection | UpdateCompanyOnboardingSuccessPayload | ValidationRejection

Possible types

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

UpdateCompanyOnboardingSuccessPayload object

Result when updateCompanyOnboarding is a success

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

updateCompanyOnboarding mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-individual-onboarding-payload/index.html b/api-reference/unions/update-individual-onboarding-payload/index.html index cd91e2ef19e..53dc2854f65 100644 --- a/api-reference/unions/update-individual-onboarding-payload/index.html +++ b/api-reference/unions/update-individual-onboarding-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateIndividualOnboardingPayload

Possible result types for updateIndividualOnboarding

union UpdateIndividualOnboardingPayload = ForbiddenRejection | InternalErrorRejection | UpdateIndividualOnboardingSuccessPayload | ValidationRejection

Possible types

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

UpdateIndividualOnboardingSuccessPayload object

Type of result when updateIndividualOnboarding is a success

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

updateIndividualOnboarding mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload/index.html b/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload/index.html index 21fd2609b99..fdd3ef5c537 100644 --- a/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload/index.html +++ b/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload/index.html @@ -7,14 +7,14 @@ - - + +
Skip to main content

UpdateReceivedSepaDirectDebitB2bMandatePayload

Union type returned by the updateReceivedSepaDirectDebitB2bMandate mutation

union UpdateReceivedSepaDirectDebitB2bMandatePayload = UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload | ReceivedDirectDebitMandateNotFoundRejection | ForbiddenRejection | ReceivedDirectDebitMandateAlreadyExistRejection | ReceivedDirectDebitMandateNotB2bRejection | AccountNotFoundRejection

Possible types

UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload object

Return type in case of a successful response of the updateReceivedSepaDirectDebitB2bMandate mutation

ReceivedDirectDebitMandateNotFoundRejection object

Error returned if the received direct debit mandate was not found or if the user does not have the rights to receive information abo ut the existence of the received direct debit mandate

ForbiddenRejection object

ReceivedDirectDebitMandateAlreadyExistRejection object

Rejection returned if the received direct debit mandate already exist

ReceivedDirectDebitMandateNotB2bRejection object

Rejection returned if the received direct debit mandate is not a B2b mandate

AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

Returned by

updateReceivedSepaDirectDebitB2bMandate mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-supporting-document-payload/index.html b/api-reference/unions/update-supporting-document-payload/index.html index e5827b2de25..17088cd36ec 100644 --- a/api-reference/unions/update-supporting-document-payload/index.html +++ b/api-reference/unions/update-supporting-document-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

UpdateSupportingDocumentPayload

No description

union UpdateSupportingDocumentPayload = UpdateSupportingDocumentSuccessPayload | ForbiddenRejection | InternalErrorRejection | SupportingDocumentCollectionNotFoundRejection | SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection | SupportingDocumentNotFoundRejection | SupportingDocumentStatusDoesNotAllowUpdateRejection | ValidationRejection

Possible types

UpdateSupportingDocumentSuccessPayload object

ForbiddenRejection object

InternalErrorRejection object

Rejection returned on unexpected server error

SupportingDocumentCollectionNotFoundRejection object

Rejection returned if the supporting document collection was not found

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection object

Rejection returned if supporting document cannot be updated because its supporting document collection status is not WaitingForDocument

SupportingDocumentNotFoundRejection object

Rejection returned if the supporting document was not found

SupportingDocumentStatusDoesNotAllowUpdateRejection object

Rejection returned if supporting document cannot be updated because of its status

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

updateSupportingDocument mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/update-user-consent-settings-payload/index.html b/api-reference/unions/update-user-consent-settings-payload/index.html index 7aaeb74acf8..5488f290517 100644 --- a/api-reference/unions/update-user-consent-settings-payload/index.html +++ b/api-reference/unions/update-user-consent-settings-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api-reference/unions/view-card-numbers-payload/index.html b/api-reference/unions/view-card-numbers-payload/index.html index bda2b168931..48ed4b7e1b0 100644 --- a/api-reference/unions/view-card-numbers-payload/index.html +++ b/api-reference/unions/view-card-numbers-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ViewCardNumbersPayload

No description

union ViewCardNumbersPayload = ViewCardNumbersSuccessPayload | UserNotCardHolderRejection | CardNotFoundRejection | ValidationRejection

Possible types

ViewCardNumbersSuccessPayload object

UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

viewCardNumbers mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/view-physical-card-numbers-payload/index.html b/api-reference/unions/view-physical-card-numbers-payload/index.html index 714b4a1ed42..ecd984d76cc 100644 --- a/api-reference/unions/view-physical-card-numbers-payload/index.html +++ b/api-reference/unions/view-physical-card-numbers-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ViewPhysicalCardNumbersPayload

No description

union ViewPhysicalCardNumbersPayload = ViewPhysicalCardNumbersSuccessPayload | UserNotCardHolderRejection | CardNotFoundRejection | ValidationRejection

Possible types

ViewPhysicalCardNumbersSuccessPayload object

UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

viewPhysicalCardNumbers mutation

- - + + \ No newline at end of file diff --git a/api-reference/unions/view-physical-card-pin-payload/index.html b/api-reference/unions/view-physical-card-pin-payload/index.html index 62c04c48838..0ac58e09972 100644 --- a/api-reference/unions/view-physical-card-pin-payload/index.html +++ b/api-reference/unions/view-physical-card-pin-payload/index.html @@ -7,13 +7,13 @@ - - + +
Skip to main content

ViewPhysicalCardPinPayload

No description

union ViewPhysicalCardPinPayload = ViewPhysicalCardPinSuccessPayload | CardNotFoundRejection | PhysicalCardNotFoundRejection | PINNotReadyRejection | UserNotCardHolderRejection | ValidationRejection

Possible types

ViewPhysicalCardPinSuccessPayload object

CardNotFoundRejection object

Rejection returned if the card was not found or if the user does not have the rights to know that the account exists

PhysicalCardNotFoundRejection object

Rejection returned when the Physical Card does not exist

PINNotReadyRejection object

UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

viewPhysicalCardPin mutation

- - + + \ No newline at end of file diff --git a/assets/js/00deb6ac.be548fad.js b/assets/js/00deb6ac.48e41f27.js similarity index 58% rename from assets/js/00deb6ac.be548fad.js rename to assets/js/00deb6ac.48e41f27.js index aa1bb16d8a5..b9df19dc604 100644 --- a/assets/js/00deb6ac.be548fad.js +++ b/assets/js/00deb6ac.48e41f27.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[51427],{3905:(e,t,a)=>{a.d(t,{Zo:()=>d,kt:()=>b});var n=a(67294);function o(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function r(e){for(var t=1;t=0||(o[a]=e[a]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(o[a]=e[a])}return o}var s=n.createContext({}),i=function(e){var t=n.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):r(r({},t),e)),a},d=function(e){var t=i(e.components);return n.createElement(s.Provider,{value:t},e.children)},m="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},u=n.forwardRef((function(e,t){var a=e.components,o=e.mdxType,c=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),m=i(a),u=o,b=m["".concat(s,".").concat(u)]||m[u]||p[u]||c;return a?n.createElement(b,r(r({ref:t},d),{},{components:a})):n.createElement(b,r({ref:t},d))}));function b(e,t){var a=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=a.length,r=new Array(c);r[0]=u;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[m]="string"==typeof e?e:o,r[1]=l;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>u,Bullet:()=>m,SpecifiedBy:()=>p,assets:()=>i,contentTitle:()=>l,default:()=>k,frontMatter:()=>r,metadata:()=>s,toc:()=>d});var n=a(83117),o=a(67294),c=a(3905);const r={id:"account-membership",title:"AccountMembership",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/account-membership",id:"api-reference/objects/account-membership",title:"AccountMembership",description:"An account membership represents the rights of a user for a given account.",source:"@site/docs/api-reference/objects/account-membership.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/account-membership",permalink:"/api-reference/objects/account-membership",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/account-membership.mdx",tags:[],version:"current",frontMatter:{id:"account-membership",title:"AccountMembership",hide_table_of_contents:!1}},i={},d=[{value:"Fields",id:"fields",level:3},{value:'AccountMembership.idID! ',id:"code-style-fontweight-normal-accountmembershipbidbcodeid--",level:4},{value:'AccountMembership.emailString! ',id:"code-style-fontweight-normal-accountmembershipbemailbcodestring--",level:4},{value:'AccountMembership.userUser ',id:"code-style-fontweight-normal-accountmembershipbuserbcodeuser-",level:4},{value:'AccountMembership.legalRepresentativeBoolean! ',id:"code-style-fontweight-normal-accountmembershipblegalrepresentativebcodeboolean--",level:4},{value:'AccountMembership.canViewAccountBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanviewaccountbcodeboolean--",level:4},{value:'AccountMembership.canManageBeneficiariesBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanmanagebeneficiariesbcodeboolean--",level:4},{value:'AccountMembership.canInitiatePaymentsBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcaninitiatepaymentsbcodeboolean--",level:4},{value:'AccountMembership.canManageAccountMembershipBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanmanageaccountmembershipbcodeboolean--",level:4},{value:'AccountMembership.canManageCardsBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanmanagecardsbcodeboolean--",level:4},{value:'AccountMembership.statusInfoAccountMembershipStatusInfo! ',id:"code-style-fontweight-normal-accountmembershipbstatusinfobcodeaccountmembershipstatusinfo--",level:4},{value:'AccountMembership.accountAccount ',id:"code-style-fontweight-normal-accountmembershipbaccountbcodeaccount-",level:4},{value:'AccountMembership.spendingLimits[SpendingLimit!] ',id:"code-style-fontweight-normal-accountmembershipbspendinglimitsbcodespendinglimit--",level:4},{value:'AccountMembership.createdAtDateTime! ',id:"code-style-fontweight-normal-accountmembershipbcreatedatbcodedatetime--",level:4},{value:'AccountMembership.updatedAtDateTime! ',id:"code-style-fontweight-normal-accountmembershipbupdatedatbcodedatetime--",level:4},{value:'AccountMembership.versionString! ',id:"code-style-fontweight-normal-accountmembershipbversionbcodestring--",level:4},{value:'AccountMembership.residencyAddressAddressInfo ',id:"code-style-fontweight-normal-accountmembershipbresidencyaddressbcodeaddressinfo-",level:4},{value:'AccountMembership.taxIdentificationNumberString ',id:"code-style-fontweight-normal-accountmembershipbtaxidentificationnumberbcodestring-",level:4},{value:'AccountMembership.acceptedIdentificationLevels[IdentificationLevel]! ',id:"code-style-fontweight-normal-accountmembershipbacceptedidentificationlevelsbcodeidentificationlevel--",level:4},{value:'AccountMembership.recommendedIdentificationLevelIdentificationLevel! ',id:"code-style-fontweight-normal-accountmembershipbrecommendedidentificationlevelbcodeidentificationlevel--",level:4},{value:'AccountMembership.hasRequiredIdentificationLevelBoolean ',id:"code-style-fontweight-normal-accountmembershipbhasrequiredidentificationlevelbcodeboolean-",level:4},{value:'AccountMembership.disabledAtDateTime ',id:"code-style-fontweight-normal-accountmembershipbdisabledatbcodedatetime-",level:4},{value:'AccountMembership.cardsCardConnection! ',id:"code-style-fontweight-normal-accountmembershipbcardsbcodecardconnection--",level:4},{value:'AccountMembership.cards.beforeString ',id:"code-style-fontweight-normal-accountmembershipcardsbbeforebcodestring-",level:5},{value:'AccountMembership.cards.afterString ',id:"code-style-fontweight-normal-accountmembershipcardsbafterbcodestring-",level:5},{value:'AccountMembership.cards.orderByCardOrderByInput ',id:"code-style-fontweight-normal-accountmembershipcardsborderbybcodecardorderbyinput-",level:5},{value:'AccountMembership.cards.filtersCardFiltersInput ',id:"code-style-fontweight-normal-accountmembershipcardsbfiltersbcodecardfiltersinput-",level:5},{value:'AccountMembership.spendingSpending ',id:"code-style-fontweight-normal-accountmembershipbspendingbcodespending-",level:4},{value:"Returned by",id:"returned-by",level:3},{value:"Member of",id:"member-of",level:3}],m=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:d,Bullet:m,SpecifiedBy:p,Badge:u},h="wrapper";function k(e){let{components:t,...a}=e;return(0,c.kt)(h,(0,n.Z)({},b,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"An account membership represents the rights of a user for a given account."),(0,c.kt)("p",null,(0,c.kt)("em",{parentName:"p"},"Each account is administered by an account membership having the capacity of legal representative. He has the possibility of delegating rights on this account to other users.")),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type AccountMembership {\n id: ID!\n email: String!\n user: User\n legalRepresentative: Boolean!\n canViewAccount: Boolean!\n canManageBeneficiaries: Boolean!\n canInitiatePayments: Boolean!\n canManageAccountMembership: Boolean!\n canManageCards: Boolean!\n statusInfo: AccountMembershipStatusInfo!\n account: Account\n spendingLimits: [SpendingLimit!]\n createdAt: DateTime!\n updatedAt: DateTime!\n version: String!\n residencyAddress: AddressInfo\n taxIdentificationNumber: String\n acceptedIdentificationLevels: [IdentificationLevel]!\n recommendedIdentificationLevel: IdentificationLevel!\n hasRequiredIdentificationLevel: Boolean\n disabledAt: DateTime\n cards(\n first: Int! = 50\n before: String\n after: String\n orderBy: CardOrderByInput\n filters: CardFiltersInput\n): CardConnection!\n spending: Spending\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"id"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"unique identifier of an account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbemailbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"email"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"email")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbuserbcodeuser-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"user"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/user"},(0,c.kt)("inlineCode",{parentName:"a"},"User"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"user of this account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipblegalrepresentativebcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"legalRepresentative"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership having the capacity of the legal representative of the account holder.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanviewaccountbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canViewAccount"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanmanagebeneficiariesbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canManageBeneficiaries"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcaninitiatepaymentsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canInitiatePayments"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanmanageaccountmembershipbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canManageAccountMembership"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume memberships")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanmanagecardsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canManageCards"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"COMING SOON\n",(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbstatusinfobcodeaccountmembershipstatusinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"statusInfo"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-membership-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipStatusInfo!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"status of the account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbaccountbcodeaccount-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"account"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"account of the account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbspendinglimitsbcodespendinglimit--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"spendingLimits"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/spending-limit"},(0,c.kt)("inlineCode",{parentName:"a"},"[SpendingLimit!]"))," ",(0,c.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Periodic Spending limit list")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcreatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"createdAt"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Created date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbupdatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"updatedAt"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Updated date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbversionbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"version"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"version of the account membership started from '1' and incremented at every updates")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbresidencyaddressbcodeaddressinfo-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/address-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AddressInfo"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address of the member")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbtaxidentificationnumberbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"taxIdentificationNumber"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the member")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbacceptedidentificationlevelsbcodeidentificationlevel--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"acceptedIdentificationLevels"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,c.kt)("inlineCode",{parentName:"a"},"[IdentificationLevel]!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of accepted identification level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbrecommendedidentificationlevelbcodeidentificationlevel--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"recommendedIdentificationLevel"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,c.kt)("inlineCode",{parentName:"a"},"IdentificationLevel!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Recommended identification level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbhasrequiredidentificationlevelbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"hasRequiredIdentificationLevel"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Indicate if the identity bound to the account membership has required identification level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbdisabledatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"disabledAt"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Disabled date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcardsbcodecardconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"cards"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/card-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"CardConnection!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"account membership's cards"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountmembershipcardsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"first"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"before"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"after"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsborderbybcodecardorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/card-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardOrderByInput"))," ",(0,c.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsbfiltersbcodecardfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/card-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardFiltersInput"))," ",(0,c.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbspendingbcodespending-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"spending"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/spending"},(0,c.kt)("inlineCode",{parentName:"a"},"Spending"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Periodic Spending")),(0,c.kt)("h3",{id:"returned-by"},"Returned by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/queries/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"accountMembership"))," ",(0,c.kt)(u,{class:"secondary",text:"query",mdxType:"Badge"})),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership-edge"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipEdge"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/add-account-memberships-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"AddAccountMembershipsSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/add-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"AddAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/bind-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"BindAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card"},(0,c.kt)("inlineCode",{parentName:"a"},"Card"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/disable-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"DisableAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-consent-account-membership-update"},(0,c.kt)("inlineCode",{parentName:"a"},"PendingConsentAccountMembershipUpdate"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/suspend-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"SuspendAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}k.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[51427],{3905:(e,t,a)=>{a.d(t,{Zo:()=>d,kt:()=>b});var n=a(67294);function o(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function r(e){for(var t=1;t=0||(o[a]=e[a]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(o[a]=e[a])}return o}var s=n.createContext({}),i=function(e){var t=n.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):r(r({},t),e)),a},d=function(e){var t=i(e.components);return n.createElement(s.Provider,{value:t},e.children)},m="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},u=n.forwardRef((function(e,t){var a=e.components,o=e.mdxType,c=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),m=i(a),u=o,b=m["".concat(s,".").concat(u)]||m[u]||p[u]||c;return a?n.createElement(b,r(r({ref:t},d),{},{components:a})):n.createElement(b,r({ref:t},d))}));function b(e,t){var a=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=a.length,r=new Array(c);r[0]=u;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[m]="string"==typeof e?e:o,r[1]=l;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>u,Bullet:()=>m,SpecifiedBy:()=>p,assets:()=>i,contentTitle:()=>l,default:()=>k,frontMatter:()=>r,metadata:()=>s,toc:()=>d});var n=a(83117),o=a(67294),c=a(3905);const r={id:"account-membership",title:"AccountMembership",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/account-membership",id:"api-reference/objects/account-membership",title:"AccountMembership",description:"An account membership represents the rights of a user for a given account.",source:"@site/docs/api-reference/objects/account-membership.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/account-membership",permalink:"/api-reference/objects/account-membership",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/account-membership.mdx",tags:[],version:"current",frontMatter:{id:"account-membership",title:"AccountMembership",hide_table_of_contents:!1}},i={},d=[{value:"Fields",id:"fields",level:3},{value:'AccountMembership.idID! ',id:"code-style-fontweight-normal-accountmembershipbidbcodeid--",level:4},{value:'AccountMembership.emailString! ',id:"code-style-fontweight-normal-accountmembershipbemailbcodestring--",level:4},{value:'AccountMembership.userUser ',id:"code-style-fontweight-normal-accountmembershipbuserbcodeuser-",level:4},{value:'AccountMembership.legalRepresentativeBoolean! ',id:"code-style-fontweight-normal-accountmembershipblegalrepresentativebcodeboolean--",level:4},{value:'AccountMembership.canViewAccountBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanviewaccountbcodeboolean--",level:4},{value:'AccountMembership.canManageBeneficiariesBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanmanagebeneficiariesbcodeboolean--",level:4},{value:'AccountMembership.canInitiatePaymentsBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcaninitiatepaymentsbcodeboolean--",level:4},{value:'AccountMembership.canManageAccountMembershipBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanmanageaccountmembershipbcodeboolean--",level:4},{value:'AccountMembership.canManageCardsBoolean! ',id:"code-style-fontweight-normal-accountmembershipbcanmanagecardsbcodeboolean--",level:4},{value:'AccountMembership.statusInfoAccountMembershipStatusInfo! ',id:"code-style-fontweight-normal-accountmembershipbstatusinfobcodeaccountmembershipstatusinfo--",level:4},{value:'AccountMembership.accountAccount ',id:"code-style-fontweight-normal-accountmembershipbaccountbcodeaccount-",level:4},{value:'AccountMembership.spendingLimits[SpendingLimit!] ',id:"code-style-fontweight-normal-accountmembershipbspendinglimitsbcodespendinglimit--",level:4},{value:'AccountMembership.createdAtDateTime! ',id:"code-style-fontweight-normal-accountmembershipbcreatedatbcodedatetime--",level:4},{value:'AccountMembership.updatedAtDateTime! ',id:"code-style-fontweight-normal-accountmembershipbupdatedatbcodedatetime--",level:4},{value:'AccountMembership.versionString! ',id:"code-style-fontweight-normal-accountmembershipbversionbcodestring--",level:4},{value:'AccountMembership.residencyAddressAddressInfo ',id:"code-style-fontweight-normal-accountmembershipbresidencyaddressbcodeaddressinfo-",level:4},{value:'AccountMembership.taxIdentificationNumberString ',id:"code-style-fontweight-normal-accountmembershipbtaxidentificationnumberbcodestring-",level:4},{value:'AccountMembership.acceptedIdentificationLevels[IdentificationLevel]! ',id:"code-style-fontweight-normal-accountmembershipbacceptedidentificationlevelsbcodeidentificationlevel--",level:4},{value:'AccountMembership.recommendedIdentificationLevelIdentificationLevel! ',id:"code-style-fontweight-normal-accountmembershipbrecommendedidentificationlevelbcodeidentificationlevel--",level:4},{value:'AccountMembership.hasRequiredIdentificationLevelBoolean ',id:"code-style-fontweight-normal-accountmembershipbhasrequiredidentificationlevelbcodeboolean-",level:4},{value:'AccountMembership.disabledAtDateTime ',id:"code-style-fontweight-normal-accountmembershipbdisabledatbcodedatetime-",level:4},{value:'AccountMembership.cardsCardConnection! ',id:"code-style-fontweight-normal-accountmembershipbcardsbcodecardconnection--",level:4},{value:'AccountMembership.cards.beforeString ',id:"code-style-fontweight-normal-accountmembershipcardsbbeforebcodestring-",level:5},{value:'AccountMembership.cards.afterString ',id:"code-style-fontweight-normal-accountmembershipcardsbafterbcodestring-",level:5},{value:'AccountMembership.cards.orderByCardOrderByInput ',id:"code-style-fontweight-normal-accountmembershipcardsborderbybcodecardorderbyinput-",level:5},{value:'AccountMembership.cards.filtersCardFiltersInput ',id:"code-style-fontweight-normal-accountmembershipcardsbfiltersbcodecardfiltersinput-",level:5},{value:'AccountMembership.spendingSpending ',id:"code-style-fontweight-normal-accountmembershipbspendingbcodespending-",level:4},{value:"Returned by",id:"returned-by",level:3},{value:"Member of",id:"member-of",level:3}],m=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:d,Bullet:m,SpecifiedBy:p,Badge:u},h="wrapper";function k(e){let{components:t,...a}=e;return(0,c.kt)(h,(0,n.Z)({},b,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"An account membership represents the rights of a user for a given account."),(0,c.kt)("p",null,(0,c.kt)("em",{parentName:"p"},"Each account is administered by an account membership having the capacity of legal representative. He has the possibility of delegating rights on this account to other users.")),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type AccountMembership {\n id: ID!\n email: String!\n user: User\n legalRepresentative: Boolean!\n canViewAccount: Boolean!\n canManageBeneficiaries: Boolean!\n canInitiatePayments: Boolean!\n canManageAccountMembership: Boolean!\n canManageCards: Boolean!\n statusInfo: AccountMembershipStatusInfo!\n account: Account\n spendingLimits: [SpendingLimit!]\n createdAt: DateTime!\n updatedAt: DateTime!\n version: String!\n residencyAddress: AddressInfo\n taxIdentificationNumber: String\n acceptedIdentificationLevels: [IdentificationLevel]!\n recommendedIdentificationLevel: IdentificationLevel!\n hasRequiredIdentificationLevel: Boolean\n disabledAt: DateTime\n cards(\n first: Int! = 50\n before: String\n after: String\n orderBy: CardOrderByInput\n filters: CardFiltersInput\n): CardConnection!\n spending: Spending\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"id"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of an account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbemailbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"email"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"email")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbuserbcodeuser-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"user"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/user"},(0,c.kt)("inlineCode",{parentName:"a"},"User"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"user of this account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipblegalrepresentativebcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"legalRepresentative"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership having the capacity of the legal representative of the account holder.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanviewaccountbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canViewAccount"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanmanagebeneficiariesbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canManageBeneficiaries"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcaninitiatepaymentsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canInitiatePayments"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanmanageaccountmembershipbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canManageAccountMembership"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume memberships")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcanmanagecardsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"canManageCards"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbstatusinfobcodeaccountmembershipstatusinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"statusInfo"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-membership-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipStatusInfo!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"status of the account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbaccountbcodeaccount-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"account"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"account of the account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbspendinglimitsbcodespendinglimit--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"spendingLimits"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/spending-limit"},(0,c.kt)("inlineCode",{parentName:"a"},"[SpendingLimit!]"))," ",(0,c.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Periodic Spending limit list")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcreatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"createdAt"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Created date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbupdatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"updatedAt"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Updated date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbversionbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"version"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"version of the account membership started from '1' and incremented at every updates")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbresidencyaddressbcodeaddressinfo-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/address-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AddressInfo"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address of the member")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbtaxidentificationnumberbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"taxIdentificationNumber"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the member")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbacceptedidentificationlevelsbcodeidentificationlevel--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"acceptedIdentificationLevels"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,c.kt)("inlineCode",{parentName:"a"},"[IdentificationLevel]!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of accepted identification level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbrecommendedidentificationlevelbcodeidentificationlevel--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"recommendedIdentificationLevel"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,c.kt)("inlineCode",{parentName:"a"},"IdentificationLevel!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Recommended identification level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbhasrequiredidentificationlevelbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"hasRequiredIdentificationLevel"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Indicate if the identity bound to the account membership has required identification level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbdisabledatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"disabledAt"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Disabled date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbcardsbcodecardconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"cards"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/card-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"CardConnection!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"account membership's cards"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountmembershipcardsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"first"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"before"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"after"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsborderbybcodecardorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/card-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardOrderByInput"))," ",(0,c.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipcardsbfiltersbcodecardfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.cards.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/card-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardFiltersInput"))," ",(0,c.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipbspendingbcodespending-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountMembership.",(0,c.kt)("b",null,"spending"))),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/spending"},(0,c.kt)("inlineCode",{parentName:"a"},"Spending"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Periodic Spending")),(0,c.kt)("h3",{id:"returned-by"},"Returned by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/queries/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"accountMembership"))," ",(0,c.kt)(u,{class:"secondary",text:"query",mdxType:"Badge"})),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership-edge"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipEdge"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/add-account-memberships-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"AddAccountMembershipsSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/add-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"AddAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/bind-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"BindAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card"},(0,c.kt)("inlineCode",{parentName:"a"},"Card"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/disable-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"DisableAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-consent-account-membership-update"},(0,c.kt)("inlineCode",{parentName:"a"},"PendingConsentAccountMembershipUpdate"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(m,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/suspend-account-membership-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"SuspendAccountMembershipSuccessPayload"))," ",(0,c.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}k.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/08df82a9.d7f564d1.js b/assets/js/08df82a9.d7f564d1.js deleted file mode 100644 index fb8d7fffb34..00000000000 --- a/assets/js/08df82a9.d7f564d1.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[55247],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=i.createContext({}),l=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},d=function(e){var t=l(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,s=e.parentName,d=c(e,["components","mdxType","originalType","parentName"]),f=l(n),u=r,m=f["".concat(s,".").concat(u)]||f[u]||p[u]||o;return n?i.createElement(m,a(a({ref:t},d),{},{components:n})):i.createElement(m,a({ref:t},d))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var c={};for(var s in t)hasOwnProperty.call(t,s)&&(c[s]=t[s]);c.originalType=e,c[f]="string"==typeof e?e:r,a[1]=c;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>l,contentTitle:()=>c,default:()=>y,frontMatter:()=>a,metadata:()=>s,toc:()=>d});var i=n(83117),r=n(67294),o=n(3905);const a={id:"swan-identification-process",title:"SwanIdentificationProcess",hide_table_of_contents:!1},c=void 0,s={unversionedId:"api-reference/enums/swan-identification-process",id:"api-reference/enums/swan-identification-process",title:"SwanIdentificationProcess",description:"Used when filtering to filter on the identification process",source:"@site/docs/api-reference/enums/swan-identification-process.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/swan-identification-process",permalink:"/api-reference/enums/swan-identification-process",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/swan-identification-process.mdx",tags:[],version:"current",frontMatter:{id:"swan-identification-process",title:"SwanIdentificationProcess",hide_table_of_contents:!1}},l={},d=[{value:"Values",id:"values",level:3},{value:"SwanIdentificationProcess.Expert",id:"code-style-fontweight-normal-swanidentificationprocessbexpertbcode",level:4},{value:"SwanIdentificationProcess.QES",id:"code-style-fontweight-normal-swanidentificationprocessbqesbcode",level:4},{value:"SwanIdentificationProcess.PVID",id:"code-style-fontweight-normal-swanidentificationprocessbpvidbcode",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},b="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(b,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Used when filtering to filter on the identification process"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SwanIdentificationProcess {\n Expert\n QES\n PVID\n}\n")),(0,o.kt)("h3",{id:"values"},"Values"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationprocessbexpertbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationProcess.",(0,o.kt)("b",null,"Expert")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verified by an expert")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationprocessbqesbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationProcess.",(0,o.kt)("b",null,"QES")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verified by an expert and a Qualified Electronic Signature has been done")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationprocessbpvidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationProcess.",(0,o.kt)("b",null,"PVID")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verified by an expert with a Remote Identity Verification Service")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/inputs/identification-filters-input"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationFiltersInput"))," ",(0,o.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/0d899299.f2168c30.js b/assets/js/0d899299.d5e6be91.js similarity index 61% rename from assets/js/0d899299.f2168c30.js rename to assets/js/0d899299.d5e6be91.js index ffa34bf87de..037fec56fb2 100644 --- a/assets/js/0d899299.f2168c30.js +++ b/assets/js/0d899299.d5e6be91.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[19088],{3905:(e,t,n)=>{n.d(t,{Zo:()=>i,kt:()=>k});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var d=a.createContext({}),s=function(e){var t=a.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},i=function(e){var t=s(e.components);return a.createElement(d.Provider,{value:t},e.children)},u="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,d=e.parentName,i=l(e,["components","mdxType","originalType","parentName"]),u=s(n),p=o,k=u["".concat(d,".").concat(p)]||u[p]||m[p]||c;return n?a.createElement(k,r(r({ref:t},i),{},{components:n})):a.createElement(k,r({ref:t},i))}));function k(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,r=new Array(c);r[0]=p;var l={};for(var d in t)hasOwnProperty.call(t,d)&&(l[d]=t[d]);l.originalType=e,l[u]="string"==typeof e?e:o,r[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>u,SpecifiedBy:()=>m,assets:()=>s,contentTitle:()=>l,default:()=>b,frontMatter:()=>r,metadata:()=>d,toc:()=>i});var a=n(83117),o=n(67294),c=n(3905);const r={id:"account",title:"Account",hide_table_of_contents:!1},l=void 0,d={unversionedId:"api-reference/objects/account",id:"api-reference/objects/account",title:"Account",description:"Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account.",source:"@site/docs/api-reference/objects/account.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/account",permalink:"/api-reference/objects/account",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/account.mdx",tags:[],version:"current",frontMatter:{id:"account",title:"Account",hide_table_of_contents:!1}},s={},i=[{value:"Fields",id:"fields",level:3},{value:'Account.idID! ',id:"code-style-fontweight-normal-accountbidbcodeid--",level:4},{value:'Account.numberAccountNumber! ',id:"code-style-fontweight-normal-accountbnumberbcodeaccountnumber--",level:4},{value:'Account.nameString! ',id:"code-style-fontweight-normal-accountbnamebcodestring--",level:4},{value:'Account.holderAccountHolder! ',id:"code-style-fontweight-normal-accountbholderbcodeaccountholder--",level:4},{value:'Account.cashAccountTypeCashAccountType! ',id:"code-style-fontweight-normal-accountbcashaccounttypebcodecashaccounttype--",level:4},{value:'Account.countryAccountCountry! ',id:"code-style-fontweight-normal-accountbcountrybcodeaccountcountry--",level:4},{value:'Account.paymentLevelPaymentLevel! ',id:"code-style-fontweight-normal-accountbpaymentlevelbcodepaymentlevel--",level:4},{value:'Account.BICBIC! ',id:"code-style-fontweight-normal-accountbbicbcodebic--",level:4},{value:'Account.IBANIBAN ',id:"code-style-fontweight-normal-accountbibanbcodeiban-",level:4},{value:'Account.currencyCurrency! ',id:"code-style-fontweight-normal-accountbcurrencybcodecurrency--",level:4},{value:'Account.blockSDDBoolean ',id:"code-style-fontweight-normal-accountbblocksddbcodeboolean-",level:4},{value:'Account.statusInfoAccountStatusInfo! ',id:"code-style-fontweight-normal-accountbstatusinfobcodeaccountstatusinfo--",level:4},{value:'Account.partnershipStatusInfoPartnershipStatusInfo ',id:"code-style-fontweight-normal-accountbpartnershipstatusinfobcodepartnershipstatusinfo-",level:4},{value:'Account.createdAtDateTime! ',id:"code-style-fontweight-normal-accountbcreatedatbcodedatetime--",level:4},{value:'Account.updatedAtDateTime! ',id:"code-style-fontweight-normal-accountbupdatedatbcodedatetime--",level:4},{value:'Account.virtualIbanEntriesVirtualIBANEntryConnection! ',id:"code-style-fontweight-normal-accountbvirtualibanentriesbcodevirtualibanentryconnection--",level:4},{value:'Account.virtualIbanEntries.beforeString ',id:"code-style-fontweight-normal-accountvirtualibanentriesbbeforebcodestring-",level:5},{value:'Account.virtualIbanEntries.afterString ',id:"code-style-fontweight-normal-accountvirtualibanentriesbafterbcodestring-",level:5},{value:'Account.membershipsAccountMembershipConnection! ',id:"code-style-fontweight-normal-accountbmembershipsbcodeaccountmembershipconnection--",level:4},{value:'Account.memberships.beforeString ',id:"code-style-fontweight-normal-accountmembershipsbbeforebcodestring-",level:5},{value:'Account.memberships.afterString ',id:"code-style-fontweight-normal-accountmembershipsbafterbcodestring-",level:5},{value:'Account.memberships.filtersMembershipsFilterInput ',id:"code-style-fontweight-normal-accountmembershipsbfiltersbcodemembershipsfilterinput-",level:5},{value:'Account.memberships.orderByAccountMembershipOrderByInput ',id:"code-style-fontweight-normal-accountmembershipsborderbybcodeaccountmembershiporderbyinput-",level:5},{value:'Account.requiredConsentToFetchNewTransactionsBoolean! ',id:"code-style-fontweight-normal-accountbrequiredconsenttofetchnewtransactionsbcodeboolean--",level:4},{value:'Account.languageAccountLanguage! ',id:"code-style-fontweight-normal-accountblanguagebcodeaccountlanguage--",level:4},{value:'Account.legalRepresentativeMembershipAccountMembership! ',id:"code-style-fontweight-normal-accountblegalrepresentativemembershipbcodeaccountmembership--",level:4},{value:'Account.paymentAccountTypePaymentAccountType! ',id:"code-style-fontweight-normal-accountbpaymentaccounttypebcodepaymentaccounttype--",level:4},{value:'Account.upgradedAtDateTime ',id:"code-style-fontweight-normal-accountbupgradedatbcodedatetime-",level:4},{value:'Account.bankDetailsString ',id:"code-style-fontweight-normal-accountbbankdetailsbcodestring-",level:4},{value:'Account.legalDocumentsLegalDocumentConnection ',id:"code-style-fontweight-normal-accountblegaldocumentsbcodelegaldocumentconnection-",level:4},{value:'Account.legalDocuments.afterString ',id:"code-style-fontweight-normal-accountlegaldocumentsbafterbcodestring-",level:5},{value:'Account.legalDocuments.filtersLegalDocumentsFilterInput ',id:"code-style-fontweight-normal-accountlegaldocumentsbfiltersbcodelegaldocumentsfilterinput-",level:5},{value:'Account.balancesAccountBalances ',id:"code-style-fontweight-normal-accountbbalancesbcodeaccountbalances-",level:4},{value:'Account.statementsStatementConnection ',id:"code-style-fontweight-normal-accountbstatementsbcodestatementconnection-",level:4},{value:'Account.statements.afterString ',id:"code-style-fontweight-normal-accountstatementsbafterbcodestring-",level:5},{value:'Account.statements.filtersStatementFiltersInput ',id:"code-style-fontweight-normal-accountstatementsbfiltersbcodestatementfiltersinput-",level:5},{value:'Account.transactionsTransactionConnection ',id:"code-style-fontweight-normal-accountbtransactionsbcodetransactionconnection-",level:4},{value:'Account.transactions.afterString ',id:"code-style-fontweight-normal-accounttransactionsbafterbcodestring-",level:5},{value:'Account.transactions.filtersTransactionsFiltersInput ',id:"code-style-fontweight-normal-accounttransactionsbfiltersbcodetransactionsfiltersinput-",level:5},{value:'Account.transactions.orderByTransactionsOrderByInput ',id:"code-style-fontweight-normal-accounttransactionsborderbybcodetransactionsorderbyinput-",level:5},{value:'Account.invoicesInvoiceConnection ',id:"code-style-fontweight-normal-accountbinvoicesbcodeinvoiceconnection-",level:4},{value:'Account.invoices.afterString ',id:"code-style-fontweight-normal-accountinvoicesbafterbcodestring-",level:5},{value:'Account.receivedDirectDebitMandatesReceivedDirectDebitMandateConnection ',id:"code-style-fontweight-normal-accountbreceiveddirectdebitmandatesbcodereceiveddirectdebitmandateconnection-",level:4},{value:'Account.receivedDirectDebitMandates.afterString ',id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbafterbcodestring-",level:5},{value:'Account.receivedDirectDebitMandates.orderByAccountReceivedDirectDebitOrderByInput ',id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesborderbybcodeaccountreceiveddirectdebitorderbyinput-",level:5},{value:'Account.receivedDirectDebitMandates.filtersAccountReceivedDirectDebitMandateFiltersInput ',id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbfiltersbcodeaccountreceiveddirectdebitmandatefiltersinput-",level:5},{value:'Account.standingOrdersStandingOrderConnection! ',id:"code-style-fontweight-normal-accountbstandingordersbcodestandingorderconnection--",level:4},{value:'Account.standingOrders.afterString ',id:"code-style-fontweight-normal-accountstandingordersbafterbcodestring-",level:5},{value:'Account.standingOrders.offsetInt ',id:"code-style-fontweight-normal-accountstandingordersboffsetbcodeint-",level:5},{value:'Account.standingOrders.orderByAccountStandingOrderOrderByInput ',id:"code-style-fontweight-normal-accountstandingordersborderbybcodeaccountstandingorderorderbyinput-",level:5},{value:'Account.standingOrders.filtersAccountStandingOrderFiltersInput ',id:"code-style-fontweight-normal-accountstandingordersbfiltersbcodeaccountstandingorderfiltersinput-",level:5},{value:'Account.fundingSourcesFundingSourceConnection ',id:"code-style-fontweight-normal-accountbfundingsourcesbcodefundingsourceconnection-",level:4},{value:'Account.fundingSources.afterString ',id:"code-style-fontweight-normal-accountfundingsourcesbafterbcodestring-",level:5},{value:'Account.fundingSources.orderByFundingSourceOrderByInput ',id:"code-style-fontweight-normal-accountfundingsourcesborderbybcodefundingsourceorderbyinput-",level:5},{value:'Account.fundingSources.filtersFundingSourceFiltersInput ',id:"code-style-fontweight-normal-accountfundingsourcesbfiltersbcodefundingsourcefiltersinput-",level:5},{value:'Account.merchantProfilesMerchantProfileConnection ',id:"code-style-fontweight-normal-accountbmerchantprofilesbcodemerchantprofileconnection-",level:4},{value:'Account.merchantProfiles.afterString ',id:"code-style-fontweight-normal-accountmerchantprofilesbafterbcodestring-",level:5},{value:'Account.merchantProfiles.orderByMerchantProfileOrderByInput ',id:"code-style-fontweight-normal-accountmerchantprofilesborderbybcodemerchantprofileorderbyinput-",level:5},{value:'Account.merchantProfiles.filtersMerchantProfileFiltersInput ',id:"code-style-fontweight-normal-accountmerchantprofilesbfiltersbcodemerchantprofilefiltersinput-",level:5},{value:"Returned by",id:"returned-by",level:3},{value:"Member of",id:"member-of",level:3}],u=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),k={toc:i,Bullet:u,SpecifiedBy:m,Badge:p},f="wrapper";function b(e){let{components:t,...n}=e;return(0,c.kt)(f,(0,a.Z)({},k,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account."),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type Account {\n id: ID!\n number: AccountNumber!\n name: String!\n holder: AccountHolder!\n cashAccountType: CashAccountType!\n country: AccountCountry!\n paymentLevel: PaymentLevel!\n BIC: BIC!\n IBAN: IBAN\n currency: Currency!\n blockSDD: Boolean\n statusInfo: AccountStatusInfo!\n partnershipStatusInfo: PartnershipStatusInfo\n createdAt: DateTime!\n updatedAt: DateTime!\n virtualIbanEntries(\n first: Int! = 50\n before: String\n after: String\n): VirtualIBANEntryConnection!\n memberships(\n first: Int! = 50\n before: String\n after: String\n filters: MembershipsFilterInput\n orderBy: AccountMembershipOrderByInput\n): AccountMembershipConnection!\n requiredConsentToFetchNewTransactions: Boolean!\n language: AccountLanguage!\n legalRepresentativeMembership: AccountMembership!\n paymentAccountType: PaymentAccountType!\n upgradedAt: DateTime\n bankDetails: String\n legalDocuments(\n first: Int! = 50\n after: String\n filters: LegalDocumentsFilterInput\n): LegalDocumentConnection\n balances: AccountBalances\n statements(\n first: Int! = 50\n after: String\n filters: StatementFiltersInput\n): StatementConnection\n transactions(\n first: Int! = 50\n after: String\n filters: TransactionsFiltersInput\n orderBy: TransactionsOrderByInput\n): TransactionConnection\n invoices(\n first: Int! = 10\n after: String\n): InvoiceConnection\n receivedDirectDebitMandates(\n first: Int! = 50\n after: String\n orderBy: AccountReceivedDirectDebitOrderByInput\n filters: AccountReceivedDirectDebitMandateFiltersInput\n): ReceivedDirectDebitMandateConnection\n standingOrders(\n first: Int! = 50\n after: String\n offset: Int\n orderBy: AccountStandingOrderOrderByInput\n filters: AccountStandingOrderFiltersInput\n): StandingOrderConnection!\n fundingSources(\n first: Int! = 50\n after: String\n orderBy: FundingSourceOrderByInput\n filters: FundingSourceFiltersInput\n): FundingSourceConnection\n merchantProfiles(\n first: Int! = 50\n after: String\n orderBy: MerchantProfileOrderByInput\n filters: MerchantProfileFiltersInput\n): MerchantProfileConnection\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"id"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of an account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbnumberbcodeaccountnumber--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"number"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/account-number"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountNumber!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique account number")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbnamebcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"name"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account name")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbholderbcodeaccountholder--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"holder"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-holder"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolder!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcashaccounttypebcodecashaccounttype--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"cashAccountType"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/cash-account-type"},(0,c.kt)("inlineCode",{parentName:"a"},"CashAccountType!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Cash account type")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcountrybcodeaccountcountry--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"country"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-country"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountCountry!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Country of the account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbpaymentlevelbcodepaymentlevel--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"paymentLevel"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/payment-level"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentLevel!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Payment level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbbicbcodebic--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"BIC"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/bic"},(0,c.kt)("inlineCode",{parentName:"a"},"BIC!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Bank Identifier Code\nOnly if the account membership has ",(0,c.kt)("inlineCode",{parentName:"p"},"canViewAccount=true")," & this account has ",(0,c.kt)("inlineCode",{parentName:"p"},"paymentLevel=Unlimited"))),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbibanbcodeiban-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"IBAN"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/iban"},(0,c.kt)("inlineCode",{parentName:"a"},"IBAN"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"International Bank Account Number\nOnly if the account membership has ",(0,c.kt)("inlineCode",{parentName:"p"},"canViewAccount=true")," & this account has ",(0,c.kt)("inlineCode",{parentName:"p"},"paymentLevel=Unlimited"))),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcurrencybcodecurrency--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"currency"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/currency"},(0,c.kt)("inlineCode",{parentName:"a"},"Currency!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Currency")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbblocksddbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"blockSDD"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if the main IBAN refuses all Sepa Direct Debit received")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbstatusinfobcodeaccountstatusinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"statusInfo"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountStatusInfo!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Status of the account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbpartnershipstatusinfobcodepartnershipstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"partnershipStatusInfo"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/partnership-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipStatusInfo"))," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Partnership status")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcreatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"createdAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Created date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbupdatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"updatedAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Updated date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbvirtualibanentriesbcodevirtualibanentryconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"virtualIbanEntries"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/virtual-ibanentry-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"VirtualIBANEntryConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of Virtual IBAN"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountvirtualibanentriesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.virtualIbanEntries.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountvirtualibanentriesbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.virtualIbanEntries.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountvirtualibanentriesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.virtualIbanEntries.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbmembershipsbcodeaccountmembershipconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"memberships"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-membership-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of account membership for this account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountmembershipsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsbfiltersbcodemembershipsfilterinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/memberships-filter-input"},(0,c.kt)("inlineCode",{parentName:"a"},"MembershipsFilterInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsborderbybcodeaccountmembershiporderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-membership-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbrequiredconsenttofetchnewtransactionsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"requiredConsentToFetchNewTransactions"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true"),"if a consent is required to fetch new transactions")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountblanguagebcodeaccountlanguage--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"language"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-language"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountLanguage!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Language used for account statements")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountblegalrepresentativemembershipbcodeaccountmembership--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"legalRepresentativeMembership"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Legal representative account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbpaymentaccounttypebcodepaymentaccounttype--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"paymentAccountType"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/payment-account-type"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentAccountType!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Type of the account : EMoney if account holder has not finished the KYC requirements, PaymentService otherwise")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbupgradedatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"upgradedAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Date of the account going from eMoney to PaymentService")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbbankdetailsbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"bankDetails"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"COMING SOON\nLink to the account's bank details")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountblegaldocumentsbcodelegaldocumentconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"legalDocuments"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/legal-document-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"COMING SOON\nLegal Documents linked to the account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountlegaldocumentsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.legalDocuments.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountlegaldocumentsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.legalDocuments.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountlegaldocumentsbfiltersbcodelegaldocumentsfilterinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.legalDocuments.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/legal-documents-filter-input"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentsFilterInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbbalancesbcodeaccountbalances-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"balances"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-balances"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountBalances"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of balances regarding an account.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbstatementsbcodestatementconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"statements"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/statement-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"StatementConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of statements of an account.\nThe list is ordered by lastUpdateAt"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountstatementsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.statements.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstatementsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.statements.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstatementsbfiltersbcodestatementfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.statements.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/statement-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"StatementFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbtransactionsbcodetransactionconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"transactions"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/transaction-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of transactions of an account."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accounttransactionsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accounttransactionsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accounttransactionsbfiltersbcodetransactionsfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/transactions-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionsFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accounttransactionsborderbybcodetransactionsorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/transactions-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionsOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be sorted (default value UpdatedAt desc)")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbinvoicesbcodeinvoiceconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"invoices"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/invoice-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"InvoiceConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of invoices of an account.\nThe list is ordered by creation date (from newest to oldest)"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountinvoicesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.invoices.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 10)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountinvoicesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.invoices.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after an element")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbreceiveddirectdebitmandatesbcodereceiveddirectdebitmandateconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"receivedDirectDebitMandates"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/received-direct-debit-mandate-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of receive Direct Mandates of an account."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesborderbybcodeaccountreceiveddirectdebitorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-received-direct-debit-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountReceivedDirectDebitOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbfiltersbcodeaccountreceiveddirectdebitmandatefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-received-direct-debit-mandate-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountReceivedDirectDebitMandateFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbstandingordersbcodestandingorderconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"standingOrders"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/standing-order-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"StandingOrderConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of standing orders regarding an account."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountstandingordersbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersboffsetbcodeint-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"offset"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start at a specific offset")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersborderbybcodeaccountstandingorderorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-standing-order-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountStandingOrderOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersbfiltersbcodeaccountstandingorderfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-standing-order-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountStandingOrderFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbfundingsourcesbcodefundingsourceconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"fundingSources"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/funding-source-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSourceConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of funding source created on the account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountfundingsourcesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountfundingsourcesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountfundingsourcesborderbybcodefundingsourceorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/funding-source-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSourceOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountfundingsourcesbfiltersbcodefundingsourcefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/funding-source-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSourceFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbmerchantprofilesbcodemerchantprofileconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"merchantProfiles"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/merchant-profile-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfileConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of merchant profiles created on the account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountmerchantprofilesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmerchantprofilesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmerchantprofilesborderbybcodemerchantprofileorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/merchant-profile-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfileOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmerchantprofilesbfiltersbcodemerchantprofilefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/merchant-profile-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfileFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h3",{id:"returned-by"},"Returned by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/queries/account"},(0,c.kt)("inlineCode",{parentName:"a"},"account"))," ",(0,c.kt)(p,{class:"secondary",text:"query",mdxType:"Badge"})),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-edge"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountEdge"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/allow-sdd-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"AllowSddSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/balance"},(0,c.kt)("inlineCode",{parentName:"a"},"Balance"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CardTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/check-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CheckTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/deny-sdd-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"DenySddSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/fee-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"FeeTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-credit-transfer"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalCreditTransfer"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-direct-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalDirectDebitTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-received-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalReceivedDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/international-credit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternationalCreditTransferTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepacredit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPACreditTransferTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepadirect-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPADirectDebitTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/separeceived-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAReceivedDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/standing-order"},(0,c.kt)("inlineCode",{parentName:"a"},"StandingOrder"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/statement"},(0,c.kt)("inlineCode",{parentName:"a"},"Statement"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"Transaction"))," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/update-account-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdateAccountSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[19088],{3905:(e,t,n)=>{n.d(t,{Zo:()=>i,kt:()=>k});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var d=a.createContext({}),s=function(e){var t=a.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},i=function(e){var t=s(e.components);return a.createElement(d.Provider,{value:t},e.children)},u="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,d=e.parentName,i=l(e,["components","mdxType","originalType","parentName"]),u=s(n),p=o,k=u["".concat(d,".").concat(p)]||u[p]||m[p]||c;return n?a.createElement(k,r(r({ref:t},i),{},{components:n})):a.createElement(k,r({ref:t},i))}));function k(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,r=new Array(c);r[0]=p;var l={};for(var d in t)hasOwnProperty.call(t,d)&&(l[d]=t[d]);l.originalType=e,l[u]="string"==typeof e?e:o,r[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>u,SpecifiedBy:()=>m,assets:()=>s,contentTitle:()=>l,default:()=>b,frontMatter:()=>r,metadata:()=>d,toc:()=>i});var a=n(83117),o=n(67294),c=n(3905);const r={id:"account",title:"Account",hide_table_of_contents:!1},l=void 0,d={unversionedId:"api-reference/objects/account",id:"api-reference/objects/account",title:"Account",description:"Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account.",source:"@site/docs/api-reference/objects/account.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/account",permalink:"/api-reference/objects/account",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/account.mdx",tags:[],version:"current",frontMatter:{id:"account",title:"Account",hide_table_of_contents:!1}},s={},i=[{value:"Fields",id:"fields",level:3},{value:'Account.idID! ',id:"code-style-fontweight-normal-accountbidbcodeid--",level:4},{value:'Account.numberAccountNumber! ',id:"code-style-fontweight-normal-accountbnumberbcodeaccountnumber--",level:4},{value:'Account.nameString! ',id:"code-style-fontweight-normal-accountbnamebcodestring--",level:4},{value:'Account.holderAccountHolder! ',id:"code-style-fontweight-normal-accountbholderbcodeaccountholder--",level:4},{value:'Account.cashAccountTypeCashAccountType! ',id:"code-style-fontweight-normal-accountbcashaccounttypebcodecashaccounttype--",level:4},{value:'Account.countryAccountCountry! ',id:"code-style-fontweight-normal-accountbcountrybcodeaccountcountry--",level:4},{value:'Account.paymentLevelPaymentLevel! ',id:"code-style-fontweight-normal-accountbpaymentlevelbcodepaymentlevel--",level:4},{value:'Account.BICBIC! ',id:"code-style-fontweight-normal-accountbbicbcodebic--",level:4},{value:'Account.IBANIBAN ',id:"code-style-fontweight-normal-accountbibanbcodeiban-",level:4},{value:'Account.currencyCurrency! ',id:"code-style-fontweight-normal-accountbcurrencybcodecurrency--",level:4},{value:'Account.blockSDDBoolean ',id:"code-style-fontweight-normal-accountbblocksddbcodeboolean-",level:4},{value:'Account.statusInfoAccountStatusInfo! ',id:"code-style-fontweight-normal-accountbstatusinfobcodeaccountstatusinfo--",level:4},{value:'Account.partnershipStatusInfoPartnershipStatusInfo ',id:"code-style-fontweight-normal-accountbpartnershipstatusinfobcodepartnershipstatusinfo-",level:4},{value:'Account.createdAtDateTime! ',id:"code-style-fontweight-normal-accountbcreatedatbcodedatetime--",level:4},{value:'Account.updatedAtDateTime! ',id:"code-style-fontweight-normal-accountbupdatedatbcodedatetime--",level:4},{value:'Account.virtualIbanEntriesVirtualIBANEntryConnection! ',id:"code-style-fontweight-normal-accountbvirtualibanentriesbcodevirtualibanentryconnection--",level:4},{value:'Account.virtualIbanEntries.beforeString ',id:"code-style-fontweight-normal-accountvirtualibanentriesbbeforebcodestring-",level:5},{value:'Account.virtualIbanEntries.afterString ',id:"code-style-fontweight-normal-accountvirtualibanentriesbafterbcodestring-",level:5},{value:'Account.membershipsAccountMembershipConnection! ',id:"code-style-fontweight-normal-accountbmembershipsbcodeaccountmembershipconnection--",level:4},{value:'Account.memberships.beforeString ',id:"code-style-fontweight-normal-accountmembershipsbbeforebcodestring-",level:5},{value:'Account.memberships.afterString ',id:"code-style-fontweight-normal-accountmembershipsbafterbcodestring-",level:5},{value:'Account.memberships.filtersMembershipsFilterInput ',id:"code-style-fontweight-normal-accountmembershipsbfiltersbcodemembershipsfilterinput-",level:5},{value:'Account.memberships.orderByAccountMembershipOrderByInput ',id:"code-style-fontweight-normal-accountmembershipsborderbybcodeaccountmembershiporderbyinput-",level:5},{value:'Account.requiredConsentToFetchNewTransactionsBoolean! ',id:"code-style-fontweight-normal-accountbrequiredconsenttofetchnewtransactionsbcodeboolean--",level:4},{value:'Account.languageAccountLanguage! ',id:"code-style-fontweight-normal-accountblanguagebcodeaccountlanguage--",level:4},{value:'Account.legalRepresentativeMembershipAccountMembership! ',id:"code-style-fontweight-normal-accountblegalrepresentativemembershipbcodeaccountmembership--",level:4},{value:'Account.paymentAccountTypePaymentAccountType! ',id:"code-style-fontweight-normal-accountbpaymentaccounttypebcodepaymentaccounttype--",level:4},{value:'Account.upgradedAtDateTime ',id:"code-style-fontweight-normal-accountbupgradedatbcodedatetime-",level:4},{value:'Account.bankDetailsString ',id:"code-style-fontweight-normal-accountbbankdetailsbcodestring-",level:4},{value:'Account.legalDocumentsLegalDocumentConnection ',id:"code-style-fontweight-normal-accountblegaldocumentsbcodelegaldocumentconnection-",level:4},{value:'Account.legalDocuments.afterString ',id:"code-style-fontweight-normal-accountlegaldocumentsbafterbcodestring-",level:5},{value:'Account.legalDocuments.filtersLegalDocumentsFilterInput ',id:"code-style-fontweight-normal-accountlegaldocumentsbfiltersbcodelegaldocumentsfilterinput-",level:5},{value:'Account.balancesAccountBalances ',id:"code-style-fontweight-normal-accountbbalancesbcodeaccountbalances-",level:4},{value:'Account.statementsStatementConnection ',id:"code-style-fontweight-normal-accountbstatementsbcodestatementconnection-",level:4},{value:'Account.statements.afterString ',id:"code-style-fontweight-normal-accountstatementsbafterbcodestring-",level:5},{value:'Account.statements.filtersStatementFiltersInput ',id:"code-style-fontweight-normal-accountstatementsbfiltersbcodestatementfiltersinput-",level:5},{value:'Account.transactionsTransactionConnection ',id:"code-style-fontweight-normal-accountbtransactionsbcodetransactionconnection-",level:4},{value:'Account.transactions.afterString ',id:"code-style-fontweight-normal-accounttransactionsbafterbcodestring-",level:5},{value:'Account.transactions.filtersTransactionsFiltersInput ',id:"code-style-fontweight-normal-accounttransactionsbfiltersbcodetransactionsfiltersinput-",level:5},{value:'Account.transactions.orderByTransactionsOrderByInput ',id:"code-style-fontweight-normal-accounttransactionsborderbybcodetransactionsorderbyinput-",level:5},{value:'Account.invoicesInvoiceConnection ',id:"code-style-fontweight-normal-accountbinvoicesbcodeinvoiceconnection-",level:4},{value:'Account.invoices.afterString ',id:"code-style-fontweight-normal-accountinvoicesbafterbcodestring-",level:5},{value:'Account.receivedDirectDebitMandatesReceivedDirectDebitMandateConnection ',id:"code-style-fontweight-normal-accountbreceiveddirectdebitmandatesbcodereceiveddirectdebitmandateconnection-",level:4},{value:'Account.receivedDirectDebitMandates.afterString ',id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbafterbcodestring-",level:5},{value:'Account.receivedDirectDebitMandates.orderByAccountReceivedDirectDebitOrderByInput ',id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesborderbybcodeaccountreceiveddirectdebitorderbyinput-",level:5},{value:'Account.receivedDirectDebitMandates.filtersAccountReceivedDirectDebitMandateFiltersInput ',id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbfiltersbcodeaccountreceiveddirectdebitmandatefiltersinput-",level:5},{value:'Account.standingOrdersStandingOrderConnection! ',id:"code-style-fontweight-normal-accountbstandingordersbcodestandingorderconnection--",level:4},{value:'Account.standingOrders.afterString ',id:"code-style-fontweight-normal-accountstandingordersbafterbcodestring-",level:5},{value:'Account.standingOrders.offsetInt ',id:"code-style-fontweight-normal-accountstandingordersboffsetbcodeint-",level:5},{value:'Account.standingOrders.orderByAccountStandingOrderOrderByInput ',id:"code-style-fontweight-normal-accountstandingordersborderbybcodeaccountstandingorderorderbyinput-",level:5},{value:'Account.standingOrders.filtersAccountStandingOrderFiltersInput ',id:"code-style-fontweight-normal-accountstandingordersbfiltersbcodeaccountstandingorderfiltersinput-",level:5},{value:'Account.fundingSourcesFundingSourceConnection ',id:"code-style-fontweight-normal-accountbfundingsourcesbcodefundingsourceconnection-",level:4},{value:'Account.fundingSources.afterString ',id:"code-style-fontweight-normal-accountfundingsourcesbafterbcodestring-",level:5},{value:'Account.fundingSources.orderByFundingSourceOrderByInput ',id:"code-style-fontweight-normal-accountfundingsourcesborderbybcodefundingsourceorderbyinput-",level:5},{value:'Account.fundingSources.filtersFundingSourceFiltersInput ',id:"code-style-fontweight-normal-accountfundingsourcesbfiltersbcodefundingsourcefiltersinput-",level:5},{value:'Account.merchantProfilesMerchantProfileConnection ',id:"code-style-fontweight-normal-accountbmerchantprofilesbcodemerchantprofileconnection-",level:4},{value:'Account.merchantProfiles.afterString ',id:"code-style-fontweight-normal-accountmerchantprofilesbafterbcodestring-",level:5},{value:'Account.merchantProfiles.orderByMerchantProfileOrderByInput ',id:"code-style-fontweight-normal-accountmerchantprofilesborderbybcodemerchantprofileorderbyinput-",level:5},{value:'Account.merchantProfiles.filtersMerchantProfileFiltersInput ',id:"code-style-fontweight-normal-accountmerchantprofilesbfiltersbcodemerchantprofilefiltersinput-",level:5},{value:"Returned by",id:"returned-by",level:3},{value:"Member of",id:"member-of",level:3}],u=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),k={toc:i,Bullet:u,SpecifiedBy:m,Badge:p},f="wrapper";function b(e){let{components:t,...n}=e;return(0,c.kt)(f,(0,a.Z)({},k,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account."),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type Account {\n id: ID!\n number: AccountNumber!\n name: String!\n holder: AccountHolder!\n cashAccountType: CashAccountType!\n country: AccountCountry!\n paymentLevel: PaymentLevel!\n BIC: BIC!\n IBAN: IBAN\n currency: Currency!\n blockSDD: Boolean\n statusInfo: AccountStatusInfo!\n partnershipStatusInfo: PartnershipStatusInfo\n createdAt: DateTime!\n updatedAt: DateTime!\n virtualIbanEntries(\n first: Int! = 50\n before: String\n after: String\n): VirtualIBANEntryConnection!\n memberships(\n first: Int! = 50\n before: String\n after: String\n filters: MembershipsFilterInput\n orderBy: AccountMembershipOrderByInput\n): AccountMembershipConnection!\n requiredConsentToFetchNewTransactions: Boolean!\n language: AccountLanguage!\n legalRepresentativeMembership: AccountMembership!\n paymentAccountType: PaymentAccountType!\n upgradedAt: DateTime\n bankDetails: String\n legalDocuments(\n first: Int! = 50\n after: String\n filters: LegalDocumentsFilterInput\n): LegalDocumentConnection\n balances: AccountBalances\n statements(\n first: Int! = 50\n after: String\n filters: StatementFiltersInput\n): StatementConnection\n transactions(\n first: Int! = 50\n after: String\n filters: TransactionsFiltersInput\n orderBy: TransactionsOrderByInput\n): TransactionConnection\n invoices(\n first: Int! = 10\n after: String\n): InvoiceConnection\n receivedDirectDebitMandates(\n first: Int! = 50\n after: String\n orderBy: AccountReceivedDirectDebitOrderByInput\n filters: AccountReceivedDirectDebitMandateFiltersInput\n): ReceivedDirectDebitMandateConnection\n standingOrders(\n first: Int! = 50\n after: String\n offset: Int\n orderBy: AccountStandingOrderOrderByInput\n filters: AccountStandingOrderFiltersInput\n): StandingOrderConnection!\n fundingSources(\n first: Int! = 50\n after: String\n orderBy: FundingSourceOrderByInput\n filters: FundingSourceFiltersInput\n): FundingSourceConnection\n merchantProfiles(\n first: Int! = 50\n after: String\n orderBy: MerchantProfileOrderByInput\n filters: MerchantProfileFiltersInput\n): MerchantProfileConnection\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"id"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of an account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbnumberbcodeaccountnumber--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"number"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/account-number"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountNumber!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique account number")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbnamebcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"name"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account name")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbholderbcodeaccountholder--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"holder"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-holder"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolder!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcashaccounttypebcodecashaccounttype--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"cashAccountType"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/cash-account-type"},(0,c.kt)("inlineCode",{parentName:"a"},"CashAccountType!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Cash account type")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcountrybcodeaccountcountry--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"country"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-country"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountCountry!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Country of the account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbpaymentlevelbcodepaymentlevel--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"paymentLevel"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/payment-level"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentLevel!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Payment level")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbbicbcodebic--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"BIC"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/bic"},(0,c.kt)("inlineCode",{parentName:"a"},"BIC!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Bank Identifier Code\nOnly if the account membership has ",(0,c.kt)("inlineCode",{parentName:"p"},"canViewAccount=true")," & this account has ",(0,c.kt)("inlineCode",{parentName:"p"},"paymentLevel=Unlimited"))),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbibanbcodeiban-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"IBAN"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/iban"},(0,c.kt)("inlineCode",{parentName:"a"},"IBAN"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"International Bank Account Number\nOnly if the account membership has ",(0,c.kt)("inlineCode",{parentName:"p"},"canViewAccount=true")," & this account has ",(0,c.kt)("inlineCode",{parentName:"p"},"paymentLevel=Unlimited"))),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcurrencybcodecurrency--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"currency"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/currency"},(0,c.kt)("inlineCode",{parentName:"a"},"Currency!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Currency")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbblocksddbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"blockSDD"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if the main IBAN refuses all Sepa Direct Debit received")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbstatusinfobcodeaccountstatusinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"statusInfo"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountStatusInfo!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Status of the account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbpartnershipstatusinfobcodepartnershipstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"partnershipStatusInfo"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/partnership-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipStatusInfo"))," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Partnership status")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbcreatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"createdAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Created date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbupdatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"updatedAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Updated date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbvirtualibanentriesbcodevirtualibanentryconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"virtualIbanEntries"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/virtual-ibanentry-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"VirtualIBANEntryConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of Virtual IBAN"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountvirtualibanentriesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.virtualIbanEntries.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountvirtualibanentriesbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.virtualIbanEntries.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountvirtualibanentriesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.virtualIbanEntries.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbmembershipsbcodeaccountmembershipconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"memberships"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-membership-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of account membership for this account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountmembershipsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsbfiltersbcodemembershipsfilterinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/memberships-filter-input"},(0,c.kt)("inlineCode",{parentName:"a"},"MembershipsFilterInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmembershipsborderbybcodeaccountmembershiporderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.memberships.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-membership-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembershipOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbrequiredconsenttofetchnewtransactionsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"requiredConsentToFetchNewTransactions"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true"),"if a consent is required to fetch new transactions")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountblanguagebcodeaccountlanguage--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"language"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-language"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountLanguage!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Language used for account statements")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountblegalrepresentativemembershipbcodeaccountmembership--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"legalRepresentativeMembership"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Legal representative account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbpaymentaccounttypebcodepaymentaccounttype--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"paymentAccountType"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/payment-account-type"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentAccountType!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Type of the account : EMoney if account holder has not finished the KYC requirements, PaymentService otherwise")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbupgradedatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"upgradedAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Date of the account going from eMoney to PaymentService")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbbankdetailsbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"bankDetails"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Link to the account's bank details")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountblegaldocumentsbcodelegaldocumentconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"legalDocuments"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/legal-document-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Legal Documents linked to the account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountlegaldocumentsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.legalDocuments.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountlegaldocumentsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.legalDocuments.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountlegaldocumentsbfiltersbcodelegaldocumentsfilterinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.legalDocuments.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/legal-documents-filter-input"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentsFilterInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbbalancesbcodeaccountbalances-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"balances"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-balances"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountBalances"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of balances regarding an account.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbstatementsbcodestatementconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"statements"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/statement-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"StatementConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of statements of an account.\nThe list is ordered by lastUpdateAt"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountstatementsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.statements.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstatementsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.statements.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstatementsbfiltersbcodestatementfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.statements.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/statement-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"StatementFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbtransactionsbcodetransactionconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"transactions"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/transaction-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of transactions of an account."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accounttransactionsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accounttransactionsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accounttransactionsbfiltersbcodetransactionsfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/transactions-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionsFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accounttransactionsborderbybcodetransactionsorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.transactions.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/transactions-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionsOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be sorted (default value UpdatedAt desc)")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbinvoicesbcodeinvoiceconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"invoices"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/invoice-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"InvoiceConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of invoices of an account.\nThe list is ordered by creation date (from newest to oldest)"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountinvoicesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.invoices.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 10)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountinvoicesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.invoices.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after an element")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbreceiveddirectdebitmandatesbcodereceiveddirectdebitmandateconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"receivedDirectDebitMandates"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/received-direct-debit-mandate-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of receive Direct Mandates of an account."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesborderbybcodeaccountreceiveddirectdebitorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-received-direct-debit-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountReceivedDirectDebitOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountreceiveddirectdebitmandatesbfiltersbcodeaccountreceiveddirectdebitmandatefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.receivedDirectDebitMandates.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-received-direct-debit-mandate-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountReceivedDirectDebitMandateFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbstandingordersbcodestandingorderconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"standingOrders"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/standing-order-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"StandingOrderConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of standing orders regarding an account."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountstandingordersbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersboffsetbcodeint-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"offset"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start at a specific offset")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersborderbybcodeaccountstandingorderorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-standing-order-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountStandingOrderOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountstandingordersbfiltersbcodeaccountstandingorderfiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.standingOrders.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-standing-order-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountStandingOrderFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbfundingsourcesbcodefundingsourceconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"fundingSources"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/funding-source-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSourceConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of funding source created on the account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountfundingsourcesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountfundingsourcesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountfundingsourcesborderbybcodefundingsourceorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/funding-source-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSourceOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountfundingsourcesbfiltersbcodefundingsourcefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.fundingSources.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/funding-source-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSourceFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountbmerchantprofilesbcodemerchantprofileconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.",(0,c.kt)("b",null,"merchantProfiles"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/merchant-profile-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfileConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of merchant profiles created on the account"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountmerchantprofilesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmerchantprofilesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmerchantprofilesborderbybcodemerchantprofileorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/merchant-profile-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfileOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountmerchantprofilesbfiltersbcodemerchantprofilefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"Account.merchantProfiles.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/merchant-profile-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfileFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h3",{id:"returned-by"},"Returned by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/queries/account"},(0,c.kt)("inlineCode",{parentName:"a"},"account"))," ",(0,c.kt)(p,{class:"secondary",text:"query",mdxType:"Badge"})),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-edge"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountEdge"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/allow-sdd-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"AllowSddSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/balance"},(0,c.kt)("inlineCode",{parentName:"a"},"Balance"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CardTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/check-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CheckTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/deny-sdd-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"DenySddSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/fee-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"FeeTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-credit-transfer"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalCreditTransfer"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-direct-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalDirectDebitTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-received-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalReceivedDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/international-credit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternationalCreditTransferTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepacredit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPACreditTransferTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepadirect-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPADirectDebitTransaction"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/separeceived-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAReceivedDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/standing-order"},(0,c.kt)("inlineCode",{parentName:"a"},"StandingOrder"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/statement"},(0,c.kt)("inlineCode",{parentName:"a"},"Statement"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"Transaction"))," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/update-account-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdateAccountSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/0dadcc1e.9724b324.js b/assets/js/0dadcc1e.056da692.js similarity index 97% rename from assets/js/0dadcc1e.9724b324.js rename to assets/js/0dadcc1e.056da692.js index 3df90862a7f..7badae63d3f 100644 --- a/assets/js/0dadcc1e.9724b324.js +++ b/assets/js/0dadcc1e.056da692.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[4389],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>m});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function i(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var o=n.createContext({}),u=function(e){var t=n.useContext(o),a=t;return e&&(a="function"==typeof e?e(t):i(i({},t),e)),a},s=function(e){var t=u(e.components);return n.createElement(o.Provider,{value:t},e.children)},c="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},g=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,l=e.originalType,o=e.parentName,s=d(e,["components","mdxType","originalType","parentName"]),c=u(a),g=r,m=c["".concat(o,".").concat(g)]||c[g]||p[g]||l;return a?n.createElement(m,i(i({ref:t},s),{},{components:a})):n.createElement(m,i({ref:t},s))}));function m(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=a.length,i=new Array(l);i[0]=g;var d={};for(var o in t)hasOwnProperty.call(t,o)&&(d[o]=t[o]);d.originalType=e,d[c]="string"==typeof e?e:r,i[1]=d;for(var u=2;u{a.r(t),a.d(t,{Badge:()=>g,Bullet:()=>c,SpecifiedBy:()=>p,assets:()=>u,contentTitle:()=>d,default:()=>y,frontMatter:()=>i,metadata:()=>o,toc:()=>s});var n=a(83117),r=a(67294),l=a(3905);const i={id:"add-single-use-virtual-card",title:"addSingleUseVirtualCard",hide_table_of_contents:!1},d=void 0,o={unversionedId:"api-reference/mutations/add-single-use-virtual-card",id:"api-reference/mutations/add-single-use-virtual-card",title:"addSingleUseVirtualCard",description:"add a new Single Use Virtual Card to an account membership.",source:"@site/docs/api-reference/mutations/add-single-use-virtual-card.mdx",sourceDirName:"api-reference/mutations",slug:"/api-reference/mutations/add-single-use-virtual-card",permalink:"/api-reference/mutations/add-single-use-virtual-card",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/mutations/add-single-use-virtual-card.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card",title:"addSingleUseVirtualCard",hide_table_of_contents:!1}},u={},s=[{value:"Arguments",id:"arguments",level:3},{value:'addSingleUseVirtualCard.inputAddSingleUseVirtualCardInput! ',id:"code-style-fontweight-normal-addsingleusevirtualcardbinputbcodeaddsingleusevirtualcardinput--",level:4},{value:"Type",id:"type",level:3},{value:'AddSingleUseVirtualCardPayload ',id:"addsingleusevirtualcardpayload-",level:4}],c=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),g=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:c,SpecifiedBy:p,Badge:g},f="wrapper";function y(e){let{components:t,...a}=e;return(0,l.kt)(f,(0,n.Z)({},m,a,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"add a new Single Use Virtual Card to an account membership."),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"addSingleUseVirtualCard(\n input: AddSingleUseVirtualCardInput!\n): AddSingleUseVirtualCardPayload!\n")),(0,l.kt)("h3",{id:"arguments"},"Arguments"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardbinputbcodeaddsingleusevirtualcardinput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"addSingleUseVirtualCard.",(0,l.kt)("b",null,"input"))),(0,l.kt)(c,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/add-single-use-virtual-card-input"},(0,l.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardInput!"))," ",(0,l.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null),(0,l.kt)("h3",{id:"type"},"Type"),(0,l.kt)("h4",{id:"addsingleusevirtualcardpayload-"},(0,l.kt)("a",{parentName:"h4",href:"/api-reference/unions/add-single-use-virtual-card-payload"},(0,l.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardPayload"))," ",(0,l.kt)(g,{class:"secondary",text:"union",mdxType:"Badge"})),(0,l.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[4389],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>m});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function i(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var o=n.createContext({}),u=function(e){var t=n.useContext(o),a=t;return e&&(a="function"==typeof e?e(t):i(i({},t),e)),a},s=function(e){var t=u(e.components);return n.createElement(o.Provider,{value:t},e.children)},c="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},g=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,l=e.originalType,o=e.parentName,s=d(e,["components","mdxType","originalType","parentName"]),c=u(a),g=r,m=c["".concat(o,".").concat(g)]||c[g]||p[g]||l;return a?n.createElement(m,i(i({ref:t},s),{},{components:a})):n.createElement(m,i({ref:t},s))}));function m(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=a.length,i=new Array(l);i[0]=g;var d={};for(var o in t)hasOwnProperty.call(t,o)&&(d[o]=t[o]);d.originalType=e,d[c]="string"==typeof e?e:r,i[1]=d;for(var u=2;u{a.r(t),a.d(t,{Badge:()=>g,Bullet:()=>c,SpecifiedBy:()=>p,assets:()=>u,contentTitle:()=>d,default:()=>y,frontMatter:()=>i,metadata:()=>o,toc:()=>s});var n=a(83117),r=a(67294),l=a(3905);const i={id:"add-single-use-virtual-card",title:"addSingleUseVirtualCard",hide_table_of_contents:!1},d=void 0,o={unversionedId:"api-reference/mutations/add-single-use-virtual-card",id:"api-reference/mutations/add-single-use-virtual-card",title:"addSingleUseVirtualCard",description:"Add a new Single Use Virtual Card to an account membership.",source:"@site/docs/api-reference/mutations/add-single-use-virtual-card.mdx",sourceDirName:"api-reference/mutations",slug:"/api-reference/mutations/add-single-use-virtual-card",permalink:"/api-reference/mutations/add-single-use-virtual-card",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/mutations/add-single-use-virtual-card.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card",title:"addSingleUseVirtualCard",hide_table_of_contents:!1}},u={},s=[{value:"Arguments",id:"arguments",level:3},{value:'addSingleUseVirtualCard.inputAddSingleUseVirtualCardInput! ',id:"code-style-fontweight-normal-addsingleusevirtualcardbinputbcodeaddsingleusevirtualcardinput--",level:4},{value:"Type",id:"type",level:3},{value:'AddSingleUseVirtualCardPayload ',id:"addsingleusevirtualcardpayload-",level:4}],c=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),g=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:c,SpecifiedBy:p,Badge:g},f="wrapper";function y(e){let{components:t,...a}=e;return(0,l.kt)(f,(0,n.Z)({},m,a,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Add a new Single Use Virtual Card to an account membership."),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"addSingleUseVirtualCard(\n input: AddSingleUseVirtualCardInput!\n): AddSingleUseVirtualCardPayload!\n")),(0,l.kt)("h3",{id:"arguments"},"Arguments"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardbinputbcodeaddsingleusevirtualcardinput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"addSingleUseVirtualCard.",(0,l.kt)("b",null,"input"))),(0,l.kt)(c,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/add-single-use-virtual-card-input"},(0,l.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardInput!"))," ",(0,l.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null),(0,l.kt)("h3",{id:"type"},"Type"),(0,l.kt)("h4",{id:"addsingleusevirtualcardpayload-"},(0,l.kt)("a",{parentName:"h4",href:"/api-reference/unions/add-single-use-virtual-card-payload"},(0,l.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardPayload"))," ",(0,l.kt)(g,{class:"secondary",text:"union",mdxType:"Badge"})),(0,l.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/0fafb84a.4ccfd837.js b/assets/js/0fafb84a.6ecc84f1.js similarity index 96% rename from assets/js/0fafb84a.4ccfd837.js rename to assets/js/0fafb84a.6ecc84f1.js index 5cf86e5b177..281ec6ae42d 100644 --- a/assets/js/0fafb84a.4ccfd837.js +++ b/assets/js/0fafb84a.6ecc84f1.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[93093],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>f});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=a.createContext({}),d=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=d(e.components);return a.createElement(c.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,c=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),p=d(n),m=o,f=p["".concat(c,".").concat(m)]||p[m]||u[m]||r;return n?a.createElement(f,l(l({ref:t},s),{},{components:n})):a.createElement(f,l({ref:t},s))}));function f(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,l=new Array(r);l[0]=m;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[p]="string"==typeof e?e:o,l[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>y,frontMatter:()=>l,metadata:()=>c,toc:()=>s});var a=n(83117),o=n(67294),r=n(3905);const l={id:"card-config-input",title:"CardConfigInput",hide_table_of_contents:!1},i=void 0,c={unversionedId:"api-reference/inputs/card-config-input",id:"api-reference/inputs/card-config-input",title:"CardConfigInput",description:"No description",source:"@site/docs/api-reference/inputs/card-config-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/card-config-input",permalink:"/api-reference/inputs/card-config-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/card-config-input.mdx",tags:[],version:"current",frontMatter:{id:"card-config-input",title:"CardConfigInput",hide_table_of_contents:!1}},d={},s=[{value:"Fields",id:"fields",level:3},{value:'CardConfigInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-cardconfiginputbaccountmembershipidbcodeid--",level:4},{value:'CardConfigInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-cardconfiginputbcardcontractexpirydatebcodedatetime-",level:4},{value:'CardConfigInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbwithdrawalbcodeboolean--",level:4},{value:'CardConfigInput.internationalBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbinternationalbcodeboolean--",level:4},{value:'CardConfigInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'CardConfigInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbecommercebcodeboolean--",level:4},{value:'CardConfigInput.nameString ',id:"code-style-fontweight-normal-cardconfiginputbnamebcodestring-",level:4},{value:'CardConfigInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-cardconfiginputbspendinglimitbcodespendinglimitinput--",level:4},{value:'CardConfigInput.physicalCardPhysicalCardConfigInput ',id:"code-style-fontweight-normal-cardconfiginputbphysicalcardbcodephysicalcardconfiginput-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:s,Bullet:p,SpecifiedBy:u,Badge:m},g="wrapper";function y(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input CardConfigInput {\n accountMembershipId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n name: String\n spendingLimit: SpendingLimitInput!\n physicalCard: PhysicalCardConfigInput\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbaccountmembershipidbcodeid--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"accountMembershipId"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,r.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"unique identifier of a given account membership")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbcardcontractexpirydatebcodedatetime-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"cardContractExpiryDate"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,r.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,r.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbwithdrawalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"withdrawal"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbinternationalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"international"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbnonmaincurrencytransactionsbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"nonMainCurrencyTransactions"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbecommercebcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"eCommerce"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbnamebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"name"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card name")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbspendinglimitbcodespendinglimitinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"spendingLimit"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,r.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"spending limit")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbphysicalcardbcodephysicalcardconfiginput-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"physicalCard"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-config-input"},(0,r.kt)("inlineCode",{parentName:"a"},"PhysicalCardConfigInput"))," ",(0,r.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"if used a physical card will be printed and sent to the inputed address")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-cards-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddCardsInput"))," ",(0,r.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[93093],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>f});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=a.createContext({}),d=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=d(e.components);return a.createElement(c.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,c=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),p=d(n),m=o,f=p["".concat(c,".").concat(m)]||p[m]||u[m]||r;return n?a.createElement(f,l(l({ref:t},s),{},{components:n})):a.createElement(f,l({ref:t},s))}));function f(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,l=new Array(r);l[0]=m;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[p]="string"==typeof e?e:o,l[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>y,frontMatter:()=>l,metadata:()=>c,toc:()=>s});var a=n(83117),o=n(67294),r=n(3905);const l={id:"card-config-input",title:"CardConfigInput",hide_table_of_contents:!1},i=void 0,c={unversionedId:"api-reference/inputs/card-config-input",id:"api-reference/inputs/card-config-input",title:"CardConfigInput",description:"No description",source:"@site/docs/api-reference/inputs/card-config-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/card-config-input",permalink:"/api-reference/inputs/card-config-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/card-config-input.mdx",tags:[],version:"current",frontMatter:{id:"card-config-input",title:"CardConfigInput",hide_table_of_contents:!1}},d={},s=[{value:"Fields",id:"fields",level:3},{value:'CardConfigInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-cardconfiginputbaccountmembershipidbcodeid--",level:4},{value:'CardConfigInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-cardconfiginputbcardcontractexpirydatebcodedatetime-",level:4},{value:'CardConfigInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbwithdrawalbcodeboolean--",level:4},{value:'CardConfigInput.internationalBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbinternationalbcodeboolean--",level:4},{value:'CardConfigInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'CardConfigInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-cardconfiginputbecommercebcodeboolean--",level:4},{value:'CardConfigInput.nameString ',id:"code-style-fontweight-normal-cardconfiginputbnamebcodestring-",level:4},{value:'CardConfigInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-cardconfiginputbspendinglimitbcodespendinglimitinput--",level:4},{value:'CardConfigInput.physicalCardPhysicalCardConfigInput ',id:"code-style-fontweight-normal-cardconfiginputbphysicalcardbcodephysicalcardconfiginput-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:s,Bullet:p,SpecifiedBy:u,Badge:m},g="wrapper";function y(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input CardConfigInput {\n accountMembershipId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n name: String\n spendingLimit: SpendingLimitInput!\n physicalCard: PhysicalCardConfigInput\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbaccountmembershipidbcodeid--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"accountMembershipId"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,r.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account membership")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbcardcontractexpirydatebcodedatetime-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"cardContractExpiryDate"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,r.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,r.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbwithdrawalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"withdrawal"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbinternationalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"international"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbnonmaincurrencytransactionsbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"nonMainCurrencyTransactions"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbecommercebcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"eCommerce"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbnamebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"name"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card name")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbspendinglimitbcodespendinglimitinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"spendingLimit"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,r.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,r.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Spending limit")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfiginputbphysicalcardbcodephysicalcardconfiginput-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigInput.",(0,r.kt)("b",null,"physicalCard"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-config-input"},(0,r.kt)("inlineCode",{parentName:"a"},"PhysicalCardConfigInput"))," ",(0,r.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"If used a physical card will be printed and sent to the given address")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-cards-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddCardsInput"))," ",(0,r.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/108d6373.71528e6b.js b/assets/js/108d6373.e9eebbee.js similarity index 99% rename from assets/js/108d6373.71528e6b.js rename to assets/js/108d6373.e9eebbee.js index 0a08c46cc94..ed742ae86ea 100644 --- a/assets/js/108d6373.71528e6b.js +++ b/assets/js/108d6373.e9eebbee.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[11544],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),s=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},d=function(e){var t=s(e.components);return r.createElement(c.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},y=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,c=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),p=s(n),y=a,m=p["".concat(c,".").concat(y)]||p[y]||u[y]||o;return n?r.createElement(m,i(i({ref:t},d),{},{components:n})):r.createElement(m,i({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,i=new Array(o);i[0]=y;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:a,i[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>l,default:()=>f,frontMatter:()=>i,metadata:()=>c,toc:()=>d});var r=n(83117),a=n(67294),o=n(3905);const i={id:"print-physical-card-input",title:"PrintPhysicalCardInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/print-physical-card-input",id:"api-reference/inputs/print-physical-card-input",title:"PrintPhysicalCardInput",description:"Inputs to print a physical card",source:"@site/docs/api-reference/inputs/print-physical-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/print-physical-card-input",permalink:"/api-reference/inputs/print-physical-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/print-physical-card-input.mdx",tags:[],version:"current",frontMatter:{id:"print-physical-card-input",title:"PrintPhysicalCardInput",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'PrintPhysicalCardInput.cardIdID! ',id:"code-style-fontweight-normal-printphysicalcardinputbcardidbcodeid--",level:4},{value:'PrintPhysicalCardInput.addressCompleteAddressInput! ',id:"code-style-fontweight-normal-printphysicalcardinputbaddressbcodecompleteaddressinput--",level:4},{value:'PrintPhysicalCardInput.choosePINCodeBoolean! ',id:"code-style-fontweight-normal-printphysicalcardinputbchoosepincodebcodeboolean--",level:4},{value:'PrintPhysicalCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-printphysicalcardinputbconsentredirecturlbcodestring--",level:4},{value:'PrintPhysicalCardInput.physicalCardCustomOptionsPhysicalCardCustomOptionsForPrintInput ',id:"code-style-fontweight-normal-printphysicalcardinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforprintinput-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:p,SpecifiedBy:u,Badge:y},h="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(h,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Inputs to print a physical card"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input PrintPhysicalCardInput {\n cardId: ID!\n address: CompleteAddressInput!\n choosePINCode: Boolean!\n consentRedirectUrl: String!\n physicalCardCustomOptions: PhysicalCardCustomOptionsForPrintInput\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbcardidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"cardId"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Unique identifier of a card")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbaddressbcodecompleteaddressinput--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"address"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/complete-address-input"},(0,o.kt)("inlineCode",{parentName:"a"},"CompleteAddressInput!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"address to deliver the physical card")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbchoosepincodebcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"choosePINCode"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if the user must choose their PIN Code")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbconsentredirecturlbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"consentRedirectUrl"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforprintinput-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"physicalCardCustomOptions"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-custom-options-for-print-input"},(0,o.kt)("inlineCode",{parentName:"a"},"PhysicalCardCustomOptionsForPrintInput"))," ",(0,o.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Custom options to use for physical cards.")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/print-physical-card"},(0,o.kt)("inlineCode",{parentName:"a"},"printPhysicalCard"))," ",(0,o.kt)(y,{class:"secondary",text:"mutation",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[11544],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),s=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},d=function(e){var t=s(e.components);return r.createElement(c.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},y=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,c=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),p=s(n),y=a,m=p["".concat(c,".").concat(y)]||p[y]||u[y]||o;return n?r.createElement(m,i(i({ref:t},d),{},{components:n})):r.createElement(m,i({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,i=new Array(o);i[0]=y;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:a,i[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>l,default:()=>f,frontMatter:()=>i,metadata:()=>c,toc:()=>d});var r=n(83117),a=n(67294),o=n(3905);const i={id:"print-physical-card-input",title:"PrintPhysicalCardInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/print-physical-card-input",id:"api-reference/inputs/print-physical-card-input",title:"PrintPhysicalCardInput",description:"Inputs to print a physical card",source:"@site/docs/api-reference/inputs/print-physical-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/print-physical-card-input",permalink:"/api-reference/inputs/print-physical-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/print-physical-card-input.mdx",tags:[],version:"current",frontMatter:{id:"print-physical-card-input",title:"PrintPhysicalCardInput",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'PrintPhysicalCardInput.cardIdID! ',id:"code-style-fontweight-normal-printphysicalcardinputbcardidbcodeid--",level:4},{value:'PrintPhysicalCardInput.addressCompleteAddressInput! ',id:"code-style-fontweight-normal-printphysicalcardinputbaddressbcodecompleteaddressinput--",level:4},{value:'PrintPhysicalCardInput.choosePINCodeBoolean! ',id:"code-style-fontweight-normal-printphysicalcardinputbchoosepincodebcodeboolean--",level:4},{value:'PrintPhysicalCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-printphysicalcardinputbconsentredirecturlbcodestring--",level:4},{value:'PrintPhysicalCardInput.physicalCardCustomOptionsPhysicalCardCustomOptionsForPrintInput ',id:"code-style-fontweight-normal-printphysicalcardinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforprintinput-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:p,SpecifiedBy:u,Badge:y},h="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(h,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Inputs to print a physical card"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input PrintPhysicalCardInput {\n cardId: ID!\n address: CompleteAddressInput!\n choosePINCode: Boolean!\n consentRedirectUrl: String!\n physicalCardCustomOptions: PhysicalCardCustomOptionsForPrintInput\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbcardidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"cardId"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Unique identifier of a card")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbaddressbcodecompleteaddressinput--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"address"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/complete-address-input"},(0,o.kt)("inlineCode",{parentName:"a"},"CompleteAddressInput!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Address to deliver the physical card")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbchoosepincodebcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"choosePINCode"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if the user must choose their PIN Code")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbconsentredirecturlbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"consentRedirectUrl"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-printphysicalcardinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforprintinput-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"PrintPhysicalCardInput.",(0,o.kt)("b",null,"physicalCardCustomOptions"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-custom-options-for-print-input"},(0,o.kt)("inlineCode",{parentName:"a"},"PhysicalCardCustomOptionsForPrintInput"))," ",(0,o.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Custom options to use for physical cards.")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/print-physical-card"},(0,o.kt)("inlineCode",{parentName:"a"},"printPhysicalCard"))," ",(0,o.kt)(y,{class:"secondary",text:"mutation",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/16eb2325.3b4cf4b9.js b/assets/js/16eb2325.030e1b66.js similarity index 99% rename from assets/js/16eb2325.3b4cf4b9.js rename to assets/js/16eb2325.030e1b66.js index e9ef2e6a649..9bcc8e6b1d3 100644 --- a/assets/js/16eb2325.3b4cf4b9.js +++ b/assets/js/16eb2325.030e1b66.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[40333],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>b});var o=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=o.createContext({}),p=function(e){var t=o.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},l=function(e){var t=p(e.components);return o.createElement(s.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},m=o.forwardRef((function(e,t){var n=e.components,r=e.mdxType,c=e.originalType,s=e.parentName,l=i(e,["components","mdxType","originalType","parentName"]),d=p(n),m=r,b=d["".concat(s,".").concat(m)]||d[m]||u[m]||c;return n?o.createElement(b,a(a({ref:t},l),{},{components:n})):o.createElement(b,a({ref:t},l))}));function b(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=n.length,a=new Array(c);a[0]=m;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[d]="string"==typeof e?e:r,a[1]=i;for(var p=2;p{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>d,SpecifiedBy:()=>u,assets:()=>p,contentTitle:()=>i,default:()=>h,frontMatter:()=>a,metadata:()=>s,toc:()=>l});var o=n(83117),r=n(67294),c=n(3905);const a={id:"pending-consent-account-membership-update",title:"PendingConsentAccountMembershipUpdate",hide_table_of_contents:!1},i=void 0,s={unversionedId:"api-reference/objects/pending-consent-account-membership-update",id:"api-reference/objects/pending-consent-account-membership-update",title:"PendingConsentAccountMembershipUpdate",description:"Pending Consent when the account membership will be updated",source:"@site/docs/api-reference/objects/pending-consent-account-membership-update.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/pending-consent-account-membership-update",permalink:"/api-reference/objects/pending-consent-account-membership-update",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/pending-consent-account-membership-update.mdx",tags:[],version:"current",frontMatter:{id:"pending-consent-account-membership-update",title:"PendingConsentAccountMembershipUpdate",hide_table_of_contents:!1}},p={},l=[{value:"Fields",id:"fields",level:3},{value:'PendingConsentAccountMembershipUpdate.accountMembershipIdAccountMembership! ',id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebaccountmembershipidbcodeaccountmembership--",level:4},{value:'PendingConsentAccountMembershipUpdate.consentConsent! ',id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebconsentbcodeconsent--",level:4}],d=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:l,Bullet:d,SpecifiedBy:u,Badge:m},f="wrapper";function h(e){let{components:t,...n}=e;return(0,c.kt)(f,(0,o.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Pending Consent when the account membership will be updated"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type PendingConsentAccountMembershipUpdate {\n accountMembershipId: AccountMembership!\n consent: Consent!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebaccountmembershipidbcodeaccountmembership--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"PendingConsentAccountMembershipUpdate.",(0,c.kt)("b",null,"accountMembershipId"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"new account membership version waiting for consent")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebconsentbcodeconsent--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"PendingConsentAccountMembershipUpdate.",(0,c.kt)("b",null,"consent"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/consent"},(0,c.kt)("inlineCode",{parentName:"a"},"Consent!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"The consent required to update the account membership")))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[40333],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>b});var o=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=o.createContext({}),p=function(e){var t=o.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},l=function(e){var t=p(e.components);return o.createElement(s.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},m=o.forwardRef((function(e,t){var n=e.components,r=e.mdxType,c=e.originalType,s=e.parentName,l=i(e,["components","mdxType","originalType","parentName"]),d=p(n),m=r,b=d["".concat(s,".").concat(m)]||d[m]||u[m]||c;return n?o.createElement(b,a(a({ref:t},l),{},{components:n})):o.createElement(b,a({ref:t},l))}));function b(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=n.length,a=new Array(c);a[0]=m;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[d]="string"==typeof e?e:r,a[1]=i;for(var p=2;p{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>d,SpecifiedBy:()=>u,assets:()=>p,contentTitle:()=>i,default:()=>h,frontMatter:()=>a,metadata:()=>s,toc:()=>l});var o=n(83117),r=n(67294),c=n(3905);const a={id:"pending-consent-account-membership-update",title:"PendingConsentAccountMembershipUpdate",hide_table_of_contents:!1},i=void 0,s={unversionedId:"api-reference/objects/pending-consent-account-membership-update",id:"api-reference/objects/pending-consent-account-membership-update",title:"PendingConsentAccountMembershipUpdate",description:"Pending Consent when the account membership will be updated",source:"@site/docs/api-reference/objects/pending-consent-account-membership-update.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/pending-consent-account-membership-update",permalink:"/api-reference/objects/pending-consent-account-membership-update",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/pending-consent-account-membership-update.mdx",tags:[],version:"current",frontMatter:{id:"pending-consent-account-membership-update",title:"PendingConsentAccountMembershipUpdate",hide_table_of_contents:!1}},p={},l=[{value:"Fields",id:"fields",level:3},{value:'PendingConsentAccountMembershipUpdate.accountMembershipIdAccountMembership! ',id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebaccountmembershipidbcodeaccountmembership--",level:4},{value:'PendingConsentAccountMembershipUpdate.consentConsent! ',id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebconsentbcodeconsent--",level:4}],d=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:l,Bullet:d,SpecifiedBy:u,Badge:m},f="wrapper";function h(e){let{components:t,...n}=e;return(0,c.kt)(f,(0,o.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Pending Consent when the account membership will be updated"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type PendingConsentAccountMembershipUpdate {\n accountMembershipId: AccountMembership!\n consent: Consent!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebaccountmembershipidbcodeaccountmembership--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"PendingConsentAccountMembershipUpdate.",(0,c.kt)("b",null,"accountMembershipId"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"New account membership version waiting for consent")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-pendingconsentaccountmembershipupdatebconsentbcodeconsent--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"PendingConsentAccountMembershipUpdate.",(0,c.kt)("b",null,"consent"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/consent"},(0,c.kt)("inlineCode",{parentName:"a"},"Consent!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"The consent required to update the account membership")))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/29a89901.ab6bbb69.js b/assets/js/29a89901.5f240a13.js similarity index 98% rename from assets/js/29a89901.ab6bbb69.js rename to assets/js/29a89901.5f240a13.js index 5d66dc9c30b..352193a2153 100644 --- a/assets/js/29a89901.ab6bbb69.js +++ b/assets/js/29a89901.5f240a13.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[81242],{3905:(e,t,r)=>{r.d(t,{Zo:()=>i,kt:()=>y});var a=r(67294);function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,a)}return r}function c(e){for(var t=1;t=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}var d=a.createContext({}),s=function(e){var t=a.useContext(d),r=t;return e&&(r="function"==typeof e?e(t):c(c({},t),e)),r},i=function(e){var t=s(e.components);return a.createElement(d.Provider,{value:t},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},f=a.forwardRef((function(e,t){var r=e.components,n=e.mdxType,o=e.originalType,d=e.parentName,i=l(e,["components","mdxType","originalType","parentName"]),u=s(r),f=n,y=u["".concat(d,".").concat(f)]||u[f]||p[f]||o;return r?a.createElement(y,c(c({ref:t},i),{},{components:r})):a.createElement(y,c({ref:t},i))}));function y(e,t){var r=arguments,n=t&&t.mdxType;if("string"==typeof e||n){var o=r.length,c=new Array(o);c[0]=f;var l={};for(var d in t)hasOwnProperty.call(t,d)&&(l[d]=t[d]);l.originalType=e,l[u]="string"==typeof e?e:n,c[1]=l;for(var s=2;s{r.r(t),r.d(t,{Badge:()=>f,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>s,contentTitle:()=>l,default:()=>g,frontMatter:()=>c,metadata:()=>d,toc:()=>i});var a=r(83117),n=r(67294),o=r(3905);const c={id:"add-single-use-virtual-card-success-for-project-owner-payload",title:"AddSingleUseVirtualCardSuccessForProjectOwnerPayload",hide_table_of_contents:!1},l=void 0,d={unversionedId:"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",id:"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",title:"AddSingleUseVirtualCardSuccessForProjectOwnerPayload",description:"No description",source:"@site/docs/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",permalink:"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card-success-for-project-owner-payload",title:"AddSingleUseVirtualCardSuccessForProjectOwnerPayload",hide_table_of_contents:!1}},s={},i=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardSuccessForProjectOwnerPayload.cardCard! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbcardbcodecard--",level:4},{value:'AddSingleUseVirtualCardSuccessForProjectOwnerPayload.confidentialCardConfidential! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbconfidentialbcodecardconfidential--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],u=()=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(n.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:i,Bullet:u,SpecifiedBy:p,Badge:f},m="wrapper";function g(e){let{components:t,...r}=e;return(0,o.kt)(m,(0,a.Z)({},y,r,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type AddSingleUseVirtualCardSuccessForProjectOwnerPayload {\n card: Card!\n confidential: CardConfidential!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbcardbcodecard--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardSuccessForProjectOwnerPayload.",(0,o.kt)("b",null,"card"))),(0,o.kt)(u,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/card"},(0,o.kt)("inlineCode",{parentName:"a"},"Card!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"the new card added")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbconfidentialbcodecardconfidential--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardSuccessForProjectOwnerPayload.",(0,o.kt)("b",null,"confidential"))),(0,o.kt)(u,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/card-confidential"},(0,o.kt)("inlineCode",{parentName:"a"},"CardConfidential!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"card condidential")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/add-single-use-virtual-card-payload"},(0,o.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardPayload"))," ",(0,o.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[81242],{3905:(e,t,r)=>{r.d(t,{Zo:()=>i,kt:()=>y});var a=r(67294);function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,a)}return r}function c(e){for(var t=1;t=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}var d=a.createContext({}),s=function(e){var t=a.useContext(d),r=t;return e&&(r="function"==typeof e?e(t):c(c({},t),e)),r},i=function(e){var t=s(e.components);return a.createElement(d.Provider,{value:t},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},f=a.forwardRef((function(e,t){var r=e.components,n=e.mdxType,o=e.originalType,d=e.parentName,i=l(e,["components","mdxType","originalType","parentName"]),u=s(r),f=n,y=u["".concat(d,".").concat(f)]||u[f]||p[f]||o;return r?a.createElement(y,c(c({ref:t},i),{},{components:r})):a.createElement(y,c({ref:t},i))}));function y(e,t){var r=arguments,n=t&&t.mdxType;if("string"==typeof e||n){var o=r.length,c=new Array(o);c[0]=f;var l={};for(var d in t)hasOwnProperty.call(t,d)&&(l[d]=t[d]);l.originalType=e,l[u]="string"==typeof e?e:n,c[1]=l;for(var s=2;s{r.r(t),r.d(t,{Badge:()=>f,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>s,contentTitle:()=>l,default:()=>g,frontMatter:()=>c,metadata:()=>d,toc:()=>i});var a=r(83117),n=r(67294),o=r(3905);const c={id:"add-single-use-virtual-card-success-for-project-owner-payload",title:"AddSingleUseVirtualCardSuccessForProjectOwnerPayload",hide_table_of_contents:!1},l=void 0,d={unversionedId:"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",id:"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",title:"AddSingleUseVirtualCardSuccessForProjectOwnerPayload",description:"No description",source:"@site/docs/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",permalink:"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card-success-for-project-owner-payload",title:"AddSingleUseVirtualCardSuccessForProjectOwnerPayload",hide_table_of_contents:!1}},s={},i=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardSuccessForProjectOwnerPayload.cardCard! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbcardbcodecard--",level:4},{value:'AddSingleUseVirtualCardSuccessForProjectOwnerPayload.confidentialCardConfidential! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbconfidentialbcodecardconfidential--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],u=()=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(n.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:i,Bullet:u,SpecifiedBy:p,Badge:f},m="wrapper";function g(e){let{components:t,...r}=e;return(0,o.kt)(m,(0,a.Z)({},y,r,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type AddSingleUseVirtualCardSuccessForProjectOwnerPayload {\n card: Card!\n confidential: CardConfidential!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbcardbcodecard--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardSuccessForProjectOwnerPayload.",(0,o.kt)("b",null,"card"))),(0,o.kt)(u,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/card"},(0,o.kt)("inlineCode",{parentName:"a"},"Card!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The new card added")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforprojectownerpayloadbconfidentialbcodecardconfidential--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardSuccessForProjectOwnerPayload.",(0,o.kt)("b",null,"confidential"))),(0,o.kt)(u,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/card-confidential"},(0,o.kt)("inlineCode",{parentName:"a"},"CardConfidential!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Card confidential")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/add-single-use-virtual-card-payload"},(0,o.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardPayload"))," ",(0,o.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/2a7e9090.5fff2be5.js b/assets/js/2a7e9090.5fff2be5.js deleted file mode 100644 index 238ffa440cd..00000000000 --- a/assets/js/2a7e9090.5fff2be5.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[75161],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var o=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function a(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var s=o.createContext({}),c=function(e){var t=o.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},d=function(e){var t=c(e.components);return o.createElement(s.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},f=o.forwardRef((function(e,t){var n=e.components,i=e.mdxType,r=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),p=c(n),f=i,m=p["".concat(s,".").concat(f)]||p[f]||u[f]||r;return n?o.createElement(m,a(a({ref:t},d),{},{components:n})):o.createElement(m,a({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var r=n.length,a=new Array(r);a[0]=f;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[p]="string"==typeof e?e:i,a[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>l,default:()=>v,frontMatter:()=>a,metadata:()=>s,toc:()=>d});var o=n(83117),i=n(67294),r=n(3905);const a={id:"not-supported-identification-level-status-info",title:"NotSupportedIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/not-supported-identification-level-status-info",id:"api-reference/objects/not-supported-identification-level-status-info",title:"NotSupportedIdentificationLevelStatusInfo",description:"Describes an identification level that's not supported for the process of the current identification",source:"@site/docs/api-reference/objects/not-supported-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/not-supported-identification-level-status-info",permalink:"/api-reference/objects/not-supported-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/not-supported-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"not-supported-identification-level-status-info",title:"NotSupportedIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'NotSupportedIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-notsupportedidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(i.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:p,SpecifiedBy:u,Badge:f},y="wrapper";function v(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,o.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that's not supported for the process of the current identification"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type NotSupportedIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-notsupportedidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"NotSupportedIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,r.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(f,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"NotSupported"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/2a7e9090.e9f7a0df.js b/assets/js/2a7e9090.e9f7a0df.js new file mode 100644 index 00000000000..12b81d18c4f --- /dev/null +++ b/assets/js/2a7e9090.e9f7a0df.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[75161],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var o=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function a(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var l=o.createContext({}),c=function(e){var t=o.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},d=function(e){var t=c(e.components);return o.createElement(l.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},f=o.forwardRef((function(e,t){var n=e.components,i=e.mdxType,r=e.originalType,l=e.parentName,d=s(e,["components","mdxType","originalType","parentName"]),p=c(n),f=i,m=p["".concat(l,".").concat(f)]||p[f]||u[f]||r;return n?o.createElement(m,a(a({ref:t},d),{},{components:n})):o.createElement(m,a({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var r=n.length,a=new Array(r);a[0]=f;var s={};for(var l in t)hasOwnProperty.call(t,l)&&(s[l]=t[l]);s.originalType=e,s[p]="string"==typeof e?e:i,a[1]=s;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>s,default:()=>b,frontMatter:()=>a,metadata:()=>l,toc:()=>d});var o=n(83117),i=n(67294),r=n(3905);const a={id:"not-supported-identification-level-status-info",title:"NotSupportedIdentificationLevelStatusInfo",hide_table_of_contents:!1},s=void 0,l={unversionedId:"api-reference/objects/not-supported-identification-level-status-info",id:"api-reference/objects/not-supported-identification-level-status-info",title:"NotSupportedIdentificationLevelStatusInfo",description:"Describes an identification level that's not supported for the process of the current identification",source:"@site/docs/api-reference/objects/not-supported-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/not-supported-identification-level-status-info",permalink:"/api-reference/objects/not-supported-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/not-supported-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"not-supported-identification-level-status-info",title:"NotSupportedIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'NotSupportedIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-notsupportedidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(i.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:p,SpecifiedBy:u,Badge:f},y="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,o.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that's not supported for the process of the current identification"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type NotSupportedIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-notsupportedidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"NotSupportedIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,r.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(f,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"NotSupported"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/2acac63a.82b876d3.js b/assets/js/2acac63a.24346565.js similarity index 56% rename from assets/js/2acac63a.82b876d3.js rename to assets/js/2acac63a.24346565.js index 8dcdfcf4263..6344fa6237a 100644 --- a/assets/js/2acac63a.82b876d3.js +++ b/assets/js/2acac63a.24346565.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[19165],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>b});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function i(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=a.createContext({}),s=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},d=function(e){var t=s(e.components);return a.createElement(c.Provider,{value:t},e.children)},p="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},u=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,c=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),p=s(n),u=o,b=p["".concat(c,".").concat(u)]||p[u]||m[u]||r;return n?a.createElement(b,i(i({ref:t},d),{},{components:n})):a.createElement(b,i({ref:t},d))}));function b(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,i=new Array(r);i[0]=u;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:o,i[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>m,assets:()=>s,contentTitle:()=>l,default:()=>h,frontMatter:()=>i,metadata:()=>c,toc:()=>d});var a=n(83117),o=n(67294),r=n(3905);const i={id:"membership-info-input",title:"MembershipInfoInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/membership-info-input",id:"api-reference/inputs/membership-info-input",title:"MembershipInfoInput",description:"No description",source:"@site/docs/api-reference/inputs/membership-info-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/membership-info-input",permalink:"/api-reference/inputs/membership-info-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/membership-info-input.mdx",tags:[],version:"current",frontMatter:{id:"membership-info-input",title:"MembershipInfoInput",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'MembershipInfoInput.emailString! ',id:"code-style-fontweight-normal-membershipinfoinputbemailbcodestring--",level:4},{value:'MembershipInfoInput.restrictedToRestrictedToInput! ',id:"code-style-fontweight-normal-membershipinfoinputbrestrictedtobcoderestrictedtoinput--",level:4},{value:'MembershipInfoInput.canViewAccountBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcanviewaccountbcodeboolean--",level:4},{value:'MembershipInfoInput.canManageBeneficiariesBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcanmanagebeneficiariesbcodeboolean--",level:4},{value:'MembershipInfoInput.canInitiatePaymentsBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcaninitiatepaymentsbcodeboolean--",level:4},{value:'MembershipInfoInput.canManageAccountMembershipBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcanmanageaccountmembershipbcodeboolean--",level:4},{value:'MembershipInfoInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-membershipinfoinputbcanmanagecardsbcodeboolean-",level:4},{value:'MembershipInfoInput.residencyAddressResidencyAddressInput ',id:"code-style-fontweight-normal-membershipinfoinputbresidencyaddressbcoderesidencyaddressinput-",level:4},{value:'MembershipInfoInput.taxIdentificationNumberString ',id:"code-style-fontweight-normal-membershipinfoinputbtaxidentificationnumberbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:d,Bullet:p,SpecifiedBy:m,Badge:u},f="wrapper";function h(e){let{components:t,...n}=e;return(0,r.kt)(f,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input MembershipInfoInput {\n email: String!\n restrictedTo: RestrictedToInput!\n canViewAccount: Boolean!\n canManageBeneficiaries: Boolean!\n canInitiatePayments: Boolean!\n canManageAccountMembership: Boolean!\n canManageCards: Boolean\n residencyAddress: ResidencyAddressInput\n taxIdentificationNumber: String\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbemailbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"email"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"email")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbrestrictedtobcoderestrictedtoinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"restrictedTo"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/restricted-to-input"},(0,r.kt)("inlineCode",{parentName:"a"},"RestrictedToInput!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"restricted to a user if necessary")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanviewaccountbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canViewAccount"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanmanagebeneficiariesbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canManageBeneficiaries"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcaninitiatepaymentsbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canInitiatePayments"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanmanageaccountmembershipbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canManageAccountMembership"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume account membership")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanmanagecardsbcodeboolean-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canManageCards"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"COMING SOON\n",(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbresidencyaddressbcoderesidencyaddressinput-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"residencyAddress"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/residency-address-input"},(0,r.kt)("inlineCode",{parentName:"a"},"ResidencyAddressInput"))," ",(0,r.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Residency address of the member to be added")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbtaxidentificationnumberbcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"taxIdentificationNumber"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the user added")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-account-memberships-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddAccountMembershipsInput"))," ",(0,r.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[19165],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>b});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function i(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=a.createContext({}),s=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},d=function(e){var t=s(e.components);return a.createElement(c.Provider,{value:t},e.children)},p="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},u=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,c=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),p=s(n),u=o,b=p["".concat(c,".").concat(u)]||p[u]||m[u]||r;return n?a.createElement(b,i(i({ref:t},d),{},{components:n})):a.createElement(b,i({ref:t},d))}));function b(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,i=new Array(r);i[0]=u;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:o,i[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>m,assets:()=>s,contentTitle:()=>l,default:()=>h,frontMatter:()=>i,metadata:()=>c,toc:()=>d});var a=n(83117),o=n(67294),r=n(3905);const i={id:"membership-info-input",title:"MembershipInfoInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/membership-info-input",id:"api-reference/inputs/membership-info-input",title:"MembershipInfoInput",description:"No description",source:"@site/docs/api-reference/inputs/membership-info-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/membership-info-input",permalink:"/api-reference/inputs/membership-info-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/membership-info-input.mdx",tags:[],version:"current",frontMatter:{id:"membership-info-input",title:"MembershipInfoInput",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'MembershipInfoInput.emailString! ',id:"code-style-fontweight-normal-membershipinfoinputbemailbcodestring--",level:4},{value:'MembershipInfoInput.restrictedToRestrictedToInput! ',id:"code-style-fontweight-normal-membershipinfoinputbrestrictedtobcoderestrictedtoinput--",level:4},{value:'MembershipInfoInput.canViewAccountBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcanviewaccountbcodeboolean--",level:4},{value:'MembershipInfoInput.canManageBeneficiariesBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcanmanagebeneficiariesbcodeboolean--",level:4},{value:'MembershipInfoInput.canInitiatePaymentsBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcaninitiatepaymentsbcodeboolean--",level:4},{value:'MembershipInfoInput.canManageAccountMembershipBoolean! ',id:"code-style-fontweight-normal-membershipinfoinputbcanmanageaccountmembershipbcodeboolean--",level:4},{value:'MembershipInfoInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-membershipinfoinputbcanmanagecardsbcodeboolean-",level:4},{value:'MembershipInfoInput.residencyAddressResidencyAddressInput ',id:"code-style-fontweight-normal-membershipinfoinputbresidencyaddressbcoderesidencyaddressinput-",level:4},{value:'MembershipInfoInput.taxIdentificationNumberString ',id:"code-style-fontweight-normal-membershipinfoinputbtaxidentificationnumberbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:d,Bullet:p,SpecifiedBy:m,Badge:u},f="wrapper";function h(e){let{components:t,...n}=e;return(0,r.kt)(f,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input MembershipInfoInput {\n email: String!\n restrictedTo: RestrictedToInput!\n canViewAccount: Boolean!\n canManageBeneficiaries: Boolean!\n canInitiatePayments: Boolean!\n canManageAccountMembership: Boolean!\n canManageCards: Boolean\n residencyAddress: ResidencyAddressInput\n taxIdentificationNumber: String\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbemailbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"email"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Email address")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbrestrictedtobcoderestrictedtoinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"restrictedTo"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/restricted-to-input"},(0,r.kt)("inlineCode",{parentName:"a"},"RestrictedToInput!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Restricted to a user if necessary")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanviewaccountbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canViewAccount"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanmanagebeneficiariesbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canManageBeneficiaries"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcaninitiatepaymentsbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canInitiatePayments"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanmanageaccountmembershipbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canManageAccountMembership"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume account membership")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbcanmanagecardsbcodeboolean-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"canManageCards"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbresidencyaddressbcoderesidencyaddressinput-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"residencyAddress"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/residency-address-input"},(0,r.kt)("inlineCode",{parentName:"a"},"ResidencyAddressInput"))," ",(0,r.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Residency address of the member to be added")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-membershipinfoinputbtaxidentificationnumberbcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"MembershipInfoInput.",(0,r.kt)("b",null,"taxIdentificationNumber"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the user added")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-account-memberships-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddAccountMembershipsInput"))," ",(0,r.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/2b017db6.b65bb2f1.js b/assets/js/2b017db6.e95e569a.js similarity index 97% rename from assets/js/2b017db6.b65bb2f1.js rename to assets/js/2b017db6.e95e569a.js index e7008b52ade..804ac2085c3 100644 --- a/assets/js/2b017db6.b65bb2f1.js +++ b/assets/js/2b017db6.e95e569a.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[56584],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>f});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var l=a.createContext({}),i=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},p=function(e){var t=i(e.components);return a.createElement(l.Provider,{value:t},e.children)},d="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,c=e.originalType,l=e.parentName,p=u(e,["components","mdxType","originalType","parentName"]),d=i(n),m=r,f=d["".concat(l,".").concat(m)]||d[m]||s[m]||c;return n?a.createElement(f,o(o({ref:t},p),{},{components:n})):a.createElement(f,o({ref:t},p))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=n.length,o=new Array(c);o[0]=m;var u={};for(var l in t)hasOwnProperty.call(t,l)&&(u[l]=t[l]);u.originalType=e,u[d]="string"==typeof e?e:r,o[1]=u;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>d,SpecifiedBy:()=>s,assets:()=>i,contentTitle:()=>u,default:()=>y,frontMatter:()=>o,metadata:()=>l,toc:()=>p});var a=n(83117),r=n(67294),c=n(3905);const o={id:"update-account-input",title:"UpdateAccountInput",hide_table_of_contents:!1},u=void 0,l={unversionedId:"api-reference/inputs/update-account-input",id:"api-reference/inputs/update-account-input",title:"UpdateAccountInput",description:"Inputs to update an account",source:"@site/docs/api-reference/inputs/update-account-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/update-account-input",permalink:"/api-reference/inputs/update-account-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/update-account-input.mdx",tags:[],version:"current",frontMatter:{id:"update-account-input",title:"UpdateAccountInput",hide_table_of_contents:!1}},i={},p=[{value:"Fields",id:"fields",level:3},{value:'UpdateAccountInput.accountIdID! ',id:"code-style-fontweight-normal-updateaccountinputbaccountidbcodeid--",level:4},{value:'UpdateAccountInput.nameString ',id:"code-style-fontweight-normal-updateaccountinputbnamebcodestring-",level:4},{value:'UpdateAccountInput.languageAccountLanguage ',id:"code-style-fontweight-normal-updateaccountinputblanguagebcodeaccountlanguage-",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:d,SpecifiedBy:s,Badge:m},g="wrapper";function y(e){let{components:t,...n}=e;return(0,c.kt)(g,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to update an account"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input UpdateAccountInput {\n accountId: ID!\n name: String\n language: AccountLanguage\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountinputbaccountidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountInput.",(0,c.kt)("b",null,"accountId"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"unique identifier of an account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountinputbnamebcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountInput.",(0,c.kt)("b",null,"name"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"name")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountinputblanguagebcodeaccountlanguage-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountInput.",(0,c.kt)("b",null,"language"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-language"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountLanguage"))," ",(0,c.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"language")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/update-account"},(0,c.kt)("inlineCode",{parentName:"a"},"updateAccount"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[56584],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>f});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var l=a.createContext({}),i=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},p=function(e){var t=i(e.components);return a.createElement(l.Provider,{value:t},e.children)},d="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,c=e.originalType,l=e.parentName,p=u(e,["components","mdxType","originalType","parentName"]),d=i(n),m=r,f=d["".concat(l,".").concat(m)]||d[m]||s[m]||c;return n?a.createElement(f,o(o({ref:t},p),{},{components:n})):a.createElement(f,o({ref:t},p))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=n.length,o=new Array(c);o[0]=m;var u={};for(var l in t)hasOwnProperty.call(t,l)&&(u[l]=t[l]);u.originalType=e,u[d]="string"==typeof e?e:r,o[1]=u;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>d,SpecifiedBy:()=>s,assets:()=>i,contentTitle:()=>u,default:()=>y,frontMatter:()=>o,metadata:()=>l,toc:()=>p});var a=n(83117),r=n(67294),c=n(3905);const o={id:"update-account-input",title:"UpdateAccountInput",hide_table_of_contents:!1},u=void 0,l={unversionedId:"api-reference/inputs/update-account-input",id:"api-reference/inputs/update-account-input",title:"UpdateAccountInput",description:"Inputs to update an account",source:"@site/docs/api-reference/inputs/update-account-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/update-account-input",permalink:"/api-reference/inputs/update-account-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/update-account-input.mdx",tags:[],version:"current",frontMatter:{id:"update-account-input",title:"UpdateAccountInput",hide_table_of_contents:!1}},i={},p=[{value:"Fields",id:"fields",level:3},{value:'UpdateAccountInput.accountIdID! ',id:"code-style-fontweight-normal-updateaccountinputbaccountidbcodeid--",level:4},{value:'UpdateAccountInput.nameString ',id:"code-style-fontweight-normal-updateaccountinputbnamebcodestring-",level:4},{value:'UpdateAccountInput.languageAccountLanguage ',id:"code-style-fontweight-normal-updateaccountinputblanguagebcodeaccountlanguage-",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:d,SpecifiedBy:s,Badge:m},g="wrapper";function y(e){let{components:t,...n}=e;return(0,c.kt)(g,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to update an account"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input UpdateAccountInput {\n accountId: ID!\n name: String\n language: AccountLanguage\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountinputbaccountidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountInput.",(0,c.kt)("b",null,"accountId"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of an account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountinputbnamebcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountInput.",(0,c.kt)("b",null,"name"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Name")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountinputblanguagebcodeaccountlanguage-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountInput.",(0,c.kt)("b",null,"language"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-language"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountLanguage"))," ",(0,c.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Language")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/update-account"},(0,c.kt)("inlineCode",{parentName:"a"},"updateAccount"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/2c48271a.5441cee9.js b/assets/js/2c48271a.f1bbd900.js similarity index 97% rename from assets/js/2c48271a.5441cee9.js rename to assets/js/2c48271a.f1bbd900.js index 3204980410b..79313cf59ec 100644 --- a/assets/js/2c48271a.5441cee9.js +++ b/assets/js/2c48271a.f1bbd900.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[54317],{3905:(e,t,a)=>{a.d(t,{Zo:()=>p,kt:()=>f});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var o=n.createContext({}),s=function(e){var t=n.useContext(o),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},p=function(e){var t=s(e.components);return n.createElement(o.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,c=e.originalType,o=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),d=s(a),y=r,f=d["".concat(o,".").concat(y)]||d[y]||u[y]||c;return a?n.createElement(f,l(l({ref:t},p),{},{components:a})):n.createElement(f,l({ref:t},p))}));function f(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=a.length,l=new Array(c);l[0]=y;var i={};for(var o in t)hasOwnProperty.call(t,o)&&(i[o]=t[o]);i.originalType=e,i[d]="string"==typeof e?e:r,l[1]=i;for(var s=2;s{a.r(t),a.d(t,{Badge:()=>y,Bullet:()=>d,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>i,default:()=>h,frontMatter:()=>l,metadata:()=>o,toc:()=>p});var n=a(83117),r=a(67294),c=a(3905);const l={id:"cancel-physical-card",title:"cancelPhysicalCard",hide_table_of_contents:!1},i=void 0,o={unversionedId:"api-reference/mutations/cancel-physical-card",id:"api-reference/mutations/cancel-physical-card",title:"cancelPhysicalCard",description:"Cancel a Physical Card.",source:"@site/docs/api-reference/mutations/cancel-physical-card.mdx",sourceDirName:"api-reference/mutations",slug:"/api-reference/mutations/cancel-physical-card",permalink:"/api-reference/mutations/cancel-physical-card",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/mutations/cancel-physical-card.mdx",tags:[],version:"current",frontMatter:{id:"cancel-physical-card",title:"cancelPhysicalCard",hide_table_of_contents:!1}},s={},p=[{value:"Arguments",id:"arguments",level:3},{value:'cancelPhysicalCard.inputCancelPhysicalCardInput ',id:"code-style-fontweight-normal-cancelphysicalcardbinputbcodecancelphysicalcardinput-",level:4},{value:"Type",id:"type",level:3},{value:'CancelPhysicalCardPayload ',id:"cancelphysicalcardpayload-",level:4}],d=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:d,SpecifiedBy:u,Badge:y},m="wrapper";function h(e){let{components:t,...a}=e;return(0,c.kt)(m,(0,n.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Cancel a Physical Card."),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"cancelPhysicalCard(\n input: CancelPhysicalCardInput\n): CancelPhysicalCardPayload!\n")),(0,c.kt)("h3",{id:"arguments"},"Arguments"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardbinputbcodecancelphysicalcardinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"cancelPhysicalCard.",(0,c.kt)("b",null,"input"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/cancel-physical-card-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardInput"))," ",(0,c.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h3",{id:"type"},"Type"),(0,c.kt)("h4",{id:"cancelphysicalcardpayload-"},(0,c.kt)("a",{parentName:"h4",href:"/api-reference/unions/cancel-physical-card-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardPayload"))," ",(0,c.kt)(y,{class:"secondary",text:"union",mdxType:"Badge"})),(0,c.kt)("blockquote",null))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[54317],{3905:(e,t,a)=>{a.d(t,{Zo:()=>p,kt:()=>f});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var o=n.createContext({}),s=function(e){var t=n.useContext(o),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},p=function(e){var t=s(e.components);return n.createElement(o.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,c=e.originalType,o=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),d=s(a),y=r,f=d["".concat(o,".").concat(y)]||d[y]||u[y]||c;return a?n.createElement(f,l(l({ref:t},p),{},{components:a})):n.createElement(f,l({ref:t},p))}));function f(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=a.length,l=new Array(c);l[0]=y;var i={};for(var o in t)hasOwnProperty.call(t,o)&&(i[o]=t[o]);i.originalType=e,i[d]="string"==typeof e?e:r,l[1]=i;for(var s=2;s{a.r(t),a.d(t,{Badge:()=>y,Bullet:()=>d,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>i,default:()=>h,frontMatter:()=>l,metadata:()=>o,toc:()=>p});var n=a(83117),r=a(67294),c=a(3905);const l={id:"cancel-physical-card",title:"cancelPhysicalCard",hide_table_of_contents:!1},i=void 0,o={unversionedId:"api-reference/mutations/cancel-physical-card",id:"api-reference/mutations/cancel-physical-card",title:"cancelPhysicalCard",description:"Cancel a physical card.",source:"@site/docs/api-reference/mutations/cancel-physical-card.mdx",sourceDirName:"api-reference/mutations",slug:"/api-reference/mutations/cancel-physical-card",permalink:"/api-reference/mutations/cancel-physical-card",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/mutations/cancel-physical-card.mdx",tags:[],version:"current",frontMatter:{id:"cancel-physical-card",title:"cancelPhysicalCard",hide_table_of_contents:!1}},s={},p=[{value:"Arguments",id:"arguments",level:3},{value:'cancelPhysicalCard.inputCancelPhysicalCardInput ',id:"code-style-fontweight-normal-cancelphysicalcardbinputbcodecancelphysicalcardinput-",level:4},{value:"Type",id:"type",level:3},{value:'CancelPhysicalCardPayload ',id:"cancelphysicalcardpayload-",level:4}],d=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:d,SpecifiedBy:u,Badge:y},m="wrapper";function h(e){let{components:t,...a}=e;return(0,c.kt)(m,(0,n.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Cancel a physical card."),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"cancelPhysicalCard(\n input: CancelPhysicalCardInput\n): CancelPhysicalCardPayload!\n")),(0,c.kt)("h3",{id:"arguments"},"Arguments"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardbinputbcodecancelphysicalcardinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"cancelPhysicalCard.",(0,c.kt)("b",null,"input"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/cancel-physical-card-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardInput"))," ",(0,c.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h3",{id:"type"},"Type"),(0,c.kt)("h4",{id:"cancelphysicalcardpayload-"},(0,c.kt)("a",{parentName:"h4",href:"/api-reference/unions/cancel-physical-card-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardPayload"))," ",(0,c.kt)(y,{class:"secondary",text:"union",mdxType:"Badge"})),(0,c.kt)("blockquote",null))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/31b043b0.03295965.js b/assets/js/31b043b0.22d306f6.js similarity index 98% rename from assets/js/31b043b0.03295965.js rename to assets/js/31b043b0.22d306f6.js index e50a7015b5e..177f29d905f 100644 --- a/assets/js/31b043b0.03295965.js +++ b/assets/js/31b043b0.22d306f6.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[50996],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),d=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},u=function(e){var t=d(e.components);return r.createElement(c.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,i=e.originalType,c=e.parentName,u=l(e,["components","mdxType","originalType","parentName"]),p=d(n),f=a,m=p["".concat(c,".").concat(f)]||p[f]||s[f]||i;return n?r.createElement(m,o(o({ref:t},u),{},{components:n})):r.createElement(m,o({ref:t},u))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var i=n.length,o=new Array(i);o[0]=f;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:a,o[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>d,contentTitle:()=>l,default:()=>y,frontMatter:()=>o,metadata:()=>c,toc:()=>u});var r=n(83117),a=n(67294),i=n(3905);const o={id:"add-virtual-iban-input",title:"AddVirtualIbanInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/add-virtual-iban-input",id:"api-reference/inputs/add-virtual-iban-input",title:"AddVirtualIbanInput",description:"Input to Add a Virtual IBAN",source:"@site/docs/api-reference/inputs/add-virtual-iban-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-virtual-iban-input",permalink:"/api-reference/inputs/add-virtual-iban-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-virtual-iban-input.mdx",tags:[],version:"current",frontMatter:{id:"add-virtual-iban-input",title:"AddVirtualIbanInput",hide_table_of_contents:!1}},d={},u=[{value:"Fields",id:"fields",level:3},{value:'AddVirtualIbanInput.accountIdID! ',id:"code-style-fontweight-normal-addvirtualibaninputbaccountidbcodeid--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,i.kt)(a.Fragment,null,"Specification",(0,i.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:u,Bullet:p,SpecifiedBy:s,Badge:f},b="wrapper";function y(e){let{components:t,...n}=e;return(0,i.kt)(b,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,i.kt)("p",null,"Input to Add a Virtual IBAN"),(0,i.kt)("pre",null,(0,i.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddVirtualIbanInput {\n accountId: ID!\n}\n")),(0,i.kt)("h3",{id:"fields"},"Fields"),(0,i.kt)("h4",{id:"code-style-fontweight-normal-addvirtualibaninputbaccountidbcodeid--"},(0,i.kt)("a",{parentName:"h4",href:"#"},(0,i.kt)("code",{style:{fontWeight:"normal"}},"AddVirtualIbanInput.",(0,i.kt)("b",null,"accountId"))),(0,i.kt)(p,{mdxType:"Bullet"}),(0,i.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,i.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,i.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,i.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,i.kt)("blockquote",null,(0,i.kt)("p",{parentName:"blockquote"},"unique identifier of a given account")),(0,i.kt)("h3",{id:"member-of"},"Member of"),(0,i.kt)("p",null,(0,i.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-virtual-iban-entry"},(0,i.kt)("inlineCode",{parentName:"a"},"addVirtualIbanEntry"))," ",(0,i.kt)(f,{class:"secondary",text:"mutation",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[50996],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),d=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},u=function(e){var t=d(e.components);return r.createElement(c.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,i=e.originalType,c=e.parentName,u=l(e,["components","mdxType","originalType","parentName"]),p=d(n),f=a,m=p["".concat(c,".").concat(f)]||p[f]||s[f]||i;return n?r.createElement(m,o(o({ref:t},u),{},{components:n})):r.createElement(m,o({ref:t},u))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var i=n.length,o=new Array(i);o[0]=f;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:a,o[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>d,contentTitle:()=>l,default:()=>y,frontMatter:()=>o,metadata:()=>c,toc:()=>u});var r=n(83117),a=n(67294),i=n(3905);const o={id:"add-virtual-iban-input",title:"AddVirtualIbanInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/add-virtual-iban-input",id:"api-reference/inputs/add-virtual-iban-input",title:"AddVirtualIbanInput",description:"Input to Add a Virtual IBAN",source:"@site/docs/api-reference/inputs/add-virtual-iban-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-virtual-iban-input",permalink:"/api-reference/inputs/add-virtual-iban-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-virtual-iban-input.mdx",tags:[],version:"current",frontMatter:{id:"add-virtual-iban-input",title:"AddVirtualIbanInput",hide_table_of_contents:!1}},d={},u=[{value:"Fields",id:"fields",level:3},{value:'AddVirtualIbanInput.accountIdID! ',id:"code-style-fontweight-normal-addvirtualibaninputbaccountidbcodeid--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,i.kt)(a.Fragment,null,"Specification",(0,i.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:u,Bullet:p,SpecifiedBy:s,Badge:f},b="wrapper";function y(e){let{components:t,...n}=e;return(0,i.kt)(b,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,i.kt)("p",null,"Input to Add a Virtual IBAN"),(0,i.kt)("pre",null,(0,i.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddVirtualIbanInput {\n accountId: ID!\n}\n")),(0,i.kt)("h3",{id:"fields"},"Fields"),(0,i.kt)("h4",{id:"code-style-fontweight-normal-addvirtualibaninputbaccountidbcodeid--"},(0,i.kt)("a",{parentName:"h4",href:"#"},(0,i.kt)("code",{style:{fontWeight:"normal"}},"AddVirtualIbanInput.",(0,i.kt)("b",null,"accountId"))),(0,i.kt)(p,{mdxType:"Bullet"}),(0,i.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,i.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,i.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,i.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,i.kt)("blockquote",null,(0,i.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account")),(0,i.kt)("h3",{id:"member-of"},"Member of"),(0,i.kt)("p",null,(0,i.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-virtual-iban-entry"},(0,i.kt)("inlineCode",{parentName:"a"},"addVirtualIbanEntry"))," ",(0,i.kt)(f,{class:"secondary",text:"mutation",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/354a9724.1576ac3e.js b/assets/js/354a9724.6414a86d.js similarity index 99% rename from assets/js/354a9724.1576ac3e.js rename to assets/js/354a9724.6414a86d.js index f70adcd3bcf..831252a0605 100644 --- a/assets/js/354a9724.1576ac3e.js +++ b/assets/js/354a9724.6414a86d.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[41104],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>f});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=r.createContext({}),l=function(e){var t=r.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},u=function(e){var t=l(e.components);return r.createElement(s.Provider,{value:t},e.children)},p="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},d=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,c=e.originalType,s=e.parentName,u=i(e,["components","mdxType","originalType","parentName"]),p=l(n),d=a,f=p["".concat(s,".").concat(d)]||p[d]||m[d]||c;return n?r.createElement(f,o(o({ref:t},u),{},{components:n})):r.createElement(f,o({ref:t},u))}));function f(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var c=n.length,o=new Array(c);o[0]=d;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[p]="string"==typeof e?e:a,o[1]=i;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>d,Bullet:()=>p,SpecifiedBy:()=>m,assets:()=>l,contentTitle:()=>i,default:()=>h,frontMatter:()=>o,metadata:()=>s,toc:()=>u});var r=n(83117),a=n(67294),c=n(3905);const o={id:"resume-account-membership-input",title:"ResumeAccountMembershipInput",hide_table_of_contents:!1},i=void 0,s={unversionedId:"api-reference/inputs/resume-account-membership-input",id:"api-reference/inputs/resume-account-membership-input",title:"ResumeAccountMembershipInput",description:"No description",source:"@site/docs/api-reference/inputs/resume-account-membership-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/resume-account-membership-input",permalink:"/api-reference/inputs/resume-account-membership-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/resume-account-membership-input.mdx",tags:[],version:"current",frontMatter:{id:"resume-account-membership-input",title:"ResumeAccountMembershipInput",hide_table_of_contents:!1}},l={},u=[{value:"Fields",id:"fields",level:3},{value:'ResumeAccountMembershipInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-resumeaccountmembershipinputbaccountmembershipidbcodeid--",level:4},{value:'ResumeAccountMembershipInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-resumeaccountmembershipinputbconsentredirecturlbcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(a.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:u,Bullet:p,SpecifiedBy:m,Badge:d},b="wrapper";function h(e){let{components:t,...n}=e;return(0,c.kt)(b,(0,r.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input ResumeAccountMembershipInput {\n accountMembershipId: ID!\n consentRedirectUrl: String!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-resumeaccountmembershipinputbaccountmembershipidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"ResumeAccountMembershipInput.",(0,c.kt)("b",null,"accountMembershipId"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(d,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"unique identifier of a given account membership to resume")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-resumeaccountmembershipinputbconsentredirecturlbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"ResumeAccountMembershipInput.",(0,c.kt)("b",null,"consentRedirectUrl"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(d,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/resume-account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"resumeAccountMembership"))," ",(0,c.kt)(d,{class:"secondary",text:"mutation",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[41104],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>f});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=r.createContext({}),l=function(e){var t=r.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},u=function(e){var t=l(e.components);return r.createElement(s.Provider,{value:t},e.children)},p="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},d=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,c=e.originalType,s=e.parentName,u=i(e,["components","mdxType","originalType","parentName"]),p=l(n),d=a,f=p["".concat(s,".").concat(d)]||p[d]||m[d]||c;return n?r.createElement(f,o(o({ref:t},u),{},{components:n})):r.createElement(f,o({ref:t},u))}));function f(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var c=n.length,o=new Array(c);o[0]=d;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[p]="string"==typeof e?e:a,o[1]=i;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>d,Bullet:()=>p,SpecifiedBy:()=>m,assets:()=>l,contentTitle:()=>i,default:()=>h,frontMatter:()=>o,metadata:()=>s,toc:()=>u});var r=n(83117),a=n(67294),c=n(3905);const o={id:"resume-account-membership-input",title:"ResumeAccountMembershipInput",hide_table_of_contents:!1},i=void 0,s={unversionedId:"api-reference/inputs/resume-account-membership-input",id:"api-reference/inputs/resume-account-membership-input",title:"ResumeAccountMembershipInput",description:"No description",source:"@site/docs/api-reference/inputs/resume-account-membership-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/resume-account-membership-input",permalink:"/api-reference/inputs/resume-account-membership-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/resume-account-membership-input.mdx",tags:[],version:"current",frontMatter:{id:"resume-account-membership-input",title:"ResumeAccountMembershipInput",hide_table_of_contents:!1}},l={},u=[{value:"Fields",id:"fields",level:3},{value:'ResumeAccountMembershipInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-resumeaccountmembershipinputbaccountmembershipidbcodeid--",level:4},{value:'ResumeAccountMembershipInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-resumeaccountmembershipinputbconsentredirecturlbcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(a.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:u,Bullet:p,SpecifiedBy:m,Badge:d},b="wrapper";function h(e){let{components:t,...n}=e;return(0,c.kt)(b,(0,r.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input ResumeAccountMembershipInput {\n accountMembershipId: ID!\n consentRedirectUrl: String!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-resumeaccountmembershipinputbaccountmembershipidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"ResumeAccountMembershipInput.",(0,c.kt)("b",null,"accountMembershipId"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(d,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account membership to resume")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-resumeaccountmembershipinputbconsentredirecturlbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"ResumeAccountMembershipInput.",(0,c.kt)("b",null,"consentRedirectUrl"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(d,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/resume-account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"resumeAccountMembership"))," ",(0,c.kt)(d,{class:"secondary",text:"mutation",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/412fdb8f.1191ba64.js b/assets/js/412fdb8f.1191ba64.js deleted file mode 100644 index 1530f374e0f..00000000000 --- a/assets/js/412fdb8f.1191ba64.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[28855],{3905:(e,t,n)=>{n.d(t,{Zo:()=>f,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var c=i.createContext({}),d=function(e){var t=i.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},f=function(e){var t=d(e.components);return i.createElement(c.Provider,{value:t},e.children)},s="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,a=e.originalType,c=e.parentName,f=l(e,["components","mdxType","originalType","parentName"]),s=d(n),u=r,m=s["".concat(c,".").concat(u)]||s[u]||p[u]||a;return n?i.createElement(m,o(o({ref:t},f),{},{components:n})):i.createElement(m,o({ref:t},f))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var a=n.length,o=new Array(a);o[0]=u;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[s]="string"==typeof e?e:r,o[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>s,SpecifiedBy:()=>p,assets:()=>d,contentTitle:()=>l,default:()=>b,frontMatter:()=>o,metadata:()=>c,toc:()=>f});var i=n(83117),r=n(67294),a=n(3905);const o={id:"swan-identification-level",title:"SwanIdentificationLevel",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/enums/swan-identification-level",id:"api-reference/enums/swan-identification-level",title:"SwanIdentificationLevel",description:"Used when filtering to filter on the identification level",source:"@site/docs/api-reference/enums/swan-identification-level.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/swan-identification-level",permalink:"/api-reference/enums/swan-identification-level",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/swan-identification-level.mdx",tags:[],version:"current",frontMatter:{id:"swan-identification-level",title:"SwanIdentificationLevel",hide_table_of_contents:!1}},d={},f=[{value:"Values",id:"values",level:3},{value:"SwanIdentificationLevel.Expert",id:"code-style-fontweight-normal-swanidentificationlevelbexpertbcode",level:4},{value:"SwanIdentificationLevel.QES",id:"code-style-fontweight-normal-swanidentificationlevelbqesbcode",level:4},{value:"SwanIdentificationLevel.PVID",id:"code-style-fontweight-normal-swanidentificationlevelbpvidbcode",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,a.kt)(r.Fragment,null,"Specification",(0,a.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:f,Bullet:s,SpecifiedBy:p,Badge:u},v="wrapper";function b(e){let{components:t,...n}=e;return(0,a.kt)(v,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("p",null,"Used when filtering to filter on the identification level"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SwanIdentificationLevel {\n Expert\n QES\n PVID\n}\n")),(0,a.kt)("h3",{id:"values"},"Values"),(0,a.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationlevelbexpertbcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationLevel.",(0,a.kt)("b",null,"Expert")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Identity verified by an expert")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationlevelbqesbcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationLevel.",(0,a.kt)("b",null,"QES")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Identity verified by an expert and a Qualified Electronic Signature has been done")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationlevelbpvidbcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationLevel.",(0,a.kt)("b",null,"PVID")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Identity verified by an expert with a Remote Identity Verification Service")),(0,a.kt)("h3",{id:"member-of"},"Member of"),(0,a.kt)("p",null,(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/identification-filters-input"},(0,a.kt)("inlineCode",{parentName:"a"},"IdentificationFiltersInput"))," ",(0,a.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/4343594b.5899503c.js b/assets/js/4343594b.5899503c.js new file mode 100644 index 00000000000..9f274ed819d --- /dev/null +++ b/assets/js/4343594b.5899503c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[75730],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>p});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var s=a.createContext({}),i=function(e){var t=a.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},u=function(e){var t=i(e.components);return a.createElement(s.Provider,{value:t},e.children)},d="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},f=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,s=e.parentName,u=r(e,["components","mdxType","originalType","parentName"]),d=i(n),f=o,p=d["".concat(s,".").concat(f)]||d[f]||m[f]||c;return n?a.createElement(p,l(l({ref:t},u),{},{components:n})):a.createElement(p,l({ref:t},u))}));function p(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,l=new Array(c);l[0]=f;var r={};for(var s in t)hasOwnProperty.call(t,s)&&(r[s]=t[s]);r.originalType=e,r[d]="string"==typeof e?e:o,l[1]=r;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>d,SpecifiedBy:()=>m,assets:()=>i,contentTitle:()=>r,default:()=>y,frontMatter:()=>l,metadata:()=>s,toc:()=>u});var a=n(83117),o=n(67294),c=n(3905);const l={id:"legal-document-upcoming-status-info",title:"LegalDocumentUpcomingStatusInfo",hide_table_of_contents:!1},r=void 0,s={unversionedId:"api-reference/objects/legal-document-upcoming-status-info",id:"api-reference/objects/legal-document-upcoming-status-info",title:"LegalDocumentUpcomingStatusInfo",description:"No description",source:"@site/docs/api-reference/objects/legal-document-upcoming-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/legal-document-upcoming-status-info",permalink:"/api-reference/objects/legal-document-upcoming-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/legal-document-upcoming-status-info.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-upcoming-status-info",title:"LegalDocumentUpcomingStatusInfo",hide_table_of_contents:!1}},i={},u=[{value:"Fields",id:"fields",level:3},{value:'LegalDocumentUpcomingStatusInfo.statusLegalDocumentStatus! ',id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobstatusbcodelegaldocumentstatus--",level:4},{value:'LegalDocumentUpcomingStatusInfo.createdAtDateTime! ',id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobcreatedatbcodedatetime--",level:4},{value:'LegalDocumentUpcomingStatusInfo.effectiveDateDateTime ',id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobeffectivedatebcodedatetime-",level:4},{value:"Interfaces",id:"interfaces",level:3},{value:'LegalDocumentStatusInfo ',id:"legaldocumentstatusinfo-",level:4}],d=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),p={toc:u,Bullet:d,SpecifiedBy:m,Badge:f},g="wrapper";function y(e){let{components:t,...n}=e;return(0,c.kt)(g,(0,a.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type LegalDocumentUpcomingStatusInfo implements LegalDocumentStatusInfo {\n status: LegalDocumentStatus!\n createdAt: DateTime!\n effectiveDate: DateTime\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobstatusbcodelegaldocumentstatus--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentUpcomingStatusInfo.",(0,c.kt)("b",null,"status"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/legal-document-status"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatus!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"LegalDocument status (always Upcoming for type LegalDocumentUpcomingStatusInfo)")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobcreatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentUpcomingStatusInfo.",(0,c.kt)("b",null,"createdAt"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Creation date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobeffectivedatebcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentUpcomingStatusInfo.",(0,c.kt)("b",null,"effectiveDate"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Date when the LegalDocument will be activated")),(0,c.kt)("h3",{id:"interfaces"},"Interfaces"),(0,c.kt)("h4",{id:"legaldocumentstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/legal-document-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,c.kt)(f,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/4343594b.ecd13870.js b/assets/js/4343594b.ecd13870.js deleted file mode 100644 index 6e21d403d51..00000000000 --- a/assets/js/4343594b.ecd13870.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[75730],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>f});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var s=a.createContext({}),i=function(e){var t=a.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},u=function(e){var t=i(e.components);return a.createElement(s.Provider,{value:t},e.children)},m="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},d=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,s=e.parentName,u=l(e,["components","mdxType","originalType","parentName"]),m=i(n),d=o,f=m["".concat(s,".").concat(d)]||m[d]||p[d]||r;return n?a.createElement(f,c(c({ref:t},u),{},{components:n})):a.createElement(f,c({ref:t},u))}));function f(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,c=new Array(r);c[0]=d;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[m]="string"==typeof e?e:o,c[1]=l;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>d,Bullet:()=>m,SpecifiedBy:()=>p,assets:()=>i,contentTitle:()=>l,default:()=>y,frontMatter:()=>c,metadata:()=>s,toc:()=>u});var a=n(83117),o=n(67294),r=n(3905);const c={id:"legal-document-upcoming-status-info",title:"LegalDocumentUpcomingStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/legal-document-upcoming-status-info",id:"api-reference/objects/legal-document-upcoming-status-info",title:"LegalDocumentUpcomingStatusInfo",description:"No description",source:"@site/docs/api-reference/objects/legal-document-upcoming-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/legal-document-upcoming-status-info",permalink:"/api-reference/objects/legal-document-upcoming-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/legal-document-upcoming-status-info.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-upcoming-status-info",title:"LegalDocumentUpcomingStatusInfo",hide_table_of_contents:!1}},i={},u=[{value:"Fields",id:"fields",level:3},{value:'LegalDocumentUpcomingStatusInfo.statusLegalDocumentStatus! ',id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobstatusbcodelegaldocumentstatus--",level:4},{value:"Interfaces",id:"interfaces",level:3},{value:'LegalDocumentStatusInfo ',id:"legaldocumentstatusinfo-",level:4}],m=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:u,Bullet:m,SpecifiedBy:p,Badge:d},g="wrapper";function y(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type LegalDocumentUpcomingStatusInfo implements LegalDocumentStatusInfo {\n status: LegalDocumentStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentupcomingstatusinfobstatusbcodelegaldocumentstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentUpcomingStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/legal-document-status"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatus!"))," ",(0,r.kt)(d,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(d,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"LegalDocument status (always Upcoming for type LegalDocumentUpcomingStatusInfo)")),(0,r.kt)("h3",{id:"interfaces"},"Interfaces"),(0,r.kt)("h4",{id:"legaldocumentstatusinfo-"},(0,r.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/legal-document-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,r.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/43ec88e9.eb65b5e5.js b/assets/js/43ec88e9.547b5f33.js similarity index 98% rename from assets/js/43ec88e9.eb65b5e5.js rename to assets/js/43ec88e9.547b5f33.js index 04fb7e2b3c7..f5002e4073f 100644 --- a/assets/js/43ec88e9.eb65b5e5.js +++ b/assets/js/43ec88e9.547b5f33.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[32028],{3905:(e,t,r)=>{r.d(t,{Zo:()=>s,kt:()=>f});var n=r(67294);function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function d(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function o(e){for(var t=1;t=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var l=n.createContext({}),c=function(e){var t=n.useContext(l),r=t;return e&&(r="function"==typeof e?e(t):o(o({},t),e)),r},s=function(e){var t=c(e.components);return n.createElement(l.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var r=e.components,a=e.mdxType,d=e.originalType,l=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),p=c(r),y=a,f=p["".concat(l,".").concat(y)]||p[y]||u[y]||d;return r?n.createElement(f,o(o({ref:t},s),{},{components:r})):n.createElement(f,o({ref:t},s))}));function f(e,t){var r=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var d=r.length,o=new Array(d);o[0]=y;var i={};for(var l in t)hasOwnProperty.call(t,l)&&(i[l]=t[l]);i.originalType=e,i[p]="string"==typeof e?e:a,o[1]=i;for(var c=2;c{r.r(t),r.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>i,default:()=>m,frontMatter:()=>o,metadata:()=>l,toc:()=>s});var n=r(83117),a=r(67294),d=r(3905);const o={id:"add-cards-with-group-delivery-input",title:"AddCardsWithGroupDeliveryInput",hide_table_of_contents:!1},i=void 0,l={unversionedId:"api-reference/inputs/add-cards-with-group-delivery-input",id:"api-reference/inputs/add-cards-with-group-delivery-input",title:"AddCardsWithGroupDeliveryInput",description:"Input to add a new cards",source:"@site/docs/api-reference/inputs/add-cards-with-group-delivery-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-cards-with-group-delivery-input",permalink:"/api-reference/inputs/add-cards-with-group-delivery-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-cards-with-group-delivery-input.mdx",tags:[],version:"current",frontMatter:{id:"add-cards-with-group-delivery-input",title:"AddCardsWithGroupDeliveryInput",hide_table_of_contents:!1}},c={},s=[{value:"Fields",id:"fields",level:3},{value:'AddCardsWithGroupDeliveryInput.groupDeliveryAddressCompleteAddressWithContactInput! ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbgroupdeliveryaddressbcodecompleteaddresswithcontactinput--",level:4},{value:'AddCardsWithGroupDeliveryInput.cards[CardConfigWithGroupDeliveryInput!]! ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardsbcodecardconfigwithgroupdeliveryinput--",level:4},{value:'AddCardsWithGroupDeliveryInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbconsentredirecturlbcodestring--",level:4},{value:'AddCardsWithGroupDeliveryInput.cardProductIdID ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,d.kt)(a.Fragment,null,"Specification",(0,d.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:s,Bullet:p,SpecifiedBy:u,Badge:y},h="wrapper";function m(e){let{components:t,...r}=e;return(0,d.kt)(h,(0,n.Z)({},f,r,{components:t,mdxType:"MDXLayout"}),(0,d.kt)("p",null,"Input to add a new cards"),(0,d.kt)("pre",null,(0,d.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddCardsWithGroupDeliveryInput {\n groupDeliveryAddress: CompleteAddressWithContactInput!\n cards: [CardConfigWithGroupDeliveryInput!]!\n consentRedirectUrl: String!\n cardProductId: ID\n}\n")),(0,d.kt)("h3",{id:"fields"},"Fields"),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbgroupdeliveryaddressbcodecompleteaddresswithcontactinput--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"groupDeliveryAddress"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/complete-address-with-contact-input"},(0,d.kt)("inlineCode",{parentName:"a"},"CompleteAddressWithContactInput!"))," ",(0,d.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"address to deliver the printed physical cards")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardsbcodecardconfigwithgroupdeliveryinput--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"cards"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/card-config-with-group-delivery-input"},(0,d.kt)("inlineCode",{parentName:"a"},"[CardConfigWithGroupDeliveryInput!]!"))," ",(0,d.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"the configuration of all the cards you want to add")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbconsentredirecturlbcodestring--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"consentRedirectUrl"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,d.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardproductidbcodeid-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"cardProductId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,d.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new cards.")),(0,d.kt)("h3",{id:"member-of"},"Member of"),(0,d.kt)("p",null,(0,d.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-cards-with-group-delivery"},(0,d.kt)("inlineCode",{parentName:"a"},"addCardsWithGroupDelivery"))," ",(0,d.kt)(y,{class:"secondary",text:"mutation",mdxType:"Badge"})))}m.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[32028],{3905:(e,t,r)=>{r.d(t,{Zo:()=>s,kt:()=>f});var n=r(67294);function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function d(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function o(e){for(var t=1;t=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var l=n.createContext({}),c=function(e){var t=n.useContext(l),r=t;return e&&(r="function"==typeof e?e(t):o(o({},t),e)),r},s=function(e){var t=c(e.components);return n.createElement(l.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var r=e.components,a=e.mdxType,d=e.originalType,l=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),p=c(r),y=a,f=p["".concat(l,".").concat(y)]||p[y]||u[y]||d;return r?n.createElement(f,o(o({ref:t},s),{},{components:r})):n.createElement(f,o({ref:t},s))}));function f(e,t){var r=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var d=r.length,o=new Array(d);o[0]=y;var i={};for(var l in t)hasOwnProperty.call(t,l)&&(i[l]=t[l]);i.originalType=e,i[p]="string"==typeof e?e:a,o[1]=i;for(var c=2;c{r.r(t),r.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>i,default:()=>m,frontMatter:()=>o,metadata:()=>l,toc:()=>s});var n=r(83117),a=r(67294),d=r(3905);const o={id:"add-cards-with-group-delivery-input",title:"AddCardsWithGroupDeliveryInput",hide_table_of_contents:!1},i=void 0,l={unversionedId:"api-reference/inputs/add-cards-with-group-delivery-input",id:"api-reference/inputs/add-cards-with-group-delivery-input",title:"AddCardsWithGroupDeliveryInput",description:"Input to add a new cards",source:"@site/docs/api-reference/inputs/add-cards-with-group-delivery-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-cards-with-group-delivery-input",permalink:"/api-reference/inputs/add-cards-with-group-delivery-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-cards-with-group-delivery-input.mdx",tags:[],version:"current",frontMatter:{id:"add-cards-with-group-delivery-input",title:"AddCardsWithGroupDeliveryInput",hide_table_of_contents:!1}},c={},s=[{value:"Fields",id:"fields",level:3},{value:'AddCardsWithGroupDeliveryInput.groupDeliveryAddressCompleteAddressWithContactInput! ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbgroupdeliveryaddressbcodecompleteaddresswithcontactinput--",level:4},{value:'AddCardsWithGroupDeliveryInput.cards[CardConfigWithGroupDeliveryInput!]! ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardsbcodecardconfigwithgroupdeliveryinput--",level:4},{value:'AddCardsWithGroupDeliveryInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbconsentredirecturlbcodestring--",level:4},{value:'AddCardsWithGroupDeliveryInput.cardProductIdID ',id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,d.kt)(a.Fragment,null,"Specification",(0,d.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:s,Bullet:p,SpecifiedBy:u,Badge:y},h="wrapper";function m(e){let{components:t,...r}=e;return(0,d.kt)(h,(0,n.Z)({},f,r,{components:t,mdxType:"MDXLayout"}),(0,d.kt)("p",null,"Input to add a new cards"),(0,d.kt)("pre",null,(0,d.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddCardsWithGroupDeliveryInput {\n groupDeliveryAddress: CompleteAddressWithContactInput!\n cards: [CardConfigWithGroupDeliveryInput!]!\n consentRedirectUrl: String!\n cardProductId: ID\n}\n")),(0,d.kt)("h3",{id:"fields"},"Fields"),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbgroupdeliveryaddressbcodecompleteaddresswithcontactinput--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"groupDeliveryAddress"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/complete-address-with-contact-input"},(0,d.kt)("inlineCode",{parentName:"a"},"CompleteAddressWithContactInput!"))," ",(0,d.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"Address to deliver the printed physical cards")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardsbcodecardconfigwithgroupdeliveryinput--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"cards"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/card-config-with-group-delivery-input"},(0,d.kt)("inlineCode",{parentName:"a"},"[CardConfigWithGroupDeliveryInput!]!"))," ",(0,d.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The configuration of all the cards you want to add")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbconsentredirecturlbcodestring--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"consentRedirectUrl"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,d.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardswithgroupdeliveryinputbcardproductidbcodeid-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsWithGroupDeliveryInput.",(0,d.kt)("b",null,"cardProductId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,d.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new cards.")),(0,d.kt)("h3",{id:"member-of"},"Member of"),(0,d.kt)("p",null,(0,d.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-cards-with-group-delivery"},(0,d.kt)("inlineCode",{parentName:"a"},"addCardsWithGroupDelivery"))," ",(0,d.kt)(y,{class:"secondary",text:"mutation",mdxType:"Badge"})))}m.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/4ec98ed4.8c5540f5.js b/assets/js/4ec98ed4.05c0b778.js similarity index 98% rename from assets/js/4ec98ed4.8c5540f5.js rename to assets/js/4ec98ed4.05c0b778.js index afca08800b9..16a171b9ce3 100644 --- a/assets/js/4ec98ed4.8c5540f5.js +++ b/assets/js/4ec98ed4.05c0b778.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[29654],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>f});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var c=i.createContext({}),s=function(e){var t=i.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},u=function(e){var t=s(e.components);return i.createElement(c.Provider,{value:t},e.children)},d="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},g=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,a=e.originalType,c=e.parentName,u=o(e,["components","mdxType","originalType","parentName"]),d=s(n),g=r,f=d["".concat(c,".").concat(g)]||d[g]||p[g]||a;return n?i.createElement(f,l(l({ref:t},u),{},{components:n})):i.createElement(f,l({ref:t},u))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var a=n.length,l=new Array(a);l[0]=g;var o={};for(var c in t)hasOwnProperty.call(t,c)&&(o[c]=t[c]);o.originalType=e,o[d]="string"==typeof e?e:r,l[1]=o;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>g,Bullet:()=>d,SpecifiedBy:()=>p,assets:()=>s,contentTitle:()=>o,default:()=>y,frontMatter:()=>l,metadata:()=>c,toc:()=>u});var i=n(83117),r=n(67294),a=n(3905);const l={id:"single-use-virtual-card-config-input",title:"SingleUseVirtualCardConfigInput",hide_table_of_contents:!1},o=void 0,c={unversionedId:"api-reference/inputs/single-use-virtual-card-config-input",id:"api-reference/inputs/single-use-virtual-card-config-input",title:"SingleUseVirtualCardConfigInput",description:"No description",source:"@site/docs/api-reference/inputs/single-use-virtual-card-config-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/single-use-virtual-card-config-input",permalink:"/api-reference/inputs/single-use-virtual-card-config-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/single-use-virtual-card-config-input.mdx",tags:[],version:"current",frontMatter:{id:"single-use-virtual-card-config-input",title:"SingleUseVirtualCardConfigInput",hide_table_of_contents:!1}},s={},u=[{value:"Fields",id:"fields",level:3},{value:'SingleUseVirtualCardConfigInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbaccountmembershipidbcodeid--",level:4},{value:'SingleUseVirtualCardConfigInput.nameString ',id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbnamebcodestring-",level:4},{value:'SingleUseVirtualCardConfigInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbspendinglimitbcodespendinglimitinput--",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,a.kt)(r.Fragment,null,"Specification",(0,a.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),g=e=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:u,Bullet:d,SpecifiedBy:p,Badge:g},m="wrapper";function y(e){let{components:t,...n}=e;return(0,a.kt)(m,(0,i.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("p",null,"No description"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-graphql"},"input SingleUseVirtualCardConfigInput {\n accountMembershipId: ID!\n name: String\n spendingLimit: SpendingLimitInput!\n}\n")),(0,a.kt)("h3",{id:"fields"},"Fields"),(0,a.kt)("h4",{id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbaccountmembershipidbcodeid--"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SingleUseVirtualCardConfigInput.",(0,a.kt)("b",null,"accountMembershipId"))),(0,a.kt)(d,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,a.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,a.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,a.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"unique identifier of a given account membership")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbnamebcodestring-"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SingleUseVirtualCardConfigInput.",(0,a.kt)("b",null,"name"))),(0,a.kt)(d,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,a.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,a.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Card name")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbspendinglimitbcodespendinglimitinput--"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SingleUseVirtualCardConfigInput.",(0,a.kt)("b",null,"spendingLimit"))),(0,a.kt)(d,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,a.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,a.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,a.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"spending limit")),(0,a.kt)("h3",{id:"member-of"},"Member of"),(0,a.kt)("p",null,(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-single-use-virtual-cards-input"},(0,a.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardsInput"))," ",(0,a.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[29654],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>f});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var c=i.createContext({}),s=function(e){var t=i.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},u=function(e){var t=s(e.components);return i.createElement(c.Provider,{value:t},e.children)},d="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},g=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,a=e.originalType,c=e.parentName,u=o(e,["components","mdxType","originalType","parentName"]),d=s(n),g=r,f=d["".concat(c,".").concat(g)]||d[g]||p[g]||a;return n?i.createElement(f,l(l({ref:t},u),{},{components:n})):i.createElement(f,l({ref:t},u))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var a=n.length,l=new Array(a);l[0]=g;var o={};for(var c in t)hasOwnProperty.call(t,c)&&(o[c]=t[c]);o.originalType=e,o[d]="string"==typeof e?e:r,l[1]=o;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>g,Bullet:()=>d,SpecifiedBy:()=>p,assets:()=>s,contentTitle:()=>o,default:()=>y,frontMatter:()=>l,metadata:()=>c,toc:()=>u});var i=n(83117),r=n(67294),a=n(3905);const l={id:"single-use-virtual-card-config-input",title:"SingleUseVirtualCardConfigInput",hide_table_of_contents:!1},o=void 0,c={unversionedId:"api-reference/inputs/single-use-virtual-card-config-input",id:"api-reference/inputs/single-use-virtual-card-config-input",title:"SingleUseVirtualCardConfigInput",description:"No description",source:"@site/docs/api-reference/inputs/single-use-virtual-card-config-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/single-use-virtual-card-config-input",permalink:"/api-reference/inputs/single-use-virtual-card-config-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/single-use-virtual-card-config-input.mdx",tags:[],version:"current",frontMatter:{id:"single-use-virtual-card-config-input",title:"SingleUseVirtualCardConfigInput",hide_table_of_contents:!1}},s={},u=[{value:"Fields",id:"fields",level:3},{value:'SingleUseVirtualCardConfigInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbaccountmembershipidbcodeid--",level:4},{value:'SingleUseVirtualCardConfigInput.nameString ',id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbnamebcodestring-",level:4},{value:'SingleUseVirtualCardConfigInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbspendinglimitbcodespendinglimitinput--",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,a.kt)(r.Fragment,null,"Specification",(0,a.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),g=e=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:u,Bullet:d,SpecifiedBy:p,Badge:g},m="wrapper";function y(e){let{components:t,...n}=e;return(0,a.kt)(m,(0,i.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("p",null,"No description"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-graphql"},"input SingleUseVirtualCardConfigInput {\n accountMembershipId: ID!\n name: String\n spendingLimit: SpendingLimitInput!\n}\n")),(0,a.kt)("h3",{id:"fields"},"Fields"),(0,a.kt)("h4",{id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbaccountmembershipidbcodeid--"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SingleUseVirtualCardConfigInput.",(0,a.kt)("b",null,"accountMembershipId"))),(0,a.kt)(d,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,a.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,a.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,a.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account membership")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbnamebcodestring-"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SingleUseVirtualCardConfigInput.",(0,a.kt)("b",null,"name"))),(0,a.kt)(d,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,a.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,a.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Card name")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-singleusevirtualcardconfiginputbspendinglimitbcodespendinglimitinput--"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"SingleUseVirtualCardConfigInput.",(0,a.kt)("b",null,"spendingLimit"))),(0,a.kt)(d,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,a.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,a.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,a.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Spending limit")),(0,a.kt)("h3",{id:"member-of"},"Member of"),(0,a.kt)("p",null,(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-single-use-virtual-cards-input"},(0,a.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardsInput"))," ",(0,a.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/52a00ac0.fdbee727.js b/assets/js/52a00ac0.ba60c070.js similarity index 98% rename from assets/js/52a00ac0.fdbee727.js rename to assets/js/52a00ac0.ba60c070.js index 115a8c1cb0c..403c8e15a2d 100644 --- a/assets/js/52a00ac0.fdbee727.js +++ b/assets/js/52a00ac0.ba60c070.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[11353],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>d});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=r.createContext({}),s=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},p=function(e){var t=s(e.components);return r.createElement(l.Provider,{value:t},e.children)},u="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,l=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),u=s(n),f=a,d=u["".concat(l,".").concat(f)]||u[f]||m[f]||o;return n?r.createElement(d,i(i({ref:t},p),{},{components:n})):r.createElement(d,i({ref:t},p))}));function d(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,i=new Array(o);i[0]=f;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[u]="string"==typeof e?e:a,i[1]=c;for(var s=2;s{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>i,default:()=>m,frontMatter:()=>o,metadata:()=>c,toc:()=>s});var r=n(83117),a=(n(67294),n(3905));const o={id:"schema",slug:"/api-reference",title:"Schema Documentation",sidebar_position:1,hide_table_of_contents:!0,pagination_next:null,pagination_prev:null,sidebar_class_name:"navbar__toggle"},i=void 0,c={unversionedId:"api-reference/schema",id:"api-reference/schema",title:"Schema Documentation",description:"This documentation has been automatically generated from the GraphQL schema.",source:"@site/docs/api-reference/generated.md",sourceDirName:"api-reference",slug:"/api-reference",permalink:"/api-reference",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/generated.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{id:"schema",slug:"/api-reference",title:"Schema Documentation",sidebar_position:1,hide_table_of_contents:!0,pagination_next:null,pagination_prev:null,sidebar_class_name:"navbar__toggle"}},l={},s=[],p={toc:s},u="wrapper";function m(e){let{components:t,...n}=e;return(0,a.kt)(u,(0,r.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("p",null,"This documentation has been automatically generated from the GraphQL schema."),(0,a.kt)("p",null,"Use the docs in the sidebar to find out how to use the schema:"),(0,a.kt)("ul",null,(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("strong",{parentName:"li"},"Allowed operations"),": queries and mutations."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("strong",{parentName:"li"},"Schema-defined types"),": scalars, objects, enums, interfaces, unions, and input objects.")),(0,a.kt)("small",null,(0,a.kt)("i",null,"Generated on 11/16/2023, 12:17:23 AM.")))}m.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[11353],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>d});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=r.createContext({}),s=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},p=function(e){var t=s(e.components);return r.createElement(l.Provider,{value:t},e.children)},u="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,l=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),u=s(n),f=a,d=u["".concat(l,".").concat(f)]||u[f]||m[f]||o;return n?r.createElement(d,i(i({ref:t},p),{},{components:n})):r.createElement(d,i({ref:t},p))}));function d(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,i=new Array(o);i[0]=f;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[u]="string"==typeof e?e:a,i[1]=c;for(var s=2;s{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>i,default:()=>m,frontMatter:()=>o,metadata:()=>c,toc:()=>s});var r=n(83117),a=(n(67294),n(3905));const o={id:"schema",slug:"/api-reference",title:"Schema Documentation",sidebar_position:1,hide_table_of_contents:!0,pagination_next:null,pagination_prev:null,sidebar_class_name:"navbar__toggle"},i=void 0,c={unversionedId:"api-reference/schema",id:"api-reference/schema",title:"Schema Documentation",description:"This documentation has been automatically generated from the GraphQL schema.",source:"@site/docs/api-reference/generated.md",sourceDirName:"api-reference",slug:"/api-reference",permalink:"/api-reference",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/generated.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{id:"schema",slug:"/api-reference",title:"Schema Documentation",sidebar_position:1,hide_table_of_contents:!0,pagination_next:null,pagination_prev:null,sidebar_class_name:"navbar__toggle"}},l={},s=[],p={toc:s},u="wrapper";function m(e){let{components:t,...n}=e;return(0,a.kt)(u,(0,r.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("p",null,"This documentation has been automatically generated from the GraphQL schema."),(0,a.kt)("p",null,"Use the docs in the sidebar to find out how to use the schema:"),(0,a.kt)("ul",null,(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("strong",{parentName:"li"},"Allowed operations"),": queries and mutations."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("strong",{parentName:"li"},"Schema-defined types"),": scalars, objects, enums, interfaces, unions, and input objects.")),(0,a.kt)("small",null,(0,a.kt)("i",null,"Generated on 11/17/2023, 12:17:11 AM.")))}m.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/56b21ce1.eb8a857d.js b/assets/js/56b21ce1.e7f49d1f.js similarity index 89% rename from assets/js/56b21ce1.eb8a857d.js rename to assets/js/56b21ce1.e7f49d1f.js index 30c86a83d22..6c7ad94aa30 100644 --- a/assets/js/56b21ce1.eb8a857d.js +++ b/assets/js/56b21ce1.e7f49d1f.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[18335],{3905:(e,t,n)=>{n.d(t,{Zo:()=>f,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var c=i.createContext({}),d=function(e){var t=i.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},f=function(e){var t=d(e.components);return i.createElement(c.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,c=e.parentName,f=l(e,["components","mdxType","originalType","parentName"]),p=d(n),u=r,m=p["".concat(c,".").concat(u)]||p[u]||s[u]||o;return n?i.createElement(m,a(a({ref:t},f),{},{components:n})):i.createElement(m,a({ref:t},f))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:r,a[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>d,contentTitle:()=>l,default:()=>v,frontMatter:()=>a,metadata:()=>c,toc:()=>f});var i=n(83117),r=n(67294),o=n(3905);const a={id:"identification-level",title:"IdentificationLevel",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/enums/identification-level",id:"api-reference/enums/identification-level",title:"IdentificationLevel",description:"Possible value for the field IdentificationLevel",source:"@site/docs/api-reference/enums/identification-level.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/identification-level",permalink:"/api-reference/enums/identification-level",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/identification-level.mdx",tags:[],version:"current",frontMatter:{id:"identification-level",title:"IdentificationLevel",hide_table_of_contents:!1}},d={},f=[{value:"Values",id:"values",level:3},{value:"IdentificationLevel.Expert",id:"code-style-fontweight-normal-identificationlevelbexpertbcode",level:4},{value:"IdentificationLevel.QES",id:"code-style-fontweight-normal-identificationlevelbqesbcode",level:4},{value:"IdentificationLevel.PVID",id:"code-style-fontweight-normal-identificationlevelbpvidbcode",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:f,Bullet:p,SpecifiedBy:s,Badge:u},b="wrapper";function v(e){let{components:t,...n}=e;return(0,o.kt)(b,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Possible value for the field IdentificationLevel"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"enum IdentificationLevel {\n Expert\n QES\n PVID\n}\n")),(0,o.kt)("h3",{id:"values"},"Values"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelbexpertbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevel.",(0,o.kt)("b",null,"Expert")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Human identity verification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelbqesbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevel.",(0,o.kt)("b",null,"QES")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verification with Qualified Electronic Signature")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelbpvidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevel.",(0,o.kt)("b",null,"PVID")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verification with PVID")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership"},(0,o.kt)("inlineCode",{parentName:"a"},"AccountMembership"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,o.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding-info"},(0,o.kt)("inlineCode",{parentName:"a"},"OnboardingInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[18335],{3905:(e,t,n)=>{n.d(t,{Zo:()=>f,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var c=i.createContext({}),d=function(e){var t=i.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},f=function(e){var t=d(e.components);return i.createElement(c.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,c=e.parentName,f=l(e,["components","mdxType","originalType","parentName"]),p=d(n),u=r,m=p["".concat(c,".").concat(u)]||p[u]||s[u]||o;return n?i.createElement(m,a(a({ref:t},f),{},{components:n})):i.createElement(m,a({ref:t},f))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:r,a[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>d,contentTitle:()=>l,default:()=>v,frontMatter:()=>a,metadata:()=>c,toc:()=>f});var i=n(83117),r=n(67294),o=n(3905);const a={id:"identification-level",title:"IdentificationLevel",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/enums/identification-level",id:"api-reference/enums/identification-level",title:"IdentificationLevel",description:"Possible value for the field IdentificationLevel",source:"@site/docs/api-reference/enums/identification-level.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/identification-level",permalink:"/api-reference/enums/identification-level",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/identification-level.mdx",tags:[],version:"current",frontMatter:{id:"identification-level",title:"IdentificationLevel",hide_table_of_contents:!1}},d={},f=[{value:"Values",id:"values",level:3},{value:"IdentificationLevel.Expert",id:"code-style-fontweight-normal-identificationlevelbexpertbcode",level:4},{value:"IdentificationLevel.QES",id:"code-style-fontweight-normal-identificationlevelbqesbcode",level:4},{value:"IdentificationLevel.PVID",id:"code-style-fontweight-normal-identificationlevelbpvidbcode",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:f,Bullet:p,SpecifiedBy:s,Badge:u},b="wrapper";function v(e){let{components:t,...n}=e;return(0,o.kt)(b,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Possible value for the field IdentificationLevel"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"enum IdentificationLevel {\n Expert\n QES\n PVID\n}\n")),(0,o.kt)("h3",{id:"values"},"Values"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelbexpertbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevel.",(0,o.kt)("b",null,"Expert")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Human identity verification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelbqesbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevel.",(0,o.kt)("b",null,"QES")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verification with Qualified Electronic Signature")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelbpvidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevel.",(0,o.kt)("b",null,"PVID")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verification with PVID")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership"},(0,o.kt)("inlineCode",{parentName:"a"},"AccountMembership"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/inputs/identification-filters-input"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationFiltersInput"))," ",(0,o.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"}),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,o.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding-info"},(0,o.kt)("inlineCode",{parentName:"a"},"OnboardingInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/59733b92.8546dda5.js b/assets/js/59733b92.08d8ce37.js similarity index 50% rename from assets/js/59733b92.8546dda5.js rename to assets/js/59733b92.08d8ce37.js index aa398001828..0296f677823 100644 --- a/assets/js/59733b92.8546dda5.js +++ b/assets/js/59733b92.08d8ce37.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[42801],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>v});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),c=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,s=e.parentName,d=r(e,["components","mdxType","originalType","parentName"]),f=c(n),p=a,v=f["".concat(s,".").concat(p)]||f[p]||u[p]||o;return n?i.createElement(v,l(l({ref:t},d),{},{components:n})):i.createElement(v,l({ref:t},d))}));function v(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,l=new Array(o);l[0]=p;var r={};for(var s in t)hasOwnProperty.call(t,s)&&(r[s]=t[s]);r.originalType=e,r[f]="string"==typeof e?e:a,l[1]=r;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>r,default:()=>y,frontMatter:()=>l,metadata:()=>s,toc:()=>d});var i=n(83117),a=n(67294),o=n(3905);const l={id:"invalid-identification-level-status-info",title:"InvalidIdentificationLevelStatusInfo",hide_table_of_contents:!1},r=void 0,s={unversionedId:"api-reference/objects/invalid-identification-level-status-info",id:"api-reference/objects/invalid-identification-level-status-info",title:"InvalidIdentificationLevelStatusInfo",description:"Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed",source:"@site/docs/api-reference/objects/invalid-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/invalid-identification-level-status-info",permalink:"/api-reference/objects/invalid-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/invalid-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"invalid-identification-level-status-info",title:"InvalidIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'InvalidIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:'InvalidIdentificationLevelStatusInfo.reasons[IdentificationInvalidReason!] ',id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobreasonsbcodeidentificationinvalidreason--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),v={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},m="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(m,(0,i.Z)({},v,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type InvalidIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n reasons: [IdentificationInvalidReason!]\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"InvalidIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Always set to ",(0,o.kt)("inlineCode",{parentName:"p"},"Invalid"))),(0,o.kt)("h4",{id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobreasonsbcodeidentificationinvalidreason--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"InvalidIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"reasons"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-invalid-reason"},(0,o.kt)("inlineCode",{parentName:"a"},"[IdentificationInvalidReason!]"))," ",(0,o.kt)(p,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The reasons why this identification level is invalid")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[42801],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>v});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),c=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,s=e.parentName,d=r(e,["components","mdxType","originalType","parentName"]),f=c(n),p=a,v=f["".concat(s,".").concat(p)]||f[p]||u[p]||o;return n?i.createElement(v,l(l({ref:t},d),{},{components:n})):i.createElement(v,l({ref:t},d))}));function v(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,l=new Array(o);l[0]=p;var r={};for(var s in t)hasOwnProperty.call(t,s)&&(r[s]=t[s]);r.originalType=e,r[f]="string"==typeof e?e:a,l[1]=r;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>r,default:()=>y,frontMatter:()=>l,metadata:()=>s,toc:()=>d});var i=n(83117),a=n(67294),o=n(3905);const l={id:"invalid-identification-level-status-info",title:"InvalidIdentificationLevelStatusInfo",hide_table_of_contents:!1},r=void 0,s={unversionedId:"api-reference/objects/invalid-identification-level-status-info",id:"api-reference/objects/invalid-identification-level-status-info",title:"InvalidIdentificationLevelStatusInfo",description:"Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed",source:"@site/docs/api-reference/objects/invalid-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/invalid-identification-level-status-info",permalink:"/api-reference/objects/invalid-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/invalid-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"invalid-identification-level-status-info",title:"InvalidIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'InvalidIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:'InvalidIdentificationLevelStatusInfo.reasons[IdentificationInvalidReason!] ',id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobreasonsbcodeidentificationinvalidreason--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),v={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},m="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(m,(0,i.Z)({},v,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type InvalidIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n reasons: [IdentificationInvalidReason!]\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"InvalidIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,o.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Always set to ",(0,o.kt)("inlineCode",{parentName:"p"},"Invalid"))),(0,o.kt)("h4",{id:"code-style-fontweight-normal-invalididentificationlevelstatusinfobreasonsbcodeidentificationinvalidreason--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"InvalidIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"reasons"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-invalid-reason"},(0,o.kt)("inlineCode",{parentName:"a"},"[IdentificationInvalidReason!]"))," ",(0,o.kt)(p,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The reasons why this identification level is invalid")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/5e72b495.a5a1c15b.js b/assets/js/5e72b495.a5a1c15b.js deleted file mode 100644 index 9f53a5f6fdd..00000000000 --- a/assets/js/5e72b495.a5a1c15b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[82154],{3905:(e,o,t)=>{t.d(o,{Zo:()=>c,kt:()=>f});var n=t(67294);function r(e,o,t){return o in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e}function u(e,o){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);o&&(n=n.filter((function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable}))),t.push.apply(t,n)}return t}function p(e){for(var o=1;o=0||(r[t]=e[t]);return r}(e,o);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}var i=n.createContext({}),l=function(e){var o=n.useContext(i),t=o;return e&&(t="function"==typeof e?e(o):p(p({},o),e)),t},c=function(e){var o=l(e.components);return n.createElement(i.Provider,{value:o},e.children)},m="mdxType",s={inlineCode:"code",wrapper:function(e){var o=e.children;return n.createElement(n.Fragment,{},o)}},d=n.forwardRef((function(e,o){var t=e.components,r=e.mdxType,u=e.originalType,i=e.parentName,c=a(e,["components","mdxType","originalType","parentName"]),m=l(t),d=r,f=m["".concat(i,".").concat(d)]||m[d]||s[d]||u;return t?n.createElement(f,p(p({ref:o},c),{},{components:t})):n.createElement(f,p({ref:o},c))}));function f(e,o){var t=arguments,r=o&&o.mdxType;if("string"==typeof e||r){var u=t.length,p=new Array(u);p[0]=d;var a={};for(var i in o)hasOwnProperty.call(o,i)&&(a[i]=o[i]);a.originalType=e,a[m]="string"==typeof e?e:r,p[1]=a;for(var l=2;l{t.r(o),t.d(o,{Badge:()=>d,Bullet:()=>m,SpecifiedBy:()=>s,assets:()=>l,contentTitle:()=>a,default:()=>b,frontMatter:()=>p,metadata:()=>i,toc:()=>c});var n=t(83117),r=t(67294),u=t(3905);const p={id:"supporting-document-purpose-enum",title:"SupportingDocumentPurposeEnum",hide_table_of_contents:!1},a=void 0,i={unversionedId:"api-reference/enums/supporting-document-purpose-enum",id:"api-reference/enums/supporting-document-purpose-enum",title:"SupportingDocumentPurposeEnum",description:"Supporting document purpose",source:"@site/docs/api-reference/enums/supporting-document-purpose-enum.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/supporting-document-purpose-enum",permalink:"/api-reference/enums/supporting-document-purpose-enum",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/supporting-document-purpose-enum.mdx",tags:[],version:"current",frontMatter:{id:"supporting-document-purpose-enum",title:"SupportingDocumentPurposeEnum",hide_table_of_contents:!1}},l={},c=[{value:"Values",id:"values",level:3},{value:"SupportingDocumentPurposeEnum.AssociationRegistration",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbassociationregistrationbcode",level:4},{value:"SupportingDocumentPurposeEnum.Banking",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbbankingbcode",level:4},{value:"SupportingDocumentPurposeEnum.CompanyRegistration",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbcompanyregistrationbcode",level:4},{value:"SupportingDocumentPurposeEnum.Other",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbotherbcode",level:4},{value:"SupportingDocumentPurposeEnum.PowerOfAttorney",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbpowerofattorneybcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfCompanyAddress",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyaddressbcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfCompanyIncome",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyincomebcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfIdentity",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofidentitybcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfIndividualAddress",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualaddressbcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfIndividualIncome",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualincomebcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfOriginOfFunds",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofoforiginoffundsbcode",level:4},{value:"SupportingDocumentPurposeEnum.SignedStatus",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbsignedstatusbcode",level:4},{value:"SupportingDocumentPurposeEnum.UBODeclaration",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbubodeclarationbcode",level:4},{value:"SupportingDocumentPurposeEnum.SwornStatement",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbswornstatementbcode",level:4},{value:"Member of",id:"member-of",level:3}],m=()=>(0,u.kt)(r.Fragment,null,(0,u.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,u.kt)(r.Fragment,null,"Specification",(0,u.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,u.kt)(r.Fragment,null,(0,u.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:c,Bullet:m,SpecifiedBy:s,Badge:d},g="wrapper";function b(e){let{components:o,...t}=e;return(0,u.kt)(g,(0,n.Z)({},f,t,{components:o,mdxType:"MDXLayout"}),(0,u.kt)("p",null,"Supporting document purpose"),(0,u.kt)("pre",null,(0,u.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SupportingDocumentPurposeEnum {\n AssociationRegistration\n Banking\n CompanyRegistration\n Other\n PowerOfAttorney\n ProofOfCompanyAddress\n ProofOfCompanyIncome\n ProofOfIdentity\n ProofOfIndividualAddress\n ProofOfIndividualIncome\n ProofOfOriginOfFunds\n SignedStatus\n UBODeclaration\n SwornStatement\n}\n")),(0,u.kt)("h3",{id:"values"},"Values"),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbassociationregistrationbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"AssociationRegistration")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of association registration")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbbankingbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"Banking")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Banking")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbcompanyregistrationbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"CompanyRegistration")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of company registration")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbotherbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"Other")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Other")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbpowerofattorneybcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"PowerOfAttorney")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Signed power of attorney document to give the power to act on behalf.")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyaddressbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfCompanyAddress")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of company address")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyincomebcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfCompanyIncome")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of company income")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofidentitybcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfIdentity")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of identity")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualaddressbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfIndividualAddress")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of individual address")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualincomebcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfIndividualIncome")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of individual income")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofoforiginoffundsbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfOriginOfFunds")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of origin of funds")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbsignedstatusbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"SignedStatus")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Signed status")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbubodeclarationbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"UBODeclaration")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"UBO Declaration")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbswornstatementbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"SwornStatement")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Sworn statement")),(0,u.kt)("h3",{id:"member-of"},"Member of"),(0,u.kt)("p",null,(0,u.kt)("a",{parentName:"p",href:"/api-reference/inputs/generate-supporting-document-upload-url-input"},(0,u.kt)("inlineCode",{parentName:"a"},"GenerateSupportingDocumentUploadUrlInput"))," ",(0,u.kt)(d,{class:"secondary",text:"input",mdxType:"Badge"}),(0,u.kt)(m,{mdxType:"Bullet"}),(0,u.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document"},(0,u.kt)("inlineCode",{parentName:"a"},"SupportingDocument"))," ",(0,u.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,u.kt)(m,{mdxType:"Bullet"}),(0,u.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-purpose"},(0,u.kt)("inlineCode",{parentName:"a"},"SupportingDocumentPurpose"))," ",(0,u.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,u.kt)(m,{mdxType:"Bullet"}),(0,u.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-supporting-document-input"},(0,u.kt)("inlineCode",{parentName:"a"},"UpdateSupportingDocumentInput"))," ",(0,u.kt)(d,{class:"secondary",text:"input",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/5e72b495.acbb84a3.js b/assets/js/5e72b495.acbb84a3.js new file mode 100644 index 00000000000..798646d63ef --- /dev/null +++ b/assets/js/5e72b495.acbb84a3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[82154],{3905:(e,o,t)=>{t.d(o,{Zo:()=>c,kt:()=>f});var n=t(67294);function r(e,o,t){return o in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e}function u(e,o){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);o&&(n=n.filter((function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable}))),t.push.apply(t,n)}return t}function p(e){for(var o=1;o=0||(r[t]=e[t]);return r}(e,o);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}var i=n.createContext({}),l=function(e){var o=n.useContext(i),t=o;return e&&(t="function"==typeof e?e(o):p(p({},o),e)),t},c=function(e){var o=l(e.components);return n.createElement(i.Provider,{value:o},e.children)},m="mdxType",s={inlineCode:"code",wrapper:function(e){var o=e.children;return n.createElement(n.Fragment,{},o)}},d=n.forwardRef((function(e,o){var t=e.components,r=e.mdxType,u=e.originalType,i=e.parentName,c=a(e,["components","mdxType","originalType","parentName"]),m=l(t),d=r,f=m["".concat(i,".").concat(d)]||m[d]||s[d]||u;return t?n.createElement(f,p(p({ref:o},c),{},{components:t})):n.createElement(f,p({ref:o},c))}));function f(e,o){var t=arguments,r=o&&o.mdxType;if("string"==typeof e||r){var u=t.length,p=new Array(u);p[0]=d;var a={};for(var i in o)hasOwnProperty.call(o,i)&&(a[i]=o[i]);a.originalType=e,a[m]="string"==typeof e?e:r,p[1]=a;for(var l=2;l{t.r(o),t.d(o,{Badge:()=>d,Bullet:()=>m,SpecifiedBy:()=>s,assets:()=>l,contentTitle:()=>a,default:()=>b,frontMatter:()=>p,metadata:()=>i,toc:()=>c});var n=t(83117),r=t(67294),u=t(3905);const p={id:"supporting-document-purpose-enum",title:"SupportingDocumentPurposeEnum",hide_table_of_contents:!1},a=void 0,i={unversionedId:"api-reference/enums/supporting-document-purpose-enum",id:"api-reference/enums/supporting-document-purpose-enum",title:"SupportingDocumentPurposeEnum",description:"Supporting document purpose",source:"@site/docs/api-reference/enums/supporting-document-purpose-enum.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/supporting-document-purpose-enum",permalink:"/api-reference/enums/supporting-document-purpose-enum",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/supporting-document-purpose-enum.mdx",tags:[],version:"current",frontMatter:{id:"supporting-document-purpose-enum",title:"SupportingDocumentPurposeEnum",hide_table_of_contents:!1}},l={},c=[{value:"Values",id:"values",level:3},{value:"SupportingDocumentPurposeEnum.AssociationRegistration",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbassociationregistrationbcode",level:4},{value:"SupportingDocumentPurposeEnum.Banking",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbbankingbcode",level:4},{value:"SupportingDocumentPurposeEnum.CompanyRegistration",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbcompanyregistrationbcode",level:4},{value:"SupportingDocumentPurposeEnum.GeneralAssemblyMinutes",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbgeneralassemblyminutesbcode",level:4},{value:"SupportingDocumentPurposeEnum.Other",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbotherbcode",level:4},{value:"SupportingDocumentPurposeEnum.PowerOfAttorney",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbpowerofattorneybcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfCompanyAddress",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyaddressbcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfCompanyIncome",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyincomebcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfIdentity",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofidentitybcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfIndividualAddress",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualaddressbcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfIndividualIncome",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualincomebcode",level:4},{value:"SupportingDocumentPurposeEnum.ProofOfOriginOfFunds",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofoforiginoffundsbcode",level:4},{value:"SupportingDocumentPurposeEnum.SignedStatus",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbsignedstatusbcode",level:4},{value:"SupportingDocumentPurposeEnum.UBODeclaration",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbubodeclarationbcode",level:4},{value:"SupportingDocumentPurposeEnum.SwornStatement",id:"code-style-fontweight-normal-supportingdocumentpurposeenumbswornstatementbcode",level:4},{value:"Member of",id:"member-of",level:3}],m=()=>(0,u.kt)(r.Fragment,null,(0,u.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,u.kt)(r.Fragment,null,"Specification",(0,u.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,u.kt)(r.Fragment,null,(0,u.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:c,Bullet:m,SpecifiedBy:s,Badge:d},g="wrapper";function b(e){let{components:o,...t}=e;return(0,u.kt)(g,(0,n.Z)({},f,t,{components:o,mdxType:"MDXLayout"}),(0,u.kt)("p",null,"Supporting document purpose"),(0,u.kt)("pre",null,(0,u.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SupportingDocumentPurposeEnum {\n AssociationRegistration\n Banking\n CompanyRegistration\n GeneralAssemblyMinutes\n Other\n PowerOfAttorney\n ProofOfCompanyAddress\n ProofOfCompanyIncome\n ProofOfIdentity\n ProofOfIndividualAddress\n ProofOfIndividualIncome\n ProofOfOriginOfFunds\n SignedStatus\n UBODeclaration\n SwornStatement\n}\n")),(0,u.kt)("h3",{id:"values"},"Values"),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbassociationregistrationbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"AssociationRegistration")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of association registration")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbbankingbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"Banking")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Banking")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbcompanyregistrationbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"CompanyRegistration")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of company registration")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbgeneralassemblyminutesbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"GeneralAssemblyMinutes")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Minutes Of The General Assembly")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbotherbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"Other")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Other")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbpowerofattorneybcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"PowerOfAttorney")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Signed power of attorney document to give the power to act on behalf.")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyaddressbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfCompanyAddress")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of company address")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofcompanyincomebcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfCompanyIncome")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of company income")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofidentitybcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfIdentity")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of identity")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualaddressbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfIndividualAddress")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of individual address")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofofindividualincomebcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfIndividualIncome")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of individual income")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbproofoforiginoffundsbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"ProofOfOriginOfFunds")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Proof of origin of funds")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbsignedstatusbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"SignedStatus")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Signed status")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbubodeclarationbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"UBODeclaration")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"UBO Declaration")),(0,u.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumentpurposeenumbswornstatementbcode"},(0,u.kt)("a",{parentName:"h4",href:"#"},(0,u.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentPurposeEnum.",(0,u.kt)("b",null,"SwornStatement")))),(0,u.kt)("blockquote",null,(0,u.kt)("p",{parentName:"blockquote"},"Sworn statement")),(0,u.kt)("h3",{id:"member-of"},"Member of"),(0,u.kt)("p",null,(0,u.kt)("a",{parentName:"p",href:"/api-reference/inputs/generate-supporting-document-upload-url-input"},(0,u.kt)("inlineCode",{parentName:"a"},"GenerateSupportingDocumentUploadUrlInput"))," ",(0,u.kt)(d,{class:"secondary",text:"input",mdxType:"Badge"}),(0,u.kt)(m,{mdxType:"Bullet"}),(0,u.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document"},(0,u.kt)("inlineCode",{parentName:"a"},"SupportingDocument"))," ",(0,u.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,u.kt)(m,{mdxType:"Bullet"}),(0,u.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-purpose"},(0,u.kt)("inlineCode",{parentName:"a"},"SupportingDocumentPurpose"))," ",(0,u.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,u.kt)(m,{mdxType:"Bullet"}),(0,u.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-supporting-document-input"},(0,u.kt)("inlineCode",{parentName:"a"},"UpdateSupportingDocumentInput"))," ",(0,u.kt)(d,{class:"secondary",text:"input",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/6162ad7c.5b4d9b2d.js b/assets/js/6162ad7c.a63ba040.js similarity index 52% rename from assets/js/6162ad7c.5b4d9b2d.js rename to assets/js/6162ad7c.a63ba040.js index 8c703e4fbe4..14dbc74eb95 100644 --- a/assets/js/6162ad7c.5b4d9b2d.js +++ b/assets/js/6162ad7c.a63ba040.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[56192],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=i.createContext({}),c=function(e){var t=i.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(l.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,l=e.parentName,d=s(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,m=f["".concat(l,".").concat(u)]||f[u]||p[u]||r;return n?i.createElement(m,o(o({ref:t},d),{},{components:n})):i.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,o=new Array(r);o[0]=u;var s={};for(var l in t)hasOwnProperty.call(t,l)&&(s[l]=t[l]);s.originalType=e,s[f]="string"==typeof e?e:a,o[1]=s;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>s,default:()=>b,frontMatter:()=>o,metadata:()=>l,toc:()=>d});var i=n(83117),a=n(67294),r=n(3905);const o={id:"identification-filters-input",title:"IdentificationFiltersInput",hide_table_of_contents:!1},s=void 0,l={unversionedId:"api-reference/inputs/identification-filters-input",id:"api-reference/inputs/identification-filters-input",title:"IdentificationFiltersInput",description:"Filter that can be passed to get the identifications in specific data ranges",source:"@site/docs/api-reference/inputs/identification-filters-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/identification-filters-input",permalink:"/api-reference/inputs/identification-filters-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/identification-filters-input.mdx",tags:[],version:"current",frontMatter:{id:"identification-filters-input",title:"IdentificationFiltersInput",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'IdentificationFiltersInput.statuses[SwanIdentificationStatus!] ',id:"code-style-fontweight-normal-identificationfiltersinputbstatusesbcodeswanidentificationstatus--",level:4},{value:'IdentificationFiltersInput.levels[SwanIdentificationLevel!] ',id:"code-style-fontweight-normal-identificationfiltersinputblevelsbcodeswanidentificationlevel--",level:4},{value:'IdentificationFiltersInput.processes[SwanIdentificationProcess!] ',id:"code-style-fontweight-normal-identificationfiltersinputbprocessesbcodeswanidentificationprocess--",level:4}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},y="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Filter that can be passed to get the identifications in specific data ranges"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input IdentificationFiltersInput {\n statuses: [SwanIdentificationStatus!]\n levels: [SwanIdentificationLevel!]\n processes: [SwanIdentificationProcess!]\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationfiltersinputbstatusesbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationFiltersInput.",(0,r.kt)("b",null,"statuses"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"[SwanIdentificationStatus!]"))," ",(0,r.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"To filter on status values")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationfiltersinputblevelsbcodeswanidentificationlevel--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationFiltersInput.",(0,r.kt)("b",null,"levels"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-level"},(0,r.kt)("inlineCode",{parentName:"a"},"[SwanIdentificationLevel!]"))," ",(0,r.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"To filter on level values")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationfiltersinputbprocessesbcodeswanidentificationprocess--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationFiltersInput.",(0,r.kt)("b",null,"processes"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-process"},(0,r.kt)("inlineCode",{parentName:"a"},"[SwanIdentificationProcess!]"))," ",(0,r.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"To filter on process values")))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[56192],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=i.createContext({}),c=function(e){var t=i.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(l.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,l=e.parentName,d=s(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,m=f["".concat(l,".").concat(u)]||f[u]||p[u]||r;return n?i.createElement(m,o(o({ref:t},d),{},{components:n})):i.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,o=new Array(r);o[0]=u;var s={};for(var l in t)hasOwnProperty.call(t,l)&&(s[l]=t[l]);s.originalType=e,s[f]="string"==typeof e?e:a,o[1]=s;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>s,default:()=>b,frontMatter:()=>o,metadata:()=>l,toc:()=>d});var i=n(83117),a=n(67294),r=n(3905);const o={id:"identification-filters-input",title:"IdentificationFiltersInput",hide_table_of_contents:!1},s=void 0,l={unversionedId:"api-reference/inputs/identification-filters-input",id:"api-reference/inputs/identification-filters-input",title:"IdentificationFiltersInput",description:"Filter that can be passed to get the identifications in specific data ranges",source:"@site/docs/api-reference/inputs/identification-filters-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/identification-filters-input",permalink:"/api-reference/inputs/identification-filters-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/identification-filters-input.mdx",tags:[],version:"current",frontMatter:{id:"identification-filters-input",title:"IdentificationFiltersInput",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'IdentificationFiltersInput.statuses[SwanIdentificationStatus!] ',id:"code-style-fontweight-normal-identificationfiltersinputbstatusesbcodeswanidentificationstatus--",level:4},{value:'IdentificationFiltersInput.levels[IdentificationLevel!] ',id:"code-style-fontweight-normal-identificationfiltersinputblevelsbcodeidentificationlevel--",level:4},{value:'IdentificationFiltersInput.processes[IdentificationProcess!] ',id:"code-style-fontweight-normal-identificationfiltersinputbprocessesbcodeidentificationprocess--",level:4}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},y="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Filter that can be passed to get the identifications in specific data ranges"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input IdentificationFiltersInput {\n statuses: [SwanIdentificationStatus!]\n levels: [IdentificationLevel!]\n processes: [IdentificationProcess!]\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationfiltersinputbstatusesbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationFiltersInput.",(0,r.kt)("b",null,"statuses"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"[SwanIdentificationStatus!]"))," ",(0,r.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"To filter on status values")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationfiltersinputblevelsbcodeidentificationlevel--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationFiltersInput.",(0,r.kt)("b",null,"levels"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,r.kt)("inlineCode",{parentName:"a"},"[IdentificationLevel!]"))," ",(0,r.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"To filter on level values")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationfiltersinputbprocessesbcodeidentificationprocess--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationFiltersInput.",(0,r.kt)("b",null,"processes"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-process"},(0,r.kt)("inlineCode",{parentName:"a"},"[IdentificationProcess!]"))," ",(0,r.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"To filter on process values")))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/6c6a3c28.fb004ca6.js b/assets/js/6c6a3c28.b80064d8.js similarity index 99% rename from assets/js/6c6a3c28.fb004ca6.js rename to assets/js/6c6a3c28.b80064d8.js index 6e9b6292916..240c030171e 100644 --- a/assets/js/6c6a3c28.fb004ca6.js +++ b/assets/js/6c6a3c28.b80064d8.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[64509],{3905:(e,t,n)=>{n.d(t,{Zo:()=>c,kt:()=>f});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=r.createContext({}),o=function(e){var t=r.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},c=function(e){var t=o(e.components);return r.createElement(s.Provider,{value:t},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},g=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,l=e.originalType,s=e.parentName,c=d(e,["components","mdxType","originalType","parentName"]),u=o(n),g=a,f=u["".concat(s,".").concat(g)]||u[g]||p[g]||l;return n?r.createElement(f,i(i({ref:t},c),{},{components:n})):r.createElement(f,i({ref:t},c))}));function f(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var l=n.length,i=new Array(l);i[0]=g;var d={};for(var s in t)hasOwnProperty.call(t,s)&&(d[s]=t[s]);d.originalType=e,d[u]="string"==typeof e?e:a,i[1]=d;for(var o=2;o{n.r(t),n.d(t,{Badge:()=>g,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>o,contentTitle:()=>d,default:()=>y,frontMatter:()=>i,metadata:()=>s,toc:()=>c});var r=n(83117),a=n(67294),l=n(3905);const i={id:"add-single-use-virtual-cards-input",title:"AddSingleUseVirtualCardsInput",hide_table_of_contents:!1},d=void 0,s={unversionedId:"api-reference/inputs/add-single-use-virtual-cards-input",id:"api-reference/inputs/add-single-use-virtual-cards-input",title:"AddSingleUseVirtualCardsInput",description:"Input to add a new single-use virtual cards",source:"@site/docs/api-reference/inputs/add-single-use-virtual-cards-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-single-use-virtual-cards-input",permalink:"/api-reference/inputs/add-single-use-virtual-cards-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-single-use-virtual-cards-input.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-cards-input",title:"AddSingleUseVirtualCardsInput",hide_table_of_contents:!1}},o={},c=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardsInput.cards[SingleUseVirtualCardConfigInput!]! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardsbcodesingleusevirtualcardconfiginput--",level:4},{value:'AddSingleUseVirtualCardsInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbconsentredirecturlbcodestring--",level:4},{value:'AddSingleUseVirtualCardsInput.cardProductIdID ',id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],u=()=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,l.kt)(a.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),g=e=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:c,Bullet:u,SpecifiedBy:p,Badge:g},m="wrapper";function y(e){let{components:t,...n}=e;return(0,l.kt)(m,(0,r.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Input to add a new single-use virtual cards"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddSingleUseVirtualCardsInput {\n cards: [SingleUseVirtualCardConfigInput!]!\n consentRedirectUrl: String!\n cardProductId: ID\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardsbcodesingleusevirtualcardconfiginput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardsInput.",(0,l.kt)("b",null,"cards"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/single-use-virtual-card-config-input"},(0,l.kt)("inlineCode",{parentName:"a"},"[SingleUseVirtualCardConfigInput!]!"))," ",(0,l.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"the configuration of all the cards you want to add")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbconsentredirecturlbcodestring--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardsInput.",(0,l.kt)("b",null,"consentRedirectUrl"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,l.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardproductidbcodeid-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardsInput.",(0,l.kt)("b",null,"cardProductId"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,l.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new cards.")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-single-use-virtual-cards"},(0,l.kt)("inlineCode",{parentName:"a"},"addSingleUseVirtualCards"))," ",(0,l.kt)(g,{class:"secondary",text:"mutation",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[64509],{3905:(e,t,n)=>{n.d(t,{Zo:()=>c,kt:()=>f});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=r.createContext({}),o=function(e){var t=r.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},c=function(e){var t=o(e.components);return r.createElement(s.Provider,{value:t},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},g=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,l=e.originalType,s=e.parentName,c=d(e,["components","mdxType","originalType","parentName"]),u=o(n),g=a,f=u["".concat(s,".").concat(g)]||u[g]||p[g]||l;return n?r.createElement(f,i(i({ref:t},c),{},{components:n})):r.createElement(f,i({ref:t},c))}));function f(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var l=n.length,i=new Array(l);i[0]=g;var d={};for(var s in t)hasOwnProperty.call(t,s)&&(d[s]=t[s]);d.originalType=e,d[u]="string"==typeof e?e:a,i[1]=d;for(var o=2;o{n.r(t),n.d(t,{Badge:()=>g,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>o,contentTitle:()=>d,default:()=>y,frontMatter:()=>i,metadata:()=>s,toc:()=>c});var r=n(83117),a=n(67294),l=n(3905);const i={id:"add-single-use-virtual-cards-input",title:"AddSingleUseVirtualCardsInput",hide_table_of_contents:!1},d=void 0,s={unversionedId:"api-reference/inputs/add-single-use-virtual-cards-input",id:"api-reference/inputs/add-single-use-virtual-cards-input",title:"AddSingleUseVirtualCardsInput",description:"Input to add a new single-use virtual cards",source:"@site/docs/api-reference/inputs/add-single-use-virtual-cards-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-single-use-virtual-cards-input",permalink:"/api-reference/inputs/add-single-use-virtual-cards-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-single-use-virtual-cards-input.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-cards-input",title:"AddSingleUseVirtualCardsInput",hide_table_of_contents:!1}},o={},c=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardsInput.cards[SingleUseVirtualCardConfigInput!]! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardsbcodesingleusevirtualcardconfiginput--",level:4},{value:'AddSingleUseVirtualCardsInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbconsentredirecturlbcodestring--",level:4},{value:'AddSingleUseVirtualCardsInput.cardProductIdID ',id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],u=()=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,l.kt)(a.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),g=e=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:c,Bullet:u,SpecifiedBy:p,Badge:g},m="wrapper";function y(e){let{components:t,...n}=e;return(0,l.kt)(m,(0,r.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Input to add a new single-use virtual cards"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddSingleUseVirtualCardsInput {\n cards: [SingleUseVirtualCardConfigInput!]!\n consentRedirectUrl: String!\n cardProductId: ID\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardsbcodesingleusevirtualcardconfiginput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardsInput.",(0,l.kt)("b",null,"cards"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/single-use-virtual-card-config-input"},(0,l.kt)("inlineCode",{parentName:"a"},"[SingleUseVirtualCardConfigInput!]!"))," ",(0,l.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(g,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"The configuration of all the cards you want to add")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbconsentredirecturlbcodestring--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardsInput.",(0,l.kt)("b",null,"consentRedirectUrl"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,l.kt)(g,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsinputbcardproductidbcodeid-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardsInput.",(0,l.kt)("b",null,"cardProductId"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,l.kt)(g,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new cards.")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-single-use-virtual-cards"},(0,l.kt)("inlineCode",{parentName:"a"},"addSingleUseVirtualCards"))," ",(0,l.kt)(g,{class:"secondary",text:"mutation",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/801281af.3feb6ef4.js b/assets/js/801281af.e138d3f0.js similarity index 60% rename from assets/js/801281af.3feb6ef4.js rename to assets/js/801281af.e138d3f0.js index fce04996503..90deea1a1fa 100644 --- a/assets/js/801281af.3feb6ef4.js +++ b/assets/js/801281af.e138d3f0.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[23577],{3905:(e,t,a)=>{a.d(t,{Zo:()=>p,kt:()=>b});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function i(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var s=n.createContext({}),c=function(e){var t=n.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):i(i({},t),e)),a},p=function(e){var t=c(e.components);return n.createElement(s.Provider,{value:t},e.children)},m="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},u=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,l=e.originalType,s=e.parentName,p=o(e,["components","mdxType","originalType","parentName"]),m=c(a),u=r,b=m["".concat(s,".").concat(u)]||m[u]||d[u]||l;return a?n.createElement(b,i(i({ref:t},p),{},{components:a})):n.createElement(b,i({ref:t},p))}));function b(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=a.length,i=new Array(l);i[0]=u;var o={};for(var s in t)hasOwnProperty.call(t,s)&&(o[s]=t[s]);o.originalType=e,o[m]="string"==typeof e?e:r,i[1]=o;for(var c=2;c{a.r(t),a.d(t,{Badge:()=>u,Bullet:()=>m,SpecifiedBy:()=>d,assets:()=>c,contentTitle:()=>o,default:()=>f,frontMatter:()=>i,metadata:()=>s,toc:()=>p});var n=a(83117),r=a(67294),l=a(3905);const i={id:"memberships-filter-input",title:"MembershipsFilterInput",hide_table_of_contents:!1},o=void 0,s={unversionedId:"api-reference/inputs/memberships-filter-input",id:"api-reference/inputs/memberships-filter-input",title:"MembershipsFilterInput",description:"Filters that can be applied when listing accounts (Only applied in user context)",source:"@site/docs/api-reference/inputs/memberships-filter-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/memberships-filter-input",permalink:"/api-reference/inputs/memberships-filter-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/memberships-filter-input.mdx",tags:[],version:"current",frontMatter:{id:"memberships-filter-input",title:"MembershipsFilterInput",hide_table_of_contents:!1}},c={},p=[{value:"Fields",id:"fields",level:3},{value:'MembershipsFilterInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagecardsbcodeboolean-",level:4},{value:'MembershipsFilterInput.canInitiatePaymentsBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcaninitiatepaymentsbcodeboolean-",level:4},{value:'MembershipsFilterInput.canManageAccountMembershipBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanmanageaccountmembershipbcodeboolean-",level:4},{value:'MembershipsFilterInput.canManageBeneficiariesBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagebeneficiariesbcodeboolean-",level:4},{value:'MembershipsFilterInput.canViewAccountBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanviewaccountbcodeboolean-",level:4},{value:'MembershipsFilterInput.status[AccountMembershipStatus!] ',id:"code-style-fontweight-normal-membershipsfilterinputbstatusbcodeaccountmembershipstatus--",level:4},{value:'MembershipsFilterInput.emailString ',id:"code-style-fontweight-normal-membershipsfilterinputbemailbcodestring-",level:4},{value:'MembershipsFilterInput.firstNameString ',id:"code-style-fontweight-normal-membershipsfilterinputbfirstnamebcodestring-",level:4},{value:'MembershipsFilterInput.lastNameString ',id:"code-style-fontweight-normal-membershipsfilterinputblastnamebcodestring-",level:4},{value:'MembershipsFilterInput.searchString ',id:"code-style-fontweight-normal-membershipsfilterinputbsearchbcodestring-",level:4}],m=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),d=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:p,Bullet:m,SpecifiedBy:d,Badge:u},h="wrapper";function f(e){let{components:t,...a}=e;return(0,l.kt)(h,(0,n.Z)({},b,a,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Filters that can be applied when listing accounts (Only applied in user context)"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input MembershipsFilterInput {\n canManageCards: Boolean\n canInitiatePayments: Boolean\n canManageAccountMembership: Boolean\n canManageBeneficiaries: Boolean\n canViewAccount: Boolean\n status: [AccountMembershipStatus!]\n email: String\n firstName: String\n lastName: String\n search: String\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagecardsbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canManageCards"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"COMING SOON\n",(0,l.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcaninitiatepaymentsbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canInitiatePayments"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user initiate payments on this account")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanmanageaccountmembershipbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canManageAccountMembership"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user manage account membership")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagebeneficiariesbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canManageBeneficiaries"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user manage beneficiaries")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanviewaccountbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canViewAccount"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user view account")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbstatusbcodeaccountmembershipstatus--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"status"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-membership-status"},(0,l.kt)("inlineCode",{parentName:"a"},"[AccountMembershipStatus!]"))," ",(0,l.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,l.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Account memberships status/statuses we're looking for")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbemailbcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"email"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Filtered by email")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbfirstnamebcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"firstName"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Filtered by first name")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputblastnamebcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"lastName"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Filtered by last name")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbsearchbcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"search"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Searches email, first name, last name, and id")))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[23577],{3905:(e,t,a)=>{a.d(t,{Zo:()=>p,kt:()=>b});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function i(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var s=n.createContext({}),c=function(e){var t=n.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):i(i({},t),e)),a},p=function(e){var t=c(e.components);return n.createElement(s.Provider,{value:t},e.children)},m="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},u=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,l=e.originalType,s=e.parentName,p=o(e,["components","mdxType","originalType","parentName"]),m=c(a),u=r,b=m["".concat(s,".").concat(u)]||m[u]||d[u]||l;return a?n.createElement(b,i(i({ref:t},p),{},{components:a})):n.createElement(b,i({ref:t},p))}));function b(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=a.length,i=new Array(l);i[0]=u;var o={};for(var s in t)hasOwnProperty.call(t,s)&&(o[s]=t[s]);o.originalType=e,o[m]="string"==typeof e?e:r,i[1]=o;for(var c=2;c{a.r(t),a.d(t,{Badge:()=>u,Bullet:()=>m,SpecifiedBy:()=>d,assets:()=>c,contentTitle:()=>o,default:()=>f,frontMatter:()=>i,metadata:()=>s,toc:()=>p});var n=a(83117),r=a(67294),l=a(3905);const i={id:"memberships-filter-input",title:"MembershipsFilterInput",hide_table_of_contents:!1},o=void 0,s={unversionedId:"api-reference/inputs/memberships-filter-input",id:"api-reference/inputs/memberships-filter-input",title:"MembershipsFilterInput",description:"Filters that can be applied when listing accounts (Only applied in user context)",source:"@site/docs/api-reference/inputs/memberships-filter-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/memberships-filter-input",permalink:"/api-reference/inputs/memberships-filter-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/memberships-filter-input.mdx",tags:[],version:"current",frontMatter:{id:"memberships-filter-input",title:"MembershipsFilterInput",hide_table_of_contents:!1}},c={},p=[{value:"Fields",id:"fields",level:3},{value:'MembershipsFilterInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagecardsbcodeboolean-",level:4},{value:'MembershipsFilterInput.canInitiatePaymentsBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcaninitiatepaymentsbcodeboolean-",level:4},{value:'MembershipsFilterInput.canManageAccountMembershipBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanmanageaccountmembershipbcodeboolean-",level:4},{value:'MembershipsFilterInput.canManageBeneficiariesBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagebeneficiariesbcodeboolean-",level:4},{value:'MembershipsFilterInput.canViewAccountBoolean ',id:"code-style-fontweight-normal-membershipsfilterinputbcanviewaccountbcodeboolean-",level:4},{value:'MembershipsFilterInput.status[AccountMembershipStatus!] ',id:"code-style-fontweight-normal-membershipsfilterinputbstatusbcodeaccountmembershipstatus--",level:4},{value:'MembershipsFilterInput.emailString ',id:"code-style-fontweight-normal-membershipsfilterinputbemailbcodestring-",level:4},{value:'MembershipsFilterInput.firstNameString ',id:"code-style-fontweight-normal-membershipsfilterinputbfirstnamebcodestring-",level:4},{value:'MembershipsFilterInput.lastNameString ',id:"code-style-fontweight-normal-membershipsfilterinputblastnamebcodestring-",level:4},{value:'MembershipsFilterInput.searchString ',id:"code-style-fontweight-normal-membershipsfilterinputbsearchbcodestring-",level:4}],m=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),d=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:p,Bullet:m,SpecifiedBy:d,Badge:u},h="wrapper";function f(e){let{components:t,...a}=e;return(0,l.kt)(h,(0,n.Z)({},b,a,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Filters that can be applied when listing accounts (Only applied in user context)"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input MembershipsFilterInput {\n canManageCards: Boolean\n canInitiatePayments: Boolean\n canManageAccountMembership: Boolean\n canManageBeneficiaries: Boolean\n canViewAccount: Boolean\n status: [AccountMembershipStatus!]\n email: String\n firstName: String\n lastName: String\n search: String\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagecardsbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canManageCards"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},(0,l.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcaninitiatepaymentsbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canInitiatePayments"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user initiate payments on this account")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanmanageaccountmembershipbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canManageAccountMembership"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user manage account membership")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanmanagebeneficiariesbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canManageBeneficiaries"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user manage beneficiaries")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbcanviewaccountbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"canViewAccount"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Can the user view account")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbstatusbcodeaccountmembershipstatus--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"status"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-membership-status"},(0,l.kt)("inlineCode",{parentName:"a"},"[AccountMembershipStatus!]"))," ",(0,l.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,l.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Account memberships status/statuses we're looking for")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbemailbcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"email"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Filtered by email")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbfirstnamebcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"firstName"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Filtered by first name")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputblastnamebcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"lastName"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Filtered by last name")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-membershipsfilterinputbsearchbcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"MembershipsFilterInput.",(0,l.kt)("b",null,"search"))),(0,l.kt)(m,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Searches email, first name, last name, and id")))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/86be6eb7.428b179f.js b/assets/js/86be6eb7.428b179f.js new file mode 100644 index 00000000000..5bb7a41bd73 --- /dev/null +++ b/assets/js/86be6eb7.428b179f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[69131],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var l=i.createContext({}),s=function(e){var t=i.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},d=function(e){var t=s(e.components);return i.createElement(l.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,l=e.parentName,d=c(e,["components","mdxType","originalType","parentName"]),f=s(n),u=r,m=f["".concat(l,".").concat(u)]||f[u]||p[u]||o;return n?i.createElement(m,a(a({ref:t},d),{},{components:n})):i.createElement(m,a({ref:t},d))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[f]="string"==typeof e?e:r,a[1]=c;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>s,contentTitle:()=>c,default:()=>y,frontMatter:()=>a,metadata:()=>l,toc:()=>d});var i=n(83117),r=n(67294),o=n(3905);const a={id:"identification-process",title:"IdentificationProcess",hide_table_of_contents:!1},c=void 0,l={unversionedId:"api-reference/enums/identification-process",id:"api-reference/enums/identification-process",title:"IdentificationProcess",description:"Process of the identification",source:"@site/docs/api-reference/enums/identification-process.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/identification-process",permalink:"/api-reference/enums/identification-process",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/identification-process.mdx",tags:[],version:"current",frontMatter:{id:"identification-process",title:"IdentificationProcess",hide_table_of_contents:!1}},s={},d=[{value:"Values",id:"values",level:3},{value:"IdentificationProcess.Expert",id:"code-style-fontweight-normal-identificationprocessbexpertbcode",level:4},{value:"IdentificationProcess.QES",id:"code-style-fontweight-normal-identificationprocessbqesbcode",level:4},{value:"IdentificationProcess.PVID",id:"code-style-fontweight-normal-identificationprocessbpvidbcode",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},b="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(b,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Process of the identification"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"enum IdentificationProcess {\n Expert\n QES\n PVID\n}\n")),(0,o.kt)("h3",{id:"values"},"Values"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationprocessbexpertbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationProcess.",(0,o.kt)("b",null,"Expert")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verified by an expert")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationprocessbqesbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationProcess.",(0,o.kt)("b",null,"QES")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verified by an expert and a Qualified Electronic Signature has been done")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationprocessbpvidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationProcess.",(0,o.kt)("b",null,"PVID")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Identity verified by an expert with a Remote Identity Verification Service")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/inputs/identification-filters-input"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationFiltersInput"))," ",(0,o.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/8a635418.9e4aac1d.js b/assets/js/8a635418.9e4aac1d.js deleted file mode 100644 index cd3b611a5cb..00000000000 --- a/assets/js/8a635418.9e4aac1d.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[23272],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var d=i.createContext({}),c=function(e){var t=i.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=c(e.components);return i.createElement(d.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,d=e.parentName,s=r(e,["components","mdxType","originalType","parentName"]),f=c(n),p=a,m=f["".concat(d,".").concat(p)]||f[p]||u[p]||o;return n?i.createElement(m,l(l({ref:t},s),{},{components:n})):i.createElement(m,l({ref:t},s))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,l=new Array(o);l[0]=p;var r={};for(var d in t)hasOwnProperty.call(t,d)&&(r[d]=t[d]);r.originalType=e,r[f]="string"==typeof e?e:a,l[1]=r;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>r,default:()=>v,frontMatter:()=>l,metadata:()=>d,toc:()=>s});var i=n(83117),a=n(67294),o=n(3905);const l={id:"identification-level-status",title:"IdentificationLevelStatus",hide_table_of_contents:!1},r=void 0,d={unversionedId:"api-reference/enums/identification-level-status",id:"api-reference/enums/identification-level-status",title:"IdentificationLevelStatus",description:"Valid statuses for level identifications",source:"@site/docs/api-reference/enums/identification-level-status.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/identification-level-status",permalink:"/api-reference/enums/identification-level-status",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/identification-level-status.mdx",tags:[],version:"current",frontMatter:{id:"identification-level-status",title:"IdentificationLevelStatus",hide_table_of_contents:!1}},c={},s=[{value:"Values",id:"values",level:3},{value:"IdentificationLevelStatus.NotSupported",id:"code-style-fontweight-normal-identificationlevelstatusbnotsupportedbcode",level:4},{value:"IdentificationLevelStatus.NotStarted",id:"code-style-fontweight-normal-identificationlevelstatusbnotstartedbcode",level:4},{value:"IdentificationLevelStatus.Started",id:"code-style-fontweight-normal-identificationlevelstatusbstartedbcode",level:4},{value:"IdentificationLevelStatus.Pending",id:"code-style-fontweight-normal-identificationlevelstatusbpendingbcode",level:4},{value:"IdentificationLevelStatus.Valid",id:"code-style-fontweight-normal-identificationlevelstatusbvalidbcode",level:4},{value:"IdentificationLevelStatus.Invalid",id:"code-style-fontweight-normal-identificationlevelstatusbinvalidbcode",level:4},{value:"IdentificationLevelStatus.Canceled",id:"code-style-fontweight-normal-identificationlevelstatusbcanceledbcode",level:4},{value:"IdentificationLevelStatus.Expired",id:"code-style-fontweight-normal-identificationlevelstatusbexpiredbcode",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:f,SpecifiedBy:u,Badge:p},b="wrapper";function v(e){let{components:t,...n}=e;return(0,o.kt)(b,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Valid statuses for level identifications"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"enum IdentificationLevelStatus {\n NotSupported\n NotStarted\n Started\n Pending\n Valid\n Invalid\n Canceled\n Expired\n}\n")),(0,o.kt)("h3",{id:"values"},"Values"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbnotsupportedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"NotSupported")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"This identification level is not supported for the process associated to this identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbnotstartedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"NotStarted")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"This identification level has not yet been started")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbstartedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"Started")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"This identification level has been started")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbpendingbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"Pending")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"This identification level is pending and requires an operation not related to the end-user to progress")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbvalidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"Valid")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"This identification level is valid and identification documents can be accessed")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbinvalidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"Invalid")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"This identification level is invalid")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbcanceledbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"Canceled")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The process of this identification level was canceled by the end-user")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationlevelstatusbexpiredbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationLevelStatus.",(0,o.kt)("b",null,"Expired")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"This identification level is considered expired and no documents can be accessed")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/canceled-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"CanceledIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/expired-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"ExpiredIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/invalid-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"InvalidIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/not-started-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"NotStartedIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/not-supported-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"NotSupportedIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"PendingIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/started-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"StartedIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/valid-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"ValidIdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/8ab7b0cd.21128a1a.js b/assets/js/8ab7b0cd.add6ef20.js similarity index 92% rename from assets/js/8ab7b0cd.21128a1a.js rename to assets/js/8ab7b0cd.add6ef20.js index 9fbe4dcd583..2f3466c6a30 100644 --- a/assets/js/8ab7b0cd.21128a1a.js +++ b/assets/js/8ab7b0cd.add6ef20.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[21141],{3905:(e,t,a)=>{a.d(t,{Zo:()=>i,kt:()=>f});var r=a(67294);function n(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,r)}return a}function o(e){for(var t=1;t=0||(n[a]=e[a]);return n}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}var s=r.createContext({}),d=function(e){var t=r.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):o(o({},t),e)),a},i=function(e){var t=d(e.components);return r.createElement(s.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},y=r.forwardRef((function(e,t){var a=e.components,n=e.mdxType,c=e.originalType,s=e.parentName,i=l(e,["components","mdxType","originalType","parentName"]),p=d(a),y=n,f=p["".concat(s,".").concat(y)]||p[y]||u[y]||c;return a?r.createElement(f,o(o({ref:t},i),{},{components:a})):r.createElement(f,o({ref:t},i))}));function f(e,t){var a=arguments,n=t&&t.mdxType;if("string"==typeof e||n){var c=a.length,o=new Array(c);o[0]=y;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[p]="string"==typeof e?e:n,o[1]=l;for(var d=2;d{a.r(t),a.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>l,default:()=>b,frontMatter:()=>o,metadata:()=>s,toc:()=>i});var r=a(83117),n=a(67294),c=a(3905);const o={id:"cancel-card-success-payload",title:"CancelCardSuccessPayload",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/cancel-card-success-payload",id:"api-reference/objects/cancel-card-success-payload",title:"CancelCardSuccessPayload",description:"No description",source:"@site/docs/api-reference/objects/cancel-card-success-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/cancel-card-success-payload",permalink:"/api-reference/objects/cancel-card-success-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/cancel-card-success-payload.mdx",tags:[],version:"current",frontMatter:{id:"cancel-card-success-payload",title:"CancelCardSuccessPayload",hide_table_of_contents:!1}},d={},i=[{value:"Fields",id:"fields",level:3},{value:'CancelCardSuccessPayload.cardCard! ',id:"code-style-fontweight-normal-cancelcardsuccesspayloadbcardbcodecard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(n.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:i,Bullet:p,SpecifiedBy:u,Badge:y},m="wrapper";function b(e){let{components:t,...a}=e;return(0,c.kt)(m,(0,r.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type CancelCardSuccessPayload {\n card: Card!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelcardsuccesspayloadbcardbcodecard--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelCardSuccessPayload.",(0,c.kt)("b",null,"card"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/card"},(0,c.kt)("inlineCode",{parentName:"a"},"Card!"))," ",(0,c.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(y,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"the card canceled")),(0,c.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/unions/cancel-card-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelCardPayload"))," ",(0,c.kt)(y,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[21141],{3905:(e,t,a)=>{a.d(t,{Zo:()=>i,kt:()=>f});var r=a(67294);function n(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,r)}return a}function o(e){for(var t=1;t=0||(n[a]=e[a]);return n}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}var s=r.createContext({}),d=function(e){var t=r.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):o(o({},t),e)),a},i=function(e){var t=d(e.components);return r.createElement(s.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},y=r.forwardRef((function(e,t){var a=e.components,n=e.mdxType,c=e.originalType,s=e.parentName,i=l(e,["components","mdxType","originalType","parentName"]),p=d(a),y=n,f=p["".concat(s,".").concat(y)]||p[y]||u[y]||c;return a?r.createElement(f,o(o({ref:t},i),{},{components:a})):r.createElement(f,o({ref:t},i))}));function f(e,t){var a=arguments,n=t&&t.mdxType;if("string"==typeof e||n){var c=a.length,o=new Array(c);o[0]=y;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[p]="string"==typeof e?e:n,o[1]=l;for(var d=2;d{a.r(t),a.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>l,default:()=>b,frontMatter:()=>o,metadata:()=>s,toc:()=>i});var r=a(83117),n=a(67294),c=a(3905);const o={id:"cancel-card-success-payload",title:"CancelCardSuccessPayload",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/cancel-card-success-payload",id:"api-reference/objects/cancel-card-success-payload",title:"CancelCardSuccessPayload",description:"No description",source:"@site/docs/api-reference/objects/cancel-card-success-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/cancel-card-success-payload",permalink:"/api-reference/objects/cancel-card-success-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/cancel-card-success-payload.mdx",tags:[],version:"current",frontMatter:{id:"cancel-card-success-payload",title:"CancelCardSuccessPayload",hide_table_of_contents:!1}},d={},i=[{value:"Fields",id:"fields",level:3},{value:'CancelCardSuccessPayload.cardCard! ',id:"code-style-fontweight-normal-cancelcardsuccesspayloadbcardbcodecard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(n.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:i,Bullet:p,SpecifiedBy:u,Badge:y},m="wrapper";function b(e){let{components:t,...a}=e;return(0,c.kt)(m,(0,r.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type CancelCardSuccessPayload {\n card: Card!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelcardsuccesspayloadbcardbcodecard--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelCardSuccessPayload.",(0,c.kt)("b",null,"card"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/card"},(0,c.kt)("inlineCode",{parentName:"a"},"Card!"))," ",(0,c.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(y,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"The canceled card ")),(0,c.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/unions/cancel-card-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelCardPayload"))," ",(0,c.kt)(y,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/8de80b01.bd57014a.js b/assets/js/8de80b01.977a24ee.js similarity index 50% rename from assets/js/8de80b01.bd57014a.js rename to assets/js/8de80b01.977a24ee.js index b0c64d90db4..9c0343b8170 100644 --- a/assets/js/8de80b01.bd57014a.js +++ b/assets/js/8de80b01.977a24ee.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[40350],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),c=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,m=f["".concat(s,".").concat(u)]||f[u]||p[u]||r;return n?i.createElement(m,o(o({ref:t},d),{},{components:n})):i.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,o=new Array(r);o[0]=u;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[f]="string"==typeof e?e:a,o[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>l,default:()=>v,frontMatter:()=>o,metadata:()=>s,toc:()=>d});var i=n(83117),a=n(67294),r=n(3905);const o={id:"expired-identification-level-status-info",title:"ExpiredIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/expired-identification-level-status-info",id:"api-reference/objects/expired-identification-level-status-info",title:"ExpiredIdentificationLevelStatusInfo",description:"Describes an identification level for the process associated to this identification that has expired and is no longer considered valid",source:"@site/docs/api-reference/objects/expired-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/expired-identification-level-status-info",permalink:"/api-reference/objects/expired-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/expired-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"expired-identification-level-status-info",title:"ExpiredIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'ExpiredIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:'ExpiredIdentificationLevelStatusInfo.expiredAtDate! ',id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobexpiredatbcodedate--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},y="wrapper";function v(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level for the process associated to this identification that has expired and is no longer considered valid"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type ExpiredIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n expiredAt: Date!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"ExpiredIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"Expired"))),(0,r.kt)("h4",{id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobexpiredatbcodedate--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"ExpiredIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"expiredAt"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date"},(0,r.kt)("inlineCode",{parentName:"a"},"Date!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"When this identification level expired")),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[40350],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),c=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,m=f["".concat(s,".").concat(u)]||f[u]||p[u]||r;return n?i.createElement(m,o(o({ref:t},d),{},{components:n})):i.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,o=new Array(r);o[0]=u;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[f]="string"==typeof e?e:a,o[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>l,default:()=>b,frontMatter:()=>o,metadata:()=>s,toc:()=>d});var i=n(83117),a=n(67294),r=n(3905);const o={id:"expired-identification-level-status-info",title:"ExpiredIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/expired-identification-level-status-info",id:"api-reference/objects/expired-identification-level-status-info",title:"ExpiredIdentificationLevelStatusInfo",description:"Describes an identification level for the process associated to this identification that has expired and is no longer considered valid",source:"@site/docs/api-reference/objects/expired-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/expired-identification-level-status-info",permalink:"/api-reference/objects/expired-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/expired-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"expired-identification-level-status-info",title:"ExpiredIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'ExpiredIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:'ExpiredIdentificationLevelStatusInfo.expiredAtDate! ',id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobexpiredatbcodedate--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},y="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level for the process associated to this identification that has expired and is no longer considered valid"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type ExpiredIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n expiredAt: Date!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"ExpiredIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"Expired"))),(0,r.kt)("h4",{id:"code-style-fontweight-normal-expiredidentificationlevelstatusinfobexpiredatbcodedate--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"ExpiredIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"expiredAt"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date"},(0,r.kt)("inlineCode",{parentName:"a"},"Date!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"When this identification level expired")),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/92cbc932.84067a7b.js b/assets/js/92cbc932.84067a7b.js deleted file mode 100644 index 00d4db98130..00000000000 --- a/assets/js/92cbc932.84067a7b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[34641],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var a=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var c=a.createContext({}),s=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},d=function(e){var t=s(e.components);return a.createElement(c.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,i=e.mdxType,o=e.originalType,c=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=s(n),p=i,m=f["".concat(c,".").concat(p)]||f[p]||u[p]||o;return n?a.createElement(m,r(r({ref:t},d),{},{components:n})):a.createElement(m,r({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var o=n.length,r=new Array(o);r[0]=p;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[f]="string"==typeof e?e:i,r[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>l,default:()=>b,frontMatter:()=>r,metadata:()=>c,toc:()=>d});var a=n(83117),i=n(67294),o=n(3905);const r={id:"canceled-identification-level-status-info",title:"CanceledIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/objects/canceled-identification-level-status-info",id:"api-reference/objects/canceled-identification-level-status-info",title:"CanceledIdentificationLevelStatusInfo",description:"Describes an identification level for the process associated to this identification that has been cancelled by the end-user",source:"@site/docs/api-reference/objects/canceled-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/canceled-identification-level-status-info",permalink:"/api-reference/objects/canceled-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/canceled-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"canceled-identification-level-status-info",title:"CanceledIdentificationLevelStatusInfo",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'CanceledIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-canceledidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(i.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},y="wrapper";function b(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Describes an identification level for the process associated to this identification that has been cancelled by the end-user"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type CanceledIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-canceledidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CanceledIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Always set to ",(0,o.kt)("inlineCode",{parentName:"p"},"Cancelled"))),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/92cbc932.9b856104.js b/assets/js/92cbc932.9b856104.js new file mode 100644 index 00000000000..e74154d8c1a --- /dev/null +++ b/assets/js/92cbc932.9b856104.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[34641],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var a=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var l=a.createContext({}),s=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},d=function(e){var t=s(e.components);return a.createElement(l.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,i=e.mdxType,o=e.originalType,l=e.parentName,d=c(e,["components","mdxType","originalType","parentName"]),f=s(n),p=i,m=f["".concat(l,".").concat(p)]||f[p]||u[p]||o;return n?a.createElement(m,r(r({ref:t},d),{},{components:n})):a.createElement(m,r({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var o=n.length,r=new Array(o);r[0]=p;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[f]="string"==typeof e?e:i,r[1]=c;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>c,default:()=>b,frontMatter:()=>r,metadata:()=>l,toc:()=>d});var a=n(83117),i=n(67294),o=n(3905);const r={id:"canceled-identification-level-status-info",title:"CanceledIdentificationLevelStatusInfo",hide_table_of_contents:!1},c=void 0,l={unversionedId:"api-reference/objects/canceled-identification-level-status-info",id:"api-reference/objects/canceled-identification-level-status-info",title:"CanceledIdentificationLevelStatusInfo",description:"Describes an identification level for the process associated to this identification that has been cancelled by the end-user",source:"@site/docs/api-reference/objects/canceled-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/canceled-identification-level-status-info",permalink:"/api-reference/objects/canceled-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/canceled-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"canceled-identification-level-status-info",title:"CanceledIdentificationLevelStatusInfo",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'CanceledIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-canceledidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(i.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},y="wrapper";function b(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Describes an identification level for the process associated to this identification that has been cancelled by the end-user"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type CanceledIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-canceledidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CanceledIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,o.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Always set to ",(0,o.kt)("inlineCode",{parentName:"p"},"Cancelled"))),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/935f2afb.7bd35250.js b/assets/js/935f2afb.7bd35250.js new file mode 100644 index 00000000000..c0917f6e9b3 --- /dev/null +++ b/assets/js/935f2afb.7bd35250.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[80053],{1109:e=>{e.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"docSidebar":[{"type":"category","label":"Introduction","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Welcome","href":"/","docId":"index"},{"type":"link","label":"Glossary","href":"/glossary","docId":"glossary"}],"href":"/"},{"type":"category","label":"Account onboarding","collapsible":false,"collapsed":false,"items":[{"type":"category","label":"Account onboarding overview","collapsed":true,"items":[{"type":"link","label":"Get information about an onboarding","href":"/topics/onboarding/overview/guide-get-onboarding-info","docId":"topics/onboarding/overview/guide-get-onboarding-info"},{"type":"link","label":"Finalize an onboarding","href":"/topics/onboarding/overview/guide-finalize-onboarding","docId":"topics/onboarding/overview/guide-finalize-onboarding"}],"collapsible":true,"href":"/topics/onboarding/"},{"type":"category","label":"Individual accounts","collapsed":true,"items":[{"type":"link","label":"Create an individual onboarding link","href":"/topics/onboarding/individual/guide-create-onboarding","docId":"topics/onboarding/individual/guide-create-onboarding"},{"type":"link","label":"Update an individual onboarding","href":"/topics/onboarding/individual/guide-update-onboarding","docId":"topics/onboarding/individual/guide-update-onboarding"}],"collapsible":true,"href":"/topics/onboarding/individual/"},{"type":"category","label":"Company accounts","collapsed":true,"items":[{"type":"link","label":"Create a company onboarding link","href":"/topics/onboarding/company/guide-create-onboarding","docId":"topics/onboarding/company/guide-create-onboarding"},{"type":"link","label":"Update a company onboarding","href":"/topics/onboarding/company/guide-update-onboarding","docId":"topics/onboarding/company/guide-update-onboarding"}],"collapsible":true,"href":"/topics/onboarding/company/"},{"type":"category","label":"Onboarding documents","collapsed":true,"items":[{"type":"link","label":"Get a list of required documents","href":"/topics/onboarding/documents/guide-list-documents","docId":"topics/onboarding/documents/guide-list-documents"},{"type":"link","label":"Upload a document","href":"/topics/onboarding/documents/guide-upload-document","docId":"topics/onboarding/documents/guide-upload-document"},{"type":"link","label":"Retrieve information about a collection or document","href":"/topics/onboarding/documents/guide-retrieve-info","docId":"topics/onboarding/documents/guide-retrieve-info"},{"type":"link","label":"Request a collection review","href":"/topics/onboarding/documents/guide-request-collection-review","docId":"topics/onboarding/documents/guide-request-collection-review"},{"type":"link","label":"Delete a document","href":"/topics/onboarding/documents/guide-delete-document","docId":"topics/onboarding/documents/guide-delete-document"},{"type":"link","label":"Sandbox","href":"/topics/onboarding/documents/sandbox","docId":"topics/onboarding/documents/sandbox"}],"collapsible":true,"href":"/topics/onboarding/documents/"},{"type":"category","label":"Account holders","collapsed":true,"items":[{"type":"link","label":"Add account for existing account holder","href":"/topics/onboarding/account-holders/guide-add-additional-account","docId":"topics/onboarding/account-holders/guide-add-additional-account"},{"type":"link","label":"Sandbox","href":"/topics/onboarding/account-holders/sandbox","docId":"topics/onboarding/account-holders/sandbox"}],"collapsible":true,"href":"/topics/onboarding/account-holders/"},{"type":"link","label":"Support for onboarding","href":"/topics/onboarding/support","docId":"topics/onboarding/support"}],"href":"/topics/onboarding/"},{"type":"category","label":"Capital deposits","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Capital deposits overview","href":"/topics/capital-deposits/","docId":"topics/capital-deposits/index"},{"type":"category","label":"France","collapsed":true,"items":[{"type":"link","label":"Create capital deposit case","href":"/topics/capital-deposits/france/guide-create-case","docId":"topics/capital-deposits/france/guide-create-case"},{"type":"link","label":"Upload required documents","href":"/topics/capital-deposits/france/guide-upload-documents","docId":"topics/capital-deposits/france/guide-upload-documents"}],"collapsible":true,"href":"/topics/capital-deposits/france/guide"}],"href":"/topics/capital-deposits/"},{"type":"category","label":"Projects","collapsible":false,"collapsed":false,"items":[{"type":"category","label":"Projects overview","collapsed":true,"items":[{"type":"link","label":"Activate your project","href":"/topics/projects/guide-activate-project","docId":"topics/projects/guide-activate-project"}],"collapsible":true,"href":"/topics/projects/"},{"type":"link","label":"Support for projects","href":"/topics/projects/support","docId":"topics/projects/support"}],"href":"/topics/projects/"},{"type":"category","label":"Resources","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Status page","href":"https://status.swan.io/"},{"type":"link","label":"Support Center","href":"https://support.swan.io/hc/en-150"},{"type":"link","label":"Contact Swan","href":"/topics/contact","docId":"topics/contact"}]}]},"docs":{"api-reference/directives/deprecated":{"id":"api-reference/directives/deprecated","title":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported."},"api-reference/directives/include":{"id":"api-reference/directives/include","title":"include","description":"Directs the executor to include this field or fragment only when the if argument is true."},"api-reference/directives/skip":{"id":"api-reference/directives/skip","title":"skip","description":"Directs the executor to skip this field or fragment when the if argument is true."},"api-reference/directives/specified-by":{"id":"api-reference/directives/specified-by","title":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar."},"api-reference/enums/account-country":{"id":"api-reference/enums/account-country","title":"AccountCountry","description":"Refers to the country of the account. It will determine the country code of the local IBAN of the account."},"api-reference/enums/account-funding-limits-reached-reason":{"id":"api-reference/enums/account-funding-limits-reached-reason","title":"AccountFundingLimitsReachedReason","description":"No description"},"api-reference/enums/account-holder-order-by-field-input":{"id":"api-reference/enums/account-holder-order-by-field-input","title":"AccountHolderOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing account holders"},"api-reference/enums/account-holder-status":{"id":"api-reference/enums/account-holder-status","title":"AccountHolderStatus","description":"Account holder status."},"api-reference/enums/account-holder-type":{"id":"api-reference/enums/account-holder-type","title":"AccountHolderType","description":"Account holder type"},"api-reference/enums/account-language":{"id":"api-reference/enums/account-language","title":"AccountLanguage","description":"Language: ISO 639-1 language code"},"api-reference/enums/account-membership-order-by-field-input":{"id":"api-reference/enums/account-membership-order-by-field-input","title":"AccountMembershipOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing account memberships"},"api-reference/enums/account-membership-status":{"id":"api-reference/enums/account-membership-status","title":"AccountMembershipStatus","description":"AccountMembership enabled"},"api-reference/enums/account-memberships-permission":{"id":"api-reference/enums/account-memberships-permission","title":"AccountMembershipsPermission","description":"List of account memberships permission"},"api-reference/enums/account-order-by-field-input":{"id":"api-reference/enums/account-order-by-field-input","title":"AccountOrderByFieldInput","description":"Fields that can be used when ordering accounts"},"api-reference/enums/account-received-direct-debit-order-by-field-input":{"id":"api-reference/enums/account-received-direct-debit-order-by-field-input","title":"AccountReceivedDirectDebitOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing receives direct debit mandate results"},"api-reference/enums/account-standing-order-order-by-field-input":{"id":"api-reference/enums/account-standing-order-order-by-field-input","title":"AccountStandingOrderOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing standing order results"},"api-reference/enums/account-status":{"id":"api-reference/enums/account-status","title":"AccountStatus","description":"No description"},"api-reference/enums/account-verification-status":{"id":"api-reference/enums/account-verification-status","title":"AccountVerificationStatus","description":"Account Verification Status"},"api-reference/enums/aml-risk-level":{"id":"api-reference/enums/aml-risk-level","title":"AmlRiskLevel","description":"No description"},"api-reference/enums/authenticator-type":{"id":"api-reference/enums/authenticator-type","title":"AuthenticatorType","description":"No description"},"api-reference/enums/authorization-type":{"id":"api-reference/enums/authorization-type","title":"AuthorizationType","description":"Type of the card authorization transaction"},"api-reference/enums/business-activity":{"id":"api-reference/enums/business-activity","title":"BusinessActivity","description":"Business activity."},"api-reference/enums/cancel-physical-card-reason":{"id":"api-reference/enums/cancel-physical-card-reason","title":"CancelPhysicalCardReason","description":"reason why the physical card is canceled"},"api-reference/enums/canceled-funding-source-reason":{"id":"api-reference/enums/canceled-funding-source-reason","title":"CanceledFundingSourceReason","description":"Funding Source Canceled Reason"},"api-reference/enums/capital-deposit-case-order-by-field-input":{"id":"api-reference/enums/capital-deposit-case-order-by-field-input","title":"CapitalDepositCaseOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing capital deposit cases"},"api-reference/enums/capital-deposit-case-status":{"id":"api-reference/enums/capital-deposit-case-status","title":"CapitalDepositCaseStatus","description":"Status of a capital deposit case."},"api-reference/enums/capital-deposit-document-status":{"id":"api-reference/enums/capital-deposit-document-status","title":"CapitalDepositDocumentStatus","description":"Status of the Capital Deposit Case"},"api-reference/enums/capital-deposit-document-type":{"id":"api-reference/enums/capital-deposit-document-type","title":"CapitalDepositDocumentType","description":"Type of the document."},"api-reference/enums/card-authorization-outcome":{"id":"api-reference/enums/card-authorization-outcome","title":"CardAuthorizationOutcome","description":"No description"},"api-reference/enums/card-authorization-type":{"id":"api-reference/enums/card-authorization-type","title":"CardAuthorizationType","description":"No description"},"api-reference/enums/card-design-background-type":{"id":"api-reference/enums/card-design-background-type","title":"CardDesignBackgroundType","description":"Project Card Design Background Type"},"api-reference/enums/card-design-status":{"id":"api-reference/enums/card-design-status","title":"CardDesignStatus","description":"Card designs Status"},"api-reference/enums/card-order-by-field-input":{"id":"api-reference/enums/card-order-by-field-input","title":"CardOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing cards"},"api-reference/enums/card-product-status":{"id":"api-reference/enums/card-product-status","title":"CardProductStatus","description":"Card Product Status"},"api-reference/enums/card-settings-background-type":{"id":"api-reference/enums/card-settings-background-type","title":"CardSettingsBackgroundType","description":"Card Settings Background Type"},"api-reference/enums/card-status":{"id":"api-reference/enums/card-status","title":"CardStatus","description":"Card Status"},"api-reference/enums/card-transaction-category":{"id":"api-reference/enums/card-transaction-category","title":"CardTransactionCategory","description":"No description"},"api-reference/enums/card-type":{"id":"api-reference/enums/card-type","title":"CardType","description":"Card Type"},"api-reference/enums/cash-account-type":{"id":"api-reference/enums/cash-account-type","title":"CashAccountType","description":"Cash account type (Always Current)"},"api-reference/enums/category":{"id":"api-reference/enums/category","title":"Category","description":"Payment flow available options"},"api-reference/enums/close-account-reason-type":{"id":"api-reference/enums/close-account-reason-type","title":"CloseAccountReasonType","description":"Specific type for closing account action"},"api-reference/enums/company-type":{"id":"api-reference/enums/company-type","title":"CompanyType","description":"Type of company."},"api-reference/enums/complete-digital-card-status":{"id":"api-reference/enums/complete-digital-card-status","title":"CompleteDigitalCardStatus","description":"Complete Digital Card Status"},"api-reference/enums/consent-purpose":{"id":"api-reference/enums/consent-purpose","title":"ConsentPurpose","description":"Purpose of a consent"},"api-reference/enums/consent-status":{"id":"api-reference/enums/consent-status","title":"ConsentStatus","description":"Status of a consent"},"api-reference/enums/credit-transfer-mode":{"id":"api-reference/enums/credit-transfer-mode","title":"CreditTransferMode","description":"No description"},"api-reference/enums/digital-card-order-by-field-input":{"id":"api-reference/enums/digital-card-order-by-field-input","title":"DigitalCardOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing digital cards"},"api-reference/enums/digitalization-type":{"id":"api-reference/enums/digitalization-type","title":"DigitalizationType","description":"Digitalization Type"},"api-reference/enums/direct-debit-sequence":{"id":"api-reference/enums/direct-debit-sequence","title":"DirectDebitSequence","description":"No description"},"api-reference/enums/document-file-side":{"id":"api-reference/enums/document-file-side","title":"DocumentFileSide","description":"From which side the document picture was taken"},"api-reference/enums/document-type":{"id":"api-reference/enums/document-type","title":"DocumentType","description":"The type of the document"},"api-reference/enums/employment-status":{"id":"api-reference/enums/employment-status","title":"EmploymentStatus","description":"Employment status."},"api-reference/enums/env-type":{"id":"api-reference/enums/env-type","title":"EnvType","description":"No description"},"api-reference/enums/external-account-balance-type":{"id":"api-reference/enums/external-account-balance-type","title":"ExternalAccountBalanceType","description":"No description"},"api-reference/enums/external-account-data-source-type":{"id":"api-reference/enums/external-account-data-source-type","title":"ExternalAccountDataSourceType","description":"No description"},"api-reference/enums/external-account-usage":{"id":"api-reference/enums/external-account-usage","title":"ExternalAccountUsage","description":"No description"},"api-reference/enums/fees-type-enum":{"id":"api-reference/enums/fees-type-enum","title":"FeesTypeEnum","description":"Fees type"},"api-reference/enums/field-validation-error":{"id":"api-reference/enums/field-validation-error","title":"FieldValidationError","description":"No description"},"api-reference/enums/funding-limit-settings-change-request-order-by-field-input":{"id":"api-reference/enums/funding-limit-settings-change-request-order-by-field-input","title":"FundingLimitSettingsChangeRequestOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing funding limit settings change requests"},"api-reference/enums/funding-limit-settings-change-request-status":{"id":"api-reference/enums/funding-limit-settings-change-request-status","title":"FundingLimitSettingsChangeRequestStatus","description":"Funding Limit Settings Change Request Status"},"api-reference/enums/funding-limit-settings-status":{"id":"api-reference/enums/funding-limit-settings-status","title":"FundingLimitSettingsStatus","description":"Possible values for funding limit settings status"},"api-reference/enums/funding-source-order-by-field-input":{"id":"api-reference/enums/funding-source-order-by-field-input","title":"FundingSourceOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing funding source results"},"api-reference/enums/funding-source-status":{"id":"api-reference/enums/funding-source-status","title":"FundingSourceStatus","description":"Funding Source Statuses"},"api-reference/enums/ibanstatus":{"id":"api-reference/enums/ibanstatus","title":"IBANStatus","description":"Virtual IBAN Status"},"api-reference/enums/identification-expert-process-provider":{"id":"api-reference/enums/identification-expert-process-provider","title":"IdentificationExpertProcessProvider","description":"The provider used for this expert-level identification process"},"api-reference/enums/identification-expert-with-qesprocess-provider":{"id":"api-reference/enums/identification-expert-with-qesprocess-provider","title":"IdentificationExpertWithQESProcessProvider","description":"The provider used for this QES-level identification process"},"api-reference/enums/identification-invalid-reason":{"id":"api-reference/enums/identification-invalid-reason","title":"IdentificationInvalidReason","description":"The various reasons that can lead to an invalid identification level"},"api-reference/enums/identification-level":{"id":"api-reference/enums/identification-level","title":"IdentificationLevel","description":"Possible value for the field IdentificationLevel"},"api-reference/enums/identification-level-input":{"id":"api-reference/enums/identification-level-input","title":"IdentificationLevelInput","description":"User identification levels input payload."},"api-reference/enums/identification-process":{"id":"api-reference/enums/identification-process","title":"IdentificationProcess","description":"Process of the identification"},"api-reference/enums/identification-pvidprocess-provider":{"id":"api-reference/enums/identification-pvidprocess-provider","title":"IdentificationPVIDProcessProvider","description":"The provider used for this PVID-level identification process"},"api-reference/enums/identification-status":{"id":"api-reference/enums/identification-status","title":"IdentificationStatus","description":"Identification status"},"api-reference/enums/identifications-order-by-field":{"id":"api-reference/enums/identifications-order-by-field","title":"IdentificationsOrderByField","description":"Fields we can use when ordering that can be applied when listing identifications"},"api-reference/enums/identity-document-type":{"id":"api-reference/enums/identity-document-type","title":"IdentityDocumentType","description":"The type of the identity document"},"api-reference/enums/individual-ultimate-beneficial-owner-type-enum":{"id":"api-reference/enums/individual-ultimate-beneficial-owner-type-enum","title":"IndividualUltimateBeneficialOwnerTypeEnum","description":"Individual Ultimate beneficial owner nature"},"api-reference/enums/internal-direct-debit-sequence":{"id":"api-reference/enums/internal-direct-debit-sequence","title":"InternalDirectDebitSequence","description":"No description"},"api-reference/enums/internal-payment-mandate-scheme":{"id":"api-reference/enums/internal-payment-mandate-scheme","title":"InternalPaymentMandateScheme","description":"No description"},"api-reference/enums/internal-payment-mandate-sequence":{"id":"api-reference/enums/internal-payment-mandate-sequence","title":"InternalPaymentMandateSequence","description":"Internal Direct Debit Payment Mandate Sequence"},"api-reference/enums/internal-received-direct-debit-mandate-scheme":{"id":"api-reference/enums/internal-received-direct-debit-mandate-scheme","title":"InternalReceivedDirectDebitMandateScheme","description":"Received internal direct debit mandate scheme"},"api-reference/enums/internal-received-direct-debit-mandate-sequence":{"id":"api-reference/enums/internal-received-direct-debit-mandate-sequence","title":"InternalReceivedDirectDebitMandateSequence","description":"Internal received direct debit mandate sequence"},"api-reference/enums/international-credit-transfer-display-language":{"id":"api-reference/enums/international-credit-transfer-display-language","title":"InternationalCreditTransferDisplayLanguage","description":"Language: ISO 639-1 language code"},"api-reference/enums/international-credit-transfer-route":{"id":"api-reference/enums/international-credit-transfer-route","title":"InternationalCreditTransferRoute","description":"International Credit Transfer Route"},"api-reference/enums/international-credit-transfer-route-input":{"id":"api-reference/enums/international-credit-transfer-route-input","title":"InternationalCreditTransferRouteInput","description":"International Credit Transfer Route"},"api-reference/enums/invalid-argument-rejection-code":{"id":"api-reference/enums/invalid-argument-rejection-code","title":"InvalidArgumentRejectionCode","description":"No description"},"api-reference/enums/invalid-iban-code":{"id":"api-reference/enums/invalid-iban-code","title":"InvalidIbanCode","description":"InvalidIbanCode"},"api-reference/enums/invoice-status":{"id":"api-reference/enums/invoice-status","title":"InvoiceStatus","description":"The different statuses of invoice"},"api-reference/enums/invoice-type":{"id":"api-reference/enums/invoice-type","title":"InvoiceType","description":"No description"},"api-reference/enums/legal-document-status":{"id":"api-reference/enums/legal-document-status","title":"LegalDocumentStatus","description":"No description"},"api-reference/enums/legal-document-type":{"id":"api-reference/enums/legal-document-type","title":"LegalDocumentType","description":"No description"},"api-reference/enums/mandate-language":{"id":"api-reference/enums/mandate-language","title":"MandateLanguage","description":"Language: ISO 639-1 language code"},"api-reference/enums/merchant-category-description":{"id":"api-reference/enums/merchant-category-description","title":"MerchantCategoryDescription","description":"MerchantCategoryDescription"},"api-reference/enums/merchant-payment-method-status":{"id":"api-reference/enums/merchant-payment-method-status","title":"MerchantPaymentMethodStatus","description":"The different statuses a MerchantPaymentMethod can have"},"api-reference/enums/merchant-payment-method-type":{"id":"api-reference/enums/merchant-payment-method-type","title":"MerchantPaymentMethodType","description":"The different statuses a MerchantPaymentMethod can have"},"api-reference/enums/merchant-profile-order-by-field-input":{"id":"api-reference/enums/merchant-profile-order-by-field-input","title":"MerchantProfileOrderByFieldInput","description":"No description"},"api-reference/enums/merchant-profile-status":{"id":"api-reference/enums/merchant-profile-status","title":"MerchantProfileStatus","description":"Merchant Profile Statuses"},"api-reference/enums/monthly-income":{"id":"api-reference/enums/monthly-income","title":"MonthlyIncome","description":"Monthly income."},"api-reference/enums/monthly-payment-volume":{"id":"api-reference/enums/monthly-payment-volume","title":"MonthlyPaymentVolume","description":"Monthly payment volume."},"api-reference/enums/onboarding-order-by-field-input":{"id":"api-reference/enums/onboarding-order-by-field-input","title":"OnboardingOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing onboardings"},"api-reference/enums/onboarding-state":{"id":"api-reference/enums/onboarding-state","title":"OnboardingState","description":"Onboarding process state"},"api-reference/enums/onboarding-status":{"id":"api-reference/enums/onboarding-status","title":"OnboardingStatus","description":"Possible values for onboarding status"},"api-reference/enums/order-by-direction":{"id":"api-reference/enums/order-by-direction","title":"OrderByDirection","description":"No description"},"api-reference/enums/partner-close-account-reason-type":{"id":"api-reference/enums/partner-close-account-reason-type","title":"PartnerCloseAccountReasonType","description":"Specific type for closing account action"},"api-reference/enums/partnership-status":{"id":"api-reference/enums/partnership-status","title":"PartnershipStatus","description":"No description"},"api-reference/enums/payment-account-type":{"id":"api-reference/enums/payment-account-type","title":"PaymentAccountType","description":"No description"},"api-reference/enums/payment-level":{"id":"api-reference/enums/payment-level","title":"PaymentLevel","description":"Payment Level of the account"},"api-reference/enums/payment-mandate-canceled-reason":{"id":"api-reference/enums/payment-mandate-canceled-reason","title":"PaymentMandateCanceledReason","description":"No description"},"api-reference/enums/payment-mandate-order-by-field-input":{"id":"api-reference/enums/payment-mandate-order-by-field-input","title":"PaymentMandateOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing payment mandate results"},"api-reference/enums/payment-mandate-scheme":{"id":"api-reference/enums/payment-mandate-scheme","title":"PaymentMandateScheme","description":"No description"},"api-reference/enums/payment-mandate-sequence":{"id":"api-reference/enums/payment-mandate-sequence","title":"PaymentMandateSequence","description":"Payment Mandate Sequence"},"api-reference/enums/payment-mandate-status":{"id":"api-reference/enums/payment-mandate-status","title":"PaymentMandateStatus","description":"Payment Mandate status"},"api-reference/enums/payment-order-by-field-input":{"id":"api-reference/enums/payment-order-by-field-input","title":"PaymentOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing payment"},"api-reference/enums/payment-product":{"id":"api-reference/enums/payment-product","title":"PaymentProduct","description":"Payment product"},"api-reference/enums/payment-status":{"id":"api-reference/enums/payment-status","title":"PaymentStatus","description":"Payment status"},"api-reference/enums/pending-digital-card-status":{"id":"api-reference/enums/pending-digital-card-status","title":"PendingDigitalCardStatus","description":"Pending Digital Card Status"},"api-reference/enums/physical-card-status":{"id":"api-reference/enums/physical-card-status","title":"PhysicalCardStatus","description":"Physical Card Status"},"api-reference/enums/preferred-notification-channel":{"id":"api-reference/enums/preferred-notification-channel","title":"PreferredNotificationChannel","description":"No description"},"api-reference/enums/product-type":{"id":"api-reference/enums/product-type","title":"ProductType","description":"Type of product sold. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities"},"api-reference/enums/project-card-settings-background-type":{"id":"api-reference/enums/project-card-settings-background-type","title":"ProjectCardSettingsBackgroundType","description":"Project Card Settings Background Type"},"api-reference/enums/project-card-status":{"id":"api-reference/enums/project-card-status","title":"ProjectCardStatus","description":"Card Status"},"api-reference/enums/project-status":{"id":"api-reference/enums/project-status","title":"ProjectStatus","description":"No description"},"api-reference/enums/project-type":{"id":"api-reference/enums/project-type","title":"ProjectType","description":"No description"},"api-reference/enums/received-direct-debit-mandate-scheme":{"id":"api-reference/enums/received-direct-debit-mandate-scheme","title":"ReceivedDirectDebitMandateScheme","description":"Received Direct Debit Mandate Scheme"},"api-reference/enums/received-direct-debit-mandate-status":{"id":"api-reference/enums/received-direct-debit-mandate-status","title":"ReceivedDirectDebitMandateStatus","description":"Received Direct Debit Mandate Statuses"},"api-reference/enums/refund-rejection-code":{"id":"api-reference/enums/refund-rejection-code","title":"RefundRejectionCode","description":"Reason code that explains why we can\'t refund the transactions"},"api-reference/enums/rejected-funding-source-reason":{"id":"api-reference/enums/rejected-funding-source-reason","title":"RejectedFundingSourceReason","description":"Funding Source Rejected Reason"},"api-reference/enums/rejected-reason-code":{"id":"api-reference/enums/rejected-reason-code","title":"RejectedReasonCode","description":"The following reason code for a rejected transaction are defined:"},"api-reference/enums/rejected-verification-reason":{"id":"api-reference/enums/rejected-verification-reason","title":"RejectedVerificationReason","description":"Rejected Verification Reason"},"api-reference/enums/released-reason":{"id":"api-reference/enums/released-reason","title":"ReleasedReason","description":"No description"},"api-reference/enums/request-merchant-profile-update-status":{"id":"api-reference/enums/request-merchant-profile-update-status","title":"RequestMerchantProfileUpdateStatus","description":"Request Merchant Profile Update Statuses"},"api-reference/enums/sepadirect-debit-scheme":{"id":"api-reference/enums/sepadirect-debit-scheme","title":"SEPADirectDebitScheme","description":"Scheme that will be used to create the underlying payment mandate for this funding source"},"api-reference/enums/sepapayment-mandate-scheme":{"id":"api-reference/enums/sepapayment-mandate-scheme","title":"SEPAPaymentMandateScheme","description":"No description"},"api-reference/enums/sepapayment-mandate-sequence":{"id":"api-reference/enums/sepapayment-mandate-sequence","title":"SEPAPaymentMandateSequence","description":"SEPA Direct Debit Payment Mandate Sequence"},"api-reference/enums/separeceived-direct-debit-mandate-scheme":{"id":"api-reference/enums/separeceived-direct-debit-mandate-scheme","title":"SEPAReceivedDirectDebitMandateScheme","description":"Received SEPA direct debit mandate scheme"},"api-reference/enums/separeceived-direct-debit-mandate-sequence":{"id":"api-reference/enums/separeceived-direct-debit-mandate-sequence","title":"SEPAReceivedDirectDebitMandateSequence","description":"SEPA received direct debit mandate sequence"},"api-reference/enums/shareholder-status":{"id":"api-reference/enums/shareholder-status","title":"ShareholderStatus","description":"Status of the shareholder during the process with Swan."},"api-reference/enums/shareholder-type":{"id":"api-reference/enums/shareholder-type","title":"ShareholderType","description":"Shareholder type to identify individuals and companies."},"api-reference/enums/signature-status":{"id":"api-reference/enums/signature-status","title":"SignatureStatus","description":"No description"},"api-reference/enums/simulation-card-type":{"id":"api-reference/enums/simulation-card-type","title":"SimulationCardType","description":"No description"},"api-reference/enums/spending-limit-period":{"id":"api-reference/enums/spending-limit-period","title":"SpendingLimitPeriod","description":"Available period to compute spending limits"},"api-reference/enums/spending-limit-period-input":{"id":"api-reference/enums/spending-limit-period-input","title":"SpendingLimitPeriodInput","description":"Available period to compute spending limits"},"api-reference/enums/spending-limit-type":{"id":"api-reference/enums/spending-limit-type","title":"SpendingLimitType","description":"Available type of spending limits"},"api-reference/enums/standing-order-period":{"id":"api-reference/enums/standing-order-period","title":"StandingOrderPeriod","description":"No description"},"api-reference/enums/standing-order-status":{"id":"api-reference/enums/standing-order-status","title":"StandingOrderStatus","description":"No description"},"api-reference/enums/statement-period":{"id":"api-reference/enums/statement-period","title":"StatementPeriod","description":"The different periods of statement"},"api-reference/enums/statement-status":{"id":"api-reference/enums/statement-status","title":"StatementStatus","description":"The different statuses of statement"},"api-reference/enums/statement-type":{"id":"api-reference/enums/statement-type","title":"StatementType","description":"The different type of statement actually available"},"api-reference/enums/supporting-document-collect-mode":{"id":"api-reference/enums/supporting-document-collect-mode","title":"SupportingDocumentCollectMode","description":"No description"},"api-reference/enums/supporting-document-collection-status":{"id":"api-reference/enums/supporting-document-collection-status","title":"SupportingDocumentCollectionStatus","description":"Verification status of a supporting document collection"},"api-reference/enums/supporting-document-communication-language-settings":{"id":"api-reference/enums/supporting-document-communication-language-settings","title":"SupportingDocumentCommunicationLanguageSettings","description":"No description"},"api-reference/enums/supporting-document-purpose-enum":{"id":"api-reference/enums/supporting-document-purpose-enum","title":"SupportingDocumentPurposeEnum","description":"Supporting document purpose"},"api-reference/enums/supporting-document-status":{"id":"api-reference/enums/supporting-document-status","title":"SupportingDocumentStatus","description":"Verification status of a document"},"api-reference/enums/supporting-document-type":{"id":"api-reference/enums/supporting-document-type","title":"SupportingDocumentType","description":"Specific type for document"},"api-reference/enums/suspend-account-reason-type":{"id":"api-reference/enums/suspend-account-reason-type","title":"SuspendAccountReasonType","description":"Specific type for suspend account action"},"api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason":{"id":"api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason","title":"SuspendReceivedDirectDebitMandatedRejectionReason","description":"Enum of reasons of rejection for suspendReceivedDirectDebitMandate mutation"},"api-reference/enums/swan-identification-status":{"id":"api-reference/enums/swan-identification-status","title":"SwanIdentificationStatus","description":"Status values of an identification"},"api-reference/enums/title-enum":{"id":"api-reference/enums/title-enum","title":"TitleEnum","description":"Individual ultimate beneficial owner title (Mr/Ms)"},"api-reference/enums/transaction-reason-code":{"id":"api-reference/enums/transaction-reason-code","title":"TransactionReasonCode","description":"The following reason codes for a r-transaction are defined:"},"api-reference/enums/transaction-side":{"id":"api-reference/enums/transaction-side","title":"TransactionSide","description":"Transaction side"},"api-reference/enums/transaction-status":{"id":"api-reference/enums/transaction-status","title":"TransactionStatus","description":"Transaction status"},"api-reference/enums/transaction-type-enum":{"id":"api-reference/enums/transaction-type-enum","title":"TransactionTypeEnum","description":"Transaction Type"},"api-reference/enums/transactions-order-by-field":{"id":"api-reference/enums/transactions-order-by-field","title":"TransactionsOrderByField","description":"No description"},"api-reference/enums/type-of-representation":{"id":"api-reference/enums/type-of-representation","title":"TypeOfRepresentation","description":"Quality of the account holder doing the onboarding"},"api-reference/enums/ultimate-beneficial-owner-type":{"id":"api-reference/enums/ultimate-beneficial-owner-type","title":"UltimateBeneficialOwnerType","description":"Ultimate Beneficial Owner type."},"api-reference/enums/user-order-by-field-input":{"id":"api-reference/enums/user-order-by-field-input","title":"UserOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing users"},"api-reference/enums/validation-field-error-code":{"id":"api-reference/enums/validation-field-error-code","title":"ValidationFieldErrorCode","description":"No description"},"api-reference/enums/verification-flow":{"id":"api-reference/enums/verification-flow","title":"VerificationFlow","description":"Verification Flow."},"api-reference/enums/verification-status":{"id":"api-reference/enums/verification-status","title":"VerificationStatus","description":"Verification status of an account holder"},"api-reference/enums/wallet-provider-type":{"id":"api-reference/enums/wallet-provider-type","title":"WalletProviderType","description":"Wallet Provider"},"api-reference/inputs/account-filter-input":{"id":"api-reference/inputs/account-filter-input","title":"AccountFilterInput","description":"No description"},"api-reference/inputs/account-holder-filter-input":{"id":"api-reference/inputs/account-holder-filter-input","title":"AccountHolderFilterInput","description":"No description"},"api-reference/inputs/account-holder-order-by-input":{"id":"api-reference/inputs/account-holder-order-by-input","title":"AccountHolderOrderByInput","description":"Order that can be applied when listing account holders"},"api-reference/inputs/account-membership-order-by-input":{"id":"api-reference/inputs/account-membership-order-by-input","title":"AccountMembershipOrderByInput","description":"Order that can be applied when listing account memberships"},"api-reference/inputs/account-memberships-filter-input":{"id":"api-reference/inputs/account-memberships-filter-input","title":"AccountMembershipsFilterInput","description":"Filters that can be applied when listing accounts (Only applied in user context)"},"api-reference/inputs/account-order-by-input":{"id":"api-reference/inputs/account-order-by-input","title":"AccountOrderByInput","description":"Order that can be applied when listing accounts"},"api-reference/inputs/account-received-direct-debit-mandate-filters-input":{"id":"api-reference/inputs/account-received-direct-debit-mandate-filters-input","title":"AccountReceivedDirectDebitMandateFiltersInput","description":"Filter that can be passed to get the received direct debit mandate in a specific data range"},"api-reference/inputs/account-received-direct-debit-order-by-input":{"id":"api-reference/inputs/account-received-direct-debit-order-by-input","title":"AccountReceivedDirectDebitOrderByInput","description":"Order that can be applied when listing receives direct debit mandate results"},"api-reference/inputs/account-standing-order-filters-input":{"id":"api-reference/inputs/account-standing-order-filters-input","title":"AccountStandingOrderFiltersInput","description":"Filters that can be applied when listing Standing orders"},"api-reference/inputs/account-standing-order-order-by-input":{"id":"api-reference/inputs/account-standing-order-order-by-input","title":"AccountStandingOrderOrderByInput","description":"Order that can be applied when listing standing order results"},"api-reference/inputs/activate-physical-card-input":{"id":"api-reference/inputs/activate-physical-card-input","title":"ActivatePhysicalCardInput","description":"No description"},"api-reference/inputs/add-account-membership-input":{"id":"api-reference/inputs/add-account-membership-input","title":"AddAccountMembershipInput","description":"Inputs to add a new account membership"},"api-reference/inputs/add-account-memberships-input":{"id":"api-reference/inputs/add-account-memberships-input","title":"AddAccountMembershipsInput","description":"Inputs to add a new account membership"},"api-reference/inputs/add-card-input":{"id":"api-reference/inputs/add-card-input","title":"AddCardInput","description":"Inputs to add a new card"},"api-reference/inputs/add-cards-input":{"id":"api-reference/inputs/add-cards-input","title":"AddCardsInput","description":"Input to add a new cards"},"api-reference/inputs/add-cards-with-group-delivery-input":{"id":"api-reference/inputs/add-cards-with-group-delivery-input","title":"AddCardsWithGroupDeliveryInput","description":"Input to add a new cards"},"api-reference/inputs/add-digital-card-input":{"id":"api-reference/inputs/add-digital-card-input","title":"AddDigitalCardInput","description":"Inputs to add a new digital card"},"api-reference/inputs/add-direct-debit-funding-source-input":{"id":"api-reference/inputs/add-direct-debit-funding-source-input","title":"AddDirectDebitFundingSourceInput","description":"Input to add a Direct Debit Funding Source"},"api-reference/inputs/add-external-account-balance-input":{"id":"api-reference/inputs/add-external-account-balance-input","title":"AddExternalAccountBalanceInput","description":"No description"},"api-reference/inputs/add-external-account-input":{"id":"api-reference/inputs/add-external-account-input","title":"AddExternalAccountInput","description":"No description"},"api-reference/inputs/add-funding-limit-settings-change-request-input":{"id":"api-reference/inputs/add-funding-limit-settings-change-request-input","title":"AddFundingLimitSettingsChangeRequestInput","description":"Inputs to add a new request for funding limit settings change"},"api-reference/inputs/add-internal-direct-debit-payment-mandate-input":{"id":"api-reference/inputs/add-internal-direct-debit-payment-mandate-input","title":"AddInternalDirectDebitPaymentMandateInput","description":"Inputs to add an Internal Direct Debit Payment Mandate"},"api-reference/inputs/add-merchant-profile-input":{"id":"api-reference/inputs/add-merchant-profile-input","title":"AddMerchantProfileInput","description":"Input to add a Merchant Profile"},"api-reference/inputs/add-or-update-external-account-balance-input":{"id":"api-reference/inputs/add-or-update-external-account-balance-input","title":"AddOrUpdateExternalAccountBalanceInput","description":"No description"},"api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input":{"id":"api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input","title":"AddReceivedInternalDirectDebitB2bMandateInput","description":"Inputs to add a received internal direct debit mandate B2b."},"api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input":{"id":"api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input","title":"AddReceivedSepaDirectDebitB2bMandateInput","description":"Inputs to add a received sepa direct debit mandate B2b."},"api-reference/inputs/add-sepa-direct-debit-payment-mandate-input":{"id":"api-reference/inputs/add-sepa-direct-debit-payment-mandate-input","title":"AddSepaDirectDebitPaymentMandateInput","description":"No description"},"api-reference/inputs/add-single-use-virtual-card-input":{"id":"api-reference/inputs/add-single-use-virtual-card-input","title":"AddSingleUseVirtualCardInput","description":"Inputs to add a new card"},"api-reference/inputs/add-single-use-virtual-cards-input":{"id":"api-reference/inputs/add-single-use-virtual-cards-input","title":"AddSingleUseVirtualCardsInput","description":"Input to add a new single-use virtual cards"},"api-reference/inputs/add-virtual-iban-input":{"id":"api-reference/inputs/add-virtual-iban-input","title":"AddVirtualIbanInput","description":"Input to Add a Virtual IBAN"},"api-reference/inputs/address-information-input":{"id":"api-reference/inputs/address-information-input","title":"AddressInformationInput","description":"Address"},"api-reference/inputs/address-input":{"id":"api-reference/inputs/address-input","title":"AddressInput","description":"Address Information"},"api-reference/inputs/allow-sdd-input":{"id":"api-reference/inputs/allow-sdd-input","title":"AllowSddInput","description":"Input to Allow SDD"},"api-reference/inputs/allow-sdd-virtual-iban-entry-input":{"id":"api-reference/inputs/allow-sdd-virtual-iban-entry-input","title":"AllowSddVirtualIbanEntryInput","description":"No description"},"api-reference/inputs/amount-input":{"id":"api-reference/inputs/amount-input","title":"AmountInput","description":"Amount with its currency"},"api-reference/inputs/bind-account-membership-input":{"id":"api-reference/inputs/bind-account-membership-input","title":"BindAccountMembershipInput","description":"No description"},"api-reference/inputs/cancel-card-input":{"id":"api-reference/inputs/cancel-card-input","title":"CancelCardInput","description":"Inputs to cancel a card"},"api-reference/inputs/cancel-consent-input":{"id":"api-reference/inputs/cancel-consent-input","title":"CancelConsentInput","description":"Input of the cancelConsent mutation"},"api-reference/inputs/cancel-digital-card-input":{"id":"api-reference/inputs/cancel-digital-card-input","title":"CancelDigitalCardInput","description":"Inputs to cancel a digital card"},"api-reference/inputs/cancel-funding-source-input":{"id":"api-reference/inputs/cancel-funding-source-input","title":"CancelFundingSourceInput","description":"Cancel Funding Source Input"},"api-reference/inputs/cancel-physical-card-input":{"id":"api-reference/inputs/cancel-physical-card-input","title":"CancelPhysicalCardInput","description":"Inputs to cancel a physical card"},"api-reference/inputs/cancel-standing-order-input":{"id":"api-reference/inputs/cancel-standing-order-input","title":"CancelStandingOrderInput","description":"No description"},"api-reference/inputs/cancel-transaction-input":{"id":"api-reference/inputs/cancel-transaction-input","title":"CancelTransactionInput","description":"Cancel transaction"},"api-reference/inputs/cancel-virtual-iban-entry-input":{"id":"api-reference/inputs/cancel-virtual-iban-entry-input","title":"CancelVirtualIbanEntryInput","description":"No description"},"api-reference/inputs/capital-deposit-case-filters-input":{"id":"api-reference/inputs/capital-deposit-case-filters-input","title":"CapitalDepositCaseFiltersInput","description":"Filters that can be applied when listing capital deposit cases"},"api-reference/inputs/capital-deposit-case-order-by-input":{"id":"api-reference/inputs/capital-deposit-case-order-by-input","title":"CapitalDepositCaseOrderByInput","description":"Order that can be applied when listing capital deposit cases"},"api-reference/inputs/card-config-input":{"id":"api-reference/inputs/card-config-input","title":"CardConfigInput","description":"No description"},"api-reference/inputs/card-config-with-group-delivery-input":{"id":"api-reference/inputs/card-config-with-group-delivery-input","title":"CardConfigWithGroupDeliveryInput","description":"No description"},"api-reference/inputs/card-filters-input":{"id":"api-reference/inputs/card-filters-input","title":"CardFiltersInput","description":"Filters that can be applied when listing cards"},"api-reference/inputs/card-order-by-input":{"id":"api-reference/inputs/card-order-by-input","title":"CardOrderByInput","description":"Order that can be applied when listing cards"},"api-reference/inputs/certificate":{"id":"api-reference/inputs/certificate","title":"Certificate","description":"Certificate"},"api-reference/inputs/check-payment-collection-input":{"id":"api-reference/inputs/check-payment-collection-input","title":"CheckPaymentCollectionInput","description":"No description"},"api-reference/inputs/check-payment-method-input":{"id":"api-reference/inputs/check-payment-method-input","title":"CheckPaymentMethodInput","description":"No description"},"api-reference/inputs/close-account-input":{"id":"api-reference/inputs/close-account-input","title":"CloseAccountInput","description":"No description"},"api-reference/inputs/complete-address-input":{"id":"api-reference/inputs/complete-address-input","title":"CompleteAddressInput","description":"Complete Address Information"},"api-reference/inputs/complete-address-with-contact-input":{"id":"api-reference/inputs/complete-address-with-contact-input","title":"CompleteAddressWithContactInput","description":"Complete Address Information with a contact"},"api-reference/inputs/consent-id-with-order":{"id":"api-reference/inputs/consent-id-with-order","title":"ConsentIdWithOrder","description":"Consent ID with related execution order"},"api-reference/inputs/consents-filters-input":{"id":"api-reference/inputs/consents-filters-input","title":"ConsentsFiltersInput","description":"No description"},"api-reference/inputs/create-capital-deposit-case-input":{"id":"api-reference/inputs/create-capital-deposit-case-input","title":"CreateCapitalDepositCaseInput","description":"Inputs to create a capital deposit case."},"api-reference/inputs/create-multi-consent-input":{"id":"api-reference/inputs/create-multi-consent-input","title":"CreateMultiConsentInput","description":"Input of the createMultiConsent mutation"},"api-reference/inputs/credit-transfer-input":{"id":"api-reference/inputs/credit-transfer-input","title":"CreditTransferInput","description":"Credit transfer"},"api-reference/inputs/delete-supporting-document-input":{"id":"api-reference/inputs/delete-supporting-document-input","title":"DeleteSupportingDocumentInput","description":"No description"},"api-reference/inputs/deny-sdd-input":{"id":"api-reference/inputs/deny-sdd-input","title":"DenySddInput","description":"No description"},"api-reference/inputs/deny-sdd-virtual-iban-entry-input":{"id":"api-reference/inputs/deny-sdd-virtual-iban-entry-input","title":"DenySddVirtualIbanEntryInput","description":"No description"},"api-reference/inputs/digital-card-filters-input":{"id":"api-reference/inputs/digital-card-filters-input","title":"DigitalCardFiltersInput","description":"Filters that can be applied when listing digitalCards"},"api-reference/inputs/digital-card-order-by-input":{"id":"api-reference/inputs/digital-card-order-by-input","title":"DigitalCardOrderByInput","description":"Order that can be applied when listing digital cards"},"api-reference/inputs/disable-account-membership-input":{"id":"api-reference/inputs/disable-account-membership-input","title":"DisableAccountMembershipInput","description":"Input to disable an account membership"},"api-reference/inputs/enable-received-direct-debit-mandate-input":{"id":"api-reference/inputs/enable-received-direct-debit-mandate-input","title":"EnableReceivedDirectDebitMandateInput","description":"Inputs to enable a received direct debit mandate, i.e. to move its status back from suspended."},"api-reference/inputs/external-account-balance-input":{"id":"api-reference/inputs/external-account-balance-input","title":"ExternalAccountBalanceInput","description":"No description"},"api-reference/inputs/finalize-onboarding-input":{"id":"api-reference/inputs/finalize-onboarding-input","title":"FinalizeOnboardingInput","description":"No description"},"api-reference/inputs/funding-limit-amount-input":{"id":"api-reference/inputs/funding-limit-amount-input","title":"FundingLimitAmountInput","description":"Funding Limit Amount Input"},"api-reference/inputs/funding-limit-settings-change-request-filters-input":{"id":"api-reference/inputs/funding-limit-settings-change-request-filters-input","title":"FundingLimitSettingsChangeRequestFiltersInput","description":"Filters that can be applied when listing funding limit settings change requests"},"api-reference/inputs/funding-limit-settings-change-request-order-by-input":{"id":"api-reference/inputs/funding-limit-settings-change-request-order-by-input","title":"FundingLimitSettingsChangeRequestOrderByInput","description":"Order that can be applied when listing funding limit settings change requests"},"api-reference/inputs/funding-source-filters-input":{"id":"api-reference/inputs/funding-source-filters-input","title":"FundingSourceFiltersInput","description":"Filters that can be applied when listing Funding Sources"},"api-reference/inputs/funding-source-order-by-input":{"id":"api-reference/inputs/funding-source-order-by-input","title":"FundingSourceOrderByInput","description":"Order that can be applied when listing funding source results"},"api-reference/inputs/generate-account-statement-input":{"id":"api-reference/inputs/generate-account-statement-input","title":"GenerateAccountStatementInput","description":"Inputs to generate an account"},"api-reference/inputs/generate-capital-deposit-document-upload-url-input":{"id":"api-reference/inputs/generate-capital-deposit-document-upload-url-input","title":"GenerateCapitalDepositDocumentUploadUrlInput","description":"No description"},"api-reference/inputs/generate-supporting-document-upload-url-input":{"id":"api-reference/inputs/generate-supporting-document-upload-url-input","title":"GenerateSupportingDocumentUploadUrlInput","description":"No description"},"api-reference/inputs/grant-consent-with-server-signature-input":{"id":"api-reference/inputs/grant-consent-with-server-signature-input","title":"GrantConsentWithServerSignatureInput","description":"Input of the grantConsentWithServerSignature mutation"},"api-reference/inputs/iban-validation-input":{"id":"api-reference/inputs/iban-validation-input","title":"IbanValidationInput","description":"ibanValidation input"},"api-reference/inputs/identification-filters-input":{"id":"api-reference/inputs/identification-filters-input","title":"IdentificationFiltersInput","description":"Filter that can be passed to get the identifications in specific data ranges"},"api-reference/inputs/identifications-order-by-input":{"id":"api-reference/inputs/identifications-order-by-input","title":"IdentificationsOrderByInput","description":"Order that can be applied when listing identifications"},"api-reference/inputs/individual-ultimate-beneficial-owner-input":{"id":"api-reference/inputs/individual-ultimate-beneficial-owner-input","title":"IndividualUltimateBeneficialOwnerInput","description":"No description"},"api-reference/inputs/initiate-credit-transfers-input":{"id":"api-reference/inputs/initiate-credit-transfers-input","title":"InitiateCreditTransfersInput","description":"Initiate credit transfers"},"api-reference/inputs/initiate-funding-request-input":{"id":"api-reference/inputs/initiate-funding-request-input","title":"InitiateFundingRequestInput","description":"Input to initiate a funding request"},"api-reference/inputs/initiate-international-credit-transfer-input":{"id":"api-reference/inputs/initiate-international-credit-transfer-input","title":"InitiateInternationalCreditTransferInput","description":"COMING SOON"},"api-reference/inputs/initiate-merchant-payment-collection-input":{"id":"api-reference/inputs/initiate-merchant-payment-collection-input","title":"InitiateMerchantPaymentCollectionInput","description":"No description"},"api-reference/inputs/internal-direct-debit-b2-bpayment-method-input":{"id":"api-reference/inputs/internal-direct-debit-b2-bpayment-method-input","title":"InternalDirectDebitB2BPaymentMethodInput","description":"No description"},"api-reference/inputs/internal-direct-debit-payment-collection-input":{"id":"api-reference/inputs/internal-direct-debit-payment-collection-input","title":"InternalDirectDebitPaymentCollectionInput","description":"No description"},"api-reference/inputs/internal-direct-debit-standard-payment-method-input":{"id":"api-reference/inputs/internal-direct-debit-standard-payment-method-input","title":"InternalDirectDebitStandardPaymentMethodInput","description":"No description"},"api-reference/inputs/international-address-input":{"id":"api-reference/inputs/international-address-input","title":"InternationalAddressInput","description":"Address of an international beneficiary"},"api-reference/inputs/international-beneficiary-details-input":{"id":"api-reference/inputs/international-beneficiary-details-input","title":"InternationalBeneficiaryDetailsInput","description":"International Beneficiary Details"},"api-reference/inputs/international-beneficiary-input":{"id":"api-reference/inputs/international-beneficiary-input","title":"InternationalBeneficiaryInput","description":"COMING SOON"},"api-reference/inputs/international-credit-transfer-details-input":{"id":"api-reference/inputs/international-credit-transfer-details-input","title":"InternationalCreditTransferDetailsInput","description":"COMING SOON"},"api-reference/inputs/legal-documents-filter-input":{"id":"api-reference/inputs/legal-documents-filter-input","title":"LegalDocumentsFilterInput","description":"No description"},"api-reference/inputs/membership-info-input":{"id":"api-reference/inputs/membership-info-input","title":"MembershipInfoInput","description":"No description"},"api-reference/inputs/memberships-filter-input":{"id":"api-reference/inputs/memberships-filter-input","title":"MembershipsFilterInput","description":"Filters that can be applied when listing accounts (Only applied in user context)"},"api-reference/inputs/merchant-profile-filters-input":{"id":"api-reference/inputs/merchant-profile-filters-input","title":"MerchantProfileFiltersInput","description":"Filters that can be applied when listing Funding Sources"},"api-reference/inputs/merchant-profile-order-by-input":{"id":"api-reference/inputs/merchant-profile-order-by-input","title":"MerchantProfileOrderByInput","description":"No description"},"api-reference/inputs/oauth-redirect-parameters-input":{"id":"api-reference/inputs/oauth-redirect-parameters-input","title":"OAuthRedirectParametersInput","description":"No description"},"api-reference/inputs/onboard-company-account-holder-input":{"id":"api-reference/inputs/onboard-company-account-holder-input","title":"OnboardCompanyAccountHolderInput","description":"Inputs to onboard a new company account holder"},"api-reference/inputs/onboard-company-shareholder-input":{"id":"api-reference/inputs/onboard-company-shareholder-input","title":"OnboardCompanyShareholderInput","description":"Information on the shareholder."},"api-reference/inputs/onboard-individual-account-holder-input":{"id":"api-reference/inputs/onboard-individual-account-holder-input","title":"OnboardIndividualAccountHolderInput","description":"Inputs to onboard a new individual account holder"},"api-reference/inputs/onboard-individual-shareholder-input":{"id":"api-reference/inputs/onboard-individual-shareholder-input","title":"OnboardIndividualShareholderInput","description":"Information on the shareholder."},"api-reference/inputs/onboarding-filters-input":{"id":"api-reference/inputs/onboarding-filters-input","title":"OnboardingFiltersInput","description":"Filters that can be applied when listing onboardings"},"api-reference/inputs/onboarding-order-by-input":{"id":"api-reference/inputs/onboarding-order-by-input","title":"OnboardingOrderByInput","description":"Order that can be applied when listing onboardings"},"api-reference/inputs/partner-close-account-reason-input":{"id":"api-reference/inputs/partner-close-account-reason-input","title":"PartnerCloseAccountReasonInput","description":"Input version"},"api-reference/inputs/payment-filters-input":{"id":"api-reference/inputs/payment-filters-input","title":"PaymentFiltersInput","description":"Filters that can be applied when listing payments"},"api-reference/inputs/payment-mandate-filters-input":{"id":"api-reference/inputs/payment-mandate-filters-input","title":"PaymentMandateFiltersInput","description":"Filter that can be passed to get the payment mandate in a specific data range"},"api-reference/inputs/payment-mandate-order-by-input":{"id":"api-reference/inputs/payment-mandate-order-by-input","title":"PaymentMandateOrderByInput","description":"Order that can be applied when listing payment mandate results"},"api-reference/inputs/payment-order-by-input":{"id":"api-reference/inputs/payment-order-by-input","title":"PaymentOrderByInput","description":"Order that can be applied when listing payments"},"api-reference/inputs/physical-card-config-input":{"id":"api-reference/inputs/physical-card-config-input","title":"PhysicalCardConfigInput","description":"No description"},"api-reference/inputs/physical-card-custom-options-for-group-delivery-input":{"id":"api-reference/inputs/physical-card-custom-options-for-group-delivery-input","title":"PhysicalCardCustomOptionsForGroupDeliveryInput","description":"No description"},"api-reference/inputs/physical-card-custom-options-for-print-input":{"id":"api-reference/inputs/physical-card-custom-options-for-print-input","title":"PhysicalCardCustomOptionsForPrintInput","description":"No description"},"api-reference/inputs/physical-card-custom-options-input":{"id":"api-reference/inputs/physical-card-custom-options-input","title":"PhysicalCardCustomOptionsInput","description":"No description"},"api-reference/inputs/print-physical-card-input":{"id":"api-reference/inputs/print-physical-card-input","title":"PrintPhysicalCardInput","description":"Inputs to print a physical card"},"api-reference/inputs/reason-input":{"id":"api-reference/inputs/reason-input","title":"ReasonInput","description":"Input version"},"api-reference/inputs/refund-input":{"id":"api-reference/inputs/refund-input","title":"RefundInput","description":"Input to select the beneficiary and the originator to perform a refund"},"api-reference/inputs/refund-transaction":{"id":"api-reference/inputs/refund-transaction","title":"RefundTransaction","description":"Information about the transaction to refund"},"api-reference/inputs/request-merchant-payment-methods-input":{"id":"api-reference/inputs/request-merchant-payment-methods-input","title":"RequestMerchantPaymentMethodsInput","description":"No description"},"api-reference/inputs/request-merchant-profile-update-input":{"id":"api-reference/inputs/request-merchant-profile-update-input","title":"RequestMerchantProfileUpdateInput","description":"Input to update a Merchant Profile"},"api-reference/inputs/request-supporting-document-collection-review-input":{"id":"api-reference/inputs/request-supporting-document-collection-review-input","title":"RequestSupportingDocumentCollectionReviewInput","description":"No description"},"api-reference/inputs/residency-address-input":{"id":"api-reference/inputs/residency-address-input","title":"ResidencyAddressInput","description":"No description"},"api-reference/inputs/restricted-to-input":{"id":"api-reference/inputs/restricted-to-input","title":"RestrictedToInput","description":"Input when the account membership is restricted to a verified user"},"api-reference/inputs/resume-account-membership-input":{"id":"api-reference/inputs/resume-account-membership-input","title":"ResumeAccountMembershipInput","description":"No description"},"api-reference/inputs/resume-physical-card-input":{"id":"api-reference/inputs/resume-physical-card-input","title":"ResumePhysicalCardInput","description":"Inputs to resume a physical card"},"api-reference/inputs/schedule-standing-order-input":{"id":"api-reference/inputs/schedule-standing-order-input","title":"ScheduleStandingOrderInput","description":"No description"},"api-reference/inputs/sepa-beneficiary-input":{"id":"api-reference/inputs/sepa-beneficiary-input","title":"SepaBeneficiaryInput","description":"Sepa beneficiary account"},"api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input":{"id":"api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input","title":"SepaDirectDebitB2BPaymentMethodInput","description":"No description"},"api-reference/inputs/sepa-direct-debit-core-payment-method-input":{"id":"api-reference/inputs/sepa-direct-debit-core-payment-method-input","title":"SepaDirectDebitCorePaymentMethodInput","description":"No description"},"api-reference/inputs/sepa-direct-debit-payment-collection-input":{"id":"api-reference/inputs/sepa-direct-debit-payment-collection-input","title":"SepaDirectDebitPaymentCollectionInput","description":"No description"},"api-reference/inputs/sepa-payment-mandate-debtor-input":{"id":"api-reference/inputs/sepa-payment-mandate-debtor-input","title":"SepaPaymentMandateDebtorInput","description":"No description"},"api-reference/inputs/signature-data":{"id":"api-reference/inputs/signature-data","title":"SignatureData","description":"Signature data used during apple pay inApp provisioning"},"api-reference/inputs/single-use-virtual-card-config-input":{"id":"api-reference/inputs/single-use-virtual-card-config-input","title":"SingleUseVirtualCardConfigInput","description":"No description"},"api-reference/inputs/spending-limit-input":{"id":"api-reference/inputs/spending-limit-input","title":"SpendingLimitInput","description":"Inputs when editing spending limit configuration"},"api-reference/inputs/statement-filters-input":{"id":"api-reference/inputs/statement-filters-input","title":"StatementFiltersInput","description":"Filter that can be given to give the statement in a specific data range"},"api-reference/inputs/suspend-account-membership-input":{"id":"api-reference/inputs/suspend-account-membership-input","title":"SuspendAccountMembershipInput","description":"No description"},"api-reference/inputs/suspend-account-reason-input":{"id":"api-reference/inputs/suspend-account-reason-input","title":"SuspendAccountReasonInput","description":"Input version"},"api-reference/inputs/suspend-physical-card-input":{"id":"api-reference/inputs/suspend-physical-card-input","title":"SuspendPhysicalCardInput","description":"Inputs to suspend a physical card"},"api-reference/inputs/suspend-received-direct-debit-mandate-input":{"id":"api-reference/inputs/suspend-received-direct-debit-mandate-input","title":"SuspendReceivedDirectDebitMandateInput","description":"Inputs to suspend a received direct debit mandate"},"api-reference/inputs/swan-account-beneficiary-input":{"id":"api-reference/inputs/swan-account-beneficiary-input","title":"SwanAccountBeneficiaryInput","description":"Swan account beneficiary"},"api-reference/inputs/transactions-filters-input":{"id":"api-reference/inputs/transactions-filters-input","title":"TransactionsFiltersInput","description":"the criteria to filter transactions"},"api-reference/inputs/transactions-order-by-input":{"id":"api-reference/inputs/transactions-order-by-input","title":"TransactionsOrderByInput","description":"the criteria to sort transactions"},"api-reference/inputs/update-account-holder-input":{"id":"api-reference/inputs/update-account-holder-input","title":"UpdateAccountHolderInput","description":"No description"},"api-reference/inputs/update-account-input":{"id":"api-reference/inputs/update-account-input","title":"UpdateAccountInput","description":"Inputs to update an account"},"api-reference/inputs/update-account-membership-input":{"id":"api-reference/inputs/update-account-membership-input","title":"UpdateAccountMembershipInput","description":"Inputs to update an account membership"},"api-reference/inputs/update-card-input":{"id":"api-reference/inputs/update-card-input","title":"UpdateCardInput","description":"Input to Update Card"},"api-reference/inputs/update-company-onboarding-input":{"id":"api-reference/inputs/update-company-onboarding-input","title":"UpdateCompanyOnboardingInput","description":"No description"},"api-reference/inputs/update-individual-onboarding-input":{"id":"api-reference/inputs/update-individual-onboarding-input","title":"UpdateIndividualOnboardingInput","description":"No description"},"api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input":{"id":"api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input","title":"UpdateReceivedSepaDirectDebitB2bMandateInput","description":"Inputs to update a received sepa direct debit mandate B2b."},"api-reference/inputs/update-supporting-document-input":{"id":"api-reference/inputs/update-supporting-document-input","title":"UpdateSupportingDocumentInput","description":"No description"},"api-reference/inputs/update-user-consent-settings-input":{"id":"api-reference/inputs/update-user-consent-settings-input","title":"UpdateUserConsentSettingsInput","description":"No description"},"api-reference/inputs/updated-restricted-to-input":{"id":"api-reference/inputs/updated-restricted-to-input","title":"UpdatedRestrictedToInput","description":"Input when the account membership is restricted to a verified user"},"api-reference/inputs/user-filter-input":{"id":"api-reference/inputs/user-filter-input","title":"UserFilterInput","description":"No description"},"api-reference/inputs/user-order-by-input":{"id":"api-reference/inputs/user-order-by-input","title":"UserOrderByInput","description":"Order that can be applied when listing users"},"api-reference/inputs/view-card-numbers-input":{"id":"api-reference/inputs/view-card-numbers-input","title":"ViewCardNumbersInput","description":"No description"},"api-reference/inputs/view-physical-card-numbers-input":{"id":"api-reference/inputs/view-physical-card-numbers-input","title":"ViewPhysicalCardNumbersInput","description":"No description"},"api-reference/inputs/view-physical-card-pin-input":{"id":"api-reference/inputs/view-physical-card-pin-input","title":"ViewPhysicalCardPinInput","description":"No description"},"api-reference/interfaces/account-holder-info":{"id":"api-reference/interfaces/account-holder-info","title":"AccountHolderInfo","description":"Account holder types."},"api-reference/interfaces/account-holder-status-info":{"id":"api-reference/interfaces/account-holder-status-info","title":"AccountHolderStatusInfo","description":"Account Holder Status Information"},"api-reference/interfaces/account-membership-status-info":{"id":"api-reference/interfaces/account-membership-status-info","title":"AccountMembershipStatusInfo","description":"here are the different account membership status:"},"api-reference/interfaces/account-status-info":{"id":"api-reference/interfaces/account-status-info","title":"AccountStatusInfo","description":"No description"},"api-reference/interfaces/account-verification":{"id":"api-reference/interfaces/account-verification","title":"AccountVerification","description":"Account Verification"},"api-reference/interfaces/account-verification-status-info":{"id":"api-reference/interfaces/account-verification-status-info","title":"AccountVerificationStatusInfo","description":"Account Verification Status Information"},"api-reference/interfaces/beneficiary":{"id":"api-reference/interfaces/beneficiary","title":"Beneficiary","description":"SOON TO BE DEPRECATED"},"api-reference/interfaces/card-status-info":{"id":"api-reference/interfaces/card-status-info","title":"CardStatusInfo","description":"Card Status Information"},"api-reference/interfaces/complete-digital-card-status-info":{"id":"api-reference/interfaces/complete-digital-card-status-info","title":"CompleteDigitalCardStatusInfo","description":"Complete Digital Card Status Information"},"api-reference/interfaces/connection":{"id":"api-reference/interfaces/connection","title":"Connection","description":"Relay Connection type, used to paginate list of element (Learn More)"},"api-reference/interfaces/digital-card":{"id":"api-reference/interfaces/digital-card","title":"DigitalCard","description":"Digital Card used for ApplePay or GooglePay"},"api-reference/interfaces/document-file":{"id":"api-reference/interfaces/document-file","title":"DocumentFile","description":"Retrieved document extracted from the identity verification"},"api-reference/interfaces/edge":{"id":"api-reference/interfaces/edge","title":"Edge","description":"Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL"},"api-reference/interfaces/fee-creditor":{"id":"api-reference/interfaces/fee-creditor","title":"FeeCreditor","description":"Fee creditor"},"api-reference/interfaces/fee-debtor":{"id":"api-reference/interfaces/fee-debtor","title":"FeeDebtor","description":"No description"},"api-reference/interfaces/field":{"id":"api-reference/interfaces/field","title":"Field","description":"No description"},"api-reference/interfaces/funding-limit-settings-change-request-status-info":{"id":"api-reference/interfaces/funding-limit-settings-change-request-status-info","title":"FundingLimitSettingsChangeRequestStatusInfo","description":"Object containing details about funding limit settings change request status"},"api-reference/interfaces/funding-limit-settings-status-info":{"id":"api-reference/interfaces/funding-limit-settings-status-info","title":"FundingLimitSettingsStatusInfo","description":"Object containing details about funding limit settings status"},"api-reference/interfaces/funding-source":{"id":"api-reference/interfaces/funding-source","title":"FundingSource","description":"Funding Source"},"api-reference/interfaces/funding-source-status-info":{"id":"api-reference/interfaces/funding-source-status-info","title":"FundingSourceStatusInfo","description":"Funding Source status information"},"api-reference/interfaces/individual-ultimate-beneficial-owner-info":{"id":"api-reference/interfaces/individual-ultimate-beneficial-owner-info","title":"IndividualUltimateBeneficialOwnerInfo","description":"Define the type of the UBO"},"api-reference/interfaces/internal-credit-transfer-creditor":{"id":"api-reference/interfaces/internal-credit-transfer-creditor","title":"InternalCreditTransferCreditor","description":"Internal Credit Transfer creditor"},"api-reference/interfaces/internal-credit-transfer-debtor":{"id":"api-reference/interfaces/internal-credit-transfer-debtor","title":"InternalCreditTransferDebtor","description":"Internal Credit Transfer debtor"},"api-reference/interfaces/internal-direct-debit-mandate":{"id":"api-reference/interfaces/internal-direct-debit-mandate","title":"InternalDirectDebitMandate","description":"No description"},"api-reference/interfaces/legal-document-status-info":{"id":"api-reference/interfaces/legal-document-status-info","title":"LegalDocumentStatusInfo","description":"No description"},"api-reference/interfaces/merchant-payment-method":{"id":"api-reference/interfaces/merchant-payment-method","title":"MerchantPaymentMethod","description":"Base object for the different Payment Methods available"},"api-reference/interfaces/merchant-payment-method-status-info":{"id":"api-reference/interfaces/merchant-payment-method-status-info","title":"MerchantPaymentMethodStatusInfo","description":"The payment method status information"},"api-reference/interfaces/merchant-profile-status-info":{"id":"api-reference/interfaces/merchant-profile-status-info","title":"MerchantProfileStatusInfo","description":"Merchant Profile Status Information"},"api-reference/interfaces/onboarding-account-holder-info":{"id":"api-reference/interfaces/onboarding-account-holder-info","title":"OnboardingAccountHolderInfo","description":"The onboarding could be for an Individual or a company"},"api-reference/interfaces/onboarding-status-info":{"id":"api-reference/interfaces/onboarding-status-info","title":"OnboardingStatusInfo","description":"Object containing details about onboarding status (valid/invalid and why it is invalid/already finalized)"},"api-reference/interfaces/partnership-status-info":{"id":"api-reference/interfaces/partnership-status-info","title":"PartnershipStatusInfo","description":"Partnership Status information"},"api-reference/interfaces/payment-direct-debit-mandate":{"id":"api-reference/interfaces/payment-direct-debit-mandate","title":"PaymentDirectDebitMandate","description":"No description"},"api-reference/interfaces/payment-mandate":{"id":"api-reference/interfaces/payment-mandate","title":"PaymentMandate","description":"No description"},"api-reference/interfaces/payment-mandate-creditor":{"id":"api-reference/interfaces/payment-mandate-creditor","title":"PaymentMandateCreditor","description":"No description"},"api-reference/interfaces/payment-mandate-debtor":{"id":"api-reference/interfaces/payment-mandate-debtor","title":"PaymentMandateDebtor","description":"No description"},"api-reference/interfaces/payment-mandate-status-info":{"id":"api-reference/interfaces/payment-mandate-status-info","title":"PaymentMandateStatusInfo","description":"Payment Mandate status information"},"api-reference/interfaces/payment-status-info":{"id":"api-reference/interfaces/payment-status-info","title":"PaymentStatusInfo","description":"Payment Status Information"},"api-reference/interfaces/pending-digital-card-status-info":{"id":"api-reference/interfaces/pending-digital-card-status-info","title":"PendingDigitalCardStatusInfo","description":"Pending Digital Card Status Information"},"api-reference/interfaces/physical-card-status-info":{"id":"api-reference/interfaces/physical-card-status-info","title":"PhysicalCardStatusInfo","description":"Physical Card Status Information"},"api-reference/interfaces/reason":{"id":"api-reference/interfaces/reason","title":"Reason","description":"Define a reason with a message"},"api-reference/interfaces/received-direct-debit-mandate":{"id":"api-reference/interfaces/received-direct-debit-mandate","title":"ReceivedDirectDebitMandate","description":"Interface for Received Direct Debit Mandate"},"api-reference/interfaces/received-direct-debit-mandate-status-info":{"id":"api-reference/interfaces/received-direct-debit-mandate-status-info","title":"ReceivedDirectDebitMandateStatusInfo","description":"Received Direct Debit Mandate status information"},"api-reference/interfaces/rejection":{"id":"api-reference/interfaces/rejection","title":"Rejection","description":"No description"},"api-reference/interfaces/sepacredit-transfer-creditor":{"id":"api-reference/interfaces/sepacredit-transfer-creditor","title":"SEPACreditTransferCreditor","description":"Sepa Credit Transfer Creditor"},"api-reference/interfaces/sepacredit-transfer-debtor":{"id":"api-reference/interfaces/sepacredit-transfer-debtor","title":"SEPACreditTransferDebtor","description":"Sepa Credit Transfer Debtor"},"api-reference/interfaces/sepadirect-debit-creditor":{"id":"api-reference/interfaces/sepadirect-debit-creditor","title":"SEPADirectDebitCreditor","description":"Sepa Direct Debit Creditor"},"api-reference/interfaces/sepadirect-debit-debtor":{"id":"api-reference/interfaces/sepadirect-debit-debtor","title":"SEPADirectDebitDebtor","description":"Sepa Direct Debit Debtor"},"api-reference/interfaces/sepadirect-debit-mandate":{"id":"api-reference/interfaces/sepadirect-debit-mandate","title":"SEPADirectDebitMandate","description":"No description"},"api-reference/interfaces/standing-order-status-info":{"id":"api-reference/interfaces/standing-order-status-info","title":"StandingOrderStatusInfo","description":"No description"},"api-reference/interfaces/statement-info":{"id":"api-reference/interfaces/statement-info","title":"StatementInfo","description":"Custom information for a certain type of statement"},"api-reference/interfaces/supporting-document-collection-status-info":{"id":"api-reference/interfaces/supporting-document-collection-status-info","title":"SupportingDocumentCollectionStatusInfo","description":"No description"},"api-reference/interfaces/supporting-document-status-info":{"id":"api-reference/interfaces/supporting-document-status-info","title":"SupportingDocumentStatusInfo","description":"No description"},"api-reference/interfaces/transaction":{"id":"api-reference/interfaces/transaction","title":"Transaction","description":"Transaction"},"api-reference/interfaces/transaction-status-info":{"id":"api-reference/interfaces/transaction-status-info","title":"TransactionStatusInfo","description":"Transaction Status information"},"api-reference/interfaces/ultimate-beneficial-owner-info":{"id":"api-reference/interfaces/ultimate-beneficial-owner-info","title":"UltimateBeneficialOwnerInfo","description":"The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect"},"api-reference/mutations/activate-physical-card":{"id":"api-reference/mutations/activate-physical-card","title":"activatePhysicalCard","description":"Activate a Physical Card."},"api-reference/mutations/add-account-membership":{"id":"api-reference/mutations/add-account-membership","title":"addAccountMembership","description":"Add a new account membership to an account."},"api-reference/mutations/add-account-memberships":{"id":"api-reference/mutations/add-account-memberships","title":"addAccountMemberships","description":"Add multiple new account memberships to account"},"api-reference/mutations/add-card":{"id":"api-reference/mutations/add-card","title":"addCard","description":"Add a new card to an account membership."},"api-reference/mutations/add-cards":{"id":"api-reference/mutations/add-cards","title":"addCards","description":"Add several cards"},"api-reference/mutations/add-cards-with-group-delivery":{"id":"api-reference/mutations/add-cards-with-group-delivery","title":"addCardsWithGroupDelivery","description":"Add several cards with Group Delivery"},"api-reference/mutations/add-digital-card":{"id":"api-reference/mutations/add-digital-card","title":"addDigitalCard","description":"Add a Digital Card to push to ApplePay or GooglePay"},"api-reference/mutations/add-direct-debit-funding-source":{"id":"api-reference/mutations/add-direct-debit-funding-source","title":"addDirectDebitFundingSource","description":"Add a funding source to an account"},"api-reference/mutations/add-external-account":{"id":"api-reference/mutations/add-external-account","title":"addExternalAccount","description":"Add an external account to an account holder."},"api-reference/mutations/add-external-account-balance":{"id":"api-reference/mutations/add-external-account-balance","title":"addExternalAccountBalance","description":"Add an external balance to an external account."},"api-reference/mutations/add-funding-limit-settings-change-request":{"id":"api-reference/mutations/add-funding-limit-settings-change-request","title":"addFundingLimitSettingsChangeRequest","description":"Add a new request for funding limit settings change."},"api-reference/mutations/add-internal-direct-debit-payment-mandate":{"id":"api-reference/mutations/add-internal-direct-debit-payment-mandate","title":"addInternalDirectDebitPaymentMandate","description":"Allows to add an internal direct debit payment mandate."},"api-reference/mutations/add-merchant-profile":{"id":"api-reference/mutations/add-merchant-profile","title":"addMerchantProfile","description":"Add a merchant profile to a company account holder"},"api-reference/mutations/add-or-update-external-account-balance":{"id":"api-reference/mutations/add-or-update-external-account-balance","title":"addOrUpdateExternalAccountBalance","description":"Add an external balance to an external account."},"api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate":{"id":"api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate","title":"addReceivedInternalDirectDebitB2bMandate","description":"Allows to add a received internal direct debit mandate B2b."},"api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate":{"id":"api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate","title":"addReceivedSepaDirectDebitB2bMandate","description":"Allows to add a received sepa direct debit mandate B2b."},"api-reference/mutations/add-sepa-direct-debit-payment-mandate":{"id":"api-reference/mutations/add-sepa-direct-debit-payment-mandate","title":"addSepaDirectDebitPaymentMandate","description":"No description"},"api-reference/mutations/add-single-use-virtual-card":{"id":"api-reference/mutations/add-single-use-virtual-card","title":"addSingleUseVirtualCard","description":"Add a new Single Use Virtual Card to an account membership."},"api-reference/mutations/add-single-use-virtual-cards":{"id":"api-reference/mutations/add-single-use-virtual-cards","title":"addSingleUseVirtualCards","description":"Add several single-use virtual cards"},"api-reference/mutations/add-virtual-iban-entry":{"id":"api-reference/mutations/add-virtual-iban-entry","title":"addVirtualIbanEntry","description":"Add a new Virtual IBAN."},"api-reference/mutations/allow-sdd":{"id":"api-reference/mutations/allow-sdd","title":"allowSdd","description":"Allows to receive Sepa Direct Debit on an account."},"api-reference/mutations/allow-sdd-virtual-iban-entry":{"id":"api-reference/mutations/allow-sdd-virtual-iban-entry","title":"allowSddVirtualIbanEntry","description":"Allows to receive Sepa Direct Debit on a Virtual IBAN."},"api-reference/mutations/bind-account-membership":{"id":"api-reference/mutations/bind-account-membership","title":"bindAccountMembership","description":"Bind a user to an account membership"},"api-reference/mutations/cancel-card":{"id":"api-reference/mutations/cancel-card","title":"cancelCard","description":"Cancel a Card"},"api-reference/mutations/cancel-consent":{"id":"api-reference/mutations/cancel-consent","title":"cancelConsent","description":"Cancels a consent."},"api-reference/mutations/cancel-digital-card":{"id":"api-reference/mutations/cancel-digital-card","title":"cancelDigitalCard","description":"Cancel a Digital Card"},"api-reference/mutations/cancel-funding-source":{"id":"api-reference/mutations/cancel-funding-source","title":"cancelFundingSource","description":"Cancel a funding source"},"api-reference/mutations/cancel-physical-card":{"id":"api-reference/mutations/cancel-physical-card","title":"cancelPhysicalCard","description":"Cancel a physical card."},"api-reference/mutations/cancel-standing-order":{"id":"api-reference/mutations/cancel-standing-order","title":"cancelStandingOrder","description":"Cancel a standing Order"},"api-reference/mutations/cancel-transaction":{"id":"api-reference/mutations/cancel-transaction","title":"cancelTransaction","description":"Cancels an UPCOMING credit transfer"},"api-reference/mutations/cancel-virtual-iban-entry":{"id":"api-reference/mutations/cancel-virtual-iban-entry","title":"cancelVirtualIbanEntry","description":"Cancels a Virtual IBAN."},"api-reference/mutations/close-account":{"id":"api-reference/mutations/close-account","title":"closeAccount","description":"Closes an account."},"api-reference/mutations/create-capital-deposit-case":{"id":"api-reference/mutations/create-capital-deposit-case","title":"createCapitalDepositCase","description":"Create a capital deposit case."},"api-reference/mutations/create-multi-consent":{"id":"api-reference/mutations/create-multi-consent","title":"createMultiConsent","description":"Create a multi consent, which represents a consent of several other consents,"},"api-reference/mutations/delete-supporting-document":{"id":"api-reference/mutations/delete-supporting-document","title":"deleteSupportingDocument","description":"Delete a supporting document, in case uploaded file is not what was wanted. This action can not be undone."},"api-reference/mutations/deny-sdd":{"id":"api-reference/mutations/deny-sdd","title":"denySdd","description":"Allows to refuse all Sepa Direct Debit received on an account."},"api-reference/mutations/deny-sdd-virtual-iban-entry":{"id":"api-reference/mutations/deny-sdd-virtual-iban-entry","title":"denySddVirtualIbanEntry","description":"Allows to refuse all Sepa Direct Debit received on a Virtual IBAN."},"api-reference/mutations/disable-account-membership":{"id":"api-reference/mutations/disable-account-membership","title":"disableAccountMembership","description":"Disable an account membership"},"api-reference/mutations/enable-received-direct-debit-mandate":{"id":"api-reference/mutations/enable-received-direct-debit-mandate","title":"enableReceivedDirectDebitMandate","description":"Allows to enable a received mandate in the Suspended status."},"api-reference/mutations/finalize-onboarding":{"id":"api-reference/mutations/finalize-onboarding","title":"finalizeOnboarding","description":"Finalize an onboarding led to the opening of a new account for your client, who thus become the account holder."},"api-reference/mutations/generate-account-statement":{"id":"api-reference/mutations/generate-account-statement","title":"generateAccountStatement","description":"Generate an account statement"},"api-reference/mutations/generate-capital-deposit-document-upload-url":{"id":"api-reference/mutations/generate-capital-deposit-document-upload-url","title":"generateCapitalDepositDocumentUploadUrl","description":"Generate an url allowing the upload of a document which unique identifier is specified in parameters."},"api-reference/mutations/generate-supporting-document-upload-url":{"id":"api-reference/mutations/generate-supporting-document-upload-url","title":"generateSupportingDocumentUploadUrl","description":"Generate and return a presigned URL to upload a unique file for the supporting document collection"},"api-reference/mutations/grant-consent-with-server-signature":{"id":"api-reference/mutations/grant-consent-with-server-signature","title":"grantConsentWithServerSignature","description":"Grant consent with a server signature"},"api-reference/mutations/initiate-credit-transfers":{"id":"api-reference/mutations/initiate-credit-transfers","title":"initiateCreditTransfers","description":"Initiates a credit transfer to an other Swan account or to an IBAN"},"api-reference/mutations/initiate-funding-request":{"id":"api-reference/mutations/initiate-funding-request","title":"initiateFundingRequest","description":"Initiate a funding request."},"api-reference/mutations/initiate-international-credit-transfer":{"id":"api-reference/mutations/initiate-international-credit-transfer","title":"initiateInternationalCreditTransfer","description":"COMING SOON"},"api-reference/mutations/initiate-merchant-payment-collection":{"id":"api-reference/mutations/initiate-merchant-payment-collection","title":"initiateMerchantPaymentCollection","description":"No description"},"api-reference/mutations/onboard-company-account-holder":{"id":"api-reference/mutations/onboard-company-account-holder","title":"onboardCompanyAccountHolder","description":"Creates an onboarding for a new company account holder."},"api-reference/mutations/onboard-individual-account-holder":{"id":"api-reference/mutations/onboard-individual-account-holder","title":"onboardIndividualAccountHolder","description":"Creates an onboarding for a new individual account holder."},"api-reference/mutations/print-physical-card":{"id":"api-reference/mutations/print-physical-card","title":"printPhysicalCard","description":"Print Physical Card."},"api-reference/mutations/refund":{"id":"api-reference/mutations/refund","title":"refund","description":"initiates a refund for a list of booked transaction"},"api-reference/mutations/request-merchant-payment-methods":{"id":"api-reference/mutations/request-merchant-payment-methods","title":"requestMerchantPaymentMethods","description":"Request merchant payment methods for a merchant profile"},"api-reference/mutations/request-merchant-profile-update":{"id":"api-reference/mutations/request-merchant-profile-update","title":"requestMerchantProfileUpdate","description":"Request an update of a MerchantProfile"},"api-reference/mutations/request-supporting-document-collection-review":{"id":"api-reference/mutations/request-supporting-document-collection-review","title":"requestSupportingDocumentCollectionReview","description":"Ask for Swan\'s compliance team to review given supporting document collection."},"api-reference/mutations/resume-account-membership":{"id":"api-reference/mutations/resume-account-membership","title":"resumeAccountMembership","description":"Resumes an account membership already suspended."},"api-reference/mutations/resume-physical-card":{"id":"api-reference/mutations/resume-physical-card","title":"resumePhysicalCard","description":"Resume a Physical Card."},"api-reference/mutations/schedule-standing-order":{"id":"api-reference/mutations/schedule-standing-order","title":"scheduleStandingOrder","description":"Schedule a standing Order"},"api-reference/mutations/suspend-account-membership":{"id":"api-reference/mutations/suspend-account-membership","title":"suspendAccountMembership","description":"Suspends an account membership."},"api-reference/mutations/suspend-physical-card":{"id":"api-reference/mutations/suspend-physical-card","title":"suspendPhysicalCard","description":"Suspend a Physical Card."},"api-reference/mutations/suspend-received-direct-debit-mandate":{"id":"api-reference/mutations/suspend-received-direct-debit-mandate","title":"suspendReceivedDirectDebitMandate","description":"Allows to suspend a received direct debit mandate in the Enabled status."},"api-reference/mutations/update-account":{"id":"api-reference/mutations/update-account","title":"updateAccount","description":"Update an account."},"api-reference/mutations/update-account-holder":{"id":"api-reference/mutations/update-account-holder","title":"updateAccountHolder","description":"No description"},"api-reference/mutations/update-account-membership":{"id":"api-reference/mutations/update-account-membership","title":"updateAccountMembership","description":"Updates an account membership."},"api-reference/mutations/update-card":{"id":"api-reference/mutations/update-card","title":"updateCard","description":"Update a Card."},"api-reference/mutations/update-company-onboarding":{"id":"api-reference/mutations/update-company-onboarding","title":"updateCompanyOnboarding","description":"Updates a company onboarding."},"api-reference/mutations/update-individual-onboarding":{"id":"api-reference/mutations/update-individual-onboarding","title":"updateIndividualOnboarding","description":"Updates an individual onboarding."},"api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate":{"id":"api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate","title":"updateReceivedSepaDirectDebitB2bMandate","description":"Allows to update a received sepa direct debit mandate B2b."},"api-reference/mutations/update-supporting-document":{"id":"api-reference/mutations/update-supporting-document","title":"updateSupportingDocument","description":"No description"},"api-reference/mutations/update-user-consent-settings":{"id":"api-reference/mutations/update-user-consent-settings","title":"updateUserConsentSettings","description":"Updates user preferred consent notification channel."},"api-reference/mutations/view-card-numbers":{"id":"api-reference/mutations/view-card-numbers","title":"viewCardNumbers","description":"Reveal the card numbers in the consent page once consent has been given by the cardholder"},"api-reference/mutations/view-physical-card-numbers":{"id":"api-reference/mutations/view-physical-card-numbers","title":"viewPhysicalCardNumbers","description":"Reveal the physical card numbers in the consent page once consent has been given by the cardholder"},"api-reference/mutations/view-physical-card-pin":{"id":"api-reference/mutations/view-physical-card-pin","title":"viewPhysicalCardPin","description":"Reveal the PIN code on Swan app after his consent"},"api-reference/objects/account":{"id":"api-reference/objects/account","title":"Account","description":"Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account."},"api-reference/objects/account-balances":{"id":"api-reference/objects/account-balances","title":"AccountBalances","description":"A list of balances regarding an account."},"api-reference/objects/account-closed-status":{"id":"api-reference/objects/account-closed-status","title":"AccountClosedStatus","description":"Account Closed status information"},"api-reference/objects/account-closing-status":{"id":"api-reference/objects/account-closing-status","title":"AccountClosingStatus","description":"Account Closing status information"},"api-reference/objects/account-connection":{"id":"api-reference/objects/account-connection","title":"AccountConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/account-edge":{"id":"api-reference/objects/account-edge","title":"AccountEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/account-holder":{"id":"api-reference/objects/account-holder","title":"AccountHolder","description":"The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you."},"api-reference/objects/account-holder-canceled-status-info":{"id":"api-reference/objects/account-holder-canceled-status-info","title":"AccountHolderCanceledStatusInfo","description":"Account Holder Canceled Status Information"},"api-reference/objects/account-holder-company-info":{"id":"api-reference/objects/account-holder-company-info","title":"AccountHolderCompanyInfo","description":"No description"},"api-reference/objects/account-holder-connection":{"id":"api-reference/objects/account-holder-connection","title":"AccountHolderConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)."},"api-reference/objects/account-holder-edge":{"id":"api-reference/objects/account-holder-edge","title":"AccountHolderEdge","description":"Implements the Relay Edge interface."},"api-reference/objects/account-holder-enabled-status-info":{"id":"api-reference/objects/account-holder-enabled-status-info","title":"AccountHolderEnabledStatusInfo","description":"Account Holder Enabled Status Information"},"api-reference/objects/account-holder-individual-info":{"id":"api-reference/objects/account-holder-individual-info","title":"AccountHolderIndividualInfo","description":"Individual account holder."},"api-reference/objects/account-holder-not-found-rejection":{"id":"api-reference/objects/account-holder-not-found-rejection","title":"AccountHolderNotFoundRejection","description":"Rejection returned when the Account Holder was not found"},"api-reference/objects/account-holder-suspended-status-info":{"id":"api-reference/objects/account-holder-suspended-status-info","title":"AccountHolderSuspendedStatusInfo","description":"Account Holder Suspended Status Information"},"api-reference/objects/account-holder-type-individual-rejection":{"id":"api-reference/objects/account-holder-type-individual-rejection","title":"AccountHolderTypeIndividualRejection","description":"Rejection returned if the account holder type is individual."},"api-reference/objects/account-membership":{"id":"api-reference/objects/account-membership","title":"AccountMembership","description":"An account membership represents the rights of a user for a given account."},"api-reference/objects/account-membership-binding-user-error-status-info":{"id":"api-reference/objects/account-membership-binding-user-error-status-info","title":"AccountMembershipBindingUserErrorStatusInfo","description":"when a user is binded with the error to the account membership"},"api-reference/objects/account-membership-cannot-be-disabled-rejection":{"id":"api-reference/objects/account-membership-cannot-be-disabled-rejection","title":"AccountMembershipCannotBeDisabledRejection","description":"No description"},"api-reference/objects/account-membership-cannot-be-updated-rejection":{"id":"api-reference/objects/account-membership-cannot-be-updated-rejection","title":"AccountMembershipCannotBeUpdatedRejection","description":"No description"},"api-reference/objects/account-membership-connection":{"id":"api-reference/objects/account-membership-connection","title":"AccountMembershipConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/account-membership-consent-pending-status-info":{"id":"api-reference/objects/account-membership-consent-pending-status-info","title":"AccountMembershipConsentPendingStatusInfo","description":"when the user has to consent to invite a new account membership"},"api-reference/objects/account-membership-disabled-status-info":{"id":"api-reference/objects/account-membership-disabled-status-info","title":"AccountMembershipDisabledStatusInfo","description":"when the account membership is disabled"},"api-reference/objects/account-membership-edge":{"id":"api-reference/objects/account-membership-edge","title":"AccountMembershipEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/account-membership-enabled-status-info":{"id":"api-reference/objects/account-membership-enabled-status-info","title":"AccountMembershipEnabledStatusInfo","description":"when the account membership is enabled"},"api-reference/objects/account-membership-invitation-sent-status-info":{"id":"api-reference/objects/account-membership-invitation-sent-status-info","title":"AccountMembershipInvitationSentStatusInfo","description":"when a new account membership is invited and there is no user binded yet"},"api-reference/objects/account-membership-not-allowed-rejection":{"id":"api-reference/objects/account-membership-not-allowed-rejection","title":"AccountMembershipNotAllowedRejection","description":"Rejection returned when the Account Membership is not allowed to use an operation."},"api-reference/objects/account-membership-not-found-rejection":{"id":"api-reference/objects/account-membership-not-found-rejection","title":"AccountMembershipNotFoundRejection","description":"No description"},"api-reference/objects/account-membership-not-ready-to-be-bound-rejection":{"id":"api-reference/objects/account-membership-not-ready-to-be-bound-rejection","title":"AccountMembershipNotReadyToBeBoundRejection","description":"Rejection returned if invitation has not been sent to user yet"},"api-reference/objects/account-membership-suspended-status-info":{"id":"api-reference/objects/account-membership-suspended-status-info","title":"AccountMembershipSuspendedStatusInfo","description":"when the account membership is suspended"},"api-reference/objects/account-not-eligible-rejection":{"id":"api-reference/objects/account-not-eligible-rejection","title":"AccountNotEligibleRejection","description":"Thrown when an related account is not eligible to the feature"},"api-reference/objects/account-not-found-rejection":{"id":"api-reference/objects/account-not-found-rejection","title":"AccountNotFoundRejection","description":"Rejection returned if the account was not found or if the user does not have the rights to know that the card exists"},"api-reference/objects/account-opened-status":{"id":"api-reference/objects/account-opened-status","title":"AccountOpenedStatus","description":"Account Opened status information"},"api-reference/objects/account-suspended-status":{"id":"api-reference/objects/account-suspended-status","title":"AccountSuspendedStatus","description":"Account Suspended status information"},"api-reference/objects/account-verification-already-rejected-rejection":{"id":"api-reference/objects/account-verification-already-rejected-rejection","title":"AccountVerificationAlreadyRejectedRejection","description":"Rejection returned when the external account has already been rejected."},"api-reference/objects/account-verification-wrong-status-rejection":{"id":"api-reference/objects/account-verification-wrong-status-rejection","title":"AccountVerificationWrongStatusRejection","description":"Rejection returned when the Account Verification is not in the expected status"},"api-reference/objects/activate-physical-card-success-payload":{"id":"api-reference/objects/activate-physical-card-success-payload","title":"ActivatePhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/add-account-membership-success-payload":{"id":"api-reference/objects/add-account-membership-success-payload","title":"AddAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/add-account-memberships-success-payload":{"id":"api-reference/objects/add-account-memberships-success-payload","title":"AddAccountMembershipsSuccessPayload","description":"No description"},"api-reference/objects/add-card-success-payload":{"id":"api-reference/objects/add-card-success-payload","title":"AddCardSuccessPayload","description":"No description"},"api-reference/objects/add-cards-success-payload":{"id":"api-reference/objects/add-cards-success-payload","title":"AddCardsSuccessPayload","description":"No description"},"api-reference/objects/add-cards-with-group-delivery-success-payload":{"id":"api-reference/objects/add-cards-with-group-delivery-success-payload","title":"AddCardsWithGroupDeliverySuccessPayload","description":"No description"},"api-reference/objects/add-digital-card-success-payload":{"id":"api-reference/objects/add-digital-card-success-payload","title":"AddDigitalCardSuccessPayload","description":"No description"},"api-reference/objects/add-direct-debit-funding-source-success-payload":{"id":"api-reference/objects/add-direct-debit-funding-source-success-payload","title":"AddDirectDebitFundingSourceSuccessPayload","description":"Add Direct Debit Funding Source Success Payload"},"api-reference/objects/add-external-account-balance-success-payload":{"id":"api-reference/objects/add-external-account-balance-success-payload","title":"AddExternalAccountBalanceSuccessPayload","description":"No description"},"api-reference/objects/add-external-account-success-payload":{"id":"api-reference/objects/add-external-account-success-payload","title":"AddExternalAccountSuccessPayload","description":"No description"},"api-reference/objects/add-funding-limit-settings-change-request-success-payload":{"id":"api-reference/objects/add-funding-limit-settings-change-request-success-payload","title":"AddFundingLimitSettingsChangeRequestSuccessPayload","description":"Add Funding Limit Settings Change Request Success Payload"},"api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload":{"id":"api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload","title":"AddInternalDirectDebitPaymentMandateSuccessPayload","description":"Return type in case of a successful response of the addInternalDirectDebitPaymentMandate mutation"},"api-reference/objects/add-merchant-profile-success-payload":{"id":"api-reference/objects/add-merchant-profile-success-payload","title":"AddMerchantProfileSuccessPayload","description":"Add Merchant Profile Success Payload"},"api-reference/objects/add-or-update-external-account-balance-success-payload":{"id":"api-reference/objects/add-or-update-external-account-balance-success-payload","title":"AddOrUpdateExternalAccountBalanceSuccessPayload","description":"No description"},"api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload":{"id":"api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload","title":"AddReceivedInternalDirectDebitB2bMandateSuccessPayload","description":"Return type in case of a successful response of the addReceivedInternalDirectDebitB2bMandate mutation"},"api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload":{"id":"api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload","title":"AddReceivedSepaDirectDebitB2bMandateSuccessPayload","description":"Return type in case of a successful response of the addReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload":{"id":"api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload","title":"AddSepaDirectDebitPaymentMandateSuccessPayload","description":"Return type in case of a successful response of the addSepaDirectDebitPaymentMandate mutation"},"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload":{"id":"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload","title":"AddSingleUseVirtualCardSuccessForProjectOwnerPayload","description":"No description"},"api-reference/objects/add-single-use-virtual-card-success-for-user-payload":{"id":"api-reference/objects/add-single-use-virtual-card-success-for-user-payload","title":"AddSingleUseVirtualCardSuccessForUserPayload","description":"No description"},"api-reference/objects/add-single-use-virtual-cards-success-payload":{"id":"api-reference/objects/add-single-use-virtual-cards-success-payload","title":"AddSingleUseVirtualCardsSuccessPayload","description":"No description"},"api-reference/objects/add-virtual-iban-entry-success-payload":{"id":"api-reference/objects/add-virtual-iban-entry-success-payload","title":"AddVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/adding-cards-to-different-accounts-rejection":{"id":"api-reference/objects/adding-cards-to-different-accounts-rejection","title":"AddingCardsToDifferentAccountsRejection","description":"Rejection returned if the attempting to add cards to different accounts."},"api-reference/objects/address":{"id":"api-reference/objects/address","title":"Address","description":"Address Information"},"api-reference/objects/address-info":{"id":"api-reference/objects/address-info","title":"AddressInfo","description":"Address information."},"api-reference/objects/address-information":{"id":"api-reference/objects/address-information","title":"AddressInformation","description":"Address"},"api-reference/objects/allow-sdd-success-payload":{"id":"api-reference/objects/allow-sdd-success-payload","title":"AllowSddSuccessPayload","description":"No description"},"api-reference/objects/allow-sdd-virtual-iban-entry-success-payload":{"id":"api-reference/objects/allow-sdd-virtual-iban-entry-success-payload","title":"AllowSddVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/allowed-value":{"id":"api-reference/objects/allowed-value","title":"AllowedValue","description":"No description"},"api-reference/objects/already-valid-physical-card-rejection":{"id":"api-reference/objects/already-valid-physical-card-rejection","title":"AlreadyValidPhysicalCardRejection","description":"Rejection returned if card already has a valid Physical Card"},"api-reference/objects/amount":{"id":"api-reference/objects/amount","title":"Amount","description":"Amount with its currency"},"api-reference/objects/apple-pay-not-allowed-for-project-rejection":{"id":"api-reference/objects/apple-pay-not-allowed-for-project-rejection","title":"ApplePayNotAllowedForProjectRejection","description":"Rejection return if the project is not configured to allow Apple Pay"},"api-reference/objects/approved-funding-limit":{"id":"api-reference/objects/approved-funding-limit","title":"ApprovedFundingLimit","description":"Approved Funding Limit"},"api-reference/objects/authenticator":{"id":"api-reference/objects/authenticator","title":"Authenticator","description":"A method used to authenticate a user"},"api-reference/objects/bad-account-status-rejection":{"id":"api-reference/objects/bad-account-status-rejection","title":"BadAccountStatusRejection","description":"Rejection returned if the status account is not valid"},"api-reference/objects/bad-request-rejection":{"id":"api-reference/objects/bad-request-rejection","title":"BadRequestRejection","description":"No description"},"api-reference/objects/balance":{"id":"api-reference/objects/balance","title":"Balance","description":"Balance Information"},"api-reference/objects/bank":{"id":"api-reference/objects/bank","title":"Bank","description":"Information about the banking institution"},"api-reference/objects/bind-account-membership-success-payload":{"id":"api-reference/objects/bind-account-membership-success-payload","title":"BindAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/booked-transaction-status-info":{"id":"api-reference/objects/booked-transaction-status-info","title":"BookedTransactionStatusInfo","description":"Booked transaction status information"},"api-reference/objects/cancel-card-success-payload":{"id":"api-reference/objects/cancel-card-success-payload","title":"CancelCardSuccessPayload","description":"No description"},"api-reference/objects/cancel-consent-success-payload":{"id":"api-reference/objects/cancel-consent-success-payload","title":"CancelConsentSuccessPayload","description":"Success payload of the cancelConsent mutation"},"api-reference/objects/cancel-digital-card-success-payload":{"id":"api-reference/objects/cancel-digital-card-success-payload","title":"CancelDigitalCardSuccessPayload","description":"No description"},"api-reference/objects/cancel-funding-source-success-payload":{"id":"api-reference/objects/cancel-funding-source-success-payload","title":"CancelFundingSourceSuccessPayload","description":"Cancel Funding Source Success Payload"},"api-reference/objects/cancel-physical-card-success-payload":{"id":"api-reference/objects/cancel-physical-card-success-payload","title":"CancelPhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/cancel-standing-order-success-payload":{"id":"api-reference/objects/cancel-standing-order-success-payload","title":"CancelStandingOrderSuccessPayload","description":"No description"},"api-reference/objects/cancel-transaction-success-payload":{"id":"api-reference/objects/cancel-transaction-success-payload","title":"CancelTransactionSuccessPayload","description":"No description"},"api-reference/objects/cancel-virtual-iban-entry-success-payload":{"id":"api-reference/objects/cancel-virtual-iban-entry-success-payload","title":"CancelVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/canceled-funding-source-status-info":{"id":"api-reference/objects/canceled-funding-source-status-info","title":"CanceledFundingSourceStatusInfo","description":"Funding Source Canceled status information"},"api-reference/objects/canceled-identification-level-status-info":{"id":"api-reference/objects/canceled-identification-level-status-info","title":"CanceledIdentificationLevelStatusInfo","description":"Describes an identification level for the process associated to this identification that has been cancelled by the end-user"},"api-reference/objects/canceled-merchant-payment-method-status-info":{"id":"api-reference/objects/canceled-merchant-payment-method-status-info","title":"CanceledMerchantPaymentMethodStatusInfo","description":"CanceledMerchantPaymentMethodStatusInfo"},"api-reference/objects/canceled-merchant-profile-status-info":{"id":"api-reference/objects/canceled-merchant-profile-status-info","title":"CanceledMerchantProfileStatusInfo","description":"CanceledMerchantProfileStatusInfo"},"api-reference/objects/canceled-transaction-status-info":{"id":"api-reference/objects/canceled-transaction-status-info","title":"CanceledTransactionStatusInfo","description":"Canceled transaction status information"},"api-reference/objects/cannot-activate-physical-card-rejection":{"id":"api-reference/objects/cannot-activate-physical-card-rejection","title":"CannotActivatePhysicalCardRejection","description":"Rejection returned when the Physical Card cannot be activated"},"api-reference/objects/capital-deposit-case":{"id":"api-reference/objects/capital-deposit-case","title":"CapitalDepositCase","description":"Capital deposit case for a company."},"api-reference/objects/capital-deposit-case-connection":{"id":"api-reference/objects/capital-deposit-case-connection","title":"CapitalDepositCaseConnection","description":"Implements the Relay Connection interface, used to paginate list of elements (Learn More)"},"api-reference/objects/capital-deposit-case-edge":{"id":"api-reference/objects/capital-deposit-case-edge","title":"CapitalDepositCaseEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/capital-deposit-document":{"id":"api-reference/objects/capital-deposit-document","title":"CapitalDepositDocument","description":"Document provided for a capital deposit case."},"api-reference/objects/capital-deposit-document-can-not-be-uploaded":{"id":"api-reference/objects/capital-deposit-document-can-not-be-uploaded","title":"CapitalDepositDocumentCanNotBeUploaded","description":"Rejection returned if the document from a capital deposit case cannot be uploaded in its context"},"api-reference/objects/card":{"id":"api-reference/objects/card","title":"Card","description":"Card"},"api-reference/objects/card-can-not-be-digitalized-rejection":{"id":"api-reference/objects/card-can-not-be-digitalized-rejection","title":"CardCanNotBeDigitalizedRejection","description":"Rejection returned if the card could not be digitalized"},"api-reference/objects/card-canceled-status-info":{"id":"api-reference/objects/card-canceled-status-info","title":"CardCanceledStatusInfo","description":"Card Canceled Status Information"},"api-reference/objects/card-canceling-status-info":{"id":"api-reference/objects/card-canceling-status-info","title":"CardCancelingStatusInfo","description":"Card Canceling Status Information"},"api-reference/objects/card-confidential":{"id":"api-reference/objects/card-confidential","title":"CardConfidential","description":"No description"},"api-reference/objects/card-connection":{"id":"api-reference/objects/card-connection","title":"CardConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/card-consent-pending-status-info":{"id":"api-reference/objects/card-consent-pending-status-info","title":"CardConsentPendingStatusInfo","description":"when the user has to consent to add this card"},"api-reference/objects/card-design-background":{"id":"api-reference/objects/card-design-background","title":"CardDesignBackground","description":"No description"},"api-reference/objects/card-edge":{"id":"api-reference/objects/card-edge","title":"CardEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/card-enabled-status-info":{"id":"api-reference/objects/card-enabled-status-info","title":"CardEnabledStatusInfo","description":"Card Enabled Status Information"},"api-reference/objects/card-not-found-rejection":{"id":"api-reference/objects/card-not-found-rejection","title":"CardNotFoundRejection","description":"Rejection returned if the card was not found or if the user does not have the rights to know that the account exists"},"api-reference/objects/card-processing-status-info":{"id":"api-reference/objects/card-processing-status-info","title":"CardProcessingStatusInfo","description":"when the card is in the process of being ready to use"},"api-reference/objects/card-product":{"id":"api-reference/objects/card-product","title":"CardProduct","description":"Card Product"},"api-reference/objects/card-product-design":{"id":"api-reference/objects/card-product-design","title":"CardProductDesign","description":"Card design of a Card Product"},"api-reference/objects/card-product-disabled-rejection":{"id":"api-reference/objects/card-product-disabled-rejection","title":"CardProductDisabledRejection","description":"Rejection returned if the card product is disabled."},"api-reference/objects/card-product-not-applicable-to-physical-cards-rejection":{"id":"api-reference/objects/card-product-not-applicable-to-physical-cards-rejection","title":"CardProductNotApplicableToPhysicalCardsRejection","description":"Rejection returned if the card product is not applicable to physical card."},"api-reference/objects/card-product-not-found-rejection":{"id":"api-reference/objects/card-product-not-found-rejection","title":"CardProductNotFoundRejection","description":"No description"},"api-reference/objects/card-product-suspended-rejection":{"id":"api-reference/objects/card-product-suspended-rejection","title":"CardProductSuspendedRejection","description":"Rejection returned if the card product is suspended."},"api-reference/objects/card-product-used-rejection":{"id":"api-reference/objects/card-product-used-rejection","title":"CardProductUsedRejection","description":"No description"},"api-reference/objects/card-settings":{"id":"api-reference/objects/card-settings","title":"CardSettings","description":"Card settings for a Project"},"api-reference/objects/card-settings-background":{"id":"api-reference/objects/card-settings-background","title":"CardSettingsBackground","description":"No description"},"api-reference/objects/card-transaction":{"id":"api-reference/objects/card-transaction","title":"CardTransaction","description":"Card transaction"},"api-reference/objects/card-wrong-status-rejection":{"id":"api-reference/objects/card-wrong-status-rejection","title":"CardWrongStatusRejection","description":"Rejection returned when the Card is not the expected status"},"api-reference/objects/check-merchant-payment-method":{"id":"api-reference/objects/check-merchant-payment-method","title":"CheckMerchantPaymentMethod","description":"CheckMerchantPaymentMethod"},"api-reference/objects/check-transaction":{"id":"api-reference/objects/check-transaction","title":"CheckTransaction","description":"Check transaction"},"api-reference/objects/close-account-reason":{"id":"api-reference/objects/close-account-reason","title":"CloseAccountReason","description":"Define a reason with a message and a specific type for closing account action"},"api-reference/objects/close-account-success-payload":{"id":"api-reference/objects/close-account-success-payload","title":"CloseAccountSuccessPayload","description":"No description"},"api-reference/objects/company-info":{"id":"api-reference/objects/company-info","title":"CompanyInfo","description":"Data provided following the search for company information by siren number"},"api-reference/objects/company-shareholder":{"id":"api-reference/objects/company-shareholder","title":"CompanyShareholder","description":"Company shareholder info."},"api-reference/objects/complete-digital-card":{"id":"api-reference/objects/complete-digital-card","title":"CompleteDigitalCard","description":"Complete Digital Card used for ApplePay or GooglePay"},"api-reference/objects/consent":{"id":"api-reference/objects/consent","title":"Consent","description":"Some sensitive operation at Swan, such as initiating a payment, require consent"},"api-reference/objects/consent-connection":{"id":"api-reference/objects/consent-connection","title":"ConsentConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/consent-edge":{"id":"api-reference/objects/consent-edge","title":"ConsentEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/consent-not-found-rejection":{"id":"api-reference/objects/consent-not-found-rejection","title":"ConsentNotFoundRejection","description":"Rejection returned if a consent was not found"},"api-reference/objects/consent-type-not-supported-by-server-consent-rejection":{"id":"api-reference/objects/consent-type-not-supported-by-server-consent-rejection","title":"ConsentTypeNotSupportedByServerConsentRejection","description":"No description"},"api-reference/objects/consents-already-linked-to-multi-consent-rejection":{"id":"api-reference/objects/consents-already-linked-to-multi-consent-rejection","title":"ConsentsAlreadyLinkedToMultiConsentRejection","description":"Rejection returned when a the consent is already linked to another multi consent"},"api-reference/objects/consents-not-all-in-created-status-rejection":{"id":"api-reference/objects/consents-not-all-in-created-status-rejection","title":"ConsentsNotAllInCreatedStatusRejection","description":"Rejection returned when all provided consents are not in created status"},"api-reference/objects/consents-not-found-rejection":{"id":"api-reference/objects/consents-not-found-rejection","title":"ConsentsNotFoundRejection","description":"Rejection returned when a consent ID passed as input does not exist."},"api-reference/objects/create-capital-deposit-case-success-payload":{"id":"api-reference/objects/create-capital-deposit-case-success-payload","title":"CreateCapitalDepositCaseSuccessPayload","description":"No description"},"api-reference/objects/create-multi-consent-success-payload":{"id":"api-reference/objects/create-multi-consent-success-payload","title":"CreateMultiConsentSuccessPayload","description":"Success payload of the createMultiConsent mutation"},"api-reference/objects/csv-statement":{"id":"api-reference/objects/csv-statement","title":"CsvStatement","description":"Custom information for a CSV statement"},"api-reference/objects/date-field":{"id":"api-reference/objects/date-field","title":"DateField","description":"No description"},"api-reference/objects/debtor-account-closed-rejection":{"id":"api-reference/objects/debtor-account-closed-rejection","title":"DebtorAccountClosedRejection","description":"Rejection returned when the Debtor is closed"},"api-reference/objects/debtor-account-not-allowed-rejection":{"id":"api-reference/objects/debtor-account-not-allowed-rejection","title":"DebtorAccountNotAllowedRejection","description":"Rejection returned when the Debtor does not belong to the same project as the creditor"},"api-reference/objects/delete-supporting-document-success-payload":{"id":"api-reference/objects/delete-supporting-document-success-payload","title":"DeleteSupportingDocumentSuccessPayload","description":"No description"},"api-reference/objects/deny-sdd-success-payload":{"id":"api-reference/objects/deny-sdd-success-payload","title":"DenySddSuccessPayload","description":"No description"},"api-reference/objects/deny-sdd-virtual-iban-entry-success-payload":{"id":"api-reference/objects/deny-sdd-virtual-iban-entry-success-payload","title":"DenySddVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/device":{"id":"api-reference/objects/device","title":"Device","description":"Device"},"api-reference/objects/digital-card-canceled-status-info":{"id":"api-reference/objects/digital-card-canceled-status-info","title":"DigitalCardCanceledStatusInfo","description":"Digital Card Canceled Status Information"},"api-reference/objects/digital-card-connection":{"id":"api-reference/objects/digital-card-connection","title":"DigitalCardConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/digital-card-consent-pending-status-info":{"id":"api-reference/objects/digital-card-consent-pending-status-info","title":"DigitalCardConsentPendingStatusInfo","description":"Digital Card ConsentPending Status Information"},"api-reference/objects/digital-card-declined-status-info":{"id":"api-reference/objects/digital-card-declined-status-info","title":"DigitalCardDeclinedStatusInfo","description":"Digital Card Declined Status Information"},"api-reference/objects/digital-card-edge":{"id":"api-reference/objects/digital-card-edge","title":"DigitalCardEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/digital-card-enabled-status-info":{"id":"api-reference/objects/digital-card-enabled-status-info","title":"DigitalCardEnabledStatusInfo","description":"Digital Card Enabled Status Information"},"api-reference/objects/digital-card-not-found-rejection":{"id":"api-reference/objects/digital-card-not-found-rejection","title":"DigitalCardNotFoundRejection","description":"Rejection returned when the Digital Card does not exist"},"api-reference/objects/digital-card-pending-status-info":{"id":"api-reference/objects/digital-card-pending-status-info","title":"DigitalCardPendingStatusInfo","description":"Digital Card Pending Status Information"},"api-reference/objects/digital-card-suspended-status-info":{"id":"api-reference/objects/digital-card-suspended-status-info","title":"DigitalCardSuspendedStatusInfo","description":"Digital Card Suspended Status Information"},"api-reference/objects/direct-debit-account-verification":{"id":"api-reference/objects/direct-debit-account-verification","title":"DirectDebitAccountVerification","description":"Direct Debit Account Verification"},"api-reference/objects/direct-debit-funding-source":{"id":"api-reference/objects/direct-debit-funding-source","title":"DirectDebitFundingSource","description":"Funding Source with Direct Debit Mandate"},"api-reference/objects/disable-account-membership-success-payload":{"id":"api-reference/objects/disable-account-membership-success-payload","title":"DisableAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/disabled-funding-limit-settings-status-info":{"id":"api-reference/objects/disabled-funding-limit-settings-status-info","title":"DisabledFundingLimitSettingsStatusInfo","description":"StatusInfo when funding limit settings has been disabled"},"api-reference/objects/disabled-merchant-payment-method-status-info":{"id":"api-reference/objects/disabled-merchant-payment-method-status-info","title":"DisabledMerchantPaymentMethodStatusInfo","description":"EnabledMerchantPaymentMethodStatusInfo"},"api-reference/objects/drivers-license-document":{"id":"api-reference/objects/drivers-license-document","title":"DriversLicenseDocument","description":"The document corresponding to a driver\'s license"},"api-reference/objects/drivers-license-document-file":{"id":"api-reference/objects/drivers-license-document-file","title":"DriversLicenseDocumentFile","description":"The file associated to the driver\'s license document"},"api-reference/objects/enable-received-direct-debit-mandate-success-payload":{"id":"api-reference/objects/enable-received-direct-debit-mandate-success-payload","title":"EnableReceivedDirectDebitMandateSuccessPayload","description":"Return type in case of a successful response of the enableReceivedDirectDebitMandate mutation"},"api-reference/objects/enabled-card-design-not-found-rejection":{"id":"api-reference/objects/enabled-card-design-not-found-rejection","title":"EnabledCardDesignNotFoundRejection","description":"Rejection returned if the card product don\'t have a card design enabled"},"api-reference/objects/enabled-funding-limit-settings-status-info":{"id":"api-reference/objects/enabled-funding-limit-settings-status-info","title":"EnabledFundingLimitSettingsStatusInfo","description":"StatusInfo when the funding limit settings is enabled"},"api-reference/objects/enabled-funding-source-status-info":{"id":"api-reference/objects/enabled-funding-source-status-info","title":"EnabledFundingSourceStatusInfo","description":"Funding Source Enabled status information"},"api-reference/objects/enabled-merchant-payment-method-status-info":{"id":"api-reference/objects/enabled-merchant-payment-method-status-info","title":"EnabledMerchantPaymentMethodStatusInfo","description":"EnabledMerchantPaymentMethodStatusInfo"},"api-reference/objects/enabled-merchant-profile-status-info":{"id":"api-reference/objects/enabled-merchant-profile-status-info","title":"EnabledMerchantProfileStatusInfo","description":"EnabledMerchantProfileStatusInfo"},"api-reference/objects/expired-identification-level-status-info":{"id":"api-reference/objects/expired-identification-level-status-info","title":"ExpiredIdentificationLevelStatusInfo","description":"Describes an identification level for the process associated to this identification that has expired and is no longer considered valid"},"api-reference/objects/external-account":{"id":"api-reference/objects/external-account","title":"ExternalAccount","description":"No description"},"api-reference/objects/external-account-already-exists-rejection":{"id":"api-reference/objects/external-account-already-exists-rejection","title":"ExternalAccountAlreadyExistsRejection","description":"No description"},"api-reference/objects/external-account-balance":{"id":"api-reference/objects/external-account-balance","title":"ExternalAccountBalance","description":"No description"},"api-reference/objects/external-account-balance-already-exists-rejection":{"id":"api-reference/objects/external-account-balance-already-exists-rejection","title":"ExternalAccountBalanceAlreadyExistsRejection","description":"No description"},"api-reference/objects/external-account-connection":{"id":"api-reference/objects/external-account-connection","title":"ExternalAccountConnection","description":"Implements the Relay Connection interface, used to paginate the list of element (Learn More)"},"api-reference/objects/external-account-data-source":{"id":"api-reference/objects/external-account-data-source","title":"ExternalAccountDataSource","description":"No description"},"api-reference/objects/external-account-edge":{"id":"api-reference/objects/external-account-edge","title":"ExternalAccountEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/external-balance-connection":{"id":"api-reference/objects/external-balance-connection","title":"ExternalBalanceConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/external-balance-edge":{"id":"api-reference/objects/external-balance-edge","title":"ExternalBalanceEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/face-photo-document":{"id":"api-reference/objects/face-photo-document","title":"FacePhotoDocument","description":"The document corresponding to a face photo"},"api-reference/objects/fee-in-creditor":{"id":"api-reference/objects/fee-in-creditor","title":"FeeInCreditor","description":"Fee creditor for Incoming transaction"},"api-reference/objects/fee-in-debtor":{"id":"api-reference/objects/fee-in-debtor","title":"FeeInDebtor","description":"Fee debtor for Incoming transaction"},"api-reference/objects/fee-out-creditor":{"id":"api-reference/objects/fee-out-creditor","title":"FeeOutCreditor","description":"Fee creditor for Outgoing transaction"},"api-reference/objects/fee-out-debtor":{"id":"api-reference/objects/fee-out-debtor","title":"FeeOutDebtor","description":"Fee debtor for Outgoing transaction"},"api-reference/objects/fee-settings-not-found-rejection":{"id":"api-reference/objects/fee-settings-not-found-rejection","title":"FeeSettingsNotFoundRejection","description":"No description"},"api-reference/objects/fee-transaction":{"id":"api-reference/objects/fee-transaction","title":"FeeTransaction","description":"Fee Transaction"},"api-reference/objects/finalize-onboarding-success-payload":{"id":"api-reference/objects/finalize-onboarding-success-payload","title":"FinalizeOnboardingSuccessPayload","description":"No description"},"api-reference/objects/financial-institution":{"id":"api-reference/objects/financial-institution","title":"FinancialInstitution","description":"No description"},"api-reference/objects/forbidden-rejection":{"id":"api-reference/objects/forbidden-rejection","title":"ForbiddenRejection","description":"No description"},"api-reference/objects/funding-limit":{"id":"api-reference/objects/funding-limit","title":"FundingLimit","description":"No description"},"api-reference/objects/funding-limit-amount":{"id":"api-reference/objects/funding-limit-amount","title":"FundingLimitAmount","description":"Funding Limit Amount"},"api-reference/objects/funding-limit-exceeded-rejection":{"id":"api-reference/objects/funding-limit-exceeded-rejection","title":"FundingLimitExceededRejection","description":"Rejection returned when the Account Holder Funding has been exceeded"},"api-reference/objects/funding-limit-settings":{"id":"api-reference/objects/funding-limit-settings","title":"FundingLimitSettings","description":"No description"},"api-reference/objects/funding-limit-settings-change-request":{"id":"api-reference/objects/funding-limit-settings-change-request","title":"FundingLimitSettingsChangeRequest","description":"Funding Limit Settings Change Request"},"api-reference/objects/funding-limit-settings-change-request-approved-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-approved-status-info","title":"FundingLimitSettingsChangeRequestApprovedStatusInfo","description":"StatusInfo when funding limit settings change request has been approved"},"api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection":{"id":"api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection","title":"FundingLimitSettingsChangeRequestBadAmountRejection","description":"Funding Limit Settings Change Request Bad Amount Rejection"},"api-reference/objects/funding-limit-settings-change-request-connection":{"id":"api-reference/objects/funding-limit-settings-change-request-connection","title":"FundingLimitSettingsChangeRequestConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/funding-limit-settings-change-request-edge":{"id":"api-reference/objects/funding-limit-settings-change-request-edge","title":"FundingLimitSettingsChangeRequestEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/funding-limit-settings-change-request-pending-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-pending-status-info","title":"FundingLimitSettingsChangeRequestPendingStatusInfo","description":"StatusInfo when funding limit settings change request is pending"},"api-reference/objects/funding-limit-settings-change-request-refused-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-refused-status-info","title":"FundingLimitSettingsChangeRequestRefusedStatusInfo","description":"StatusInfo when funding limit settings change request has been rejected"},"api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info","title":"FundingLimitSettingsChangeRequestWaitingForInformationStatusInfo","description":"StatusInfo when funding limit settings change request is waiting for more information"},"api-reference/objects/funding-source-connection":{"id":"api-reference/objects/funding-source-connection","title":"FundingSourceConnection","description":"Please see the Connection interface"},"api-reference/objects/funding-source-edge":{"id":"api-reference/objects/funding-source-edge","title":"FundingSourceEdge","description":"Please see the Connection interface"},"api-reference/objects/funding-source-not-found-rejection":{"id":"api-reference/objects/funding-source-not-found-rejection","title":"FundingSourceNotFoundRejection","description":"No description"},"api-reference/objects/funding-source-wrong-status-rejection":{"id":"api-reference/objects/funding-source-wrong-status-rejection","title":"FundingSourceWrongStatusRejection","description":"Rejection returned when the Funding Source is not in the expected status"},"api-reference/objects/generate-capital-deposit-document-upload-url-success-payload":{"id":"api-reference/objects/generate-capital-deposit-document-upload-url-success-payload","title":"GenerateCapitalDepositDocumentUploadUrlSuccessPayload","description":"No description"},"api-reference/objects/generate-supporting-document-upload-url-success-payload":{"id":"api-reference/objects/generate-supporting-document-upload-url-success-payload","title":"GenerateSupportingDocumentUploadUrlSuccessPayload","description":"No description"},"api-reference/objects/global-funding-limit-exceeded-rejection":{"id":"api-reference/objects/global-funding-limit-exceeded-rejection","title":"GlobalFundingLimitExceededRejection","description":"Rejection returned when the Global Funding has been exceeded"},"api-reference/objects/global-instant-funding-limit-exceeded-rejection":{"id":"api-reference/objects/global-instant-funding-limit-exceeded-rejection","title":"GlobalInstantFundingLimitExceededRejection","description":"Rejection returned when the Global Instant Funding limit has been exceeded"},"api-reference/objects/grant-consent-with-server-signature-success-payload":{"id":"api-reference/objects/grant-consent-with-server-signature-success-payload","title":"GrantConsentWithServerSignatureSuccessPayload","description":"Success payload of the grantConsentWithServerSignature mutation"},"api-reference/objects/headquarters":{"id":"api-reference/objects/headquarters","title":"Headquarters","description":"No description"},"api-reference/objects/iban-validation-rejection":{"id":"api-reference/objects/iban-validation-rejection","title":"IbanValidationRejection","description":"No description"},"api-reference/objects/ibannot-reachable-rejection":{"id":"api-reference/objects/ibannot-reachable-rejection","title":"IBANNotReachableRejection","description":"Rejection returned when the IBAN is not reachable"},"api-reference/objects/ibannot-valid-rejection":{"id":"api-reference/objects/ibannot-valid-rejection","title":"IBANNotValidRejection","description":"Rejection returned when the IBAN is not valid"},"api-reference/objects/id-card-document":{"id":"api-reference/objects/id-card-document","title":"IdCardDocument","description":"The document corresponding to an ID card"},"api-reference/objects/id-card-document-file":{"id":"api-reference/objects/id-card-document-file","title":"IdCardDocumentFile","description":"The file associated to the ID card document"},"api-reference/objects/identification":{"id":"api-reference/objects/identification","title":"Identification","description":"The identification represents an ongoing identification process or its result"},"api-reference/objects/identification-connection":{"id":"api-reference/objects/identification-connection","title":"IdentificationConnection","description":"Fields we can use when ordering that can be applied when listing identifications"},"api-reference/objects/identification-edge":{"id":"api-reference/objects/identification-edge","title":"IdentificationEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/identification-expert-process-info":{"id":"api-reference/objects/identification-expert-process-info","title":"IdentificationExpertProcessInfo","description":"The identification process associated to the expert level"},"api-reference/objects/identification-expert-with-qesprocess-info":{"id":"api-reference/objects/identification-expert-with-qesprocess-info","title":"IdentificationExpertWithQESProcessInfo","description":"The identification process associated to the Qualified Electronic Signature level"},"api-reference/objects/identification-level-statuses-info":{"id":"api-reference/objects/identification-level-statuses-info","title":"IdentificationLevelStatusesInfo","description":"The status and results associated to the available identification processes"},"api-reference/objects/identification-levels":{"id":"api-reference/objects/identification-levels","title":"IdentificationLevels","description":"Identification levels"},"api-reference/objects/identification-pvidprocess-info":{"id":"api-reference/objects/identification-pvidprocess-info","title":"IdentificationPVIDProcessInfo","description":"The identification process associated to the PVID/Remote Identity Verification Service level"},"api-reference/objects/identity-already-bind-to-account-membership-rejection":{"id":"api-reference/objects/identity-already-bind-to-account-membership-rejection","title":"IdentityAlreadyBindToAccountMembershipRejection","description":"Rejection returned if identity and the account memberships are already bind"},"api-reference/objects/in-app-provisioning-data":{"id":"api-reference/objects/in-app-provisioning-data","title":"InAppProvisioningData","description":"Data used for in app provisioning"},"api-reference/objects/individual-shareholder":{"id":"api-reference/objects/individual-shareholder","title":"IndividualShareholder","description":"Individual shareholder info."},"api-reference/objects/individual-ultimate-beneficial-owner":{"id":"api-reference/objects/individual-ultimate-beneficial-owner","title":"IndividualUltimateBeneficialOwner","description":"Individual Ultimate Beneficial Owner"},"api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital":{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital","title":"IndividualUltimateBeneficialOwnerTypeHasCapital","description":"Individual Ultimate Beneficial Owner Type Has Capital"},"api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative":{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative","title":"IndividualUltimateBeneficialOwnerTypeLegalRepresentative","description":"Individual Ultimate Beneficial Owner Type Legal Representative"},"api-reference/objects/individual-ultimate-beneficial-owner-type-other":{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-other","title":"IndividualUltimateBeneficialOwnerTypeOther","description":"Individual Ultimate Beneficial Owner Type Other"},"api-reference/objects/initiate-credit-transfers-success-payload":{"id":"api-reference/objects/initiate-credit-transfers-success-payload","title":"InitiateCreditTransfersSuccessPayload","description":"No description"},"api-reference/objects/initiate-funding-request-success-payload":{"id":"api-reference/objects/initiate-funding-request-success-payload","title":"InitiateFundingRequestSuccessPayload","description":"Initiate A Funding Request Success Payload"},"api-reference/objects/initiate-international-credit-transfer-response-success-payload":{"id":"api-reference/objects/initiate-international-credit-transfer-response-success-payload","title":"InitiateInternationalCreditTransferResponseSuccessPayload","description":"Initiate International Credit Transfer Response Success Payload"},"api-reference/objects/initiate-merchant-payment-collection-success-payload":{"id":"api-reference/objects/initiate-merchant-payment-collection-success-payload","title":"InitiateMerchantPaymentCollectionSuccessPayload","description":"No description"},"api-reference/objects/instant-funding-limit":{"id":"api-reference/objects/instant-funding-limit","title":"InstantFundingLimit","description":"No description"},"api-reference/objects/instant-funding-limit-exceeded-rejection":{"id":"api-reference/objects/instant-funding-limit-exceeded-rejection","title":"InstantFundingLimitExceededRejection","description":"Rejection returned when the Account Holder Instant Funding limit has been exceeded"},"api-reference/objects/insufficient-funds-rejection":{"id":"api-reference/objects/insufficient-funds-rejection","title":"InsufficientFundsRejection","description":"Rejection returned when the Available balance is insufficient"},"api-reference/objects/internal-beneficiary":{"id":"api-reference/objects/internal-beneficiary","title":"InternalBeneficiary","description":"SOON TO BE DEPRECATED"},"api-reference/objects/internal-credit-transfer":{"id":"api-reference/objects/internal-credit-transfer","title":"InternalCreditTransfer","description":"Internal Credit Transfer transaction"},"api-reference/objects/internal-credit-transfer-in-creditor":{"id":"api-reference/objects/internal-credit-transfer-in-creditor","title":"InternalCreditTransferInCreditor","description":"Internal Credit Transfer creditor for Incoming transaction"},"api-reference/objects/internal-credit-transfer-in-debtor":{"id":"api-reference/objects/internal-credit-transfer-in-debtor","title":"InternalCreditTransferInDebtor","description":"Internal Credit Transfer debtor for Incoming transaction"},"api-reference/objects/internal-credit-transfer-out-creditor":{"id":"api-reference/objects/internal-credit-transfer-out-creditor","title":"InternalCreditTransferOutCreditor","description":"Internal Credit Transfer creditor for Outgoing transaction"},"api-reference/objects/internal-credit-transfer-out-debtor":{"id":"api-reference/objects/internal-credit-transfer-out-debtor","title":"InternalCreditTransferOutDebtor","description":"Internal Credit Transfer debtor for Outgoing transaction"},"api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method":{"id":"api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method","title":"InternalDirectDebitB2BMerchantPaymentMethod","description":"InternalDirectDebitB2BMerchantPaymentMethod"},"api-reference/objects/internal-direct-debit-creditor":{"id":"api-reference/objects/internal-direct-debit-creditor","title":"InternalDirectDebitCreditor","description":"Internal Direct Debit Creditor"},"api-reference/objects/internal-direct-debit-debtor":{"id":"api-reference/objects/internal-direct-debit-debtor","title":"InternalDirectDebitDebtor","description":"Internal Direct Debit Debtor"},"api-reference/objects/internal-direct-debit-standard-merchant-payment-method":{"id":"api-reference/objects/internal-direct-debit-standard-merchant-payment-method","title":"InternalDirectDebitStandardMerchantPaymentMethod","description":"InternalDirectDebitStandardMerchantPaymentMethod"},"api-reference/objects/internal-direct-debit-transaction":{"id":"api-reference/objects/internal-direct-debit-transaction","title":"InternalDirectDebitTransaction","description":"Internal Direct Debit transaction"},"api-reference/objects/internal-error-rejection":{"id":"api-reference/objects/internal-error-rejection","title":"InternalErrorRejection","description":"Rejection returned on unexpected server error"},"api-reference/objects/internal-payment-direct-debit-mandate":{"id":"api-reference/objects/internal-payment-direct-debit-mandate","title":"InternalPaymentDirectDebitMandate","description":"Payment direct debit mandate for Internal"},"api-reference/objects/internal-payment-mandate-creditor":{"id":"api-reference/objects/internal-payment-mandate-creditor","title":"InternalPaymentMandateCreditor","description":"No description"},"api-reference/objects/internal-payment-mandate-debtor":{"id":"api-reference/objects/internal-payment-mandate-debtor","title":"InternalPaymentMandateDebtor","description":"No description"},"api-reference/objects/internal-received-direct-debit-mandate":{"id":"api-reference/objects/internal-received-direct-debit-mandate","title":"InternalReceivedDirectDebitMandate","description":"Received direct debit mandate for SEPA"},"api-reference/objects/internal-received-direct-debit-mandate-creditor":{"id":"api-reference/objects/internal-received-direct-debit-mandate-creditor","title":"InternalReceivedDirectDebitMandateCreditor","description":"Internal received direct debit mandate creditor"},"api-reference/objects/international-beneficiary-dynamic-forms":{"id":"api-reference/objects/international-beneficiary-dynamic-forms","title":"InternationalBeneficiaryDynamicForms","description":"COMING SOON"},"api-reference/objects/international-credit-transfer-currency-exchange":{"id":"api-reference/objects/international-credit-transfer-currency-exchange","title":"InternationalCreditTransferCurrencyExchange","description":"International Currency Exchange / Quote"},"api-reference/objects/international-credit-transfer-details":{"id":"api-reference/objects/international-credit-transfer-details","title":"InternationalCreditTransferDetails","description":"International Credit Transfer - Currency-specific details of the beneficiary"},"api-reference/objects/international-credit-transfer-dynamic-form":{"id":"api-reference/objects/international-credit-transfer-dynamic-form","title":"InternationalCreditTransferDynamicForm","description":"COMING SOON"},"api-reference/objects/international-credit-transfer-out-creditor":{"id":"api-reference/objects/international-credit-transfer-out-creditor","title":"InternationalCreditTransferOutCreditor","description":"International Credit Transfer Out - Creditor info"},"api-reference/objects/international-credit-transfer-out-debtor":{"id":"api-reference/objects/international-credit-transfer-out-debtor","title":"InternationalCreditTransferOutDebtor","description":"International Credit Transfer Out - Debtor info"},"api-reference/objects/international-credit-transfer-quote":{"id":"api-reference/objects/international-credit-transfer-quote","title":"InternationalCreditTransferQuote","description":"COMING SOON"},"api-reference/objects/international-credit-transfer-transaction":{"id":"api-reference/objects/international-credit-transfer-transaction","title":"InternationalCreditTransferTransaction","description":"No description"},"api-reference/objects/invalid-argument-rejection":{"id":"api-reference/objects/invalid-argument-rejection","title":"InvalidArgumentRejection","description":"Rejection returned on invalid argument error"},"api-reference/objects/invalid-argument-rejection-field":{"id":"api-reference/objects/invalid-argument-rejection-field","title":"InvalidArgumentRejectionField","description":"No description"},"api-reference/objects/invalid-iban":{"id":"api-reference/objects/invalid-iban","title":"InvalidIban","description":"Information about the invalidity of the IBAN"},"api-reference/objects/invalid-identification-level-status-info":{"id":"api-reference/objects/invalid-identification-level-status-info","title":"InvalidIdentificationLevelStatusInfo","description":"Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed"},"api-reference/objects/invalid-phone-number-rejection":{"id":"api-reference/objects/invalid-phone-number-rejection","title":"InvalidPhoneNumberRejection","description":"Rejection returned if phone number is not well formatted"},"api-reference/objects/invalid-siren-number-rejection":{"id":"api-reference/objects/invalid-siren-number-rejection","title":"InvalidSirenNumberRejection","description":"Rejection returned if siren number is not well formatted"},"api-reference/objects/invoice":{"id":"api-reference/objects/invoice","title":"Invoice","description":"Invoice"},"api-reference/objects/invoice-connection":{"id":"api-reference/objects/invoice-connection","title":"InvoiceConnection","description":"Please see the Connection interface"},"api-reference/objects/invoice-edge":{"id":"api-reference/objects/invoice-edge","title":"InvoiceEdge","description":"Please see the Edge interface"},"api-reference/objects/legal-document":{"id":"api-reference/objects/legal-document","title":"LegalDocument","description":"No description"},"api-reference/objects/legal-document-active-status-info":{"id":"api-reference/objects/legal-document-active-status-info","title":"LegalDocumentActiveStatusInfo","description":"No description"},"api-reference/objects/legal-document-connection":{"id":"api-reference/objects/legal-document-connection","title":"LegalDocumentConnection","description":"No description"},"api-reference/objects/legal-document-edge":{"id":"api-reference/objects/legal-document-edge","title":"LegalDocumentEdge","description":"No description"},"api-reference/objects/legal-document-inactive-status-info":{"id":"api-reference/objects/legal-document-inactive-status-info","title":"LegalDocumentInactiveStatusInfo","description":"No description"},"api-reference/objects/legal-document-upcoming-status-info":{"id":"api-reference/objects/legal-document-upcoming-status-info","title":"LegalDocumentUpcomingStatusInfo","description":"No description"},"api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection":{"id":"api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection","title":"LegalRepresentativeAccountMembershipCannotBeDisabledRejection","description":"No description"},"api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection":{"id":"api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection","title":"LegalRepresentativeAccountMembershipCannotBeSuspendedRejection","description":"No description"},"api-reference/objects/merchant-profile":{"id":"api-reference/objects/merchant-profile","title":"MerchantProfile","description":"Merchant Profile"},"api-reference/objects/merchant-profile-connection":{"id":"api-reference/objects/merchant-profile-connection","title":"MerchantProfileConnection","description":"No description"},"api-reference/objects/merchant-profile-edge":{"id":"api-reference/objects/merchant-profile-edge","title":"MerchantProfileEdge","description":"No description"},"api-reference/objects/merchant-profile-wrong-status-rejection":{"id":"api-reference/objects/merchant-profile-wrong-status-rejection","title":"MerchantProfileWrongStatusRejection","description":"Rejection returned when the Merchant Profile is not in the expected status"},"api-reference/objects/missing-mandatory-field-rejection":{"id":"api-reference/objects/missing-mandatory-field-rejection","title":"MissingMandatoryFieldRejection","description":"Rejection returned when mandatory fields are missing from the call."},"api-reference/objects/not-found-rejection":{"id":"api-reference/objects/not-found-rejection","title":"NotFoundRejection","description":"Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists"},"api-reference/objects/not-reachable-consent-status-rejection":{"id":"api-reference/objects/not-reachable-consent-status-rejection","title":"NotReachableConsentStatusRejection","description":"Rejection returned when consent status couldn\'t change"},"api-reference/objects/not-started-identification-level-status-info":{"id":"api-reference/objects/not-started-identification-level-status-info","title":"NotStartedIdentificationLevelStatusInfo","description":"Describes an identification level that hasn\'t started for the process of the current identification"},"api-reference/objects/not-supported-country-rejection":{"id":"api-reference/objects/not-supported-country-rejection","title":"NotSupportedCountryRejection","description":"Rejection returned if the queried service doesn\'t support the country code"},"api-reference/objects/not-supported-identification-level-status-info":{"id":"api-reference/objects/not-supported-identification-level-status-info","title":"NotSupportedIdentificationLevelStatusInfo","description":"Describes an identification level that\'s not supported for the process of the current identification"},"api-reference/objects/oauth-redirect-parameters":{"id":"api-reference/objects/oauth-redirect-parameters","title":"OAuthRedirectParameters","description":"Extra parameters provided by partner"},"api-reference/objects/onboard-company-account-holder-success-payload":{"id":"api-reference/objects/onboard-company-account-holder-success-payload","title":"OnboardCompanyAccountHolderSuccessPayload","description":"No description"},"api-reference/objects/onboard-individual-account-holder-success-payload":{"id":"api-reference/objects/onboard-individual-account-holder-success-payload","title":"OnboardIndividualAccountHolderSuccessPayload","description":"No description"},"api-reference/objects/onboarding":{"id":"api-reference/objects/onboarding","title":"Onboarding","description":"Information provided during the onboarding process of an individual or a company"},"api-reference/objects/onboarding-company-account-holder-info":{"id":"api-reference/objects/onboarding-company-account-holder-info","title":"OnboardingCompanyAccountHolderInfo","description":"Company Account Holder Information"},"api-reference/objects/onboarding-connection":{"id":"api-reference/objects/onboarding-connection","title":"OnboardingConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/onboarding-edge":{"id":"api-reference/objects/onboarding-edge","title":"OnboardingEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/onboarding-finalized-status-info":{"id":"api-reference/objects/onboarding-finalized-status-info","title":"OnboardingFinalizedStatusInfo","description":"StatusInfo when onboarding has been finalized"},"api-reference/objects/onboarding-individual-account-holder-info":{"id":"api-reference/objects/onboarding-individual-account-holder-info","title":"OnboardingIndividualAccountHolderInfo","description":"Individual Account Holder Information"},"api-reference/objects/onboarding-info":{"id":"api-reference/objects/onboarding-info","title":"OnboardingInfo","description":"No description"},"api-reference/objects/onboarding-invalid-status-info":{"id":"api-reference/objects/onboarding-invalid-status-info","title":"OnboardingInvalidStatusInfo","description":"StatusInfo when onboarding has still at least one incorrect field"},"api-reference/objects/onboarding-not-completed-rejection":{"id":"api-reference/objects/onboarding-not-completed-rejection","title":"OnboardingNotCompletedRejection","description":"Rejection returned if an onboarding is not completed"},"api-reference/objects/onboarding-valid-status-info":{"id":"api-reference/objects/onboarding-valid-status-info","title":"OnboardingValidStatusInfo","description":"StatusInfo when onboarding has all onboarding fields are correctly filled"},"api-reference/objects/page-info":{"id":"api-reference/objects/page-info","title":"PageInfo","description":"Implements PageInfo from the Relay Connections Specification - information about a page in the pagination mechanism"},"api-reference/objects/partnership-accepted-status-info":{"id":"api-reference/objects/partnership-accepted-status-info","title":"PartnershipAcceptedStatusInfo","description":"Partnership Status Accepted"},"api-reference/objects/partnership-canceled-status-info":{"id":"api-reference/objects/partnership-canceled-status-info","title":"PartnershipCanceledStatusInfo","description":"Partnership Status canceled"},"api-reference/objects/partnership-canceling-status-info":{"id":"api-reference/objects/partnership-canceling-status-info","title":"PartnershipCancelingStatusInfo","description":"Partnership Status currently cancelling"},"api-reference/objects/passport-document":{"id":"api-reference/objects/passport-document","title":"PassportDocument","description":"The document corresponding to a passport"},"api-reference/objects/passport-document-file":{"id":"api-reference/objects/passport-document-file","title":"PassportDocumentFile","description":"The file associated to the passport document"},"api-reference/objects/payment":{"id":"api-reference/objects/payment","title":"Payment","description":"A Payment represents a set of transactions linked to the same payment act."},"api-reference/objects/payment-connection":{"id":"api-reference/objects/payment-connection","title":"PaymentConnection","description":"Please see the Connection interface"},"api-reference/objects/payment-consent-pending":{"id":"api-reference/objects/payment-consent-pending","title":"PaymentConsentPending","description":"Payment status consent pending"},"api-reference/objects/payment-edge":{"id":"api-reference/objects/payment-edge","title":"PaymentEdge","description":"Please see the Connection interface"},"api-reference/objects/payment-initiated":{"id":"api-reference/objects/payment-initiated","title":"PaymentInitiated","description":"Payment status initiated"},"api-reference/objects/payment-mandate-canceled-status-info":{"id":"api-reference/objects/payment-mandate-canceled-status-info","title":"PaymentMandateCanceledStatusInfo","description":"Payment Mandate Canceled status information"},"api-reference/objects/payment-mandate-connection":{"id":"api-reference/objects/payment-mandate-connection","title":"PaymentMandateConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/payment-mandate-consent-pending-status-info":{"id":"api-reference/objects/payment-mandate-consent-pending-status-info","title":"PaymentMandateConsentPendingStatusInfo","description":"Payment Mandate Consent Pending status information"},"api-reference/objects/payment-mandate-edge":{"id":"api-reference/objects/payment-mandate-edge","title":"PaymentMandateEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/payment-mandate-enabled-status-info":{"id":"api-reference/objects/payment-mandate-enabled-status-info","title":"PaymentMandateEnabledStatusInfo","description":"Payment Mandate Enabled status information"},"api-reference/objects/payment-mandate-mandate-not-found-rejection":{"id":"api-reference/objects/payment-mandate-mandate-not-found-rejection","title":"PaymentMandateMandateNotFoundRejection","description":"Error returned if the payment mandate was not found"},"api-reference/objects/payment-mandate-reference-already-used-rejection":{"id":"api-reference/objects/payment-mandate-reference-already-used-rejection","title":"PaymentMandateReferenceAlreadyUsedRejection","description":"Rejection returned if the payment mandate reference is already used for the same creditor"},"api-reference/objects/payment-mandate-rejected-status-info":{"id":"api-reference/objects/payment-mandate-rejected-status-info","title":"PaymentMandateRejectedStatusInfo","description":"Payment Mandate Rejected status information"},"api-reference/objects/payment-method-not-compatible-rejection":{"id":"api-reference/objects/payment-method-not-compatible-rejection","title":"PaymentMethodNotCompatibleRejection","description":"Rejection returned when a payment method is not compatible for the requested mutation"},"api-reference/objects/payment-rejected":{"id":"api-reference/objects/payment-rejected","title":"PaymentRejected","description":"Payment status rejected"},"api-reference/objects/pdf-statement":{"id":"api-reference/objects/pdf-statement","title":"PdfStatement","description":"Custom information for a PDF statement"},"api-reference/objects/pending-consent-account-membership-update":{"id":"api-reference/objects/pending-consent-account-membership-update","title":"PendingConsentAccountMembershipUpdate","description":"Pending Consent when the account membership will be updated"},"api-reference/objects/pending-digital-card":{"id":"api-reference/objects/pending-digital-card","title":"PendingDigitalCard","description":"Pending Digital Card used for ApplePay or GooglePay"},"api-reference/objects/pending-funding-source-status-info":{"id":"api-reference/objects/pending-funding-source-status-info","title":"PendingFundingSourceStatusInfo","description":"Funding Source Pending status information"},"api-reference/objects/pending-identification-level-status-info":{"id":"api-reference/objects/pending-identification-level-status-info","title":"PendingIdentificationLevelStatusInfo","description":"Describes an identification level that is pending for the process of the current identification, requiring an operation not related to the end-user to progress"},"api-reference/objects/pending-merchant-payment-method-status-info":{"id":"api-reference/objects/pending-merchant-payment-method-status-info","title":"PendingMerchantPaymentMethodStatusInfo","description":"PendingMerchantPaymentMethodStatusInfo"},"api-reference/objects/pending-review-merchant-profile-status-info":{"id":"api-reference/objects/pending-review-merchant-profile-status-info","title":"PendingReviewMerchantProfileStatusInfo","description":"PendingReviewMerchantProfileStatusInfo"},"api-reference/objects/pending-review-status-info":{"id":"api-reference/objects/pending-review-status-info","title":"PendingReviewStatusInfo","description":"Pending Verification Information"},"api-reference/objects/pending-transaction-status-info":{"id":"api-reference/objects/pending-transaction-status-info","title":"PendingTransactionStatusInfo","description":"Pending transaction status information"},"api-reference/objects/pending-verification-status-info":{"id":"api-reference/objects/pending-verification-status-info","title":"PendingVerificationStatusInfo","description":"Pending Verification Information"},"api-reference/objects/permission-cannot-be-granted-rejection":{"id":"api-reference/objects/permission-cannot-be-granted-rejection","title":"PermissionCannotBeGrantedRejection","description":"No description"},"api-reference/objects/physical-card":{"id":"api-reference/objects/physical-card","title":"PhysicalCard","description":"Physical Card"},"api-reference/objects/physical-card-activated-status-info":{"id":"api-reference/objects/physical-card-activated-status-info","title":"PhysicalCardActivatedStatusInfo","description":"Physical Card Activated Status Information"},"api-reference/objects/physical-card-canceled-status-info":{"id":"api-reference/objects/physical-card-canceled-status-info","title":"PhysicalCardCanceledStatusInfo","description":"Physical Card Canceled Status Information"},"api-reference/objects/physical-card-canceling-status-info":{"id":"api-reference/objects/physical-card-canceling-status-info","title":"PhysicalCardCancelingStatusInfo","description":"Physical Card Canceling Status Information"},"api-reference/objects/physical-card-consent-pending-status-info":{"id":"api-reference/objects/physical-card-consent-pending-status-info","title":"PhysicalCardConsentPendingStatusInfo","description":"when the user has to authorize production of the physical card"},"api-reference/objects/physical-card-custom-options":{"id":"api-reference/objects/physical-card-custom-options","title":"PhysicalCardCustomOptions","description":"Custom options for physical card."},"api-reference/objects/physical-card-not-found-rejection":{"id":"api-reference/objects/physical-card-not-found-rejection","title":"PhysicalCardNotFoundRejection","description":"Rejection returned when the Physical Card does not exist"},"api-reference/objects/physical-card-processing-status-info":{"id":"api-reference/objects/physical-card-processing-status-info","title":"PhysicalCardProcessingStatusInfo","description":"when the physical card is in the process of being ready to use"},"api-reference/objects/physical-card-renewed-status-info":{"id":"api-reference/objects/physical-card-renewed-status-info","title":"PhysicalCardRenewedStatusInfo","description":"Physical Card Renewed Status Information"},"api-reference/objects/physical-card-suspended-status-info":{"id":"api-reference/objects/physical-card-suspended-status-info","title":"PhysicalCardSuspendedStatusInfo","description":"Physical Card Suspended Status Information"},"api-reference/objects/physical-card-to-activate-status-info":{"id":"api-reference/objects/physical-card-to-activate-status-info","title":"PhysicalCardToActivateStatusInfo","description":"Physical Card To Activate Status Information"},"api-reference/objects/physical-card-wrong-status-rejection":{"id":"api-reference/objects/physical-card-wrong-status-rejection","title":"PhysicalCardWrongStatusRejection","description":"Rejection returned when the Physical Card is not the expected status"},"api-reference/objects/pinnot-ready-rejection":{"id":"api-reference/objects/pinnot-ready-rejection","title":"PINNotReadyRejection","description":"No description"},"api-reference/objects/pre-provisioning-suvcard-settings":{"id":"api-reference/objects/pre-provisioning-suvcard-settings","title":"PreProvisioningSUVCardSettings","description":"No description"},"api-reference/objects/print-physical-card-success-payload":{"id":"api-reference/objects/print-physical-card-success-payload","title":"PrintPhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/project-card-designs":{"id":"api-reference/objects/project-card-designs","title":"ProjectCardDesigns","description":"No description"},"api-reference/objects/project-card-settings":{"id":"api-reference/objects/project-card-settings","title":"ProjectCardSettings","description":"No description"},"api-reference/objects/project-forbidden-rejection":{"id":"api-reference/objects/project-forbidden-rejection","title":"ProjectForbiddenRejection","description":"No description"},"api-reference/objects/project-funding-limit-exceeded-rejection":{"id":"api-reference/objects/project-funding-limit-exceeded-rejection","title":"ProjectFundingLimitExceededRejection","description":"Rejection returned when the Project Funding has been exceeded"},"api-reference/objects/project-info":{"id":"api-reference/objects/project-info","title":"ProjectInfo","description":"Public information of a Project"},"api-reference/objects/project-instant-funding-limit-exceeded-rejection":{"id":"api-reference/objects/project-instant-funding-limit-exceeded-rejection","title":"ProjectInstantFundingLimitExceededRejection","description":"Rejection returned when the Project Instant Funding limit has been exceeded"},"api-reference/objects/project-invalid-status-rejection":{"id":"api-reference/objects/project-invalid-status-rejection","title":"ProjectInvalidStatusRejection","description":"No description"},"api-reference/objects/project-not-found":{"id":"api-reference/objects/project-not-found","title":"ProjectNotFound","description":"No description"},"api-reference/objects/project-not-found-rejection":{"id":"api-reference/objects/project-not-found-rejection","title":"ProjectNotFoundRejection","description":"Rejection returned when the project is not found"},"api-reference/objects/project-settings-forbidden-error":{"id":"api-reference/objects/project-settings-forbidden-error","title":"ProjectSettingsForbiddenError","description":"No description"},"api-reference/objects/project-settings-not-found":{"id":"api-reference/objects/project-settings-not-found","title":"ProjectSettingsNotFound","description":"No description"},"api-reference/objects/project-settings-status-not-reachable":{"id":"api-reference/objects/project-settings-status-not-reachable","title":"ProjectSettingsStatusNotReachable","description":"No description"},"api-reference/objects/public-onboarding-disabled-rejection":{"id":"api-reference/objects/public-onboarding-disabled-rejection","title":"PublicOnboardingDisabledRejection","description":"Rejection returned when the public onboarding is disabled"},"api-reference/objects/radio-field":{"id":"api-reference/objects/radio-field","title":"RadioField","description":"No description"},"api-reference/objects/reachability":{"id":"api-reference/objects/reachability","title":"Reachability","description":"Information that can be used to determine where the iban can be used"},"api-reference/objects/received-direct-debit-mandate-already-exist-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-already-exist-rejection","title":"ReceivedDirectDebitMandateAlreadyExistRejection","description":"Rejection returned if the received direct debit mandate already exist"},"api-reference/objects/received-direct-debit-mandate-canceled-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-canceled-rejection","title":"ReceivedDirectDebitMandateCanceledRejection","description":"Received direct debit mandate is canceled and therefore can\'t be enabled/suspended or updated"},"api-reference/objects/received-direct-debit-mandate-connection":{"id":"api-reference/objects/received-direct-debit-mandate-connection","title":"ReceivedDirectDebitMandateConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/received-direct-debit-mandate-edge":{"id":"api-reference/objects/received-direct-debit-mandate-edge","title":"ReceivedDirectDebitMandateEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection","title":"ReceivedDirectDebitMandateNotB2bRejection","description":"Rejection returned if the received direct debit mandate is not a B2b mandate"},"api-reference/objects/received-direct-debit-mandate-not-found-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-not-found-rejection","title":"ReceivedDirectDebitMandateNotFoundRejection","description":"Error returned if the received direct debit mandate was not found or if the user does not have the rights to receive information abo"},"api-reference/objects/received-direct-debit-mandate-status-info-canceled":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-canceled","title":"ReceivedDirectDebitMandateStatusInfoCanceled","description":"Received Direct Debit Mandate Canceled status information"},"api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending","title":"ReceivedDirectDebitMandateStatusInfoConsentInitiationPending","description":"Received Direct Debit Mandate ConsentInitiationPending status information"},"api-reference/objects/received-direct-debit-mandate-status-info-consent-pending":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-consent-pending","title":"ReceivedDirectDebitMandateStatusInfoConsentPending","description":"Received Direct Debit Mandate ConsentPending status information"},"api-reference/objects/received-direct-debit-mandate-status-info-enabled":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-enabled","title":"ReceivedDirectDebitMandateStatusInfoEnabled","description":"Received Direct Debit Mandate Enabled status information"},"api-reference/objects/received-direct-debit-mandate-status-info-suspended":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-suspended","title":"ReceivedDirectDebitMandateStatusInfoSuspended","description":"Received Direct Debit Mandate Suspended status information"},"api-reference/objects/refund-rejection":{"id":"api-reference/objects/refund-rejection","title":"RefundRejection","description":"Rejection returned if the transaction status is not correct for the desired action"},"api-reference/objects/refund-success-payload":{"id":"api-reference/objects/refund-success-payload","title":"RefundSuccessPayload","description":"Consent generated by the refund mutation"},"api-reference/objects/rejected-funding-source-status-info":{"id":"api-reference/objects/rejected-funding-source-status-info","title":"RejectedFundingSourceStatusInfo","description":"Funding Source Rejected status information"},"api-reference/objects/rejected-merchant-payment-method-status-info":{"id":"api-reference/objects/rejected-merchant-payment-method-status-info","title":"RejectedMerchantPaymentMethodStatusInfo","description":"RejectedMerchantPaymentMethodStatusInfo"},"api-reference/objects/rejected-merchant-profile-status-info":{"id":"api-reference/objects/rejected-merchant-profile-status-info","title":"RejectedMerchantProfileStatusInfo","description":"RejectedMerchantProfileStatusInfo"},"api-reference/objects/rejected-transaction-status-info":{"id":"api-reference/objects/rejected-transaction-status-info","title":"RejectedTransactionStatusInfo","description":"Rejected transaction status information"},"api-reference/objects/rejected-verification-status-info":{"id":"api-reference/objects/rejected-verification-status-info","title":"RejectedVerificationStatusInfo","description":"Rejected Information"},"api-reference/objects/released-transaction-status-info":{"id":"api-reference/objects/released-transaction-status-info","title":"ReleasedTransactionStatusInfo","description":"Released card transaction status information"},"api-reference/objects/report-document":{"id":"api-reference/objects/report-document","title":"ReportDocument","description":"The document corresponding to a identification report"},"api-reference/objects/report-document-file":{"id":"api-reference/objects/report-document-file","title":"ReportDocumentFile","description":"The file associated to the report document"},"api-reference/objects/report-exchange-rate":{"id":"api-reference/objects/report-exchange-rate","title":"ReportExchangeRate","description":"here is the exchange rate detail"},"api-reference/objects/request-merchant-payment-methods-success-payload":{"id":"api-reference/objects/request-merchant-payment-methods-success-payload","title":"RequestMerchantPaymentMethodsSuccessPayload","description":"No description"},"api-reference/objects/request-merchant-profile-update":{"id":"api-reference/objects/request-merchant-profile-update","title":"RequestMerchantProfileUpdate","description":"Request Update Merchant Profile"},"api-reference/objects/request-merchant-profile-update-success-payload":{"id":"api-reference/objects/request-merchant-profile-update-success-payload","title":"RequestMerchantProfileUpdateSuccessPayload","description":"Add Merchant Profile Success Payload"},"api-reference/objects/request-supporting-document-collection-review-success-payload":{"id":"api-reference/objects/request-supporting-document-collection-review-success-payload","title":"RequestSupportingDocumentCollectionReviewSuccessPayload","description":"No description"},"api-reference/objects/residence-permit-document":{"id":"api-reference/objects/residence-permit-document","title":"ResidencePermitDocument","description":"The document corresponding to a residence permit"},"api-reference/objects/residence-permit-document-file":{"id":"api-reference/objects/residence-permit-document-file","title":"ResidencePermitDocumentFile","description":"The file associated to the resident permit document"},"api-reference/objects/restricted-to":{"id":"api-reference/objects/restricted-to","title":"RestrictedTo","description":"Account membership restricted to"},"api-reference/objects/restricted-to-user-rejection":{"id":"api-reference/objects/restricted-to-user-rejection","title":"RestrictedToUserRejection","description":"Rejection returned if the mutation cannot be executed in another context than user"},"api-reference/objects/resume-account-membership-success-payload":{"id":"api-reference/objects/resume-account-membership-success-payload","title":"ResumeAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/resume-physical-card-success-payload":{"id":"api-reference/objects/resume-physical-card-success-payload","title":"ResumePhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/rolling-reserve":{"id":"api-reference/objects/rolling-reserve","title":"RollingReserve","description":"Percentage over a number of business days, that is applied to all funds collected to compute a Reserved amount"},"api-reference/objects/schedule-standing-order-success-payload":{"id":"api-reference/objects/schedule-standing-order-success-payload","title":"ScheduleStandingOrderSuccessPayload","description":"No description"},"api-reference/objects/scheme":{"id":"api-reference/objects/scheme","title":"Scheme","description":"No description"},"api-reference/objects/scheme-wrong-rejection":{"id":"api-reference/objects/scheme-wrong-rejection","title":"SchemeWrongRejection","description":"Rejection returned when adding a B2B mandate with an Individual debtor"},"api-reference/objects/select-field":{"id":"api-reference/objects/select-field","title":"SelectField","description":"No description"},"api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method":{"id":"api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method","title":"SepaDirectDebitB2BMerchantPaymentMethod","description":"SepaDirectDebitB2BMerchantPaymentMethod"},"api-reference/objects/sepa-direct-debit-core-merchant-payment-method":{"id":"api-reference/objects/sepa-direct-debit-core-merchant-payment-method","title":"SepaDirectDebitCoreMerchantPaymentMethod","description":"SepaDirectDebitCoreMerchantPaymentMethod"},"api-reference/objects/sepabeneficiary":{"id":"api-reference/objects/sepabeneficiary","title":"SEPABeneficiary","description":"SOON TO BE DEPRECATED"},"api-reference/objects/sepacredit-transfer-in-creditor":{"id":"api-reference/objects/sepacredit-transfer-in-creditor","title":"SEPACreditTransferInCreditor","description":"Sepa Credit Transfer Creditor for Incoming transaction"},"api-reference/objects/sepacredit-transfer-in-debtor":{"id":"api-reference/objects/sepacredit-transfer-in-debtor","title":"SEPACreditTransferInDebtor","description":"Sepa Credit Transfer Debtor for Incoming transaction"},"api-reference/objects/sepacredit-transfer-internal-in-debtor":{"id":"api-reference/objects/sepacredit-transfer-internal-in-debtor","title":"SEPACreditTransferInternalInDebtor","description":"SOON TO BE DEPRECATED"},"api-reference/objects/sepacredit-transfer-internal-out-creditor":{"id":"api-reference/objects/sepacredit-transfer-internal-out-creditor","title":"SEPACreditTransferInternalOutCreditor","description":"SOON TO BE DEPRECATED"},"api-reference/objects/sepacredit-transfer-out-creditor":{"id":"api-reference/objects/sepacredit-transfer-out-creditor","title":"SEPACreditTransferOutCreditor","description":"Sepa Credit Transfer Creditor for Outgoing transaction"},"api-reference/objects/sepacredit-transfer-out-debtor":{"id":"api-reference/objects/sepacredit-transfer-out-debtor","title":"SEPACreditTransferOutDebtor","description":"Sepa Credit Transfer Debtor for internal transaction"},"api-reference/objects/sepacredit-transfer-transaction":{"id":"api-reference/objects/sepacredit-transfer-transaction","title":"SEPACreditTransferTransaction","description":"Sepa Credit Transfer transaction"},"api-reference/objects/sepadirect-debit-in-creditor":{"id":"api-reference/objects/sepadirect-debit-in-creditor","title":"SEPADirectDebitInCreditor","description":"Sepa Direct Debit Creditor for Input transaction"},"api-reference/objects/sepadirect-debit-in-debtor":{"id":"api-reference/objects/sepadirect-debit-in-debtor","title":"SEPADirectDebitInDebtor","description":"Sepa Direct Debtor for Input transaction"},"api-reference/objects/sepadirect-debit-out-creditor":{"id":"api-reference/objects/sepadirect-debit-out-creditor","title":"SEPADirectDebitOutCreditor","description":"Sepa Direct Debit Creditor for Outgoing transaction"},"api-reference/objects/sepadirect-debit-out-debtor":{"id":"api-reference/objects/sepadirect-debit-out-debtor","title":"SEPADirectDebitOutDebtor","description":"Sepa Direct Debtor for Outgoing transaction"},"api-reference/objects/sepadirect-debit-transaction":{"id":"api-reference/objects/sepadirect-debit-transaction","title":"SEPADirectDebitTransaction","description":"Sepa Direct Debit transaction"},"api-reference/objects/sepapayment-direct-debit-mandate":{"id":"api-reference/objects/sepapayment-direct-debit-mandate","title":"SEPAPaymentDirectDebitMandate","description":"Payment direct debit mandate for SEPA"},"api-reference/objects/sepapayment-mandate-creditor":{"id":"api-reference/objects/sepapayment-mandate-creditor","title":"SEPAPaymentMandateCreditor","description":"No description"},"api-reference/objects/sepapayment-mandate-debtor":{"id":"api-reference/objects/sepapayment-mandate-debtor","title":"SEPAPaymentMandateDebtor","description":"No description"},"api-reference/objects/separeceived-direct-debit-mandate":{"id":"api-reference/objects/separeceived-direct-debit-mandate","title":"SEPAReceivedDirectDebitMandate","description":"Received direct debit mandate for SEPA"},"api-reference/objects/separeceived-direct-debit-mandate-creditor":{"id":"api-reference/objects/separeceived-direct-debit-mandate-creditor","title":"SEPAReceivedDirectDebitMandateCreditor","description":"SEPA received direct debit mandate creditor"},"api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection":{"id":"api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection","title":"ServerConsentCredentialsNotValidOrOutdatedRejection","description":"Rejection returned when signature is not valid or remote IP address is not allowed"},"api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection":{"id":"api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection","title":"ServerConsentNotAllowedForConsentOperationRejection","description":"Rejection returned when server consent is not allowed on the consent"},"api-reference/objects/server-consent-not-allowed-for-project-rejection":{"id":"api-reference/objects/server-consent-not-allowed-for-project-rejection","title":"ServerConsentNotAllowedForProjectRejection","description":"Rejection returned when server consent is not allowed for the project associated with the consent"},"api-reference/objects/server-consent-project-credential-missing-rejection":{"id":"api-reference/objects/server-consent-project-credential-missing-rejection","title":"ServerConsentProjectCredentialMissingRejection","description":"Rejection returned when there are no server consent credentials for the project"},"api-reference/objects/server-consent-project-credential-not-found-rejection":{"id":"api-reference/objects/server-consent-project-credential-not-found-rejection","title":"ServerConsentProjectCredentialNotFoundRejection","description":"Rejection returned when the server consent project credentials are not found"},"api-reference/objects/server-consent-project-settings-not-found-rejection":{"id":"api-reference/objects/server-consent-project-settings-not-found-rejection","title":"ServerConsentProjectSettingsNotFoundRejection","description":"Rejection returned when the server consent project settings are not found"},"api-reference/objects/server-consent-signature-not-valid-rejection":{"id":"api-reference/objects/server-consent-signature-not-valid-rejection","title":"ServerConsentSignatureNotValidRejection","description":"Rejection returned when the signature is not valid"},"api-reference/objects/shareholder":{"id":"api-reference/objects/shareholder","title":"Shareholder","description":"Shareholder of a company creating a Capital Deposit Case"},"api-reference/objects/signature":{"id":"api-reference/objects/signature","title":"Signature","description":"No description"},"api-reference/objects/spending":{"id":"api-reference/objects/spending","title":"Spending","description":"Spending"},"api-reference/objects/spending-limit":{"id":"api-reference/objects/spending-limit","title":"SpendingLimit","description":"Spending limits"},"api-reference/objects/standing-order":{"id":"api-reference/objects/standing-order","title":"StandingOrder","description":"No description"},"api-reference/objects/standing-order-canceled-status-info":{"id":"api-reference/objects/standing-order-canceled-status-info","title":"StandingOrderCanceledStatusInfo","description":"No description"},"api-reference/objects/standing-order-connection":{"id":"api-reference/objects/standing-order-connection","title":"StandingOrderConnection","description":"Please see the Connection interface"},"api-reference/objects/standing-order-consent-pending-status-info":{"id":"api-reference/objects/standing-order-consent-pending-status-info","title":"StandingOrderConsentPendingStatusInfo","description":"No description"},"api-reference/objects/standing-order-edge":{"id":"api-reference/objects/standing-order-edge","title":"StandingOrderEdge","description":"Please see the Connection interface"},"api-reference/objects/standing-order-enabled-status-info":{"id":"api-reference/objects/standing-order-enabled-status-info","title":"StandingOrderEnabledStatusInfo","description":"No description"},"api-reference/objects/standing-order-not-found-rejection":{"id":"api-reference/objects/standing-order-not-found-rejection","title":"StandingOrderNotFoundRejection","description":"Rejection returned when Standing Order is not found"},"api-reference/objects/started-identification-level-status-info":{"id":"api-reference/objects/started-identification-level-status-info","title":"StartedIdentificationLevelStatusInfo","description":"Describes an identification level that has started for the process of the current identification"},"api-reference/objects/statement":{"id":"api-reference/objects/statement","title":"Statement","description":"A statement represent metadata around a banking document that list all of the BOOKED banking transactions that have happened between startDate and endDate"},"api-reference/objects/statement-connection":{"id":"api-reference/objects/statement-connection","title":"StatementConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)."},"api-reference/objects/statement-edge":{"id":"api-reference/objects/statement-edge","title":"StatementEdge","description":"Implements the Relay Edge interface."},"api-reference/objects/supporting-document":{"id":"api-reference/objects/supporting-document","title":"SupportingDocument","description":"Supporting document used for compliance"},"api-reference/objects/supporting-document-collection":{"id":"api-reference/objects/supporting-document-collection","title":"SupportingDocumentCollection","description":"Collection of supporting documents used for compliance"},"api-reference/objects/supporting-document-collection-approved-status-info":{"id":"api-reference/objects/supporting-document-collection-approved-status-info","title":"SupportingDocumentCollectionApprovedStatusInfo","description":"Supporting document collection with Approved status"},"api-reference/objects/supporting-document-collection-canceled-status-info":{"id":"api-reference/objects/supporting-document-collection-canceled-status-info","title":"SupportingDocumentCollectionCanceledStatusInfo","description":"Supporting document collection with Canceled status"},"api-reference/objects/supporting-document-collection-connection":{"id":"api-reference/objects/supporting-document-collection-connection","title":"SupportingDocumentCollectionConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/supporting-document-collection-edge":{"id":"api-reference/objects/supporting-document-collection-edge","title":"SupportingDocumentCollectionEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/supporting-document-collection-not-found-rejection":{"id":"api-reference/objects/supporting-document-collection-not-found-rejection","title":"SupportingDocumentCollectionNotFoundRejection","description":"Rejection returned if the supporting document collection was not found"},"api-reference/objects/supporting-document-collection-pending-review-status-info":{"id":"api-reference/objects/supporting-document-collection-pending-review-status-info","title":"SupportingDocumentCollectionPendingReviewStatusInfo","description":"Supporting document collection with PendingReview status"},"api-reference/objects/supporting-document-collection-rejected-status-info":{"id":"api-reference/objects/supporting-document-collection-rejected-status-info","title":"SupportingDocumentCollectionRejectedStatusInfo","description":"Supporting document collection with Rejected status"},"api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection":{"id":"api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection","title":"SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection","description":"Rejection returned if supporting document cannot be deleted because its supporting document collection status is not WaitingForDocument"},"api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection":{"id":"api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection","title":"SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection","description":"Rejection returned if supporting document cannot be updated because its supporting document collection status is not WaitingForDocument"},"api-reference/objects/supporting-document-collection-status-not-allowed-rejection":{"id":"api-reference/objects/supporting-document-collection-status-not-allowed-rejection","title":"SupportingDocumentCollectionStatusNotAllowedRejection","description":"Rejection returned if the status transition is not allowed"},"api-reference/objects/supporting-document-collection-waiting-for-document-status-info":{"id":"api-reference/objects/supporting-document-collection-waiting-for-document-status-info","title":"SupportingDocumentCollectionWaitingForDocumentStatusInfo","description":"Supporting document collection with WaitingForUpload status"},"api-reference/objects/supporting-document-not-found-rejection":{"id":"api-reference/objects/supporting-document-not-found-rejection","title":"SupportingDocumentNotFoundRejection","description":"Rejection returned if the supporting document was not found"},"api-reference/objects/supporting-document-not-uploaded-status-info":{"id":"api-reference/objects/supporting-document-not-uploaded-status-info","title":"SupportingDocumentNotUploadedStatusInfo","description":"Supporting document with NotUploaded status."},"api-reference/objects/supporting-document-post-field":{"id":"api-reference/objects/supporting-document-post-field","title":"SupportingDocumentPostField","description":"No description"},"api-reference/objects/supporting-document-purpose":{"id":"api-reference/objects/supporting-document-purpose","title":"SupportingDocumentPurpose","description":"Details of a supporting document purpose"},"api-reference/objects/supporting-document-refused-status-info":{"id":"api-reference/objects/supporting-document-refused-status-info","title":"SupportingDocumentRefusedStatusInfo","description":"Supporting document with Refused status"},"api-reference/objects/supporting-document-settings":{"id":"api-reference/objects/supporting-document-settings","title":"SupportingDocumentSettings","description":"No description"},"api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection":{"id":"api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection","title":"SupportingDocumentStatusDoesNotAllowDeletionRejection","description":"Rejection returned if supporting document cannot be deleted because of its status"},"api-reference/objects/supporting-document-status-does-not-allow-update-rejection":{"id":"api-reference/objects/supporting-document-status-does-not-allow-update-rejection","title":"SupportingDocumentStatusDoesNotAllowUpdateRejection","description":"Rejection returned if supporting document cannot be updated because of its status"},"api-reference/objects/supporting-document-status-not-allowed-rejection":{"id":"api-reference/objects/supporting-document-status-not-allowed-rejection","title":"SupportingDocumentStatusNotAllowedRejection","description":"Rejection returned if the status transition is not allowed"},"api-reference/objects/supporting-document-upload-info":{"id":"api-reference/objects/supporting-document-upload-info","title":"SupportingDocumentUploadInfo","description":"No description"},"api-reference/objects/supporting-document-upload-not-allowed-rejection":{"id":"api-reference/objects/supporting-document-upload-not-allowed-rejection","title":"SupportingDocumentUploadNotAllowedRejection","description":"Rejection returned if the supporting document collection cannot receive supporting documents anymore"},"api-reference/objects/supporting-document-uploaded-status-info":{"id":"api-reference/objects/supporting-document-uploaded-status-info","title":"SupportingDocumentUploadedStatusInfo","description":"Supporting document with Uploaded status"},"api-reference/objects/supporting-document-validated-status-info":{"id":"api-reference/objects/supporting-document-validated-status-info","title":"SupportingDocumentValidatedStatusInfo","description":"Supporting document with Validated status"},"api-reference/objects/supporting-document-waiting-for-upload-status-info":{"id":"api-reference/objects/supporting-document-waiting-for-upload-status-info","title":"SupportingDocumentWaitingForUploadStatusInfo","description":"Supporting document with WaitingForUpload status"},"api-reference/objects/suspend-account-membership-success-payload":{"id":"api-reference/objects/suspend-account-membership-success-payload","title":"SuspendAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/suspend-account-reason":{"id":"api-reference/objects/suspend-account-reason","title":"SuspendAccountReason","description":"Define a reason with a message and a specific type for suspend account action"},"api-reference/objects/suspend-physical-card-success-payload":{"id":"api-reference/objects/suspend-physical-card-success-payload","title":"SuspendPhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/suspend-received-direct-debit-mandate-success-payload":{"id":"api-reference/objects/suspend-received-direct-debit-mandate-success-payload","title":"SuspendReceivedDirectDebitMandateSuccessPayload","description":"Return type in case of a successful response of the suspendReceivedDirectDebitMandate mutation"},"api-reference/objects/suspend-received-direct-debit-mandated-rejection":{"id":"api-reference/objects/suspend-received-direct-debit-mandated-rejection","title":"SuspendReceivedDirectDebitMandatedRejection","description":"Rejection returned if the SuspendReceivedDirectDebitMandatedRejection mutation is rejected"},"api-reference/objects/suspended-funding-limit-settings-status-info":{"id":"api-reference/objects/suspended-funding-limit-settings-status-info","title":"SuspendedFundingLimitSettingsStatusInfo","description":"StatusInfo when funding limit settings has been suspended"},"api-reference/objects/suspended-funding-source-status-info":{"id":"api-reference/objects/suspended-funding-source-status-info","title":"SuspendedFundingSourceStatusInfo","description":"Funding Source Suspended status information"},"api-reference/objects/suspended-merchant-payment-method-status-info":{"id":"api-reference/objects/suspended-merchant-payment-method-status-info","title":"SuspendedMerchantPaymentMethodStatusInfo","description":"SuspendedMerchantPaymentMethodStatusInfo"},"api-reference/objects/suspended-merchant-profile-status-info":{"id":"api-reference/objects/suspended-merchant-profile-status-info","title":"SuspendedMerchantProfileStatusInfo","description":"SuspendedMerchantProfileStatusInfo"},"api-reference/objects/swan-tcudocument-not-found-rejection":{"id":"api-reference/objects/swan-tcudocument-not-found-rejection","title":"SwanTCUDocumentNotFoundRejection","description":"No description"},"api-reference/objects/swan-tcudocument-status-not-allowed-rejection":{"id":"api-reference/objects/swan-tcudocument-status-not-allowed-rejection","title":"SwanTCUDocumentStatusNotAllowedRejection","description":"No description"},"api-reference/objects/text-field":{"id":"api-reference/objects/text-field","title":"TextField","description":"No description"},"api-reference/objects/too-many-child-consents-rejection":{"id":"api-reference/objects/too-many-child-consents-rejection","title":"TooManyChildConsentsRejection","description":"Rejection returned when trying to create a multi consent with too many child consents"},"api-reference/objects/too-many-items-rejection":{"id":"api-reference/objects/too-many-items-rejection","title":"TooManyItemsRejection","description":"Rejection returned if too many items are given"},"api-reference/objects/transaction-connection":{"id":"api-reference/objects/transaction-connection","title":"TransactionConnection","description":"Please see the Connection interface"},"api-reference/objects/transaction-edge":{"id":"api-reference/objects/transaction-edge","title":"TransactionEdge","description":"Please see the Edge interface"},"api-reference/objects/transaction-not-found-rejection":{"id":"api-reference/objects/transaction-not-found-rejection","title":"TransactionNotFoundRejection","description":"Rejection returned if the transaction was not found"},"api-reference/objects/ultimate-beneficial-direct-owner-company-info":{"id":"api-reference/objects/ultimate-beneficial-direct-owner-company-info","title":"UltimateBeneficialDirectOwnerCompanyInfo","description":"Ultimate beneficial Direct Owner company info."},"api-reference/objects/ultimate-beneficial-direct-owner-individual-info":{"id":"api-reference/objects/ultimate-beneficial-direct-owner-individual-info","title":"UltimateBeneficialDirectOwnerIndividualInfo","description":"Ultimate beneficial Direct Owner individual info."},"api-reference/objects/ultimate-beneficial-indirect-owner-company-info":{"id":"api-reference/objects/ultimate-beneficial-indirect-owner-company-info","title":"UltimateBeneficialIndirectOwnerCompanyInfo","description":"Ultimate beneficial owner company info."},"api-reference/objects/ultimate-beneficial-indirect-owner-individual-info":{"id":"api-reference/objects/ultimate-beneficial-indirect-owner-individual-info","title":"UltimateBeneficialIndirectOwnerIndividualInfo","description":"Ultimate beneficial Indirect Owner individual info."},"api-reference/objects/upcoming-transaction-status-info":{"id":"api-reference/objects/upcoming-transaction-status-info","title":"UpcomingTransactionStatusInfo","description":"Upcoming transaction status information"},"api-reference/objects/update-account-holder-success-payload":{"id":"api-reference/objects/update-account-holder-success-payload","title":"UpdateAccountHolderSuccessPayload","description":"No description"},"api-reference/objects/update-account-membership-success-payload":{"id":"api-reference/objects/update-account-membership-success-payload","title":"UpdateAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/update-account-success-payload":{"id":"api-reference/objects/update-account-success-payload","title":"UpdateAccountSuccessPayload","description":"No description"},"api-reference/objects/update-card-success-payload":{"id":"api-reference/objects/update-card-success-payload","title":"UpdateCardSuccessPayload","description":"No description"},"api-reference/objects/update-company-onboarding-success-payload":{"id":"api-reference/objects/update-company-onboarding-success-payload","title":"UpdateCompanyOnboardingSuccessPayload","description":"Result when updateCompanyOnboarding is a success"},"api-reference/objects/update-individual-onboarding-success-payload":{"id":"api-reference/objects/update-individual-onboarding-success-payload","title":"UpdateIndividualOnboardingSuccessPayload","description":"Type of result when updateIndividualOnboarding is a success"},"api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload":{"id":"api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload","title":"UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload","description":"Return type in case of a successful response of the updateReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/objects/update-supporting-document-success-payload":{"id":"api-reference/objects/update-supporting-document-success-payload","title":"UpdateSupportingDocumentSuccessPayload","description":"No description"},"api-reference/objects/update-user-consent-settings-success-payload":{"id":"api-reference/objects/update-user-consent-settings-success-payload","title":"UpdateUserConsentSettingsSuccessPayload","description":"No description"},"api-reference/objects/update-user-consent-settings-token-rejection":{"id":"api-reference/objects/update-user-consent-settings-token-rejection","title":"UpdateUserConsentSettingsTokenRejection","description":"No description"},"api-reference/objects/user":{"id":"api-reference/objects/user","title":"User","description":"The User is the unique user, natural person, of the Swan app."},"api-reference/objects/user-connection":{"id":"api-reference/objects/user-connection","title":"UserConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/user-consent-settings":{"id":"api-reference/objects/user-consent-settings","title":"UserConsentSettings","description":"No description"},"api-reference/objects/user-edge":{"id":"api-reference/objects/user-edge","title":"UserEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection":{"id":"api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection","title":"UserNotAllowedToDisableItsOwnAccountMembershipRejection","description":"No description"},"api-reference/objects/user-not-allowed-to-manage-account-membership-rejection":{"id":"api-reference/objects/user-not-allowed-to-manage-account-membership-rejection","title":"UserNotAllowedToManageAccountMembershipRejection","description":"Rejection returned if a identity does not have enough permission to manage account membership"},"api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection":{"id":"api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection","title":"UserNotAllowedToSuspendItsOwnAccountMembershipRejection","description":"No description"},"api-reference/objects/user-not-card-holder-rejection":{"id":"api-reference/objects/user-not-card-holder-rejection","title":"UserNotCardHolderRejection","description":"Rejection returned when the User is not the Card Holder"},"api-reference/objects/valid-iban":{"id":"api-reference/objects/valid-iban","title":"ValidIban","description":"Information extracted from a valid IBAN"},"api-reference/objects/valid-identification-level-status-info":{"id":"api-reference/objects/valid-identification-level-status-info","title":"ValidIdentificationLevelStatusInfo","description":"Describes a valid identification level for the process associated to this identification, and identification documents can be accessed"},"api-reference/objects/validation-error":{"id":"api-reference/objects/validation-error","title":"ValidationError","description":"A detail of a validation error : what field is errored and why"},"api-reference/objects/validation-field-error":{"id":"api-reference/objects/validation-field-error","title":"ValidationFieldError","description":"No description"},"api-reference/objects/validation-rejection":{"id":"api-reference/objects/validation-rejection","title":"ValidationRejection","description":"Rejection returned if an input contains invalid data"},"api-reference/objects/verified-status-info":{"id":"api-reference/objects/verified-status-info","title":"VerifiedStatusInfo","description":"Enabled Information"},"api-reference/objects/view-card-numbers-success-payload":{"id":"api-reference/objects/view-card-numbers-success-payload","title":"ViewCardNumbersSuccessPayload","description":"No description"},"api-reference/objects/view-physical-card-numbers-success-payload":{"id":"api-reference/objects/view-physical-card-numbers-success-payload","title":"ViewPhysicalCardNumbersSuccessPayload","description":"No description"},"api-reference/objects/view-physical-card-pin-success-payload":{"id":"api-reference/objects/view-physical-card-pin-success-payload","title":"ViewPhysicalCardPinSuccessPayload","description":"No description"},"api-reference/objects/virtual-ibanentry":{"id":"api-reference/objects/virtual-ibanentry","title":"VirtualIBANEntry","description":"Virtual IBAN can be used by the account holder to receive SCT (Sepa Credit Transfer) or to be debited by SDD (Sepa Direct Debit)."},"api-reference/objects/virtual-ibanentry-connection":{"id":"api-reference/objects/virtual-ibanentry-connection","title":"VirtualIBANEntryConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/virtual-ibanentry-edge":{"id":"api-reference/objects/virtual-ibanentry-edge","title":"VirtualIBANEntryEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/wallet-provider":{"id":"api-reference/objects/wallet-provider","title":"WalletProvider","description":"Wallet Provider (ApplePay, GooglePay ...)"},"api-reference/objects/web-banking-settings":{"id":"api-reference/objects/web-banking-settings","title":"WebBankingSettings","description":"No description"},"api-reference/objects/wrong-value-provided-rejection":{"id":"api-reference/objects/wrong-value-provided-rejection","title":"WrongValueProvidedRejection","description":"Rejection returned when a parameter has a wrong value"},"api-reference/queries/account":{"id":"api-reference/queries/account","title":"account","description":"Returns an account from its id."},"api-reference/queries/account-holder":{"id":"api-reference/queries/account-holder","title":"accountHolder","description":"Returns an account holder from its id."},"api-reference/queries/account-holders":{"id":"api-reference/queries/account-holders","title":"accountHolders","description":"Returns the list of account holders."},"api-reference/queries/account-invoice":{"id":"api-reference/queries/account-invoice","title":"accountInvoice","description":"No description"},"api-reference/queries/account-membership":{"id":"api-reference/queries/account-membership","title":"accountMembership","description":"Returns an account membership from its id."},"api-reference/queries/account-memberships":{"id":"api-reference/queries/account-memberships","title":"accountMemberships","description":"The list of account memberships"},"api-reference/queries/account-statement":{"id":"api-reference/queries/account-statement","title":"accountStatement","description":"Returns an account statement by id"},"api-reference/queries/accounts":{"id":"api-reference/queries/accounts","title":"accounts","description":"Returns the list of accounts."},"api-reference/queries/capital-deposit-case":{"id":"api-reference/queries/capital-deposit-case","title":"capitalDepositCase","description":"Return the capital deposit case for the provided id."},"api-reference/queries/capital-deposit-cases":{"id":"api-reference/queries/capital-deposit-cases","title":"capitalDepositCases","description":"Returns the list of capital deposit cases."},"api-reference/queries/capital-deposit-document":{"id":"api-reference/queries/capital-deposit-document","title":"capitalDepositDocument","description":"Return the CapitalDepositDocument for the provided id."},"api-reference/queries/card":{"id":"api-reference/queries/card","title":"card","description":"Returns a card from its id."},"api-reference/queries/cards":{"id":"api-reference/queries/cards","title":"cards","description":"Returns the list of cards."},"api-reference/queries/consent":{"id":"api-reference/queries/consent","title":"consent","description":"Returns a consent by its id."},"api-reference/queries/consents":{"id":"api-reference/queries/consents","title":"consents","description":"Return the list of consents"},"api-reference/queries/funding-limit-settings-change-request":{"id":"api-reference/queries/funding-limit-settings-change-request","title":"fundingLimitSettingsChangeRequest","description":"Returns a request for funding limit settings change from its id."},"api-reference/queries/funding-source":{"id":"api-reference/queries/funding-source","title":"fundingSource","description":"Returns funding source by id."},"api-reference/queries/iban-validation":{"id":"api-reference/queries/iban-validation","title":"ibanValidation","description":"Allows to check iban validation. It also returns its bank and reachability information"},"api-reference/queries/international-beneficiary-dynamic-forms":{"id":"api-reference/queries/international-beneficiary-dynamic-forms","title":"internationalBeneficiaryDynamicForms","description":"Returns an international beneficiary dynamic forms."},"api-reference/queries/international-credit-transfer-quote":{"id":"api-reference/queries/international-credit-transfer-quote","title":"internationalCreditTransferQuote","description":"Request an international credit transfer quote."},"api-reference/queries/international-credit-transfer-transaction-details-dynamic-form":{"id":"api-reference/queries/international-credit-transfer-transaction-details-dynamic-form","title":"internationalCreditTransferTransactionDetailsDynamicForm","description":"Returns an international credit transfer dynamic form."},"api-reference/queries/merchant-profile":{"id":"api-reference/queries/merchant-profile","title":"merchantProfile","description":"Returns a merchant profile by id."},"api-reference/queries/onboarding":{"id":"api-reference/queries/onboarding","title":"onboarding","description":"Returns an onboarding from its id."},"api-reference/queries/onboardings":{"id":"api-reference/queries/onboardings","title":"onboardings","description":"Returns the list of onboardings."},"api-reference/queries/payment":{"id":"api-reference/queries/payment","title":"payment","description":"Returns a payment from its id."},"api-reference/queries/payments":{"id":"api-reference/queries/payments","title":"payments","description":"Returns the list of payments."},"api-reference/queries/project-info":{"id":"api-reference/queries/project-info","title":"projectInfo","description":"Returns the project infos you set in the dashboard."},"api-reference/queries/received-direct-debit-mandate":{"id":"api-reference/queries/received-direct-debit-mandate","title":"receivedDirectDebitMandate","description":"Returns a received direct debit mandate from its id."},"api-reference/queries/shareholder":{"id":"api-reference/queries/shareholder","title":"shareholder","description":"Return the Shareholder for the provided id."},"api-reference/queries/standing-order":{"id":"api-reference/queries/standing-order","title":"standingOrder","description":"Returns standing order from its id."},"api-reference/queries/supporting-document-collection":{"id":"api-reference/queries/supporting-document-collection","title":"supportingDocumentCollection","description":"Returns a supporting document collection from its id."},"api-reference/queries/transaction":{"id":"api-reference/queries/transaction","title":"transaction","description":"Returns a transaction from its id."},"api-reference/queries/transactions":{"id":"api-reference/queries/transactions","title":"transactions","description":"A list of transactions of a project."},"api-reference/queries/user":{"id":"api-reference/queries/user","title":"user","description":"Returns a User"},"api-reference/queries/users":{"id":"api-reference/queries/users","title":"users","description":"Returns the list of user that joined the project"},"api-reference/scalars/account-number":{"id":"api-reference/scalars/account-number","title":"AccountNumber","description":"Swan account number"},"api-reference/scalars/amount-value":{"id":"api-reference/scalars/amount-value","title":"AmountValue","description":"The amount given with fractional digits, where fractions must be compliant to the currency definition. Up to 14 significant figures. Negative amounts are signed by minus. The decimal separator is a dot."},"api-reference/scalars/audit-id":{"id":"api-reference/scalars/audit-id","title":"AuditId","description":"No description"},"api-reference/scalars/authorization-id":{"id":"api-reference/scalars/authorization-id","title":"AuthorizationId","description":"No description"},"api-reference/scalars/bic":{"id":"api-reference/scalars/bic","title":"BIC","description":"Bank Identifier Code"},"api-reference/scalars/boolean":{"id":"api-reference/scalars/boolean","title":"Boolean","description":"The Boolean scalar type represents true or false."},"api-reference/scalars/card-token":{"id":"api-reference/scalars/card-token","title":"CardToken","description":"No description"},"api-reference/scalars/cca2":{"id":"api-reference/scalars/cca2","title":"CCA2","description":"Country code alpha 2 (ISO 3166)"},"api-reference/scalars/cca3":{"id":"api-reference/scalars/cca3","title":"CCA3","description":"Country code alpha 3 (ISO 3166)"},"api-reference/scalars/currency":{"id":"api-reference/scalars/currency","title":"Currency","description":"currency code alpha 3 (ISO 4217)"},"api-reference/scalars/date":{"id":"api-reference/scalars/date","title":"Date","description":"Date with YYYY-MM-DD format"},"api-reference/scalars/date-time":{"id":"api-reference/scalars/date-time","title":"DateTime","description":"Date time (ISO 8601 with time information)"},"api-reference/scalars/email-address":{"id":"api-reference/scalars/email-address","title":"EmailAddress","description":"No description"},"api-reference/scalars/float":{"id":"api-reference/scalars/float","title":"Float","description":"The Float scalar type represents signed double-precision fractional values as specified by IEEE 754."},"api-reference/scalars/hex-color-code":{"id":"api-reference/scalars/hex-color-code","title":"HexColorCode","description":"No description"},"api-reference/scalars/iban":{"id":"api-reference/scalars/iban","title":"IBAN","description":"International Bank Account Number"},"api-reference/scalars/id":{"id":"api-reference/scalars/id","title":"ID","description":"The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \\"4\\") or integer (such as 4) input value will be accepted as an ID."},"api-reference/scalars/int":{"id":"api-reference/scalars/int","title":"Int","description":"The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1."},"api-reference/scalars/phone-number":{"id":"api-reference/scalars/phone-number","title":"PhoneNumber","description":"E.164 standard format phone number"},"api-reference/scalars/pin":{"id":"api-reference/scalars/pin","title":"PIN","description":"6 digits numeric passcode"},"api-reference/scalars/sepa-creditor-identifier":{"id":"api-reference/scalars/sepa-creditor-identifier","title":"SepaCreditorIdentifier","description":"SEPA Creditor Identifier"},"api-reference/scalars/sepa-reference":{"id":"api-reference/scalars/sepa-reference","title":"SepaReference","description":"SEPA Identifier"},"api-reference/scalars/string":{"id":"api-reference/scalars/string","title":"String","description":"The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."},"api-reference/scalars/token-requestor-id":{"id":"api-reference/scalars/token-requestor-id","title":"TokenRequestorId","description":"No description"},"api-reference/scalars/upload":{"id":"api-reference/scalars/upload","title":"Upload","description":"No description"},"api-reference/scalars/url":{"id":"api-reference/scalars/url","title":"URL","description":"URL that follows the WHATWG URL Standard."},"api-reference/scalars/wallet-token":{"id":"api-reference/scalars/wallet-token","title":"WalletToken","description":"No description"},"api-reference/schema":{"id":"api-reference/schema","title":"Schema Documentation","description":"This documentation has been automatically generated from the GraphQL schema."},"api-reference/unions/activate-physical-card-payload":{"id":"api-reference/unions/activate-physical-card-payload","title":"ActivatePhysicalCardPayload","description":"No description"},"api-reference/unions/add-account-membership-payload":{"id":"api-reference/unions/add-account-membership-payload","title":"AddAccountMembershipPayload","description":"No description"},"api-reference/unions/add-account-memberships-payload":{"id":"api-reference/unions/add-account-memberships-payload","title":"AddAccountMembershipsPayload","description":"No description"},"api-reference/unions/add-card-payload":{"id":"api-reference/unions/add-card-payload","title":"AddCardPayload","description":"No description"},"api-reference/unions/add-cards-payload":{"id":"api-reference/unions/add-cards-payload","title":"AddCardsPayload","description":"No description"},"api-reference/unions/add-cards-with-group-delivery-payload":{"id":"api-reference/unions/add-cards-with-group-delivery-payload","title":"AddCardsWithGroupDeliveryPayload","description":"No description"},"api-reference/unions/add-digital-card-payload":{"id":"api-reference/unions/add-digital-card-payload","title":"AddDigitalCardPayload","description":"Payload returned on mutation completion"},"api-reference/unions/add-direct-debit-funding-source-payload":{"id":"api-reference/unions/add-direct-debit-funding-source-payload","title":"AddDirectDebitFundingSourcePayload","description":"Add Direct Debit Funding Source Payload"},"api-reference/unions/add-external-account-balance-payload":{"id":"api-reference/unions/add-external-account-balance-payload","title":"AddExternalAccountBalancePayload","description":"No description"},"api-reference/unions/add-external-account-payload":{"id":"api-reference/unions/add-external-account-payload","title":"AddExternalAccountPayload","description":"No description"},"api-reference/unions/add-funding-limit-settings-change-request-payload":{"id":"api-reference/unions/add-funding-limit-settings-change-request-payload","title":"AddFundingLimitSettingsChangeRequestPayload","description":"Payload returned on mutation completion"},"api-reference/unions/add-internal-direct-debit-payment-mandate-payload":{"id":"api-reference/unions/add-internal-direct-debit-payment-mandate-payload","title":"AddInternalDirectDebitPaymentMandatePayload","description":"Union type return by the addInternalDirectDebitPaymentMandate mutation"},"api-reference/unions/add-merchant-profile-payload":{"id":"api-reference/unions/add-merchant-profile-payload","title":"AddMerchantProfilePayload","description":"Add Merchant Profile Payload"},"api-reference/unions/add-or-update-external-account-balance-payload":{"id":"api-reference/unions/add-or-update-external-account-balance-payload","title":"AddOrUpdateExternalAccountBalancePayload","description":"No description"},"api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload":{"id":"api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload","title":"AddReceivedInternalDirectDebitB2bMandatePayload","description":"Union type return by the addReceivedInternalDirectDebitB2bMandate mutation"},"api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload":{"id":"api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload","title":"AddReceivedSepaDirectDebitB2bMandatePayload","description":"Union type return by the addReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/unions/add-sepa-direct-debit-payment-mandate-payload":{"id":"api-reference/unions/add-sepa-direct-debit-payment-mandate-payload","title":"AddSepaDirectDebitPaymentMandatePayload","description":"Union type return by the addSepaDirectDebitPaymentMandate mutation"},"api-reference/unions/add-single-use-virtual-card-payload":{"id":"api-reference/unions/add-single-use-virtual-card-payload","title":"AddSingleUseVirtualCardPayload","description":"No description"},"api-reference/unions/add-single-use-virtual-cards-payload":{"id":"api-reference/unions/add-single-use-virtual-cards-payload","title":"AddSingleUseVirtualCardsPayload","description":"No description"},"api-reference/unions/add-virtual-iban-entry-payload":{"id":"api-reference/unions/add-virtual-iban-entry-payload","title":"AddVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/allow-sdd-payload":{"id":"api-reference/unions/allow-sdd-payload","title":"AllowSddPayload","description":"No description"},"api-reference/unions/allow-sdd-virtual-iban-entry-payload":{"id":"api-reference/unions/allow-sdd-virtual-iban-entry-payload","title":"AllowSddVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/bind-account-membership-payload":{"id":"api-reference/unions/bind-account-membership-payload","title":"BindAccountMembershipPayload","description":"No description"},"api-reference/unions/cancel-card-payload":{"id":"api-reference/unions/cancel-card-payload","title":"CancelCardPayload","description":"No description"},"api-reference/unions/cancel-consent-payload":{"id":"api-reference/unions/cancel-consent-payload","title":"CancelConsentPayload","description":"Payload of the cancelConsent mutation"},"api-reference/unions/cancel-digital-card-payload":{"id":"api-reference/unions/cancel-digital-card-payload","title":"CancelDigitalCardPayload","description":"No description"},"api-reference/unions/cancel-funding-source-payload":{"id":"api-reference/unions/cancel-funding-source-payload","title":"CancelFundingSourcePayload","description":"Cancel Funding Source Payload"},"api-reference/unions/cancel-physical-card-payload":{"id":"api-reference/unions/cancel-physical-card-payload","title":"CancelPhysicalCardPayload","description":"No description"},"api-reference/unions/cancel-standing-order-payload":{"id":"api-reference/unions/cancel-standing-order-payload","title":"CancelStandingOrderPayload","description":"No description"},"api-reference/unions/cancel-transaction-payload":{"id":"api-reference/unions/cancel-transaction-payload","title":"CancelTransactionPayload","description":"No description"},"api-reference/unions/cancel-virtual-iban-entry-payload":{"id":"api-reference/unions/cancel-virtual-iban-entry-payload","title":"CancelVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/close-account-payload":{"id":"api-reference/unions/close-account-payload","title":"CloseAccountPayload","description":"No description"},"api-reference/unions/close-account-status-reason":{"id":"api-reference/unions/close-account-status-reason","title":"CloseAccountStatusReason","description":"Union between PartnerCloseAccountReasonType and InternalCloseAccountReason"},"api-reference/unions/create-capital-deposit-case-payload":{"id":"api-reference/unions/create-capital-deposit-case-payload","title":"CreateCapitalDepositCasePayload","description":"No description"},"api-reference/unions/create-multi-consent-payload":{"id":"api-reference/unions/create-multi-consent-payload","title":"CreateMultiConsentPayload","description":"Payload of the createMultiConsent mutation"},"api-reference/unions/delete-supporting-document-payload":{"id":"api-reference/unions/delete-supporting-document-payload","title":"DeleteSupportingDocumentPayload","description":"No description"},"api-reference/unions/deny-sdd-payload":{"id":"api-reference/unions/deny-sdd-payload","title":"DenySddPayload","description":"No description"},"api-reference/unions/deny-sdd-virtual-iban-entry-payload":{"id":"api-reference/unions/deny-sdd-virtual-iban-entry-payload","title":"DenySddVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/disable-account-membership-payload":{"id":"api-reference/unions/disable-account-membership-payload","title":"DisableAccountMembershipPayload","description":"No description"},"api-reference/unions/enable-received-direct-debit-mandate-payload":{"id":"api-reference/unions/enable-received-direct-debit-mandate-payload","title":"EnableReceivedDirectDebitMandatePayload","description":"Union type return by the enableReceivedDirectDebitMandate mutation"},"api-reference/unions/finalize-onboarding-payload":{"id":"api-reference/unions/finalize-onboarding-payload","title":"FinalizeOnboardingPayload","description":"No description"},"api-reference/unions/generate-capital-deposit-document-upload-url-payload":{"id":"api-reference/unions/generate-capital-deposit-document-upload-url-payload","title":"GenerateCapitalDepositDocumentUploadUrlPayload","description":"No description"},"api-reference/unions/generate-supporting-document-upload-url-payload":{"id":"api-reference/unions/generate-supporting-document-upload-url-payload","title":"GenerateSupportingDocumentUploadUrlPayload","description":"No description"},"api-reference/unions/grant-consent-with-server-signature-payload":{"id":"api-reference/unions/grant-consent-with-server-signature-payload","title":"GrantConsentWithServerSignaturePayload","description":"Payload of the grantConsentWithServerSignature mutation"},"api-reference/unions/iban-validation-result":{"id":"api-reference/unions/iban-validation-result","title":"IbanValidationResult","description":"IbanValidationResult"},"api-reference/unions/identification-document":{"id":"api-reference/unions/identification-document","title":"IdentificationDocument","description":"Union representing all the possible identification document types"},"api-reference/unions/identification-level-status-info":{"id":"api-reference/unions/identification-level-status-info","title":"IdentificationLevelStatusInfo","description":"Union representing all the possible statuses: not supported, not started, pending, valid, invalid, cancelled, expired"},"api-reference/unions/identification-process-info":{"id":"api-reference/unions/identification-process-info","title":"IdentificationProcessInfo","description":"Union representing the process that was used for this identification"},"api-reference/unions/initiate-credit-transfers-payload":{"id":"api-reference/unions/initiate-credit-transfers-payload","title":"InitiateCreditTransfersPayload","description":"No description"},"api-reference/unions/initiate-funding-request-payload":{"id":"api-reference/unions/initiate-funding-request-payload","title":"InitiateFundingRequestPayload","description":"Initiate A Funding Request Payload"},"api-reference/unions/initiate-international-credit-transfer-response-payload":{"id":"api-reference/unions/initiate-international-credit-transfer-response-payload","title":"InitiateInternationalCreditTransferResponsePayload","description":"Initiate International Credit Transfer Response Payload"},"api-reference/unions/initiate-merchant-payment-collection-payload":{"id":"api-reference/unions/initiate-merchant-payment-collection-payload","title":"InitiateMerchantPaymentCollectionPayload","description":"No description"},"api-reference/unions/onboard-company-account-holder-payload":{"id":"api-reference/unions/onboard-company-account-holder-payload","title":"OnboardCompanyAccountHolderPayload","description":"No description"},"api-reference/unions/onboard-individual-account-holder-payload":{"id":"api-reference/unions/onboard-individual-account-holder-payload","title":"OnboardIndividualAccountHolderPayload","description":"No description"},"api-reference/unions/print-physical-card-payload":{"id":"api-reference/unions/print-physical-card-payload","title":"PrintPhysicalCardPayload","description":"No description"},"api-reference/unions/refund-payload":{"id":"api-reference/unions/refund-payload","title":"RefundPayload","description":"The respond body to a refund mutation"},"api-reference/unions/request-merchant-payment-methods-payload":{"id":"api-reference/unions/request-merchant-payment-methods-payload","title":"RequestMerchantPaymentMethodsPayload","description":"No description"},"api-reference/unions/request-merchant-profile-update-payload":{"id":"api-reference/unions/request-merchant-profile-update-payload","title":"RequestMerchantProfileUpdatePayload","description":"Add Merchant Profile Payload"},"api-reference/unions/request-supporting-document-collection-review-payload":{"id":"api-reference/unions/request-supporting-document-collection-review-payload","title":"RequestSupportingDocumentCollectionReviewPayload","description":"No description"},"api-reference/unions/resume-account-membership-payload":{"id":"api-reference/unions/resume-account-membership-payload","title":"ResumeAccountMembershipPayload","description":"No description"},"api-reference/unions/resume-physical-card-payload":{"id":"api-reference/unions/resume-physical-card-payload","title":"ResumePhysicalCardPayload","description":"No description"},"api-reference/unions/schedule-standing-order-payload":{"id":"api-reference/unions/schedule-standing-order-payload","title":"ScheduleStandingOrderPayload","description":"No description"},"api-reference/unions/shareholder-info":{"id":"api-reference/unions/shareholder-info","title":"ShareholderInfo","description":"Shareholder information."},"api-reference/unions/suspend-account-membership-payload":{"id":"api-reference/unions/suspend-account-membership-payload","title":"SuspendAccountMembershipPayload","description":"No description"},"api-reference/unions/suspend-account-status-reason":{"id":"api-reference/unions/suspend-account-status-reason","title":"SuspendAccountStatusReason","description":"SuspendAccountStatusReason"},"api-reference/unions/suspend-physical-card-payload":{"id":"api-reference/unions/suspend-physical-card-payload","title":"SuspendPhysicalCardPayload","description":"No description"},"api-reference/unions/suspend-received-direct-debit-mandate-payload":{"id":"api-reference/unions/suspend-received-direct-debit-mandate-payload","title":"SuspendReceivedDirectDebitMandatePayload","description":"Union type returned by the suspendReceivedDirectDebitMandate mutation"},"api-reference/unions/update-account-holder-payload":{"id":"api-reference/unions/update-account-holder-payload","title":"UpdateAccountHolderPayload","description":"No description"},"api-reference/unions/update-account-membership-payload":{"id":"api-reference/unions/update-account-membership-payload","title":"UpdateAccountMembershipPayload","description":"No description"},"api-reference/unions/update-account-payload":{"id":"api-reference/unions/update-account-payload","title":"UpdateAccountPayload","description":"No description"},"api-reference/unions/update-card-payload":{"id":"api-reference/unions/update-card-payload","title":"UpdateCardPayload","description":"No description"},"api-reference/unions/update-company-onboarding-payload":{"id":"api-reference/unions/update-company-onboarding-payload","title":"UpdateCompanyOnboardingPayload","description":"Possible results for mutation updateCompanyOnboarding"},"api-reference/unions/update-individual-onboarding-payload":{"id":"api-reference/unions/update-individual-onboarding-payload","title":"UpdateIndividualOnboardingPayload","description":"Possible result types for updateIndividualOnboarding"},"api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload":{"id":"api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload","title":"UpdateReceivedSepaDirectDebitB2bMandatePayload","description":"Union type returned by the updateReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/unions/update-supporting-document-payload":{"id":"api-reference/unions/update-supporting-document-payload","title":"UpdateSupportingDocumentPayload","description":"No description"},"api-reference/unions/update-user-consent-settings-payload":{"id":"api-reference/unions/update-user-consent-settings-payload","title":"UpdateUserConsentSettingsPayload","description":"No description"},"api-reference/unions/view-card-numbers-payload":{"id":"api-reference/unions/view-card-numbers-payload","title":"ViewCardNumbersPayload","description":"No description"},"api-reference/unions/view-physical-card-numbers-payload":{"id":"api-reference/unions/view-physical-card-numbers-payload","title":"ViewPhysicalCardNumbersPayload","description":"No description"},"api-reference/unions/view-physical-card-pin-payload":{"id":"api-reference/unions/view-physical-card-pin-payload","title":"ViewPhysicalCardPinPayload","description":"No description"},"changelog":{"id":"changelog","title":"Changelog","description":"Check out Swan\'s public roadmap to see what\'s in the works."},"developers/about/endpoints":{"id":"developers/about/endpoints","title":"Endpoints","description":"| Endpoint | Link |"},"developers/about/intro":{"id":"developers/about/intro","title":"About the Swan API","description":""},"developers/about/webhooks":{"id":"developers/about/webhooks","title":"Webhooks","description":""},"developers/access-tokens/about":{"id":"developers/access-tokens/about","title":"Access tokens","description":""},"developers/access-tokens/get-token-project":{"id":"developers/access-tokens/get-token-project","title":"Get a project access token","description":""},"developers/access-tokens/get-token-user":{"id":"developers/access-tokens/get-token-user","title":"Get a user access token","description":""},"developers/guides/access-tokens":{"id":"developers/guides/access-tokens","title":"Get access tokens","description":"Project access tokens"},"developers/guides/rejections":{"id":"developers/guides/rejections","title":"Use rejections","description":""},"developers/guides/webhooks":{"id":"developers/guides/webhooks","title":"Using webhooks","description":""},"developers/intro":{"id":"developers/intro","title":"About the Swan API","description":""},"developers/rejections/about":{"id":"developers/rejections/about","title":"Errors and rejections","description":""},"developers/rejections/using-rejections":{"id":"developers/rejections/using-rejections","title":"Using rejections","description":""},"developers/webhooks/about":{"id":"developers/webhooks/about","title":"Webhooks","description":""},"developers/webhooks/using-webhooks":{"id":"developers/webhooks/using-webhooks","title":"Using webhooks","description":""},"glossary":{"id":"glossary","title":"Glossary","description":"Account holder","sidebar":"docSidebar"},"index":{"id":"index","title":"Welcome","description":"Welcome to Swan\'s product, partnership, and developer documentation.","sidebar":"docSidebar"},"partnership/contact":{"id":"partnership/contact","title":"Contact Swan","description":""},"partnership/country-guides/france":{"id":"partnership/country-guides/france","title":"France","description":""},"partnership/country-guides/index":{"id":"partnership/country-guides/index","title":"Guide by country","description":"An introductory blurb about our countries and the country guides."},"partnership/country-guides/spain":{"id":"partnership/country-guides/spain","title":"Spain","description":""},"partnership/intro":{"id":"partnership/intro","title":"Partnership with Swan","description":""},"partnership/rules":{"id":"partnership/rules","title":"Rules and regulations","description":""},"starter-guides/activate":{"id":"starter-guides/activate","title":"Activate your project","description":""},"starter-guides/intro":{"id":"starter-guides/intro","title":"Starter guides","description":""},"topics/capital-deposits/france/guide":{"id":"topics/capital-deposits/france/guide","title":"Deposit capital in France","description":"Depositing share capital in France is a multi-step process involving several key players: you and your end user, Swan, and the notary.","sidebar":"docSidebar"},"topics/capital-deposits/france/guide-create-case":{"id":"topics/capital-deposits/france/guide-create-case","title":"Create capital deposit case","description":"Use the createCapitalDepositCase mutation to create your capital deposit case.","sidebar":"docSidebar"},"topics/capital-deposits/france/guide-upload-documents":{"id":"topics/capital-deposits/france/guide-upload-documents","title":"Upload required documents","description":"This page explains how to upload documents for steps 4 and 8 of a multi-step process.","sidebar":"docSidebar"},"topics/capital-deposits/index":{"id":"topics/capital-deposits/index","title":"Capital deposits overview","description":"*","sidebar":"docSidebar"},"topics/capital-deposits/support":{"id":"topics/capital-deposits/support","title":"Support for capital deposits","description":""},"topics/contact":{"id":"topics/contact","title":"Contact Swan","description":"","sidebar":"docSidebar"},"topics/onboarding/account-holders/guide-add-additional-account":{"id":"topics/onboarding/account-holders/guide-add-additional-account","title":"Add account for existing account holder","description":"If an account holder already exists, you can add another account for that account holder.","sidebar":"docSidebar"},"topics/onboarding/account-holders/index":{"id":"topics/onboarding/account-holders/index","title":"Account holders","description":"*","sidebar":"docSidebar"},"topics/onboarding/account-holders/sandbox":{"id":"topics/onboarding/account-holders/sandbox","title":"Sandbox","description":"Simulate updating an account holder\u2019s verification status","sidebar":"docSidebar"},"topics/onboarding/company/guide-create-onboarding":{"id":"topics/onboarding/company/guide-create-onboarding","title":"Create a company onboarding link","description":"Unique links using the API","sidebar":"docSidebar"},"topics/onboarding/company/guide-update-onboarding":{"id":"topics/onboarding/company/guide-update-onboarding","title":"Update a company onboarding","description":"Update company onboardings using the API.","sidebar":"docSidebar"},"topics/onboarding/company/index":{"id":"topics/onboarding/company/index","title":"Company account onboarding","description":"*","sidebar":"docSidebar"},"topics/onboarding/documents/guide-add-document-webhooks":{"id":"topics/onboarding/documents/guide-add-document-webhooks","title":"Add document webhooks","description":"Get automatic updates about supporting document collection and missing required documents directly on your Dashboard."},"topics/onboarding/documents/guide-delete-document":{"id":"topics/onboarding/documents/guide-delete-document","title":"Delete a document","description":"You might want to delete a document if the incorrect document was uploaded or the wrong file was shared.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-list-documents":{"id":"topics/onboarding/documents/guide-list-documents","title":"Get a list of required documents","description":"Get a list of required documents for your onboarding using the API by adding information about collecting supporting documents to the success payload when creating an onboarding link.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-request-collection-review":{"id":"topics/onboarding/documents/guide-request-collection-review","title":"Request a collection review","description":"After all required supporting documents are uploaded, you can ask Swan to review your collection using the API or on your Dashboard.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-retrieve-info":{"id":"topics/onboarding/documents/guide-retrieve-info","title":"Retrieve information about a collection or document","description":"There are two methods you can use to get information about a collection or a document.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-upload-document":{"id":"topics/onboarding/documents/guide-upload-document","title":"Upload a document","description":"You can upload supporting documents using the API or on the Dashboard.","sidebar":"docSidebar"},"topics/onboarding/documents/index":{"id":"topics/onboarding/documents/index","title":"Supporting document collection","description":"*","sidebar":"docSidebar"},"topics/onboarding/documents/sandbox":{"id":"topics/onboarding/documents/sandbox","title":"Sandbox","description":"Simulate updating the status of a document","sidebar":"docSidebar"},"topics/onboarding/index":{"id":"topics/onboarding/index","title":"Account onboarding","description":"Account onboarding is, at its core, the process to create account holders.","sidebar":"docSidebar"},"topics/onboarding/individual/guide-create-onboarding":{"id":"topics/onboarding/individual/guide-create-onboarding","title":"Create an individual onboarding link","description":"Unique links using the API","sidebar":"docSidebar"},"topics/onboarding/individual/guide-update-onboarding":{"id":"topics/onboarding/individual/guide-update-onboarding","title":"Update an individual onboarding","description":"Update individual onboardings using the API.","sidebar":"docSidebar"},"topics/onboarding/individual/index":{"id":"topics/onboarding/individual/index","title":"Individual account onboarding","description":"*","sidebar":"docSidebar"},"topics/onboarding/overview/guide-finalize-onboarding":{"id":"topics/onboarding/overview/guide-finalize-onboarding","title":"Finalize an onboarding","description":"You can finalize onboardings using the API.","sidebar":"docSidebar"},"topics/onboarding/overview/guide-get-onboarding-info":{"id":"topics/onboarding/overview/guide-get-onboarding-info","title":"Get information about an onboarding","description":"Use the onboardings query to get information about your onboardings, allowing you to monitor progress or share information with your end user.","sidebar":"docSidebar"},"topics/onboarding/support":{"id":"topics/onboarding/support","title":"Support for onboarding","description":"User flow diagrams","sidebar":"docSidebar"},"topics/projects/guide-activate-project":{"id":"topics/projects/guide-activate-project","title":"Activate your project","description":"Transforming your Sandbox project into a Live project that can manage funds is a multi-step process.","sidebar":"docSidebar"},"topics/projects/index":{"id":"topics/projects/index","title":"Projects overview","description":"Using Swan means using projects.","sidebar":"docSidebar"},"topics/projects/support":{"id":"topics/projects/support","title":"Support for projects","description":"User flow diagram: Signing up for Swan","sidebar":"docSidebar"},"use-cases/bnpl":{"id":"use-cases/bnpl","title":"BNPL","description":""},"use-cases/expense":{"id":"use-cases/expense","title":"Expense management","description":""},"use-cases/financial":{"id":"use-cases/financial","title":"Financial management","description":""},"use-cases/intro":{"id":"use-cases/intro","title":"Use cases","description":""},"use-cases/rental":{"id":"use-cases/rental","title":"Rental management","description":""},"use-cases/swan-solo":{"id":"use-cases/swan-solo","title":"Swan Solo","description":""},"use-cases/vertical":{"id":"use-cases/vertical","title":"Vertical SaaS","description":""}}}')}}]); \ No newline at end of file diff --git a/assets/js/935f2afb.86adad7e.js b/assets/js/935f2afb.86adad7e.js deleted file mode 100644 index 62faa6966f2..00000000000 --- a/assets/js/935f2afb.86adad7e.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[80053],{1109:e=>{e.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"docSidebar":[{"type":"category","label":"Introduction","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Welcome","href":"/","docId":"index"},{"type":"link","label":"Glossary","href":"/glossary","docId":"glossary"}],"href":"/"},{"type":"category","label":"Account onboarding","collapsible":false,"collapsed":false,"items":[{"type":"category","label":"Account onboarding overview","collapsed":true,"items":[{"type":"link","label":"Get information about an onboarding","href":"/topics/onboarding/overview/guide-get-onboarding-info","docId":"topics/onboarding/overview/guide-get-onboarding-info"},{"type":"link","label":"Finalize an onboarding","href":"/topics/onboarding/overview/guide-finalize-onboarding","docId":"topics/onboarding/overview/guide-finalize-onboarding"}],"collapsible":true,"href":"/topics/onboarding/"},{"type":"category","label":"Individual accounts","collapsed":true,"items":[{"type":"link","label":"Create an individual onboarding link","href":"/topics/onboarding/individual/guide-create-onboarding","docId":"topics/onboarding/individual/guide-create-onboarding"},{"type":"link","label":"Update an individual onboarding","href":"/topics/onboarding/individual/guide-update-onboarding","docId":"topics/onboarding/individual/guide-update-onboarding"}],"collapsible":true,"href":"/topics/onboarding/individual/"},{"type":"category","label":"Company accounts","collapsed":true,"items":[{"type":"link","label":"Create a company onboarding link","href":"/topics/onboarding/company/guide-create-onboarding","docId":"topics/onboarding/company/guide-create-onboarding"},{"type":"link","label":"Update a company onboarding","href":"/topics/onboarding/company/guide-update-onboarding","docId":"topics/onboarding/company/guide-update-onboarding"}],"collapsible":true,"href":"/topics/onboarding/company/"},{"type":"category","label":"Onboarding documents","collapsed":true,"items":[{"type":"link","label":"Get a list of required documents","href":"/topics/onboarding/documents/guide-list-documents","docId":"topics/onboarding/documents/guide-list-documents"},{"type":"link","label":"Upload a document","href":"/topics/onboarding/documents/guide-upload-document","docId":"topics/onboarding/documents/guide-upload-document"},{"type":"link","label":"Retrieve information about a collection or document","href":"/topics/onboarding/documents/guide-retrieve-info","docId":"topics/onboarding/documents/guide-retrieve-info"},{"type":"link","label":"Request a collection review","href":"/topics/onboarding/documents/guide-request-collection-review","docId":"topics/onboarding/documents/guide-request-collection-review"},{"type":"link","label":"Delete a document","href":"/topics/onboarding/documents/guide-delete-document","docId":"topics/onboarding/documents/guide-delete-document"},{"type":"link","label":"Sandbox","href":"/topics/onboarding/documents/sandbox","docId":"topics/onboarding/documents/sandbox"}],"collapsible":true,"href":"/topics/onboarding/documents/"},{"type":"category","label":"Account holders","collapsed":true,"items":[{"type":"link","label":"Add account for existing account holder","href":"/topics/onboarding/account-holders/guide-add-additional-account","docId":"topics/onboarding/account-holders/guide-add-additional-account"},{"type":"link","label":"Sandbox","href":"/topics/onboarding/account-holders/sandbox","docId":"topics/onboarding/account-holders/sandbox"}],"collapsible":true,"href":"/topics/onboarding/account-holders/"},{"type":"link","label":"Support for onboarding","href":"/topics/onboarding/support","docId":"topics/onboarding/support"}],"href":"/topics/onboarding/"},{"type":"category","label":"Capital deposits","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Capital deposits overview","href":"/topics/capital-deposits/","docId":"topics/capital-deposits/index"},{"type":"category","label":"France","collapsed":true,"items":[{"type":"link","label":"Create capital deposit case","href":"/topics/capital-deposits/france/guide-create-case","docId":"topics/capital-deposits/france/guide-create-case"},{"type":"link","label":"Upload required documents","href":"/topics/capital-deposits/france/guide-upload-documents","docId":"topics/capital-deposits/france/guide-upload-documents"}],"collapsible":true,"href":"/topics/capital-deposits/france/guide"}],"href":"/topics/capital-deposits/"},{"type":"category","label":"Projects","collapsible":false,"collapsed":false,"items":[{"type":"category","label":"Projects overview","collapsed":true,"items":[{"type":"link","label":"Activate your project","href":"/topics/projects/guide-activate-project","docId":"topics/projects/guide-activate-project"}],"collapsible":true,"href":"/topics/projects/"},{"type":"link","label":"Support for projects","href":"/topics/projects/support","docId":"topics/projects/support"}],"href":"/topics/projects/"},{"type":"category","label":"Resources","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Status page","href":"https://status.swan.io/"},{"type":"link","label":"Support Center","href":"https://support.swan.io/hc/en-150"},{"type":"link","label":"Contact Swan","href":"/topics/contact","docId":"topics/contact"}]}]},"docs":{"api-reference/directives/deprecated":{"id":"api-reference/directives/deprecated","title":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported."},"api-reference/directives/include":{"id":"api-reference/directives/include","title":"include","description":"Directs the executor to include this field or fragment only when the if argument is true."},"api-reference/directives/skip":{"id":"api-reference/directives/skip","title":"skip","description":"Directs the executor to skip this field or fragment when the if argument is true."},"api-reference/directives/specified-by":{"id":"api-reference/directives/specified-by","title":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar."},"api-reference/enums/account-country":{"id":"api-reference/enums/account-country","title":"AccountCountry","description":"Refers to the country of the account. It will determine the country code of the local IBAN of the account."},"api-reference/enums/account-funding-limits-reached-reason":{"id":"api-reference/enums/account-funding-limits-reached-reason","title":"AccountFundingLimitsReachedReason","description":"No description"},"api-reference/enums/account-holder-order-by-field-input":{"id":"api-reference/enums/account-holder-order-by-field-input","title":"AccountHolderOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing account holders"},"api-reference/enums/account-holder-status":{"id":"api-reference/enums/account-holder-status","title":"AccountHolderStatus","description":"Account holder status."},"api-reference/enums/account-holder-type":{"id":"api-reference/enums/account-holder-type","title":"AccountHolderType","description":"Account holder type"},"api-reference/enums/account-language":{"id":"api-reference/enums/account-language","title":"AccountLanguage","description":"Language: ISO 639-1 language code"},"api-reference/enums/account-membership-order-by-field-input":{"id":"api-reference/enums/account-membership-order-by-field-input","title":"AccountMembershipOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing account memberships"},"api-reference/enums/account-membership-status":{"id":"api-reference/enums/account-membership-status","title":"AccountMembershipStatus","description":"AccountMembership enabled"},"api-reference/enums/account-memberships-permission":{"id":"api-reference/enums/account-memberships-permission","title":"AccountMembershipsPermission","description":"List of account memberships permission"},"api-reference/enums/account-order-by-field-input":{"id":"api-reference/enums/account-order-by-field-input","title":"AccountOrderByFieldInput","description":"Fields that can be used when ordering accounts"},"api-reference/enums/account-received-direct-debit-order-by-field-input":{"id":"api-reference/enums/account-received-direct-debit-order-by-field-input","title":"AccountReceivedDirectDebitOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing receives direct debit mandate results"},"api-reference/enums/account-standing-order-order-by-field-input":{"id":"api-reference/enums/account-standing-order-order-by-field-input","title":"AccountStandingOrderOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing standing order results"},"api-reference/enums/account-status":{"id":"api-reference/enums/account-status","title":"AccountStatus","description":"No description"},"api-reference/enums/account-verification-status":{"id":"api-reference/enums/account-verification-status","title":"AccountVerificationStatus","description":"Account Verification Status"},"api-reference/enums/aml-risk-level":{"id":"api-reference/enums/aml-risk-level","title":"AmlRiskLevel","description":"No description"},"api-reference/enums/authenticator-type":{"id":"api-reference/enums/authenticator-type","title":"AuthenticatorType","description":"No description"},"api-reference/enums/authorization-type":{"id":"api-reference/enums/authorization-type","title":"AuthorizationType","description":"Type of the card authorization transaction"},"api-reference/enums/business-activity":{"id":"api-reference/enums/business-activity","title":"BusinessActivity","description":"Business activity."},"api-reference/enums/cancel-physical-card-reason":{"id":"api-reference/enums/cancel-physical-card-reason","title":"CancelPhysicalCardReason","description":"reason why the physical card is canceled"},"api-reference/enums/canceled-funding-source-reason":{"id":"api-reference/enums/canceled-funding-source-reason","title":"CanceledFundingSourceReason","description":"Funding Source Canceled Reason"},"api-reference/enums/capital-deposit-case-order-by-field-input":{"id":"api-reference/enums/capital-deposit-case-order-by-field-input","title":"CapitalDepositCaseOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing capital deposit cases"},"api-reference/enums/capital-deposit-case-status":{"id":"api-reference/enums/capital-deposit-case-status","title":"CapitalDepositCaseStatus","description":"Status of a capital deposit case."},"api-reference/enums/capital-deposit-document-status":{"id":"api-reference/enums/capital-deposit-document-status","title":"CapitalDepositDocumentStatus","description":"Status of the Capital Deposit Case"},"api-reference/enums/capital-deposit-document-type":{"id":"api-reference/enums/capital-deposit-document-type","title":"CapitalDepositDocumentType","description":"Type of the document."},"api-reference/enums/card-authorization-outcome":{"id":"api-reference/enums/card-authorization-outcome","title":"CardAuthorizationOutcome","description":"No description"},"api-reference/enums/card-authorization-type":{"id":"api-reference/enums/card-authorization-type","title":"CardAuthorizationType","description":"No description"},"api-reference/enums/card-design-background-type":{"id":"api-reference/enums/card-design-background-type","title":"CardDesignBackgroundType","description":"Project Card Design Background Type"},"api-reference/enums/card-design-status":{"id":"api-reference/enums/card-design-status","title":"CardDesignStatus","description":"Card designs Status"},"api-reference/enums/card-order-by-field-input":{"id":"api-reference/enums/card-order-by-field-input","title":"CardOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing cards"},"api-reference/enums/card-product-status":{"id":"api-reference/enums/card-product-status","title":"CardProductStatus","description":"Card Product Status"},"api-reference/enums/card-settings-background-type":{"id":"api-reference/enums/card-settings-background-type","title":"CardSettingsBackgroundType","description":"Card Settings Background Type"},"api-reference/enums/card-status":{"id":"api-reference/enums/card-status","title":"CardStatus","description":"Card Status"},"api-reference/enums/card-transaction-category":{"id":"api-reference/enums/card-transaction-category","title":"CardTransactionCategory","description":"No description"},"api-reference/enums/card-type":{"id":"api-reference/enums/card-type","title":"CardType","description":"Card Type"},"api-reference/enums/cash-account-type":{"id":"api-reference/enums/cash-account-type","title":"CashAccountType","description":"Cash account type (Always Current)"},"api-reference/enums/category":{"id":"api-reference/enums/category","title":"Category","description":"Payment flow available options"},"api-reference/enums/close-account-reason-type":{"id":"api-reference/enums/close-account-reason-type","title":"CloseAccountReasonType","description":"Specific type for closing account action"},"api-reference/enums/company-type":{"id":"api-reference/enums/company-type","title":"CompanyType","description":"Type of company."},"api-reference/enums/complete-digital-card-status":{"id":"api-reference/enums/complete-digital-card-status","title":"CompleteDigitalCardStatus","description":"Complete Digital Card Status"},"api-reference/enums/consent-purpose":{"id":"api-reference/enums/consent-purpose","title":"ConsentPurpose","description":"Purpose of a consent"},"api-reference/enums/consent-status":{"id":"api-reference/enums/consent-status","title":"ConsentStatus","description":"Status of a consent"},"api-reference/enums/credit-transfer-mode":{"id":"api-reference/enums/credit-transfer-mode","title":"CreditTransferMode","description":"No description"},"api-reference/enums/digital-card-order-by-field-input":{"id":"api-reference/enums/digital-card-order-by-field-input","title":"DigitalCardOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing digital cards"},"api-reference/enums/digitalization-type":{"id":"api-reference/enums/digitalization-type","title":"DigitalizationType","description":"Digitalization Type"},"api-reference/enums/direct-debit-sequence":{"id":"api-reference/enums/direct-debit-sequence","title":"DirectDebitSequence","description":"No description"},"api-reference/enums/document-file-side":{"id":"api-reference/enums/document-file-side","title":"DocumentFileSide","description":"From which side the document picture was taken"},"api-reference/enums/document-type":{"id":"api-reference/enums/document-type","title":"DocumentType","description":"The type of the document"},"api-reference/enums/employment-status":{"id":"api-reference/enums/employment-status","title":"EmploymentStatus","description":"Employment status."},"api-reference/enums/env-type":{"id":"api-reference/enums/env-type","title":"EnvType","description":"No description"},"api-reference/enums/external-account-balance-type":{"id":"api-reference/enums/external-account-balance-type","title":"ExternalAccountBalanceType","description":"No description"},"api-reference/enums/external-account-data-source-type":{"id":"api-reference/enums/external-account-data-source-type","title":"ExternalAccountDataSourceType","description":"No description"},"api-reference/enums/external-account-usage":{"id":"api-reference/enums/external-account-usage","title":"ExternalAccountUsage","description":"No description"},"api-reference/enums/fees-type-enum":{"id":"api-reference/enums/fees-type-enum","title":"FeesTypeEnum","description":"Fees type"},"api-reference/enums/field-validation-error":{"id":"api-reference/enums/field-validation-error","title":"FieldValidationError","description":"No description"},"api-reference/enums/funding-limit-settings-change-request-order-by-field-input":{"id":"api-reference/enums/funding-limit-settings-change-request-order-by-field-input","title":"FundingLimitSettingsChangeRequestOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing funding limit settings change requests"},"api-reference/enums/funding-limit-settings-change-request-status":{"id":"api-reference/enums/funding-limit-settings-change-request-status","title":"FundingLimitSettingsChangeRequestStatus","description":"Funding Limit Settings Change Request Status"},"api-reference/enums/funding-limit-settings-status":{"id":"api-reference/enums/funding-limit-settings-status","title":"FundingLimitSettingsStatus","description":"Possible values for funding limit settings status"},"api-reference/enums/funding-source-order-by-field-input":{"id":"api-reference/enums/funding-source-order-by-field-input","title":"FundingSourceOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing funding source results"},"api-reference/enums/funding-source-status":{"id":"api-reference/enums/funding-source-status","title":"FundingSourceStatus","description":"Funding Source Statuses"},"api-reference/enums/ibanstatus":{"id":"api-reference/enums/ibanstatus","title":"IBANStatus","description":"Virtual IBAN Status"},"api-reference/enums/identification-expert-process-provider":{"id":"api-reference/enums/identification-expert-process-provider","title":"IdentificationExpertProcessProvider","description":"The provider used for this expert-level identification process"},"api-reference/enums/identification-expert-with-qesprocess-provider":{"id":"api-reference/enums/identification-expert-with-qesprocess-provider","title":"IdentificationExpertWithQESProcessProvider","description":"The provider used for this QES-level identification process"},"api-reference/enums/identification-invalid-reason":{"id":"api-reference/enums/identification-invalid-reason","title":"IdentificationInvalidReason","description":"The various reasons that can lead to an invalid identification level"},"api-reference/enums/identification-level":{"id":"api-reference/enums/identification-level","title":"IdentificationLevel","description":"Possible value for the field IdentificationLevel"},"api-reference/enums/identification-level-input":{"id":"api-reference/enums/identification-level-input","title":"IdentificationLevelInput","description":"User identification levels input payload."},"api-reference/enums/identification-level-status":{"id":"api-reference/enums/identification-level-status","title":"IdentificationLevelStatus","description":"Valid statuses for level identifications"},"api-reference/enums/identification-pvidprocess-provider":{"id":"api-reference/enums/identification-pvidprocess-provider","title":"IdentificationPVIDProcessProvider","description":"The provider used for this PVID-level identification process"},"api-reference/enums/identification-status":{"id":"api-reference/enums/identification-status","title":"IdentificationStatus","description":"Identification status"},"api-reference/enums/identifications-order-by-field":{"id":"api-reference/enums/identifications-order-by-field","title":"IdentificationsOrderByField","description":"Fields we can use when ordering that can be applied when listing identifications"},"api-reference/enums/identity-document-type":{"id":"api-reference/enums/identity-document-type","title":"IdentityDocumentType","description":"The type of the identity document"},"api-reference/enums/individual-ultimate-beneficial-owner-type-enum":{"id":"api-reference/enums/individual-ultimate-beneficial-owner-type-enum","title":"IndividualUltimateBeneficialOwnerTypeEnum","description":"Individual Ultimate beneficial owner nature"},"api-reference/enums/internal-direct-debit-sequence":{"id":"api-reference/enums/internal-direct-debit-sequence","title":"InternalDirectDebitSequence","description":"No description"},"api-reference/enums/internal-payment-mandate-scheme":{"id":"api-reference/enums/internal-payment-mandate-scheme","title":"InternalPaymentMandateScheme","description":"No description"},"api-reference/enums/internal-payment-mandate-sequence":{"id":"api-reference/enums/internal-payment-mandate-sequence","title":"InternalPaymentMandateSequence","description":"Internal Direct Debit Payment Mandate Sequence"},"api-reference/enums/internal-received-direct-debit-mandate-scheme":{"id":"api-reference/enums/internal-received-direct-debit-mandate-scheme","title":"InternalReceivedDirectDebitMandateScheme","description":"Received internal direct debit mandate scheme"},"api-reference/enums/internal-received-direct-debit-mandate-sequence":{"id":"api-reference/enums/internal-received-direct-debit-mandate-sequence","title":"InternalReceivedDirectDebitMandateSequence","description":"Internal received direct debit mandate sequence"},"api-reference/enums/international-credit-transfer-display-language":{"id":"api-reference/enums/international-credit-transfer-display-language","title":"InternationalCreditTransferDisplayLanguage","description":"Language: ISO 639-1 language code"},"api-reference/enums/international-credit-transfer-route":{"id":"api-reference/enums/international-credit-transfer-route","title":"InternationalCreditTransferRoute","description":"International Credit Transfer Route"},"api-reference/enums/international-credit-transfer-route-input":{"id":"api-reference/enums/international-credit-transfer-route-input","title":"InternationalCreditTransferRouteInput","description":"International Credit Transfer Route"},"api-reference/enums/invalid-argument-rejection-code":{"id":"api-reference/enums/invalid-argument-rejection-code","title":"InvalidArgumentRejectionCode","description":"No description"},"api-reference/enums/invalid-iban-code":{"id":"api-reference/enums/invalid-iban-code","title":"InvalidIbanCode","description":"InvalidIbanCode"},"api-reference/enums/invoice-status":{"id":"api-reference/enums/invoice-status","title":"InvoiceStatus","description":"The different statuses of invoice"},"api-reference/enums/invoice-type":{"id":"api-reference/enums/invoice-type","title":"InvoiceType","description":"No description"},"api-reference/enums/legal-document-status":{"id":"api-reference/enums/legal-document-status","title":"LegalDocumentStatus","description":"No description"},"api-reference/enums/legal-document-type":{"id":"api-reference/enums/legal-document-type","title":"LegalDocumentType","description":"No description"},"api-reference/enums/mandate-language":{"id":"api-reference/enums/mandate-language","title":"MandateLanguage","description":"Language: ISO 639-1 language code"},"api-reference/enums/merchant-category-description":{"id":"api-reference/enums/merchant-category-description","title":"MerchantCategoryDescription","description":"MerchantCategoryDescription"},"api-reference/enums/merchant-payment-method-status":{"id":"api-reference/enums/merchant-payment-method-status","title":"MerchantPaymentMethodStatus","description":"The different statuses a MerchantPaymentMethod can have"},"api-reference/enums/merchant-payment-method-type":{"id":"api-reference/enums/merchant-payment-method-type","title":"MerchantPaymentMethodType","description":"The different statuses a MerchantPaymentMethod can have"},"api-reference/enums/merchant-profile-order-by-field-input":{"id":"api-reference/enums/merchant-profile-order-by-field-input","title":"MerchantProfileOrderByFieldInput","description":"No description"},"api-reference/enums/merchant-profile-status":{"id":"api-reference/enums/merchant-profile-status","title":"MerchantProfileStatus","description":"Merchant Profile Statuses"},"api-reference/enums/monthly-income":{"id":"api-reference/enums/monthly-income","title":"MonthlyIncome","description":"Monthly income."},"api-reference/enums/monthly-payment-volume":{"id":"api-reference/enums/monthly-payment-volume","title":"MonthlyPaymentVolume","description":"Monthly payment volume."},"api-reference/enums/onboarding-order-by-field-input":{"id":"api-reference/enums/onboarding-order-by-field-input","title":"OnboardingOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing onboardings"},"api-reference/enums/onboarding-state":{"id":"api-reference/enums/onboarding-state","title":"OnboardingState","description":"Onboarding process state"},"api-reference/enums/onboarding-status":{"id":"api-reference/enums/onboarding-status","title":"OnboardingStatus","description":"Possible values for onboarding status"},"api-reference/enums/order-by-direction":{"id":"api-reference/enums/order-by-direction","title":"OrderByDirection","description":"No description"},"api-reference/enums/partner-close-account-reason-type":{"id":"api-reference/enums/partner-close-account-reason-type","title":"PartnerCloseAccountReasonType","description":"Specific type for closing account action"},"api-reference/enums/partnership-status":{"id":"api-reference/enums/partnership-status","title":"PartnershipStatus","description":"No description"},"api-reference/enums/payment-account-type":{"id":"api-reference/enums/payment-account-type","title":"PaymentAccountType","description":"No description"},"api-reference/enums/payment-level":{"id":"api-reference/enums/payment-level","title":"PaymentLevel","description":"Payment Level of the account"},"api-reference/enums/payment-mandate-canceled-reason":{"id":"api-reference/enums/payment-mandate-canceled-reason","title":"PaymentMandateCanceledReason","description":"No description"},"api-reference/enums/payment-mandate-order-by-field-input":{"id":"api-reference/enums/payment-mandate-order-by-field-input","title":"PaymentMandateOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing payment mandate results"},"api-reference/enums/payment-mandate-scheme":{"id":"api-reference/enums/payment-mandate-scheme","title":"PaymentMandateScheme","description":"No description"},"api-reference/enums/payment-mandate-sequence":{"id":"api-reference/enums/payment-mandate-sequence","title":"PaymentMandateSequence","description":"Payment Mandate Sequence"},"api-reference/enums/payment-mandate-status":{"id":"api-reference/enums/payment-mandate-status","title":"PaymentMandateStatus","description":"Payment Mandate status"},"api-reference/enums/payment-order-by-field-input":{"id":"api-reference/enums/payment-order-by-field-input","title":"PaymentOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing payment"},"api-reference/enums/payment-product":{"id":"api-reference/enums/payment-product","title":"PaymentProduct","description":"Payment product"},"api-reference/enums/payment-status":{"id":"api-reference/enums/payment-status","title":"PaymentStatus","description":"Payment status"},"api-reference/enums/pending-digital-card-status":{"id":"api-reference/enums/pending-digital-card-status","title":"PendingDigitalCardStatus","description":"Pending Digital Card Status"},"api-reference/enums/physical-card-status":{"id":"api-reference/enums/physical-card-status","title":"PhysicalCardStatus","description":"Physical Card Status"},"api-reference/enums/preferred-notification-channel":{"id":"api-reference/enums/preferred-notification-channel","title":"PreferredNotificationChannel","description":"No description"},"api-reference/enums/product-type":{"id":"api-reference/enums/product-type","title":"ProductType","description":"Type of product sold. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities"},"api-reference/enums/project-card-settings-background-type":{"id":"api-reference/enums/project-card-settings-background-type","title":"ProjectCardSettingsBackgroundType","description":"Project Card Settings Background Type"},"api-reference/enums/project-card-status":{"id":"api-reference/enums/project-card-status","title":"ProjectCardStatus","description":"Card Status"},"api-reference/enums/project-status":{"id":"api-reference/enums/project-status","title":"ProjectStatus","description":"No description"},"api-reference/enums/project-type":{"id":"api-reference/enums/project-type","title":"ProjectType","description":"No description"},"api-reference/enums/received-direct-debit-mandate-scheme":{"id":"api-reference/enums/received-direct-debit-mandate-scheme","title":"ReceivedDirectDebitMandateScheme","description":"Received Direct Debit Mandate Scheme"},"api-reference/enums/received-direct-debit-mandate-status":{"id":"api-reference/enums/received-direct-debit-mandate-status","title":"ReceivedDirectDebitMandateStatus","description":"Received Direct Debit Mandate Statuses"},"api-reference/enums/refund-rejection-code":{"id":"api-reference/enums/refund-rejection-code","title":"RefundRejectionCode","description":"Reason code that explains why we can\'t refund the transactions"},"api-reference/enums/rejected-funding-source-reason":{"id":"api-reference/enums/rejected-funding-source-reason","title":"RejectedFundingSourceReason","description":"Funding Source Rejected Reason"},"api-reference/enums/rejected-reason-code":{"id":"api-reference/enums/rejected-reason-code","title":"RejectedReasonCode","description":"The following reason code for a rejected transaction are defined:"},"api-reference/enums/rejected-verification-reason":{"id":"api-reference/enums/rejected-verification-reason","title":"RejectedVerificationReason","description":"Rejected Verification Reason"},"api-reference/enums/released-reason":{"id":"api-reference/enums/released-reason","title":"ReleasedReason","description":"No description"},"api-reference/enums/request-merchant-profile-update-status":{"id":"api-reference/enums/request-merchant-profile-update-status","title":"RequestMerchantProfileUpdateStatus","description":"Request Merchant Profile Update Statuses"},"api-reference/enums/sepadirect-debit-scheme":{"id":"api-reference/enums/sepadirect-debit-scheme","title":"SEPADirectDebitScheme","description":"Scheme that will be used to create the underlying payment mandate for this funding source"},"api-reference/enums/sepapayment-mandate-scheme":{"id":"api-reference/enums/sepapayment-mandate-scheme","title":"SEPAPaymentMandateScheme","description":"No description"},"api-reference/enums/sepapayment-mandate-sequence":{"id":"api-reference/enums/sepapayment-mandate-sequence","title":"SEPAPaymentMandateSequence","description":"SEPA Direct Debit Payment Mandate Sequence"},"api-reference/enums/separeceived-direct-debit-mandate-scheme":{"id":"api-reference/enums/separeceived-direct-debit-mandate-scheme","title":"SEPAReceivedDirectDebitMandateScheme","description":"Received SEPA direct debit mandate scheme"},"api-reference/enums/separeceived-direct-debit-mandate-sequence":{"id":"api-reference/enums/separeceived-direct-debit-mandate-sequence","title":"SEPAReceivedDirectDebitMandateSequence","description":"SEPA received direct debit mandate sequence"},"api-reference/enums/shareholder-status":{"id":"api-reference/enums/shareholder-status","title":"ShareholderStatus","description":"Status of the shareholder during the process with Swan."},"api-reference/enums/shareholder-type":{"id":"api-reference/enums/shareholder-type","title":"ShareholderType","description":"Shareholder type to identify individuals and companies."},"api-reference/enums/signature-status":{"id":"api-reference/enums/signature-status","title":"SignatureStatus","description":"No description"},"api-reference/enums/simulation-card-type":{"id":"api-reference/enums/simulation-card-type","title":"SimulationCardType","description":"No description"},"api-reference/enums/spending-limit-period":{"id":"api-reference/enums/spending-limit-period","title":"SpendingLimitPeriod","description":"Available period to compute spending limits"},"api-reference/enums/spending-limit-period-input":{"id":"api-reference/enums/spending-limit-period-input","title":"SpendingLimitPeriodInput","description":"Available period to compute spending limits"},"api-reference/enums/spending-limit-type":{"id":"api-reference/enums/spending-limit-type","title":"SpendingLimitType","description":"Available type of spending limits"},"api-reference/enums/standing-order-period":{"id":"api-reference/enums/standing-order-period","title":"StandingOrderPeriod","description":"No description"},"api-reference/enums/standing-order-status":{"id":"api-reference/enums/standing-order-status","title":"StandingOrderStatus","description":"No description"},"api-reference/enums/statement-period":{"id":"api-reference/enums/statement-period","title":"StatementPeriod","description":"The different periods of statement"},"api-reference/enums/statement-status":{"id":"api-reference/enums/statement-status","title":"StatementStatus","description":"The different statuses of statement"},"api-reference/enums/statement-type":{"id":"api-reference/enums/statement-type","title":"StatementType","description":"The different type of statement actually available"},"api-reference/enums/supporting-document-collect-mode":{"id":"api-reference/enums/supporting-document-collect-mode","title":"SupportingDocumentCollectMode","description":"No description"},"api-reference/enums/supporting-document-collection-status":{"id":"api-reference/enums/supporting-document-collection-status","title":"SupportingDocumentCollectionStatus","description":"Verification status of a supporting document collection"},"api-reference/enums/supporting-document-communication-language-settings":{"id":"api-reference/enums/supporting-document-communication-language-settings","title":"SupportingDocumentCommunicationLanguageSettings","description":"No description"},"api-reference/enums/supporting-document-purpose-enum":{"id":"api-reference/enums/supporting-document-purpose-enum","title":"SupportingDocumentPurposeEnum","description":"Supporting document purpose"},"api-reference/enums/supporting-document-status":{"id":"api-reference/enums/supporting-document-status","title":"SupportingDocumentStatus","description":"Verification status of a document"},"api-reference/enums/supporting-document-type":{"id":"api-reference/enums/supporting-document-type","title":"SupportingDocumentType","description":"Specific type for document"},"api-reference/enums/suspend-account-reason-type":{"id":"api-reference/enums/suspend-account-reason-type","title":"SuspendAccountReasonType","description":"Specific type for suspend account action"},"api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason":{"id":"api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason","title":"SuspendReceivedDirectDebitMandatedRejectionReason","description":"Enum of reasons of rejection for suspendReceivedDirectDebitMandate mutation"},"api-reference/enums/swan-identification-level":{"id":"api-reference/enums/swan-identification-level","title":"SwanIdentificationLevel","description":"Used when filtering to filter on the identification level"},"api-reference/enums/swan-identification-process":{"id":"api-reference/enums/swan-identification-process","title":"SwanIdentificationProcess","description":"Used when filtering to filter on the identification process"},"api-reference/enums/swan-identification-status":{"id":"api-reference/enums/swan-identification-status","title":"SwanIdentificationStatus","description":"Used when filtering to filter on the status of the identifications"},"api-reference/enums/title-enum":{"id":"api-reference/enums/title-enum","title":"TitleEnum","description":"Individual ultimate beneficial owner title (Mr/Ms)"},"api-reference/enums/transaction-reason-code":{"id":"api-reference/enums/transaction-reason-code","title":"TransactionReasonCode","description":"The following reason codes for a r-transaction are defined:"},"api-reference/enums/transaction-side":{"id":"api-reference/enums/transaction-side","title":"TransactionSide","description":"Transaction side"},"api-reference/enums/transaction-status":{"id":"api-reference/enums/transaction-status","title":"TransactionStatus","description":"Transaction status"},"api-reference/enums/transaction-type-enum":{"id":"api-reference/enums/transaction-type-enum","title":"TransactionTypeEnum","description":"Transaction Type"},"api-reference/enums/transactions-order-by-field":{"id":"api-reference/enums/transactions-order-by-field","title":"TransactionsOrderByField","description":"No description"},"api-reference/enums/type-of-representation":{"id":"api-reference/enums/type-of-representation","title":"TypeOfRepresentation","description":"Quality of the account holder doing the onboarding"},"api-reference/enums/ultimate-beneficial-owner-type":{"id":"api-reference/enums/ultimate-beneficial-owner-type","title":"UltimateBeneficialOwnerType","description":"Ultimate Beneficial Owner type."},"api-reference/enums/user-order-by-field-input":{"id":"api-reference/enums/user-order-by-field-input","title":"UserOrderByFieldInput","description":"Field we can use when ordering that can be applied when listing users"},"api-reference/enums/validation-field-error-code":{"id":"api-reference/enums/validation-field-error-code","title":"ValidationFieldErrorCode","description":"No description"},"api-reference/enums/verification-flow":{"id":"api-reference/enums/verification-flow","title":"VerificationFlow","description":"Verification Flow."},"api-reference/enums/verification-status":{"id":"api-reference/enums/verification-status","title":"VerificationStatus","description":"Verification status of an account holder"},"api-reference/enums/wallet-provider-type":{"id":"api-reference/enums/wallet-provider-type","title":"WalletProviderType","description":"Wallet Provider"},"api-reference/inputs/account-filter-input":{"id":"api-reference/inputs/account-filter-input","title":"AccountFilterInput","description":"No description"},"api-reference/inputs/account-holder-filter-input":{"id":"api-reference/inputs/account-holder-filter-input","title":"AccountHolderFilterInput","description":"No description"},"api-reference/inputs/account-holder-order-by-input":{"id":"api-reference/inputs/account-holder-order-by-input","title":"AccountHolderOrderByInput","description":"Order that can be applied when listing account holders"},"api-reference/inputs/account-membership-order-by-input":{"id":"api-reference/inputs/account-membership-order-by-input","title":"AccountMembershipOrderByInput","description":"Order that can be applied when listing account memberships"},"api-reference/inputs/account-memberships-filter-input":{"id":"api-reference/inputs/account-memberships-filter-input","title":"AccountMembershipsFilterInput","description":"Filters that can be applied when listing accounts (Only applied in user context)"},"api-reference/inputs/account-order-by-input":{"id":"api-reference/inputs/account-order-by-input","title":"AccountOrderByInput","description":"Order that can be applied when listing accounts"},"api-reference/inputs/account-received-direct-debit-mandate-filters-input":{"id":"api-reference/inputs/account-received-direct-debit-mandate-filters-input","title":"AccountReceivedDirectDebitMandateFiltersInput","description":"Filter that can be passed to get the received direct debit mandate in a specific data range"},"api-reference/inputs/account-received-direct-debit-order-by-input":{"id":"api-reference/inputs/account-received-direct-debit-order-by-input","title":"AccountReceivedDirectDebitOrderByInput","description":"Order that can be applied when listing receives direct debit mandate results"},"api-reference/inputs/account-standing-order-filters-input":{"id":"api-reference/inputs/account-standing-order-filters-input","title":"AccountStandingOrderFiltersInput","description":"Filters that can be applied when listing Standing orders"},"api-reference/inputs/account-standing-order-order-by-input":{"id":"api-reference/inputs/account-standing-order-order-by-input","title":"AccountStandingOrderOrderByInput","description":"Order that can be applied when listing standing order results"},"api-reference/inputs/activate-physical-card-input":{"id":"api-reference/inputs/activate-physical-card-input","title":"ActivatePhysicalCardInput","description":"No description"},"api-reference/inputs/add-account-membership-input":{"id":"api-reference/inputs/add-account-membership-input","title":"AddAccountMembershipInput","description":"Inputs to add a new account membership"},"api-reference/inputs/add-account-memberships-input":{"id":"api-reference/inputs/add-account-memberships-input","title":"AddAccountMembershipsInput","description":"Inputs to add a new account membership"},"api-reference/inputs/add-card-input":{"id":"api-reference/inputs/add-card-input","title":"AddCardInput","description":"Inputs to add a new card"},"api-reference/inputs/add-cards-input":{"id":"api-reference/inputs/add-cards-input","title":"AddCardsInput","description":"Input to add a new cards"},"api-reference/inputs/add-cards-with-group-delivery-input":{"id":"api-reference/inputs/add-cards-with-group-delivery-input","title":"AddCardsWithGroupDeliveryInput","description":"Input to add a new cards"},"api-reference/inputs/add-digital-card-input":{"id":"api-reference/inputs/add-digital-card-input","title":"AddDigitalCardInput","description":"Inputs to add a new digital card"},"api-reference/inputs/add-direct-debit-funding-source-input":{"id":"api-reference/inputs/add-direct-debit-funding-source-input","title":"AddDirectDebitFundingSourceInput","description":"Input to add a Direct Debit Funding Source"},"api-reference/inputs/add-external-account-balance-input":{"id":"api-reference/inputs/add-external-account-balance-input","title":"AddExternalAccountBalanceInput","description":"No description"},"api-reference/inputs/add-external-account-input":{"id":"api-reference/inputs/add-external-account-input","title":"AddExternalAccountInput","description":"No description"},"api-reference/inputs/add-funding-limit-settings-change-request-input":{"id":"api-reference/inputs/add-funding-limit-settings-change-request-input","title":"AddFundingLimitSettingsChangeRequestInput","description":"Inputs to add a new request for funding limit settings change"},"api-reference/inputs/add-internal-direct-debit-payment-mandate-input":{"id":"api-reference/inputs/add-internal-direct-debit-payment-mandate-input","title":"AddInternalDirectDebitPaymentMandateInput","description":"Inputs to add an Internal Direct Debit Payment Mandate"},"api-reference/inputs/add-merchant-profile-input":{"id":"api-reference/inputs/add-merchant-profile-input","title":"AddMerchantProfileInput","description":"Input to add a Merchant Profile"},"api-reference/inputs/add-or-update-external-account-balance-input":{"id":"api-reference/inputs/add-or-update-external-account-balance-input","title":"AddOrUpdateExternalAccountBalanceInput","description":"No description"},"api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input":{"id":"api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input","title":"AddReceivedInternalDirectDebitB2bMandateInput","description":"Inputs to add a received internal direct debit mandate B2b."},"api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input":{"id":"api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input","title":"AddReceivedSepaDirectDebitB2bMandateInput","description":"Inputs to add a received sepa direct debit mandate B2b."},"api-reference/inputs/add-sepa-direct-debit-payment-mandate-input":{"id":"api-reference/inputs/add-sepa-direct-debit-payment-mandate-input","title":"AddSepaDirectDebitPaymentMandateInput","description":"No description"},"api-reference/inputs/add-single-use-virtual-card-input":{"id":"api-reference/inputs/add-single-use-virtual-card-input","title":"AddSingleUseVirtualCardInput","description":"Inputs to add a new card"},"api-reference/inputs/add-single-use-virtual-cards-input":{"id":"api-reference/inputs/add-single-use-virtual-cards-input","title":"AddSingleUseVirtualCardsInput","description":"Input to add a new single-use virtual cards"},"api-reference/inputs/add-virtual-iban-input":{"id":"api-reference/inputs/add-virtual-iban-input","title":"AddVirtualIbanInput","description":"Input to Add a Virtual IBAN"},"api-reference/inputs/address-information-input":{"id":"api-reference/inputs/address-information-input","title":"AddressInformationInput","description":"Address"},"api-reference/inputs/address-input":{"id":"api-reference/inputs/address-input","title":"AddressInput","description":"Address Information"},"api-reference/inputs/allow-sdd-input":{"id":"api-reference/inputs/allow-sdd-input","title":"AllowSddInput","description":"Input to Allow SDD"},"api-reference/inputs/allow-sdd-virtual-iban-entry-input":{"id":"api-reference/inputs/allow-sdd-virtual-iban-entry-input","title":"AllowSddVirtualIbanEntryInput","description":"No description"},"api-reference/inputs/amount-input":{"id":"api-reference/inputs/amount-input","title":"AmountInput","description":"Amount with its currency"},"api-reference/inputs/bind-account-membership-input":{"id":"api-reference/inputs/bind-account-membership-input","title":"BindAccountMembershipInput","description":"No description"},"api-reference/inputs/cancel-card-input":{"id":"api-reference/inputs/cancel-card-input","title":"CancelCardInput","description":"Inputs to cancel a card"},"api-reference/inputs/cancel-consent-input":{"id":"api-reference/inputs/cancel-consent-input","title":"CancelConsentInput","description":"Input of the cancelConsent mutation"},"api-reference/inputs/cancel-digital-card-input":{"id":"api-reference/inputs/cancel-digital-card-input","title":"CancelDigitalCardInput","description":"Inputs to cancel a digital card"},"api-reference/inputs/cancel-funding-source-input":{"id":"api-reference/inputs/cancel-funding-source-input","title":"CancelFundingSourceInput","description":"Cancel Funding Source Input"},"api-reference/inputs/cancel-physical-card-input":{"id":"api-reference/inputs/cancel-physical-card-input","title":"CancelPhysicalCardInput","description":"Inputs to cancel a physical card"},"api-reference/inputs/cancel-standing-order-input":{"id":"api-reference/inputs/cancel-standing-order-input","title":"CancelStandingOrderInput","description":"No description"},"api-reference/inputs/cancel-transaction-input":{"id":"api-reference/inputs/cancel-transaction-input","title":"CancelTransactionInput","description":"Cancel transaction"},"api-reference/inputs/cancel-virtual-iban-entry-input":{"id":"api-reference/inputs/cancel-virtual-iban-entry-input","title":"CancelVirtualIbanEntryInput","description":"No description"},"api-reference/inputs/capital-deposit-case-filters-input":{"id":"api-reference/inputs/capital-deposit-case-filters-input","title":"CapitalDepositCaseFiltersInput","description":"Filters that can be applied when listing capital deposit cases"},"api-reference/inputs/capital-deposit-case-order-by-input":{"id":"api-reference/inputs/capital-deposit-case-order-by-input","title":"CapitalDepositCaseOrderByInput","description":"Order that can be applied when listing capital deposit cases"},"api-reference/inputs/card-config-input":{"id":"api-reference/inputs/card-config-input","title":"CardConfigInput","description":"No description"},"api-reference/inputs/card-config-with-group-delivery-input":{"id":"api-reference/inputs/card-config-with-group-delivery-input","title":"CardConfigWithGroupDeliveryInput","description":"No description"},"api-reference/inputs/card-filters-input":{"id":"api-reference/inputs/card-filters-input","title":"CardFiltersInput","description":"Filters that can be applied when listing cards"},"api-reference/inputs/card-order-by-input":{"id":"api-reference/inputs/card-order-by-input","title":"CardOrderByInput","description":"Order that can be applied when listing cards"},"api-reference/inputs/certificate":{"id":"api-reference/inputs/certificate","title":"Certificate","description":"Certificate"},"api-reference/inputs/check-payment-collection-input":{"id":"api-reference/inputs/check-payment-collection-input","title":"CheckPaymentCollectionInput","description":"No description"},"api-reference/inputs/check-payment-method-input":{"id":"api-reference/inputs/check-payment-method-input","title":"CheckPaymentMethodInput","description":"No description"},"api-reference/inputs/close-account-input":{"id":"api-reference/inputs/close-account-input","title":"CloseAccountInput","description":"No description"},"api-reference/inputs/complete-address-input":{"id":"api-reference/inputs/complete-address-input","title":"CompleteAddressInput","description":"Complete Address Information"},"api-reference/inputs/complete-address-with-contact-input":{"id":"api-reference/inputs/complete-address-with-contact-input","title":"CompleteAddressWithContactInput","description":"Complete Address Information with a contact"},"api-reference/inputs/consent-id-with-order":{"id":"api-reference/inputs/consent-id-with-order","title":"ConsentIdWithOrder","description":"Consent ID with related execution order"},"api-reference/inputs/consents-filters-input":{"id":"api-reference/inputs/consents-filters-input","title":"ConsentsFiltersInput","description":"No description"},"api-reference/inputs/create-capital-deposit-case-input":{"id":"api-reference/inputs/create-capital-deposit-case-input","title":"CreateCapitalDepositCaseInput","description":"Inputs to create a capital deposit case."},"api-reference/inputs/create-multi-consent-input":{"id":"api-reference/inputs/create-multi-consent-input","title":"CreateMultiConsentInput","description":"Input of the createMultiConsent mutation"},"api-reference/inputs/credit-transfer-input":{"id":"api-reference/inputs/credit-transfer-input","title":"CreditTransferInput","description":"Credit transfer"},"api-reference/inputs/delete-supporting-document-input":{"id":"api-reference/inputs/delete-supporting-document-input","title":"DeleteSupportingDocumentInput","description":"No description"},"api-reference/inputs/deny-sdd-input":{"id":"api-reference/inputs/deny-sdd-input","title":"DenySddInput","description":"No description"},"api-reference/inputs/deny-sdd-virtual-iban-entry-input":{"id":"api-reference/inputs/deny-sdd-virtual-iban-entry-input","title":"DenySddVirtualIbanEntryInput","description":"No description"},"api-reference/inputs/digital-card-filters-input":{"id":"api-reference/inputs/digital-card-filters-input","title":"DigitalCardFiltersInput","description":"Filters that can be applied when listing digitalCards"},"api-reference/inputs/digital-card-order-by-input":{"id":"api-reference/inputs/digital-card-order-by-input","title":"DigitalCardOrderByInput","description":"Order that can be applied when listing digital cards"},"api-reference/inputs/disable-account-membership-input":{"id":"api-reference/inputs/disable-account-membership-input","title":"DisableAccountMembershipInput","description":"Input to disable an account membership"},"api-reference/inputs/enable-received-direct-debit-mandate-input":{"id":"api-reference/inputs/enable-received-direct-debit-mandate-input","title":"EnableReceivedDirectDebitMandateInput","description":"Inputs to enable a received direct debit mandate, i.e. to move its status back from suspended."},"api-reference/inputs/external-account-balance-input":{"id":"api-reference/inputs/external-account-balance-input","title":"ExternalAccountBalanceInput","description":"No description"},"api-reference/inputs/finalize-onboarding-input":{"id":"api-reference/inputs/finalize-onboarding-input","title":"FinalizeOnboardingInput","description":"No description"},"api-reference/inputs/funding-limit-amount-input":{"id":"api-reference/inputs/funding-limit-amount-input","title":"FundingLimitAmountInput","description":"Funding Limit Amount Input"},"api-reference/inputs/funding-limit-settings-change-request-filters-input":{"id":"api-reference/inputs/funding-limit-settings-change-request-filters-input","title":"FundingLimitSettingsChangeRequestFiltersInput","description":"Filters that can be applied when listing funding limit settings change requests"},"api-reference/inputs/funding-limit-settings-change-request-order-by-input":{"id":"api-reference/inputs/funding-limit-settings-change-request-order-by-input","title":"FundingLimitSettingsChangeRequestOrderByInput","description":"Order that can be applied when listing funding limit settings change requests"},"api-reference/inputs/funding-source-filters-input":{"id":"api-reference/inputs/funding-source-filters-input","title":"FundingSourceFiltersInput","description":"Filters that can be applied when listing Funding Sources"},"api-reference/inputs/funding-source-order-by-input":{"id":"api-reference/inputs/funding-source-order-by-input","title":"FundingSourceOrderByInput","description":"Order that can be applied when listing funding source results"},"api-reference/inputs/generate-account-statement-input":{"id":"api-reference/inputs/generate-account-statement-input","title":"GenerateAccountStatementInput","description":"Inputs to generate an account"},"api-reference/inputs/generate-capital-deposit-document-upload-url-input":{"id":"api-reference/inputs/generate-capital-deposit-document-upload-url-input","title":"GenerateCapitalDepositDocumentUploadUrlInput","description":"No description"},"api-reference/inputs/generate-supporting-document-upload-url-input":{"id":"api-reference/inputs/generate-supporting-document-upload-url-input","title":"GenerateSupportingDocumentUploadUrlInput","description":"No description"},"api-reference/inputs/grant-consent-with-server-signature-input":{"id":"api-reference/inputs/grant-consent-with-server-signature-input","title":"GrantConsentWithServerSignatureInput","description":"Input of the grantConsentWithServerSignature mutation"},"api-reference/inputs/iban-validation-input":{"id":"api-reference/inputs/iban-validation-input","title":"IbanValidationInput","description":"ibanValidation input"},"api-reference/inputs/identification-filters-input":{"id":"api-reference/inputs/identification-filters-input","title":"IdentificationFiltersInput","description":"Filter that can be passed to get the identifications in specific data ranges"},"api-reference/inputs/identifications-order-by-input":{"id":"api-reference/inputs/identifications-order-by-input","title":"IdentificationsOrderByInput","description":"Order that can be applied when listing identifications"},"api-reference/inputs/individual-ultimate-beneficial-owner-input":{"id":"api-reference/inputs/individual-ultimate-beneficial-owner-input","title":"IndividualUltimateBeneficialOwnerInput","description":"No description"},"api-reference/inputs/initiate-credit-transfers-input":{"id":"api-reference/inputs/initiate-credit-transfers-input","title":"InitiateCreditTransfersInput","description":"Initiate credit transfers"},"api-reference/inputs/initiate-funding-request-input":{"id":"api-reference/inputs/initiate-funding-request-input","title":"InitiateFundingRequestInput","description":"Input to initiate a funding request"},"api-reference/inputs/initiate-international-credit-transfer-input":{"id":"api-reference/inputs/initiate-international-credit-transfer-input","title":"InitiateInternationalCreditTransferInput","description":"COMING SOON"},"api-reference/inputs/initiate-merchant-payment-collection-input":{"id":"api-reference/inputs/initiate-merchant-payment-collection-input","title":"InitiateMerchantPaymentCollectionInput","description":"No description"},"api-reference/inputs/internal-direct-debit-b2-bpayment-method-input":{"id":"api-reference/inputs/internal-direct-debit-b2-bpayment-method-input","title":"InternalDirectDebitB2BPaymentMethodInput","description":"No description"},"api-reference/inputs/internal-direct-debit-payment-collection-input":{"id":"api-reference/inputs/internal-direct-debit-payment-collection-input","title":"InternalDirectDebitPaymentCollectionInput","description":"No description"},"api-reference/inputs/internal-direct-debit-standard-payment-method-input":{"id":"api-reference/inputs/internal-direct-debit-standard-payment-method-input","title":"InternalDirectDebitStandardPaymentMethodInput","description":"No description"},"api-reference/inputs/international-address-input":{"id":"api-reference/inputs/international-address-input","title":"InternationalAddressInput","description":"Address of an international beneficiary"},"api-reference/inputs/international-beneficiary-details-input":{"id":"api-reference/inputs/international-beneficiary-details-input","title":"InternationalBeneficiaryDetailsInput","description":"International Beneficiary Details"},"api-reference/inputs/international-beneficiary-input":{"id":"api-reference/inputs/international-beneficiary-input","title":"InternationalBeneficiaryInput","description":"COMING SOON"},"api-reference/inputs/international-credit-transfer-details-input":{"id":"api-reference/inputs/international-credit-transfer-details-input","title":"InternationalCreditTransferDetailsInput","description":"COMING SOON"},"api-reference/inputs/legal-documents-filter-input":{"id":"api-reference/inputs/legal-documents-filter-input","title":"LegalDocumentsFilterInput","description":"No description"},"api-reference/inputs/membership-info-input":{"id":"api-reference/inputs/membership-info-input","title":"MembershipInfoInput","description":"No description"},"api-reference/inputs/memberships-filter-input":{"id":"api-reference/inputs/memberships-filter-input","title":"MembershipsFilterInput","description":"Filters that can be applied when listing accounts (Only applied in user context)"},"api-reference/inputs/merchant-profile-filters-input":{"id":"api-reference/inputs/merchant-profile-filters-input","title":"MerchantProfileFiltersInput","description":"Filters that can be applied when listing Funding Sources"},"api-reference/inputs/merchant-profile-order-by-input":{"id":"api-reference/inputs/merchant-profile-order-by-input","title":"MerchantProfileOrderByInput","description":"No description"},"api-reference/inputs/oauth-redirect-parameters-input":{"id":"api-reference/inputs/oauth-redirect-parameters-input","title":"OAuthRedirectParametersInput","description":"No description"},"api-reference/inputs/onboard-company-account-holder-input":{"id":"api-reference/inputs/onboard-company-account-holder-input","title":"OnboardCompanyAccountHolderInput","description":"Inputs to onboard a new company account holder"},"api-reference/inputs/onboard-company-shareholder-input":{"id":"api-reference/inputs/onboard-company-shareholder-input","title":"OnboardCompanyShareholderInput","description":"Information on the shareholder."},"api-reference/inputs/onboard-individual-account-holder-input":{"id":"api-reference/inputs/onboard-individual-account-holder-input","title":"OnboardIndividualAccountHolderInput","description":"Inputs to onboard a new individual account holder"},"api-reference/inputs/onboard-individual-shareholder-input":{"id":"api-reference/inputs/onboard-individual-shareholder-input","title":"OnboardIndividualShareholderInput","description":"Information on the shareholder."},"api-reference/inputs/onboarding-filters-input":{"id":"api-reference/inputs/onboarding-filters-input","title":"OnboardingFiltersInput","description":"Filters that can be applied when listing onboardings"},"api-reference/inputs/onboarding-order-by-input":{"id":"api-reference/inputs/onboarding-order-by-input","title":"OnboardingOrderByInput","description":"Order that can be applied when listing onboardings"},"api-reference/inputs/partner-close-account-reason-input":{"id":"api-reference/inputs/partner-close-account-reason-input","title":"PartnerCloseAccountReasonInput","description":"Input version"},"api-reference/inputs/payment-filters-input":{"id":"api-reference/inputs/payment-filters-input","title":"PaymentFiltersInput","description":"Filters that can be applied when listing payments"},"api-reference/inputs/payment-mandate-filters-input":{"id":"api-reference/inputs/payment-mandate-filters-input","title":"PaymentMandateFiltersInput","description":"Filter that can be passed to get the payment mandate in a specific data range"},"api-reference/inputs/payment-mandate-order-by-input":{"id":"api-reference/inputs/payment-mandate-order-by-input","title":"PaymentMandateOrderByInput","description":"Order that can be applied when listing payment mandate results"},"api-reference/inputs/payment-order-by-input":{"id":"api-reference/inputs/payment-order-by-input","title":"PaymentOrderByInput","description":"Order that can be applied when listing payments"},"api-reference/inputs/physical-card-config-input":{"id":"api-reference/inputs/physical-card-config-input","title":"PhysicalCardConfigInput","description":"No description"},"api-reference/inputs/physical-card-custom-options-for-group-delivery-input":{"id":"api-reference/inputs/physical-card-custom-options-for-group-delivery-input","title":"PhysicalCardCustomOptionsForGroupDeliveryInput","description":"No description"},"api-reference/inputs/physical-card-custom-options-for-print-input":{"id":"api-reference/inputs/physical-card-custom-options-for-print-input","title":"PhysicalCardCustomOptionsForPrintInput","description":"No description"},"api-reference/inputs/physical-card-custom-options-input":{"id":"api-reference/inputs/physical-card-custom-options-input","title":"PhysicalCardCustomOptionsInput","description":"No description"},"api-reference/inputs/print-physical-card-input":{"id":"api-reference/inputs/print-physical-card-input","title":"PrintPhysicalCardInput","description":"Inputs to print a physical card"},"api-reference/inputs/reason-input":{"id":"api-reference/inputs/reason-input","title":"ReasonInput","description":"Input version"},"api-reference/inputs/refund-input":{"id":"api-reference/inputs/refund-input","title":"RefundInput","description":"Input to select the beneficiary and the originator to perform a refund"},"api-reference/inputs/refund-transaction":{"id":"api-reference/inputs/refund-transaction","title":"RefundTransaction","description":"Information about the transaction to refund"},"api-reference/inputs/request-merchant-payment-methods-input":{"id":"api-reference/inputs/request-merchant-payment-methods-input","title":"RequestMerchantPaymentMethodsInput","description":"No description"},"api-reference/inputs/request-merchant-profile-update-input":{"id":"api-reference/inputs/request-merchant-profile-update-input","title":"RequestMerchantProfileUpdateInput","description":"Input to update a Merchant Profile"},"api-reference/inputs/request-supporting-document-collection-review-input":{"id":"api-reference/inputs/request-supporting-document-collection-review-input","title":"RequestSupportingDocumentCollectionReviewInput","description":"No description"},"api-reference/inputs/residency-address-input":{"id":"api-reference/inputs/residency-address-input","title":"ResidencyAddressInput","description":"No description"},"api-reference/inputs/restricted-to-input":{"id":"api-reference/inputs/restricted-to-input","title":"RestrictedToInput","description":"Input when the account membership is restricted to a verified user"},"api-reference/inputs/resume-account-membership-input":{"id":"api-reference/inputs/resume-account-membership-input","title":"ResumeAccountMembershipInput","description":"No description"},"api-reference/inputs/resume-physical-card-input":{"id":"api-reference/inputs/resume-physical-card-input","title":"ResumePhysicalCardInput","description":"Inputs to resume a physical card"},"api-reference/inputs/schedule-standing-order-input":{"id":"api-reference/inputs/schedule-standing-order-input","title":"ScheduleStandingOrderInput","description":"No description"},"api-reference/inputs/sepa-beneficiary-input":{"id":"api-reference/inputs/sepa-beneficiary-input","title":"SepaBeneficiaryInput","description":"Sepa beneficiary account"},"api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input":{"id":"api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input","title":"SepaDirectDebitB2BPaymentMethodInput","description":"No description"},"api-reference/inputs/sepa-direct-debit-core-payment-method-input":{"id":"api-reference/inputs/sepa-direct-debit-core-payment-method-input","title":"SepaDirectDebitCorePaymentMethodInput","description":"No description"},"api-reference/inputs/sepa-direct-debit-payment-collection-input":{"id":"api-reference/inputs/sepa-direct-debit-payment-collection-input","title":"SepaDirectDebitPaymentCollectionInput","description":"No description"},"api-reference/inputs/sepa-payment-mandate-debtor-input":{"id":"api-reference/inputs/sepa-payment-mandate-debtor-input","title":"SepaPaymentMandateDebtorInput","description":"No description"},"api-reference/inputs/signature-data":{"id":"api-reference/inputs/signature-data","title":"SignatureData","description":"Signature data used during apple pay inApp provisioning"},"api-reference/inputs/single-use-virtual-card-config-input":{"id":"api-reference/inputs/single-use-virtual-card-config-input","title":"SingleUseVirtualCardConfigInput","description":"No description"},"api-reference/inputs/spending-limit-input":{"id":"api-reference/inputs/spending-limit-input","title":"SpendingLimitInput","description":"Inputs when editing spending limit configuration"},"api-reference/inputs/statement-filters-input":{"id":"api-reference/inputs/statement-filters-input","title":"StatementFiltersInput","description":"Filter that can be given to give the statement in a specific data range"},"api-reference/inputs/suspend-account-membership-input":{"id":"api-reference/inputs/suspend-account-membership-input","title":"SuspendAccountMembershipInput","description":"No description"},"api-reference/inputs/suspend-account-reason-input":{"id":"api-reference/inputs/suspend-account-reason-input","title":"SuspendAccountReasonInput","description":"Input version"},"api-reference/inputs/suspend-physical-card-input":{"id":"api-reference/inputs/suspend-physical-card-input","title":"SuspendPhysicalCardInput","description":"Inputs to suspend a physical card"},"api-reference/inputs/suspend-received-direct-debit-mandate-input":{"id":"api-reference/inputs/suspend-received-direct-debit-mandate-input","title":"SuspendReceivedDirectDebitMandateInput","description":"Inputs to suspend a received direct debit mandate"},"api-reference/inputs/swan-account-beneficiary-input":{"id":"api-reference/inputs/swan-account-beneficiary-input","title":"SwanAccountBeneficiaryInput","description":"Swan account beneficiary"},"api-reference/inputs/transactions-filters-input":{"id":"api-reference/inputs/transactions-filters-input","title":"TransactionsFiltersInput","description":"the criteria to filter transactions"},"api-reference/inputs/transactions-order-by-input":{"id":"api-reference/inputs/transactions-order-by-input","title":"TransactionsOrderByInput","description":"the criteria to sort transactions"},"api-reference/inputs/update-account-holder-input":{"id":"api-reference/inputs/update-account-holder-input","title":"UpdateAccountHolderInput","description":"No description"},"api-reference/inputs/update-account-input":{"id":"api-reference/inputs/update-account-input","title":"UpdateAccountInput","description":"Inputs to update an account"},"api-reference/inputs/update-account-membership-input":{"id":"api-reference/inputs/update-account-membership-input","title":"UpdateAccountMembershipInput","description":"Inputs to update an account membership"},"api-reference/inputs/update-card-input":{"id":"api-reference/inputs/update-card-input","title":"UpdateCardInput","description":"Input to Update Card"},"api-reference/inputs/update-company-onboarding-input":{"id":"api-reference/inputs/update-company-onboarding-input","title":"UpdateCompanyOnboardingInput","description":"No description"},"api-reference/inputs/update-individual-onboarding-input":{"id":"api-reference/inputs/update-individual-onboarding-input","title":"UpdateIndividualOnboardingInput","description":"No description"},"api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input":{"id":"api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input","title":"UpdateReceivedSepaDirectDebitB2bMandateInput","description":"Inputs to update a received sepa direct debit mandate B2b."},"api-reference/inputs/update-supporting-document-input":{"id":"api-reference/inputs/update-supporting-document-input","title":"UpdateSupportingDocumentInput","description":"No description"},"api-reference/inputs/update-user-consent-settings-input":{"id":"api-reference/inputs/update-user-consent-settings-input","title":"UpdateUserConsentSettingsInput","description":"No description"},"api-reference/inputs/updated-restricted-to-input":{"id":"api-reference/inputs/updated-restricted-to-input","title":"UpdatedRestrictedToInput","description":"Input when the account membership is restricted to a verified user"},"api-reference/inputs/user-filter-input":{"id":"api-reference/inputs/user-filter-input","title":"UserFilterInput","description":"No description"},"api-reference/inputs/user-order-by-input":{"id":"api-reference/inputs/user-order-by-input","title":"UserOrderByInput","description":"Order that can be applied when listing users"},"api-reference/inputs/view-card-numbers-input":{"id":"api-reference/inputs/view-card-numbers-input","title":"ViewCardNumbersInput","description":"No description"},"api-reference/inputs/view-physical-card-numbers-input":{"id":"api-reference/inputs/view-physical-card-numbers-input","title":"ViewPhysicalCardNumbersInput","description":"No description"},"api-reference/inputs/view-physical-card-pin-input":{"id":"api-reference/inputs/view-physical-card-pin-input","title":"ViewPhysicalCardPinInput","description":"No description"},"api-reference/interfaces/account-holder-info":{"id":"api-reference/interfaces/account-holder-info","title":"AccountHolderInfo","description":"Account holder types."},"api-reference/interfaces/account-holder-status-info":{"id":"api-reference/interfaces/account-holder-status-info","title":"AccountHolderStatusInfo","description":"Account Holder Status Information"},"api-reference/interfaces/account-membership-status-info":{"id":"api-reference/interfaces/account-membership-status-info","title":"AccountMembershipStatusInfo","description":"here are the different account membership status:"},"api-reference/interfaces/account-status-info":{"id":"api-reference/interfaces/account-status-info","title":"AccountStatusInfo","description":"No description"},"api-reference/interfaces/account-verification":{"id":"api-reference/interfaces/account-verification","title":"AccountVerification","description":"Account Verification"},"api-reference/interfaces/account-verification-status-info":{"id":"api-reference/interfaces/account-verification-status-info","title":"AccountVerificationStatusInfo","description":"Account Verification Status Information"},"api-reference/interfaces/beneficiary":{"id":"api-reference/interfaces/beneficiary","title":"Beneficiary","description":"SOON TO BE DEPRECATED"},"api-reference/interfaces/card-status-info":{"id":"api-reference/interfaces/card-status-info","title":"CardStatusInfo","description":"Card Status Information"},"api-reference/interfaces/complete-digital-card-status-info":{"id":"api-reference/interfaces/complete-digital-card-status-info","title":"CompleteDigitalCardStatusInfo","description":"Complete Digital Card Status Information"},"api-reference/interfaces/connection":{"id":"api-reference/interfaces/connection","title":"Connection","description":"Relay Connection type, used to paginate list of element (Learn More)"},"api-reference/interfaces/digital-card":{"id":"api-reference/interfaces/digital-card","title":"DigitalCard","description":"Digital Card used for ApplePay or GooglePay"},"api-reference/interfaces/document-file":{"id":"api-reference/interfaces/document-file","title":"DocumentFile","description":"Retrieved document extracted from the identity verification"},"api-reference/interfaces/edge":{"id":"api-reference/interfaces/edge","title":"Edge","description":"Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL"},"api-reference/interfaces/fee-creditor":{"id":"api-reference/interfaces/fee-creditor","title":"FeeCreditor","description":"Fee creditor"},"api-reference/interfaces/fee-debtor":{"id":"api-reference/interfaces/fee-debtor","title":"FeeDebtor","description":"No description"},"api-reference/interfaces/field":{"id":"api-reference/interfaces/field","title":"Field","description":"No description"},"api-reference/interfaces/funding-limit-settings-change-request-status-info":{"id":"api-reference/interfaces/funding-limit-settings-change-request-status-info","title":"FundingLimitSettingsChangeRequestStatusInfo","description":"Object containing details about funding limit settings change request status"},"api-reference/interfaces/funding-limit-settings-status-info":{"id":"api-reference/interfaces/funding-limit-settings-status-info","title":"FundingLimitSettingsStatusInfo","description":"Object containing details about funding limit settings status"},"api-reference/interfaces/funding-source":{"id":"api-reference/interfaces/funding-source","title":"FundingSource","description":"Funding Source"},"api-reference/interfaces/funding-source-status-info":{"id":"api-reference/interfaces/funding-source-status-info","title":"FundingSourceStatusInfo","description":"Funding Source status information"},"api-reference/interfaces/individual-ultimate-beneficial-owner-info":{"id":"api-reference/interfaces/individual-ultimate-beneficial-owner-info","title":"IndividualUltimateBeneficialOwnerInfo","description":"Define the type of the UBO"},"api-reference/interfaces/internal-credit-transfer-creditor":{"id":"api-reference/interfaces/internal-credit-transfer-creditor","title":"InternalCreditTransferCreditor","description":"Internal Credit Transfer creditor"},"api-reference/interfaces/internal-credit-transfer-debtor":{"id":"api-reference/interfaces/internal-credit-transfer-debtor","title":"InternalCreditTransferDebtor","description":"Internal Credit Transfer debtor"},"api-reference/interfaces/internal-direct-debit-mandate":{"id":"api-reference/interfaces/internal-direct-debit-mandate","title":"InternalDirectDebitMandate","description":"No description"},"api-reference/interfaces/legal-document-status-info":{"id":"api-reference/interfaces/legal-document-status-info","title":"LegalDocumentStatusInfo","description":"No description"},"api-reference/interfaces/merchant-payment-method":{"id":"api-reference/interfaces/merchant-payment-method","title":"MerchantPaymentMethod","description":"Base object for the different Payment Methods available"},"api-reference/interfaces/merchant-payment-method-status-info":{"id":"api-reference/interfaces/merchant-payment-method-status-info","title":"MerchantPaymentMethodStatusInfo","description":"The payment method status information"},"api-reference/interfaces/merchant-profile-status-info":{"id":"api-reference/interfaces/merchant-profile-status-info","title":"MerchantProfileStatusInfo","description":"Merchant Profile Status Information"},"api-reference/interfaces/onboarding-account-holder-info":{"id":"api-reference/interfaces/onboarding-account-holder-info","title":"OnboardingAccountHolderInfo","description":"The onboarding could be for an Individual or a company"},"api-reference/interfaces/onboarding-status-info":{"id":"api-reference/interfaces/onboarding-status-info","title":"OnboardingStatusInfo","description":"Object containing details about onboarding status (valid/invalid and why it is invalid/already finalized)"},"api-reference/interfaces/partnership-status-info":{"id":"api-reference/interfaces/partnership-status-info","title":"PartnershipStatusInfo","description":"Partnership Status information"},"api-reference/interfaces/payment-direct-debit-mandate":{"id":"api-reference/interfaces/payment-direct-debit-mandate","title":"PaymentDirectDebitMandate","description":"No description"},"api-reference/interfaces/payment-mandate":{"id":"api-reference/interfaces/payment-mandate","title":"PaymentMandate","description":"No description"},"api-reference/interfaces/payment-mandate-creditor":{"id":"api-reference/interfaces/payment-mandate-creditor","title":"PaymentMandateCreditor","description":"No description"},"api-reference/interfaces/payment-mandate-debtor":{"id":"api-reference/interfaces/payment-mandate-debtor","title":"PaymentMandateDebtor","description":"No description"},"api-reference/interfaces/payment-mandate-status-info":{"id":"api-reference/interfaces/payment-mandate-status-info","title":"PaymentMandateStatusInfo","description":"Payment Mandate status information"},"api-reference/interfaces/payment-status-info":{"id":"api-reference/interfaces/payment-status-info","title":"PaymentStatusInfo","description":"Payment Status Information"},"api-reference/interfaces/pending-digital-card-status-info":{"id":"api-reference/interfaces/pending-digital-card-status-info","title":"PendingDigitalCardStatusInfo","description":"Pending Digital Card Status Information"},"api-reference/interfaces/physical-card-status-info":{"id":"api-reference/interfaces/physical-card-status-info","title":"PhysicalCardStatusInfo","description":"Physical Card Status Information"},"api-reference/interfaces/reason":{"id":"api-reference/interfaces/reason","title":"Reason","description":"Define a reason with a message"},"api-reference/interfaces/received-direct-debit-mandate":{"id":"api-reference/interfaces/received-direct-debit-mandate","title":"ReceivedDirectDebitMandate","description":"Interface for Received Direct Debit Mandate"},"api-reference/interfaces/received-direct-debit-mandate-status-info":{"id":"api-reference/interfaces/received-direct-debit-mandate-status-info","title":"ReceivedDirectDebitMandateStatusInfo","description":"Received Direct Debit Mandate status information"},"api-reference/interfaces/rejection":{"id":"api-reference/interfaces/rejection","title":"Rejection","description":"No description"},"api-reference/interfaces/sepacredit-transfer-creditor":{"id":"api-reference/interfaces/sepacredit-transfer-creditor","title":"SEPACreditTransferCreditor","description":"Sepa Credit Transfer Creditor"},"api-reference/interfaces/sepacredit-transfer-debtor":{"id":"api-reference/interfaces/sepacredit-transfer-debtor","title":"SEPACreditTransferDebtor","description":"Sepa Credit Transfer Debtor"},"api-reference/interfaces/sepadirect-debit-creditor":{"id":"api-reference/interfaces/sepadirect-debit-creditor","title":"SEPADirectDebitCreditor","description":"Sepa Direct Debit Creditor"},"api-reference/interfaces/sepadirect-debit-debtor":{"id":"api-reference/interfaces/sepadirect-debit-debtor","title":"SEPADirectDebitDebtor","description":"Sepa Direct Debit Debtor"},"api-reference/interfaces/sepadirect-debit-mandate":{"id":"api-reference/interfaces/sepadirect-debit-mandate","title":"SEPADirectDebitMandate","description":"No description"},"api-reference/interfaces/standing-order-status-info":{"id":"api-reference/interfaces/standing-order-status-info","title":"StandingOrderStatusInfo","description":"No description"},"api-reference/interfaces/statement-info":{"id":"api-reference/interfaces/statement-info","title":"StatementInfo","description":"Custom information for a certain type of statement"},"api-reference/interfaces/supporting-document-collection-status-info":{"id":"api-reference/interfaces/supporting-document-collection-status-info","title":"SupportingDocumentCollectionStatusInfo","description":"No description"},"api-reference/interfaces/supporting-document-status-info":{"id":"api-reference/interfaces/supporting-document-status-info","title":"SupportingDocumentStatusInfo","description":"No description"},"api-reference/interfaces/transaction":{"id":"api-reference/interfaces/transaction","title":"Transaction","description":"Transaction"},"api-reference/interfaces/transaction-status-info":{"id":"api-reference/interfaces/transaction-status-info","title":"TransactionStatusInfo","description":"Transaction Status information"},"api-reference/interfaces/ultimate-beneficial-owner-info":{"id":"api-reference/interfaces/ultimate-beneficial-owner-info","title":"UltimateBeneficialOwnerInfo","description":"The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect"},"api-reference/mutations/activate-physical-card":{"id":"api-reference/mutations/activate-physical-card","title":"activatePhysicalCard","description":"Activate a Physical Card."},"api-reference/mutations/add-account-membership":{"id":"api-reference/mutations/add-account-membership","title":"addAccountMembership","description":"Add a new account membership to an account."},"api-reference/mutations/add-account-memberships":{"id":"api-reference/mutations/add-account-memberships","title":"addAccountMemberships","description":"Add multiple new account memberships to account"},"api-reference/mutations/add-card":{"id":"api-reference/mutations/add-card","title":"addCard","description":"Add a new card to an account membership."},"api-reference/mutations/add-cards":{"id":"api-reference/mutations/add-cards","title":"addCards","description":"Add several cards"},"api-reference/mutations/add-cards-with-group-delivery":{"id":"api-reference/mutations/add-cards-with-group-delivery","title":"addCardsWithGroupDelivery","description":"Add several cards with Group Delivery"},"api-reference/mutations/add-digital-card":{"id":"api-reference/mutations/add-digital-card","title":"addDigitalCard","description":"Add a Digital Card to push to ApplePay or GooglePay"},"api-reference/mutations/add-direct-debit-funding-source":{"id":"api-reference/mutations/add-direct-debit-funding-source","title":"addDirectDebitFundingSource","description":"Add a funding source to an account"},"api-reference/mutations/add-external-account":{"id":"api-reference/mutations/add-external-account","title":"addExternalAccount","description":"Add an external account to an account holder."},"api-reference/mutations/add-external-account-balance":{"id":"api-reference/mutations/add-external-account-balance","title":"addExternalAccountBalance","description":"Add an external balance to an external account."},"api-reference/mutations/add-funding-limit-settings-change-request":{"id":"api-reference/mutations/add-funding-limit-settings-change-request","title":"addFundingLimitSettingsChangeRequest","description":"COMING SOON"},"api-reference/mutations/add-internal-direct-debit-payment-mandate":{"id":"api-reference/mutations/add-internal-direct-debit-payment-mandate","title":"addInternalDirectDebitPaymentMandate","description":"Allows to add an internal direct debit payment mandate."},"api-reference/mutations/add-merchant-profile":{"id":"api-reference/mutations/add-merchant-profile","title":"addMerchantProfile","description":"Add a merchant profile to a company account holder"},"api-reference/mutations/add-or-update-external-account-balance":{"id":"api-reference/mutations/add-or-update-external-account-balance","title":"addOrUpdateExternalAccountBalance","description":"Add an external balance to an external account."},"api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate":{"id":"api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate","title":"addReceivedInternalDirectDebitB2bMandate","description":"Allows to add a received internal direct debit mandate B2b."},"api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate":{"id":"api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate","title":"addReceivedSepaDirectDebitB2bMandate","description":"Allows to add a received sepa direct debit mandate B2b."},"api-reference/mutations/add-sepa-direct-debit-payment-mandate":{"id":"api-reference/mutations/add-sepa-direct-debit-payment-mandate","title":"addSepaDirectDebitPaymentMandate","description":"No description"},"api-reference/mutations/add-single-use-virtual-card":{"id":"api-reference/mutations/add-single-use-virtual-card","title":"addSingleUseVirtualCard","description":"add a new Single Use Virtual Card to an account membership."},"api-reference/mutations/add-single-use-virtual-cards":{"id":"api-reference/mutations/add-single-use-virtual-cards","title":"addSingleUseVirtualCards","description":"Add several single-use virtual cards"},"api-reference/mutations/add-virtual-iban-entry":{"id":"api-reference/mutations/add-virtual-iban-entry","title":"addVirtualIbanEntry","description":"Add a new Virtual IBAN."},"api-reference/mutations/allow-sdd":{"id":"api-reference/mutations/allow-sdd","title":"allowSdd","description":"Allows to receive Sepa Direct Debit on an account."},"api-reference/mutations/allow-sdd-virtual-iban-entry":{"id":"api-reference/mutations/allow-sdd-virtual-iban-entry","title":"allowSddVirtualIbanEntry","description":"Allows to receive Sepa Direct Debit on a Virtual IBAN."},"api-reference/mutations/bind-account-membership":{"id":"api-reference/mutations/bind-account-membership","title":"bindAccountMembership","description":"Bind a user to an account membership"},"api-reference/mutations/cancel-card":{"id":"api-reference/mutations/cancel-card","title":"cancelCard","description":"Cancel a Card"},"api-reference/mutations/cancel-consent":{"id":"api-reference/mutations/cancel-consent","title":"cancelConsent","description":"Cancels a consent."},"api-reference/mutations/cancel-digital-card":{"id":"api-reference/mutations/cancel-digital-card","title":"cancelDigitalCard","description":"Cancel a Digital Card"},"api-reference/mutations/cancel-funding-source":{"id":"api-reference/mutations/cancel-funding-source","title":"cancelFundingSource","description":"Cancel a funding source"},"api-reference/mutations/cancel-physical-card":{"id":"api-reference/mutations/cancel-physical-card","title":"cancelPhysicalCard","description":"Cancel a Physical Card."},"api-reference/mutations/cancel-standing-order":{"id":"api-reference/mutations/cancel-standing-order","title":"cancelStandingOrder","description":"Cancel a standing Order"},"api-reference/mutations/cancel-transaction":{"id":"api-reference/mutations/cancel-transaction","title":"cancelTransaction","description":"Cancels an UPCOMING credit transfer"},"api-reference/mutations/cancel-virtual-iban-entry":{"id":"api-reference/mutations/cancel-virtual-iban-entry","title":"cancelVirtualIbanEntry","description":"Cancels a Virtual IBAN."},"api-reference/mutations/close-account":{"id":"api-reference/mutations/close-account","title":"closeAccount","description":"Closes an account."},"api-reference/mutations/create-capital-deposit-case":{"id":"api-reference/mutations/create-capital-deposit-case","title":"createCapitalDepositCase","description":"Create a capital deposit case."},"api-reference/mutations/create-multi-consent":{"id":"api-reference/mutations/create-multi-consent","title":"createMultiConsent","description":"Create a multi consent, which represents a consent of several other consents,"},"api-reference/mutations/delete-supporting-document":{"id":"api-reference/mutations/delete-supporting-document","title":"deleteSupportingDocument","description":"Delete a supporting document, in case uploaded file is not what was wanted. This action can not be undone."},"api-reference/mutations/deny-sdd":{"id":"api-reference/mutations/deny-sdd","title":"denySdd","description":"Allows to refuse all Sepa Direct Debit received on an account."},"api-reference/mutations/deny-sdd-virtual-iban-entry":{"id":"api-reference/mutations/deny-sdd-virtual-iban-entry","title":"denySddVirtualIbanEntry","description":"Allows to refuse all Sepa Direct Debit received on a Virtual IBAN."},"api-reference/mutations/disable-account-membership":{"id":"api-reference/mutations/disable-account-membership","title":"disableAccountMembership","description":"Disable an account membership"},"api-reference/mutations/enable-received-direct-debit-mandate":{"id":"api-reference/mutations/enable-received-direct-debit-mandate","title":"enableReceivedDirectDebitMandate","description":"Allows to enable a received mandate in the Suspended status."},"api-reference/mutations/finalize-onboarding":{"id":"api-reference/mutations/finalize-onboarding","title":"finalizeOnboarding","description":"Finalize an onboarding led to the opening of a new account for your client, who thus become the account holder."},"api-reference/mutations/generate-account-statement":{"id":"api-reference/mutations/generate-account-statement","title":"generateAccountStatement","description":"Generate an account statement"},"api-reference/mutations/generate-capital-deposit-document-upload-url":{"id":"api-reference/mutations/generate-capital-deposit-document-upload-url","title":"generateCapitalDepositDocumentUploadUrl","description":"Generate an url allowing the upload of a document which unique identifier is specified in parameters."},"api-reference/mutations/generate-supporting-document-upload-url":{"id":"api-reference/mutations/generate-supporting-document-upload-url","title":"generateSupportingDocumentUploadUrl","description":"Generate and return a presigned URL to upload a unique file for the supporting document collection"},"api-reference/mutations/grant-consent-with-server-signature":{"id":"api-reference/mutations/grant-consent-with-server-signature","title":"grantConsentWithServerSignature","description":"Grant consent with a server signature"},"api-reference/mutations/initiate-credit-transfers":{"id":"api-reference/mutations/initiate-credit-transfers","title":"initiateCreditTransfers","description":"Initiates a credit transfer to an other Swan account or to an IBAN"},"api-reference/mutations/initiate-funding-request":{"id":"api-reference/mutations/initiate-funding-request","title":"initiateFundingRequest","description":"Initiate a funding request."},"api-reference/mutations/initiate-international-credit-transfer":{"id":"api-reference/mutations/initiate-international-credit-transfer","title":"initiateInternationalCreditTransfer","description":"COMING SOON"},"api-reference/mutations/initiate-merchant-payment-collection":{"id":"api-reference/mutations/initiate-merchant-payment-collection","title":"initiateMerchantPaymentCollection","description":"No description"},"api-reference/mutations/onboard-company-account-holder":{"id":"api-reference/mutations/onboard-company-account-holder","title":"onboardCompanyAccountHolder","description":"Creates an onboarding for a new company account holder."},"api-reference/mutations/onboard-individual-account-holder":{"id":"api-reference/mutations/onboard-individual-account-holder","title":"onboardIndividualAccountHolder","description":"Creates an onboarding for a new individual account holder."},"api-reference/mutations/print-physical-card":{"id":"api-reference/mutations/print-physical-card","title":"printPhysicalCard","description":"Print Physical Card."},"api-reference/mutations/refund":{"id":"api-reference/mutations/refund","title":"refund","description":"initiates a refund for a list of booked transaction"},"api-reference/mutations/request-merchant-payment-methods":{"id":"api-reference/mutations/request-merchant-payment-methods","title":"requestMerchantPaymentMethods","description":"Request merchant payment methods for a merchant profile"},"api-reference/mutations/request-merchant-profile-update":{"id":"api-reference/mutations/request-merchant-profile-update","title":"requestMerchantProfileUpdate","description":"Request an update of a MerchantProfile"},"api-reference/mutations/request-supporting-document-collection-review":{"id":"api-reference/mutations/request-supporting-document-collection-review","title":"requestSupportingDocumentCollectionReview","description":"Ask for Swan\'s compliance team to review given supporting document collection."},"api-reference/mutations/resume-account-membership":{"id":"api-reference/mutations/resume-account-membership","title":"resumeAccountMembership","description":"Resumes an account membership already suspended."},"api-reference/mutations/resume-physical-card":{"id":"api-reference/mutations/resume-physical-card","title":"resumePhysicalCard","description":"Resume a Physical Card."},"api-reference/mutations/schedule-standing-order":{"id":"api-reference/mutations/schedule-standing-order","title":"scheduleStandingOrder","description":"Schedule a standing Order"},"api-reference/mutations/suspend-account-membership":{"id":"api-reference/mutations/suspend-account-membership","title":"suspendAccountMembership","description":"Suspends an account membership."},"api-reference/mutations/suspend-physical-card":{"id":"api-reference/mutations/suspend-physical-card","title":"suspendPhysicalCard","description":"Suspend a Physical Card."},"api-reference/mutations/suspend-received-direct-debit-mandate":{"id":"api-reference/mutations/suspend-received-direct-debit-mandate","title":"suspendReceivedDirectDebitMandate","description":"Allows to suspend a received direct debit mandate in the Enabled status."},"api-reference/mutations/update-account":{"id":"api-reference/mutations/update-account","title":"updateAccount","description":"Update an account."},"api-reference/mutations/update-account-holder":{"id":"api-reference/mutations/update-account-holder","title":"updateAccountHolder","description":"No description"},"api-reference/mutations/update-account-membership":{"id":"api-reference/mutations/update-account-membership","title":"updateAccountMembership","description":"Updates an account membership."},"api-reference/mutations/update-card":{"id":"api-reference/mutations/update-card","title":"updateCard","description":"Update a Card."},"api-reference/mutations/update-company-onboarding":{"id":"api-reference/mutations/update-company-onboarding","title":"updateCompanyOnboarding","description":"Updates a company onboarding."},"api-reference/mutations/update-individual-onboarding":{"id":"api-reference/mutations/update-individual-onboarding","title":"updateIndividualOnboarding","description":"Updates an individual onboarding."},"api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate":{"id":"api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate","title":"updateReceivedSepaDirectDebitB2bMandate","description":"Allows to update a received sepa direct debit mandate B2b."},"api-reference/mutations/update-supporting-document":{"id":"api-reference/mutations/update-supporting-document","title":"updateSupportingDocument","description":"No description"},"api-reference/mutations/update-user-consent-settings":{"id":"api-reference/mutations/update-user-consent-settings","title":"updateUserConsentSettings","description":"Updates user preferred consent notification channel."},"api-reference/mutations/view-card-numbers":{"id":"api-reference/mutations/view-card-numbers","title":"viewCardNumbers","description":"Reveal the card numbers in the consent page once consent has been given by the cardholder"},"api-reference/mutations/view-physical-card-numbers":{"id":"api-reference/mutations/view-physical-card-numbers","title":"viewPhysicalCardNumbers","description":"Reveal the physical card numbers in the consent page once consent has been given by the cardholder"},"api-reference/mutations/view-physical-card-pin":{"id":"api-reference/mutations/view-physical-card-pin","title":"viewPhysicalCardPin","description":"Reveal the PIN code on Swan app after his consent"},"api-reference/objects/account":{"id":"api-reference/objects/account","title":"Account","description":"Whether you call it a wallet, monetary account, payment account or bank account, the notion of account is fundamental at Swan. All payment flows necessarily go through an account."},"api-reference/objects/account-balances":{"id":"api-reference/objects/account-balances","title":"AccountBalances","description":"A list of balances regarding an account."},"api-reference/objects/account-closed-status":{"id":"api-reference/objects/account-closed-status","title":"AccountClosedStatus","description":"Account Closed status information"},"api-reference/objects/account-closing-status":{"id":"api-reference/objects/account-closing-status","title":"AccountClosingStatus","description":"Account Closing status information"},"api-reference/objects/account-connection":{"id":"api-reference/objects/account-connection","title":"AccountConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/account-edge":{"id":"api-reference/objects/account-edge","title":"AccountEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/account-holder":{"id":"api-reference/objects/account-holder","title":"AccountHolder","description":"The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you."},"api-reference/objects/account-holder-canceled-status-info":{"id":"api-reference/objects/account-holder-canceled-status-info","title":"AccountHolderCanceledStatusInfo","description":"Account Holder Canceled Status Information"},"api-reference/objects/account-holder-company-info":{"id":"api-reference/objects/account-holder-company-info","title":"AccountHolderCompanyInfo","description":"No description"},"api-reference/objects/account-holder-connection":{"id":"api-reference/objects/account-holder-connection","title":"AccountHolderConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)."},"api-reference/objects/account-holder-edge":{"id":"api-reference/objects/account-holder-edge","title":"AccountHolderEdge","description":"Implements the Relay Edge interface."},"api-reference/objects/account-holder-enabled-status-info":{"id":"api-reference/objects/account-holder-enabled-status-info","title":"AccountHolderEnabledStatusInfo","description":"Account Holder Enabled Status Information"},"api-reference/objects/account-holder-individual-info":{"id":"api-reference/objects/account-holder-individual-info","title":"AccountHolderIndividualInfo","description":"Individual account holder."},"api-reference/objects/account-holder-not-found-rejection":{"id":"api-reference/objects/account-holder-not-found-rejection","title":"AccountHolderNotFoundRejection","description":"Rejection returned when the Account Holder was not found"},"api-reference/objects/account-holder-suspended-status-info":{"id":"api-reference/objects/account-holder-suspended-status-info","title":"AccountHolderSuspendedStatusInfo","description":"Account Holder Suspended Status Information"},"api-reference/objects/account-holder-type-individual-rejection":{"id":"api-reference/objects/account-holder-type-individual-rejection","title":"AccountHolderTypeIndividualRejection","description":"Rejection returned if the account holder type is individual."},"api-reference/objects/account-membership":{"id":"api-reference/objects/account-membership","title":"AccountMembership","description":"An account membership represents the rights of a user for a given account."},"api-reference/objects/account-membership-binding-user-error-status-info":{"id":"api-reference/objects/account-membership-binding-user-error-status-info","title":"AccountMembershipBindingUserErrorStatusInfo","description":"when a user is binded with the error to the account membership"},"api-reference/objects/account-membership-cannot-be-disabled-rejection":{"id":"api-reference/objects/account-membership-cannot-be-disabled-rejection","title":"AccountMembershipCannotBeDisabledRejection","description":"No description"},"api-reference/objects/account-membership-cannot-be-updated-rejection":{"id":"api-reference/objects/account-membership-cannot-be-updated-rejection","title":"AccountMembershipCannotBeUpdatedRejection","description":"No description"},"api-reference/objects/account-membership-connection":{"id":"api-reference/objects/account-membership-connection","title":"AccountMembershipConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/account-membership-consent-pending-status-info":{"id":"api-reference/objects/account-membership-consent-pending-status-info","title":"AccountMembershipConsentPendingStatusInfo","description":"when the user has to consent to invite a new account membership"},"api-reference/objects/account-membership-disabled-status-info":{"id":"api-reference/objects/account-membership-disabled-status-info","title":"AccountMembershipDisabledStatusInfo","description":"when the account membership is disabled"},"api-reference/objects/account-membership-edge":{"id":"api-reference/objects/account-membership-edge","title":"AccountMembershipEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/account-membership-enabled-status-info":{"id":"api-reference/objects/account-membership-enabled-status-info","title":"AccountMembershipEnabledStatusInfo","description":"when the account membership is enabled"},"api-reference/objects/account-membership-invitation-sent-status-info":{"id":"api-reference/objects/account-membership-invitation-sent-status-info","title":"AccountMembershipInvitationSentStatusInfo","description":"when a new account membership is invited and there is no user binded yet"},"api-reference/objects/account-membership-not-allowed-rejection":{"id":"api-reference/objects/account-membership-not-allowed-rejection","title":"AccountMembershipNotAllowedRejection","description":"Rejection returned when the Account Membership is not allowed to use an operation."},"api-reference/objects/account-membership-not-found-rejection":{"id":"api-reference/objects/account-membership-not-found-rejection","title":"AccountMembershipNotFoundRejection","description":"No description"},"api-reference/objects/account-membership-not-ready-to-be-bound-rejection":{"id":"api-reference/objects/account-membership-not-ready-to-be-bound-rejection","title":"AccountMembershipNotReadyToBeBoundRejection","description":"Rejection returned if invitation has not been sent to user yet"},"api-reference/objects/account-membership-suspended-status-info":{"id":"api-reference/objects/account-membership-suspended-status-info","title":"AccountMembershipSuspendedStatusInfo","description":"when the account membership is suspended"},"api-reference/objects/account-not-eligible-rejection":{"id":"api-reference/objects/account-not-eligible-rejection","title":"AccountNotEligibleRejection","description":"Thrown when an related account is not eligible to the feature"},"api-reference/objects/account-not-found-rejection":{"id":"api-reference/objects/account-not-found-rejection","title":"AccountNotFoundRejection","description":"Rejection returned if the account was not found or if the user does not have the rights to know that the card exists"},"api-reference/objects/account-opened-status":{"id":"api-reference/objects/account-opened-status","title":"AccountOpenedStatus","description":"Account Opened status information"},"api-reference/objects/account-suspended-status":{"id":"api-reference/objects/account-suspended-status","title":"AccountSuspendedStatus","description":"Account Suspended status information"},"api-reference/objects/account-verification-already-rejected-rejection":{"id":"api-reference/objects/account-verification-already-rejected-rejection","title":"AccountVerificationAlreadyRejectedRejection","description":"Rejection returned when the external account has already been rejected."},"api-reference/objects/account-verification-wrong-status-rejection":{"id":"api-reference/objects/account-verification-wrong-status-rejection","title":"AccountVerificationWrongStatusRejection","description":"Rejection returned when the Account Verification is not in the expected status"},"api-reference/objects/activate-physical-card-success-payload":{"id":"api-reference/objects/activate-physical-card-success-payload","title":"ActivatePhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/add-account-membership-success-payload":{"id":"api-reference/objects/add-account-membership-success-payload","title":"AddAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/add-account-memberships-success-payload":{"id":"api-reference/objects/add-account-memberships-success-payload","title":"AddAccountMembershipsSuccessPayload","description":"No description"},"api-reference/objects/add-card-success-payload":{"id":"api-reference/objects/add-card-success-payload","title":"AddCardSuccessPayload","description":"No description"},"api-reference/objects/add-cards-success-payload":{"id":"api-reference/objects/add-cards-success-payload","title":"AddCardsSuccessPayload","description":"No description"},"api-reference/objects/add-cards-with-group-delivery-success-payload":{"id":"api-reference/objects/add-cards-with-group-delivery-success-payload","title":"AddCardsWithGroupDeliverySuccessPayload","description":"No description"},"api-reference/objects/add-digital-card-success-payload":{"id":"api-reference/objects/add-digital-card-success-payload","title":"AddDigitalCardSuccessPayload","description":"No description"},"api-reference/objects/add-direct-debit-funding-source-success-payload":{"id":"api-reference/objects/add-direct-debit-funding-source-success-payload","title":"AddDirectDebitFundingSourceSuccessPayload","description":"Add Direct Debit Funding Source Success Payload"},"api-reference/objects/add-external-account-balance-success-payload":{"id":"api-reference/objects/add-external-account-balance-success-payload","title":"AddExternalAccountBalanceSuccessPayload","description":"No description"},"api-reference/objects/add-external-account-success-payload":{"id":"api-reference/objects/add-external-account-success-payload","title":"AddExternalAccountSuccessPayload","description":"No description"},"api-reference/objects/add-funding-limit-settings-change-request-success-payload":{"id":"api-reference/objects/add-funding-limit-settings-change-request-success-payload","title":"AddFundingLimitSettingsChangeRequestSuccessPayload","description":"Add Funding Limit Settings Change Request Success Payload"},"api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload":{"id":"api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload","title":"AddInternalDirectDebitPaymentMandateSuccessPayload","description":"Return type in case of a successful response of the addInternalDirectDebitPaymentMandate mutation"},"api-reference/objects/add-merchant-profile-success-payload":{"id":"api-reference/objects/add-merchant-profile-success-payload","title":"AddMerchantProfileSuccessPayload","description":"Add Merchant Profile Success Payload"},"api-reference/objects/add-or-update-external-account-balance-success-payload":{"id":"api-reference/objects/add-or-update-external-account-balance-success-payload","title":"AddOrUpdateExternalAccountBalanceSuccessPayload","description":"No description"},"api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload":{"id":"api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload","title":"AddReceivedInternalDirectDebitB2bMandateSuccessPayload","description":"Return type in case of a successful response of the addReceivedInternalDirectDebitB2bMandate mutation"},"api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload":{"id":"api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload","title":"AddReceivedSepaDirectDebitB2bMandateSuccessPayload","description":"Return type in case of a successful response of the addReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload":{"id":"api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload","title":"AddSepaDirectDebitPaymentMandateSuccessPayload","description":"Return type in case of a successful response of the addSepaDirectDebitPaymentMandate mutation"},"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload":{"id":"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload","title":"AddSingleUseVirtualCardSuccessForProjectOwnerPayload","description":"No description"},"api-reference/objects/add-single-use-virtual-card-success-for-user-payload":{"id":"api-reference/objects/add-single-use-virtual-card-success-for-user-payload","title":"AddSingleUseVirtualCardSuccessForUserPayload","description":"No description"},"api-reference/objects/add-single-use-virtual-cards-success-payload":{"id":"api-reference/objects/add-single-use-virtual-cards-success-payload","title":"AddSingleUseVirtualCardsSuccessPayload","description":"No description"},"api-reference/objects/add-virtual-iban-entry-success-payload":{"id":"api-reference/objects/add-virtual-iban-entry-success-payload","title":"AddVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/adding-cards-to-different-accounts-rejection":{"id":"api-reference/objects/adding-cards-to-different-accounts-rejection","title":"AddingCardsToDifferentAccountsRejection","description":"Rejection returned if the attempting to add cards to different accounts."},"api-reference/objects/address":{"id":"api-reference/objects/address","title":"Address","description":"Address Information"},"api-reference/objects/address-info":{"id":"api-reference/objects/address-info","title":"AddressInfo","description":"Address information."},"api-reference/objects/address-information":{"id":"api-reference/objects/address-information","title":"AddressInformation","description":"Address"},"api-reference/objects/allow-sdd-success-payload":{"id":"api-reference/objects/allow-sdd-success-payload","title":"AllowSddSuccessPayload","description":"No description"},"api-reference/objects/allow-sdd-virtual-iban-entry-success-payload":{"id":"api-reference/objects/allow-sdd-virtual-iban-entry-success-payload","title":"AllowSddVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/allowed-value":{"id":"api-reference/objects/allowed-value","title":"AllowedValue","description":"No description"},"api-reference/objects/already-valid-physical-card-rejection":{"id":"api-reference/objects/already-valid-physical-card-rejection","title":"AlreadyValidPhysicalCardRejection","description":"Rejection returned if card already has a valid Physical Card"},"api-reference/objects/amount":{"id":"api-reference/objects/amount","title":"Amount","description":"Amount with its currency"},"api-reference/objects/apple-pay-not-allowed-for-project-rejection":{"id":"api-reference/objects/apple-pay-not-allowed-for-project-rejection","title":"ApplePayNotAllowedForProjectRejection","description":"Rejection return if the project is not configured to allow Apple Pay"},"api-reference/objects/approved-funding-limit":{"id":"api-reference/objects/approved-funding-limit","title":"ApprovedFundingLimit","description":"Approved Funding Limit"},"api-reference/objects/authenticator":{"id":"api-reference/objects/authenticator","title":"Authenticator","description":"A method used to authenticate a user"},"api-reference/objects/bad-account-status-rejection":{"id":"api-reference/objects/bad-account-status-rejection","title":"BadAccountStatusRejection","description":"Rejection returned if the status account is not valid"},"api-reference/objects/bad-request-rejection":{"id":"api-reference/objects/bad-request-rejection","title":"BadRequestRejection","description":"No description"},"api-reference/objects/balance":{"id":"api-reference/objects/balance","title":"Balance","description":"Balance Information"},"api-reference/objects/bank":{"id":"api-reference/objects/bank","title":"Bank","description":"Information about the banking institution"},"api-reference/objects/bind-account-membership-success-payload":{"id":"api-reference/objects/bind-account-membership-success-payload","title":"BindAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/booked-transaction-status-info":{"id":"api-reference/objects/booked-transaction-status-info","title":"BookedTransactionStatusInfo","description":"Booked transaction status information"},"api-reference/objects/cancel-card-success-payload":{"id":"api-reference/objects/cancel-card-success-payload","title":"CancelCardSuccessPayload","description":"No description"},"api-reference/objects/cancel-consent-success-payload":{"id":"api-reference/objects/cancel-consent-success-payload","title":"CancelConsentSuccessPayload","description":"Success payload of the cancelConsent mutation"},"api-reference/objects/cancel-digital-card-success-payload":{"id":"api-reference/objects/cancel-digital-card-success-payload","title":"CancelDigitalCardSuccessPayload","description":"No description"},"api-reference/objects/cancel-funding-source-success-payload":{"id":"api-reference/objects/cancel-funding-source-success-payload","title":"CancelFundingSourceSuccessPayload","description":"Cancel Funding Source Success Payload"},"api-reference/objects/cancel-physical-card-success-payload":{"id":"api-reference/objects/cancel-physical-card-success-payload","title":"CancelPhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/cancel-standing-order-success-payload":{"id":"api-reference/objects/cancel-standing-order-success-payload","title":"CancelStandingOrderSuccessPayload","description":"No description"},"api-reference/objects/cancel-transaction-success-payload":{"id":"api-reference/objects/cancel-transaction-success-payload","title":"CancelTransactionSuccessPayload","description":"No description"},"api-reference/objects/cancel-virtual-iban-entry-success-payload":{"id":"api-reference/objects/cancel-virtual-iban-entry-success-payload","title":"CancelVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/canceled-funding-source-status-info":{"id":"api-reference/objects/canceled-funding-source-status-info","title":"CanceledFundingSourceStatusInfo","description":"Funding Source Canceled status information"},"api-reference/objects/canceled-identification-level-status-info":{"id":"api-reference/objects/canceled-identification-level-status-info","title":"CanceledIdentificationLevelStatusInfo","description":"Describes an identification level for the process associated to this identification that has been cancelled by the end-user"},"api-reference/objects/canceled-merchant-payment-method-status-info":{"id":"api-reference/objects/canceled-merchant-payment-method-status-info","title":"CanceledMerchantPaymentMethodStatusInfo","description":"CanceledMerchantPaymentMethodStatusInfo"},"api-reference/objects/canceled-merchant-profile-status-info":{"id":"api-reference/objects/canceled-merchant-profile-status-info","title":"CanceledMerchantProfileStatusInfo","description":"CanceledMerchantProfileStatusInfo"},"api-reference/objects/canceled-transaction-status-info":{"id":"api-reference/objects/canceled-transaction-status-info","title":"CanceledTransactionStatusInfo","description":"Canceled transaction status information"},"api-reference/objects/cannot-activate-physical-card-rejection":{"id":"api-reference/objects/cannot-activate-physical-card-rejection","title":"CannotActivatePhysicalCardRejection","description":"Rejection returned when the Physical Card cannot be activated"},"api-reference/objects/capital-deposit-case":{"id":"api-reference/objects/capital-deposit-case","title":"CapitalDepositCase","description":"Capital deposit case for a company."},"api-reference/objects/capital-deposit-case-connection":{"id":"api-reference/objects/capital-deposit-case-connection","title":"CapitalDepositCaseConnection","description":"Implements the Relay Connection interface, used to paginate list of elements (Learn More)"},"api-reference/objects/capital-deposit-case-edge":{"id":"api-reference/objects/capital-deposit-case-edge","title":"CapitalDepositCaseEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/capital-deposit-document":{"id":"api-reference/objects/capital-deposit-document","title":"CapitalDepositDocument","description":"Document provided for a capital deposit case."},"api-reference/objects/capital-deposit-document-can-not-be-uploaded":{"id":"api-reference/objects/capital-deposit-document-can-not-be-uploaded","title":"CapitalDepositDocumentCanNotBeUploaded","description":"Rejection returned if the document from a capital deposit case cannot be uploaded in its context"},"api-reference/objects/card":{"id":"api-reference/objects/card","title":"Card","description":"Card"},"api-reference/objects/card-can-not-be-digitalized-rejection":{"id":"api-reference/objects/card-can-not-be-digitalized-rejection","title":"CardCanNotBeDigitalizedRejection","description":"Rejection returned if the card could not be digitalized"},"api-reference/objects/card-canceled-status-info":{"id":"api-reference/objects/card-canceled-status-info","title":"CardCanceledStatusInfo","description":"Card Canceled Status Information"},"api-reference/objects/card-canceling-status-info":{"id":"api-reference/objects/card-canceling-status-info","title":"CardCancelingStatusInfo","description":"Card Canceling Status Information"},"api-reference/objects/card-confidential":{"id":"api-reference/objects/card-confidential","title":"CardConfidential","description":"No description"},"api-reference/objects/card-connection":{"id":"api-reference/objects/card-connection","title":"CardConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/card-consent-pending-status-info":{"id":"api-reference/objects/card-consent-pending-status-info","title":"CardConsentPendingStatusInfo","description":"when the user has to consent to add this card"},"api-reference/objects/card-design-background":{"id":"api-reference/objects/card-design-background","title":"CardDesignBackground","description":"No description"},"api-reference/objects/card-edge":{"id":"api-reference/objects/card-edge","title":"CardEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/card-enabled-status-info":{"id":"api-reference/objects/card-enabled-status-info","title":"CardEnabledStatusInfo","description":"Card Enabled Status Information"},"api-reference/objects/card-not-found-rejection":{"id":"api-reference/objects/card-not-found-rejection","title":"CardNotFoundRejection","description":"Rejection returned if the card was not found or if the user does not have the rights to know that the account exists"},"api-reference/objects/card-processing-status-info":{"id":"api-reference/objects/card-processing-status-info","title":"CardProcessingStatusInfo","description":"when the card is in the process of being ready to use"},"api-reference/objects/card-product":{"id":"api-reference/objects/card-product","title":"CardProduct","description":"Card Product"},"api-reference/objects/card-product-design":{"id":"api-reference/objects/card-product-design","title":"CardProductDesign","description":"Card design of a Card Product"},"api-reference/objects/card-product-disabled-rejection":{"id":"api-reference/objects/card-product-disabled-rejection","title":"CardProductDisabledRejection","description":"Rejection returned if the card product is disabled."},"api-reference/objects/card-product-not-applicable-to-physical-cards-rejection":{"id":"api-reference/objects/card-product-not-applicable-to-physical-cards-rejection","title":"CardProductNotApplicableToPhysicalCardsRejection","description":"Rejection returned if the card product is not applicable to physical card."},"api-reference/objects/card-product-not-found-rejection":{"id":"api-reference/objects/card-product-not-found-rejection","title":"CardProductNotFoundRejection","description":"No description"},"api-reference/objects/card-product-suspended-rejection":{"id":"api-reference/objects/card-product-suspended-rejection","title":"CardProductSuspendedRejection","description":"Rejection returned if the card product is suspended."},"api-reference/objects/card-product-used-rejection":{"id":"api-reference/objects/card-product-used-rejection","title":"CardProductUsedRejection","description":"No description"},"api-reference/objects/card-settings":{"id":"api-reference/objects/card-settings","title":"CardSettings","description":"Card settings for a Project"},"api-reference/objects/card-settings-background":{"id":"api-reference/objects/card-settings-background","title":"CardSettingsBackground","description":"No description"},"api-reference/objects/card-transaction":{"id":"api-reference/objects/card-transaction","title":"CardTransaction","description":"Card transaction"},"api-reference/objects/card-wrong-status-rejection":{"id":"api-reference/objects/card-wrong-status-rejection","title":"CardWrongStatusRejection","description":"Rejection returned when the Card is not the expected status"},"api-reference/objects/check-merchant-payment-method":{"id":"api-reference/objects/check-merchant-payment-method","title":"CheckMerchantPaymentMethod","description":"CheckMerchantPaymentMethod"},"api-reference/objects/check-transaction":{"id":"api-reference/objects/check-transaction","title":"CheckTransaction","description":"Check transaction"},"api-reference/objects/close-account-reason":{"id":"api-reference/objects/close-account-reason","title":"CloseAccountReason","description":"Define a reason with a message and a specific type for closing account action"},"api-reference/objects/close-account-success-payload":{"id":"api-reference/objects/close-account-success-payload","title":"CloseAccountSuccessPayload","description":"No description"},"api-reference/objects/company-info":{"id":"api-reference/objects/company-info","title":"CompanyInfo","description":"Data provided following the search for company information by siren number"},"api-reference/objects/company-shareholder":{"id":"api-reference/objects/company-shareholder","title":"CompanyShareholder","description":"Company shareholder info."},"api-reference/objects/complete-digital-card":{"id":"api-reference/objects/complete-digital-card","title":"CompleteDigitalCard","description":"Complete Digital Card used for ApplePay or GooglePay"},"api-reference/objects/consent":{"id":"api-reference/objects/consent","title":"Consent","description":"Some sensitive operation at Swan, such as initiating a payment, require consent"},"api-reference/objects/consent-connection":{"id":"api-reference/objects/consent-connection","title":"ConsentConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/consent-edge":{"id":"api-reference/objects/consent-edge","title":"ConsentEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/consent-not-found-rejection":{"id":"api-reference/objects/consent-not-found-rejection","title":"ConsentNotFoundRejection","description":"Rejection returned if a consent was not found"},"api-reference/objects/consent-type-not-supported-by-server-consent-rejection":{"id":"api-reference/objects/consent-type-not-supported-by-server-consent-rejection","title":"ConsentTypeNotSupportedByServerConsentRejection","description":"No description"},"api-reference/objects/consents-already-linked-to-multi-consent-rejection":{"id":"api-reference/objects/consents-already-linked-to-multi-consent-rejection","title":"ConsentsAlreadyLinkedToMultiConsentRejection","description":"Rejection returned when a the consent is already linked to another multi consent"},"api-reference/objects/consents-not-all-in-created-status-rejection":{"id":"api-reference/objects/consents-not-all-in-created-status-rejection","title":"ConsentsNotAllInCreatedStatusRejection","description":"Rejection returned when all provided consents are not in created status"},"api-reference/objects/consents-not-found-rejection":{"id":"api-reference/objects/consents-not-found-rejection","title":"ConsentsNotFoundRejection","description":"Rejection returned when a consent ID passed as input does not exist."},"api-reference/objects/create-capital-deposit-case-success-payload":{"id":"api-reference/objects/create-capital-deposit-case-success-payload","title":"CreateCapitalDepositCaseSuccessPayload","description":"No description"},"api-reference/objects/create-multi-consent-success-payload":{"id":"api-reference/objects/create-multi-consent-success-payload","title":"CreateMultiConsentSuccessPayload","description":"Success payload of the createMultiConsent mutation"},"api-reference/objects/csv-statement":{"id":"api-reference/objects/csv-statement","title":"CsvStatement","description":"Custom information for a CSV statement"},"api-reference/objects/date-field":{"id":"api-reference/objects/date-field","title":"DateField","description":"No description"},"api-reference/objects/debtor-account-closed-rejection":{"id":"api-reference/objects/debtor-account-closed-rejection","title":"DebtorAccountClosedRejection","description":"Rejection returned when the Debtor is closed"},"api-reference/objects/debtor-account-not-allowed-rejection":{"id":"api-reference/objects/debtor-account-not-allowed-rejection","title":"DebtorAccountNotAllowedRejection","description":"Rejection returned when the Debtor does not belong to the same project as the creditor"},"api-reference/objects/delete-supporting-document-success-payload":{"id":"api-reference/objects/delete-supporting-document-success-payload","title":"DeleteSupportingDocumentSuccessPayload","description":"No description"},"api-reference/objects/deny-sdd-success-payload":{"id":"api-reference/objects/deny-sdd-success-payload","title":"DenySddSuccessPayload","description":"No description"},"api-reference/objects/deny-sdd-virtual-iban-entry-success-payload":{"id":"api-reference/objects/deny-sdd-virtual-iban-entry-success-payload","title":"DenySddVirtualIbanEntrySuccessPayload","description":"No description"},"api-reference/objects/device":{"id":"api-reference/objects/device","title":"Device","description":"Device"},"api-reference/objects/digital-card-canceled-status-info":{"id":"api-reference/objects/digital-card-canceled-status-info","title":"DigitalCardCanceledStatusInfo","description":"Digital Card Canceled Status Information"},"api-reference/objects/digital-card-connection":{"id":"api-reference/objects/digital-card-connection","title":"DigitalCardConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/digital-card-consent-pending-status-info":{"id":"api-reference/objects/digital-card-consent-pending-status-info","title":"DigitalCardConsentPendingStatusInfo","description":"Digital Card ConsentPending Status Information"},"api-reference/objects/digital-card-declined-status-info":{"id":"api-reference/objects/digital-card-declined-status-info","title":"DigitalCardDeclinedStatusInfo","description":"Digital Card Declined Status Information"},"api-reference/objects/digital-card-edge":{"id":"api-reference/objects/digital-card-edge","title":"DigitalCardEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/digital-card-enabled-status-info":{"id":"api-reference/objects/digital-card-enabled-status-info","title":"DigitalCardEnabledStatusInfo","description":"Digital Card Enabled Status Information"},"api-reference/objects/digital-card-not-found-rejection":{"id":"api-reference/objects/digital-card-not-found-rejection","title":"DigitalCardNotFoundRejection","description":"Rejection returned when the Digital Card does not exist"},"api-reference/objects/digital-card-pending-status-info":{"id":"api-reference/objects/digital-card-pending-status-info","title":"DigitalCardPendingStatusInfo","description":"Digital Card Pending Status Information"},"api-reference/objects/digital-card-suspended-status-info":{"id":"api-reference/objects/digital-card-suspended-status-info","title":"DigitalCardSuspendedStatusInfo","description":"Digital Card Suspended Status Information"},"api-reference/objects/direct-debit-account-verification":{"id":"api-reference/objects/direct-debit-account-verification","title":"DirectDebitAccountVerification","description":"Direct Debit Account Verification"},"api-reference/objects/direct-debit-funding-source":{"id":"api-reference/objects/direct-debit-funding-source","title":"DirectDebitFundingSource","description":"Funding Source with Direct Debit Mandate"},"api-reference/objects/disable-account-membership-success-payload":{"id":"api-reference/objects/disable-account-membership-success-payload","title":"DisableAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/disabled-funding-limit-settings-status-info":{"id":"api-reference/objects/disabled-funding-limit-settings-status-info","title":"DisabledFundingLimitSettingsStatusInfo","description":"StatusInfo when funding limit settings has been disabled"},"api-reference/objects/disabled-merchant-payment-method-status-info":{"id":"api-reference/objects/disabled-merchant-payment-method-status-info","title":"DisabledMerchantPaymentMethodStatusInfo","description":"EnabledMerchantPaymentMethodStatusInfo"},"api-reference/objects/drivers-license-document":{"id":"api-reference/objects/drivers-license-document","title":"DriversLicenseDocument","description":"The document corresponding to a driver\'s license"},"api-reference/objects/drivers-license-document-file":{"id":"api-reference/objects/drivers-license-document-file","title":"DriversLicenseDocumentFile","description":"The file associated to the driver\'s license document"},"api-reference/objects/enable-received-direct-debit-mandate-success-payload":{"id":"api-reference/objects/enable-received-direct-debit-mandate-success-payload","title":"EnableReceivedDirectDebitMandateSuccessPayload","description":"Return type in case of a successful response of the enableReceivedDirectDebitMandate mutation"},"api-reference/objects/enabled-card-design-not-found-rejection":{"id":"api-reference/objects/enabled-card-design-not-found-rejection","title":"EnabledCardDesignNotFoundRejection","description":"Rejection returned if the card product don\'t have a card design enabled"},"api-reference/objects/enabled-funding-limit-settings-status-info":{"id":"api-reference/objects/enabled-funding-limit-settings-status-info","title":"EnabledFundingLimitSettingsStatusInfo","description":"StatusInfo when the funding limit settings is enabled"},"api-reference/objects/enabled-funding-source-status-info":{"id":"api-reference/objects/enabled-funding-source-status-info","title":"EnabledFundingSourceStatusInfo","description":"Funding Source Enabled status information"},"api-reference/objects/enabled-merchant-payment-method-status-info":{"id":"api-reference/objects/enabled-merchant-payment-method-status-info","title":"EnabledMerchantPaymentMethodStatusInfo","description":"EnabledMerchantPaymentMethodStatusInfo"},"api-reference/objects/enabled-merchant-profile-status-info":{"id":"api-reference/objects/enabled-merchant-profile-status-info","title":"EnabledMerchantProfileStatusInfo","description":"EnabledMerchantProfileStatusInfo"},"api-reference/objects/expired-identification-level-status-info":{"id":"api-reference/objects/expired-identification-level-status-info","title":"ExpiredIdentificationLevelStatusInfo","description":"Describes an identification level for the process associated to this identification that has expired and is no longer considered valid"},"api-reference/objects/external-account":{"id":"api-reference/objects/external-account","title":"ExternalAccount","description":"No description"},"api-reference/objects/external-account-already-exists-rejection":{"id":"api-reference/objects/external-account-already-exists-rejection","title":"ExternalAccountAlreadyExistsRejection","description":"No description"},"api-reference/objects/external-account-balance":{"id":"api-reference/objects/external-account-balance","title":"ExternalAccountBalance","description":"No description"},"api-reference/objects/external-account-balance-already-exists-rejection":{"id":"api-reference/objects/external-account-balance-already-exists-rejection","title":"ExternalAccountBalanceAlreadyExistsRejection","description":"No description"},"api-reference/objects/external-account-connection":{"id":"api-reference/objects/external-account-connection","title":"ExternalAccountConnection","description":"Implements the Relay Connection interface, used to paginate the list of element (Learn More)"},"api-reference/objects/external-account-data-source":{"id":"api-reference/objects/external-account-data-source","title":"ExternalAccountDataSource","description":"No description"},"api-reference/objects/external-account-edge":{"id":"api-reference/objects/external-account-edge","title":"ExternalAccountEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/external-balance-connection":{"id":"api-reference/objects/external-balance-connection","title":"ExternalBalanceConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/external-balance-edge":{"id":"api-reference/objects/external-balance-edge","title":"ExternalBalanceEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/face-photo-document":{"id":"api-reference/objects/face-photo-document","title":"FacePhotoDocument","description":"The document corresponding to a face photo"},"api-reference/objects/fee-in-creditor":{"id":"api-reference/objects/fee-in-creditor","title":"FeeInCreditor","description":"Fee creditor for Incoming transaction"},"api-reference/objects/fee-in-debtor":{"id":"api-reference/objects/fee-in-debtor","title":"FeeInDebtor","description":"Fee debtor for Incoming transaction"},"api-reference/objects/fee-out-creditor":{"id":"api-reference/objects/fee-out-creditor","title":"FeeOutCreditor","description":"Fee creditor for Outgoing transaction"},"api-reference/objects/fee-out-debtor":{"id":"api-reference/objects/fee-out-debtor","title":"FeeOutDebtor","description":"Fee debtor for Outgoing transaction"},"api-reference/objects/fee-settings-not-found-rejection":{"id":"api-reference/objects/fee-settings-not-found-rejection","title":"FeeSettingsNotFoundRejection","description":"No description"},"api-reference/objects/fee-transaction":{"id":"api-reference/objects/fee-transaction","title":"FeeTransaction","description":"Fee Transaction"},"api-reference/objects/finalize-onboarding-success-payload":{"id":"api-reference/objects/finalize-onboarding-success-payload","title":"FinalizeOnboardingSuccessPayload","description":"No description"},"api-reference/objects/financial-institution":{"id":"api-reference/objects/financial-institution","title":"FinancialInstitution","description":"No description"},"api-reference/objects/forbidden-rejection":{"id":"api-reference/objects/forbidden-rejection","title":"ForbiddenRejection","description":"No description"},"api-reference/objects/funding-limit":{"id":"api-reference/objects/funding-limit","title":"FundingLimit","description":"No description"},"api-reference/objects/funding-limit-amount":{"id":"api-reference/objects/funding-limit-amount","title":"FundingLimitAmount","description":"Funding Limit Amount"},"api-reference/objects/funding-limit-exceeded-rejection":{"id":"api-reference/objects/funding-limit-exceeded-rejection","title":"FundingLimitExceededRejection","description":"Rejection returned when the Account Holder Funding has been exceeded"},"api-reference/objects/funding-limit-settings":{"id":"api-reference/objects/funding-limit-settings","title":"FundingLimitSettings","description":"No description"},"api-reference/objects/funding-limit-settings-change-request":{"id":"api-reference/objects/funding-limit-settings-change-request","title":"FundingLimitSettingsChangeRequest","description":"Funding Limit Settings Change Request"},"api-reference/objects/funding-limit-settings-change-request-approved-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-approved-status-info","title":"FundingLimitSettingsChangeRequestApprovedStatusInfo","description":"StatusInfo when funding limit settings change request has been approved"},"api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection":{"id":"api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection","title":"FundingLimitSettingsChangeRequestBadAmountRejection","description":"Funding Limit Settings Change Request Bad Amount Rejection"},"api-reference/objects/funding-limit-settings-change-request-connection":{"id":"api-reference/objects/funding-limit-settings-change-request-connection","title":"FundingLimitSettingsChangeRequestConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/funding-limit-settings-change-request-edge":{"id":"api-reference/objects/funding-limit-settings-change-request-edge","title":"FundingLimitSettingsChangeRequestEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/funding-limit-settings-change-request-pending-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-pending-status-info","title":"FundingLimitSettingsChangeRequestPendingStatusInfo","description":"StatusInfo when funding limit settings change request is pending"},"api-reference/objects/funding-limit-settings-change-request-refused-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-refused-status-info","title":"FundingLimitSettingsChangeRequestRefusedStatusInfo","description":"StatusInfo when funding limit settings change request has been rejected"},"api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info":{"id":"api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info","title":"FundingLimitSettingsChangeRequestWaitingForInformationStatusInfo","description":"StatusInfo when funding limit settings change request is waiting for more information"},"api-reference/objects/funding-source-connection":{"id":"api-reference/objects/funding-source-connection","title":"FundingSourceConnection","description":"Please see the Connection interface"},"api-reference/objects/funding-source-edge":{"id":"api-reference/objects/funding-source-edge","title":"FundingSourceEdge","description":"Please see the Connection interface"},"api-reference/objects/funding-source-not-found-rejection":{"id":"api-reference/objects/funding-source-not-found-rejection","title":"FundingSourceNotFoundRejection","description":"No description"},"api-reference/objects/funding-source-wrong-status-rejection":{"id":"api-reference/objects/funding-source-wrong-status-rejection","title":"FundingSourceWrongStatusRejection","description":"Rejection returned when the Funding Source is not in the expected status"},"api-reference/objects/generate-capital-deposit-document-upload-url-success-payload":{"id":"api-reference/objects/generate-capital-deposit-document-upload-url-success-payload","title":"GenerateCapitalDepositDocumentUploadUrlSuccessPayload","description":"No description"},"api-reference/objects/generate-supporting-document-upload-url-success-payload":{"id":"api-reference/objects/generate-supporting-document-upload-url-success-payload","title":"GenerateSupportingDocumentUploadUrlSuccessPayload","description":"No description"},"api-reference/objects/global-funding-limit-exceeded-rejection":{"id":"api-reference/objects/global-funding-limit-exceeded-rejection","title":"GlobalFundingLimitExceededRejection","description":"Rejection returned when the Global Funding has been exceeded"},"api-reference/objects/global-instant-funding-limit-exceeded-rejection":{"id":"api-reference/objects/global-instant-funding-limit-exceeded-rejection","title":"GlobalInstantFundingLimitExceededRejection","description":"Rejection returned when the Global Instant Funding limit has been exceeded"},"api-reference/objects/grant-consent-with-server-signature-success-payload":{"id":"api-reference/objects/grant-consent-with-server-signature-success-payload","title":"GrantConsentWithServerSignatureSuccessPayload","description":"Success payload of the grantConsentWithServerSignature mutation"},"api-reference/objects/headquarters":{"id":"api-reference/objects/headquarters","title":"Headquarters","description":"No description"},"api-reference/objects/iban-validation-rejection":{"id":"api-reference/objects/iban-validation-rejection","title":"IbanValidationRejection","description":"No description"},"api-reference/objects/ibannot-reachable-rejection":{"id":"api-reference/objects/ibannot-reachable-rejection","title":"IBANNotReachableRejection","description":"Rejection returned when the IBAN is not reachable"},"api-reference/objects/ibannot-valid-rejection":{"id":"api-reference/objects/ibannot-valid-rejection","title":"IBANNotValidRejection","description":"Rejection returned when the IBAN is not valid"},"api-reference/objects/id-card-document":{"id":"api-reference/objects/id-card-document","title":"IdCardDocument","description":"The document corresponding to an ID card"},"api-reference/objects/id-card-document-file":{"id":"api-reference/objects/id-card-document-file","title":"IdCardDocumentFile","description":"The file associated to the ID card document"},"api-reference/objects/identification":{"id":"api-reference/objects/identification","title":"Identification","description":"The identification represents an ongoing identification process or its result"},"api-reference/objects/identification-connection":{"id":"api-reference/objects/identification-connection","title":"IdentificationConnection","description":"Fields we can use when ordering that can be applied when listing identifications"},"api-reference/objects/identification-edge":{"id":"api-reference/objects/identification-edge","title":"IdentificationEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/identification-expert-process-info":{"id":"api-reference/objects/identification-expert-process-info","title":"IdentificationExpertProcessInfo","description":"The identification process associated to the expert level"},"api-reference/objects/identification-expert-with-qesprocess-info":{"id":"api-reference/objects/identification-expert-with-qesprocess-info","title":"IdentificationExpertWithQESProcessInfo","description":"The identification process associated to the Qualified Electronic Signature level"},"api-reference/objects/identification-level-statuses-info":{"id":"api-reference/objects/identification-level-statuses-info","title":"IdentificationLevelStatusesInfo","description":"The status and results associated to the available identification processes"},"api-reference/objects/identification-levels":{"id":"api-reference/objects/identification-levels","title":"IdentificationLevels","description":"Identification levels"},"api-reference/objects/identification-pvidprocess-info":{"id":"api-reference/objects/identification-pvidprocess-info","title":"IdentificationPVIDProcessInfo","description":"The identification process associated to the PVID/Remote Identity Verification Service level"},"api-reference/objects/identity-already-bind-to-account-membership-rejection":{"id":"api-reference/objects/identity-already-bind-to-account-membership-rejection","title":"IdentityAlreadyBindToAccountMembershipRejection","description":"Rejection returned if identity and the account memberships are already bind"},"api-reference/objects/in-app-provisioning-data":{"id":"api-reference/objects/in-app-provisioning-data","title":"InAppProvisioningData","description":"Data used for in app provisioning"},"api-reference/objects/individual-shareholder":{"id":"api-reference/objects/individual-shareholder","title":"IndividualShareholder","description":"Individual shareholder info."},"api-reference/objects/individual-ultimate-beneficial-owner":{"id":"api-reference/objects/individual-ultimate-beneficial-owner","title":"IndividualUltimateBeneficialOwner","description":"Individual Ultimate Beneficial Owner"},"api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital":{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital","title":"IndividualUltimateBeneficialOwnerTypeHasCapital","description":"Individual Ultimate Beneficial Owner Type Has Capital"},"api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative":{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative","title":"IndividualUltimateBeneficialOwnerTypeLegalRepresentative","description":"Individual Ultimate Beneficial Owner Type Legal Representative"},"api-reference/objects/individual-ultimate-beneficial-owner-type-other":{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-other","title":"IndividualUltimateBeneficialOwnerTypeOther","description":"Individual Ultimate Beneficial Owner Type Other"},"api-reference/objects/initiate-credit-transfers-success-payload":{"id":"api-reference/objects/initiate-credit-transfers-success-payload","title":"InitiateCreditTransfersSuccessPayload","description":"No description"},"api-reference/objects/initiate-funding-request-success-payload":{"id":"api-reference/objects/initiate-funding-request-success-payload","title":"InitiateFundingRequestSuccessPayload","description":"Initiate A Funding Request Success Payload"},"api-reference/objects/initiate-international-credit-transfer-response-success-payload":{"id":"api-reference/objects/initiate-international-credit-transfer-response-success-payload","title":"InitiateInternationalCreditTransferResponseSuccessPayload","description":"Initiate International Credit Transfer Response Success Payload"},"api-reference/objects/initiate-merchant-payment-collection-success-payload":{"id":"api-reference/objects/initiate-merchant-payment-collection-success-payload","title":"InitiateMerchantPaymentCollectionSuccessPayload","description":"No description"},"api-reference/objects/instant-funding-limit":{"id":"api-reference/objects/instant-funding-limit","title":"InstantFundingLimit","description":"No description"},"api-reference/objects/instant-funding-limit-exceeded-rejection":{"id":"api-reference/objects/instant-funding-limit-exceeded-rejection","title":"InstantFundingLimitExceededRejection","description":"Rejection returned when the Account Holder Instant Funding limit has been exceeded"},"api-reference/objects/insufficient-funds-rejection":{"id":"api-reference/objects/insufficient-funds-rejection","title":"InsufficientFundsRejection","description":"Rejection returned when the Available balance is insufficient"},"api-reference/objects/internal-beneficiary":{"id":"api-reference/objects/internal-beneficiary","title":"InternalBeneficiary","description":"SOON TO BE DEPRECATED"},"api-reference/objects/internal-credit-transfer":{"id":"api-reference/objects/internal-credit-transfer","title":"InternalCreditTransfer","description":"Internal Credit Transfer transaction"},"api-reference/objects/internal-credit-transfer-in-creditor":{"id":"api-reference/objects/internal-credit-transfer-in-creditor","title":"InternalCreditTransferInCreditor","description":"Internal Credit Transfer creditor for Incoming transaction"},"api-reference/objects/internal-credit-transfer-in-debtor":{"id":"api-reference/objects/internal-credit-transfer-in-debtor","title":"InternalCreditTransferInDebtor","description":"Internal Credit Transfer debtor for Incoming transaction"},"api-reference/objects/internal-credit-transfer-out-creditor":{"id":"api-reference/objects/internal-credit-transfer-out-creditor","title":"InternalCreditTransferOutCreditor","description":"Internal Credit Transfer creditor for Outgoing transaction"},"api-reference/objects/internal-credit-transfer-out-debtor":{"id":"api-reference/objects/internal-credit-transfer-out-debtor","title":"InternalCreditTransferOutDebtor","description":"Internal Credit Transfer debtor for Outgoing transaction"},"api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method":{"id":"api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method","title":"InternalDirectDebitB2BMerchantPaymentMethod","description":"InternalDirectDebitB2BMerchantPaymentMethod"},"api-reference/objects/internal-direct-debit-creditor":{"id":"api-reference/objects/internal-direct-debit-creditor","title":"InternalDirectDebitCreditor","description":"Internal Direct Debit Creditor"},"api-reference/objects/internal-direct-debit-debtor":{"id":"api-reference/objects/internal-direct-debit-debtor","title":"InternalDirectDebitDebtor","description":"Internal Direct Debit Debtor"},"api-reference/objects/internal-direct-debit-standard-merchant-payment-method":{"id":"api-reference/objects/internal-direct-debit-standard-merchant-payment-method","title":"InternalDirectDebitStandardMerchantPaymentMethod","description":"InternalDirectDebitStandardMerchantPaymentMethod"},"api-reference/objects/internal-direct-debit-transaction":{"id":"api-reference/objects/internal-direct-debit-transaction","title":"InternalDirectDebitTransaction","description":"Internal Direct Debit transaction"},"api-reference/objects/internal-error-rejection":{"id":"api-reference/objects/internal-error-rejection","title":"InternalErrorRejection","description":"Rejection returned on unexpected server error"},"api-reference/objects/internal-payment-direct-debit-mandate":{"id":"api-reference/objects/internal-payment-direct-debit-mandate","title":"InternalPaymentDirectDebitMandate","description":"Payment direct debit mandate for Internal"},"api-reference/objects/internal-payment-mandate-creditor":{"id":"api-reference/objects/internal-payment-mandate-creditor","title":"InternalPaymentMandateCreditor","description":"No description"},"api-reference/objects/internal-payment-mandate-debtor":{"id":"api-reference/objects/internal-payment-mandate-debtor","title":"InternalPaymentMandateDebtor","description":"No description"},"api-reference/objects/internal-received-direct-debit-mandate":{"id":"api-reference/objects/internal-received-direct-debit-mandate","title":"InternalReceivedDirectDebitMandate","description":"Received direct debit mandate for SEPA"},"api-reference/objects/internal-received-direct-debit-mandate-creditor":{"id":"api-reference/objects/internal-received-direct-debit-mandate-creditor","title":"InternalReceivedDirectDebitMandateCreditor","description":"Internal received direct debit mandate creditor"},"api-reference/objects/international-beneficiary-dynamic-forms":{"id":"api-reference/objects/international-beneficiary-dynamic-forms","title":"InternationalBeneficiaryDynamicForms","description":"COMING SOON"},"api-reference/objects/international-credit-transfer-currency-exchange":{"id":"api-reference/objects/international-credit-transfer-currency-exchange","title":"InternationalCreditTransferCurrencyExchange","description":"International Currency Exchange / Quote"},"api-reference/objects/international-credit-transfer-details":{"id":"api-reference/objects/international-credit-transfer-details","title":"InternationalCreditTransferDetails","description":"International Credit Transfer - Currency-specific details of the beneficiary"},"api-reference/objects/international-credit-transfer-dynamic-form":{"id":"api-reference/objects/international-credit-transfer-dynamic-form","title":"InternationalCreditTransferDynamicForm","description":"COMING SOON"},"api-reference/objects/international-credit-transfer-out-creditor":{"id":"api-reference/objects/international-credit-transfer-out-creditor","title":"InternationalCreditTransferOutCreditor","description":"International Credit Transfer Out - Creditor info"},"api-reference/objects/international-credit-transfer-out-debtor":{"id":"api-reference/objects/international-credit-transfer-out-debtor","title":"InternationalCreditTransferOutDebtor","description":"International Credit Transfer Out - Debtor info"},"api-reference/objects/international-credit-transfer-quote":{"id":"api-reference/objects/international-credit-transfer-quote","title":"InternationalCreditTransferQuote","description":"COMING SOON"},"api-reference/objects/international-credit-transfer-transaction":{"id":"api-reference/objects/international-credit-transfer-transaction","title":"InternationalCreditTransferTransaction","description":"No description"},"api-reference/objects/invalid-argument-rejection":{"id":"api-reference/objects/invalid-argument-rejection","title":"InvalidArgumentRejection","description":"Rejection returned on invalid argument error"},"api-reference/objects/invalid-argument-rejection-field":{"id":"api-reference/objects/invalid-argument-rejection-field","title":"InvalidArgumentRejectionField","description":"No description"},"api-reference/objects/invalid-iban":{"id":"api-reference/objects/invalid-iban","title":"InvalidIban","description":"Information about the invalidity of the IBAN"},"api-reference/objects/invalid-identification-level-status-info":{"id":"api-reference/objects/invalid-identification-level-status-info","title":"InvalidIdentificationLevelStatusInfo","description":"Describes an invalid identification level for the process associated to this identification, and the invalid reason can be accessed"},"api-reference/objects/invalid-phone-number-rejection":{"id":"api-reference/objects/invalid-phone-number-rejection","title":"InvalidPhoneNumberRejection","description":"Rejection returned if phone number is not well formatted"},"api-reference/objects/invalid-siren-number-rejection":{"id":"api-reference/objects/invalid-siren-number-rejection","title":"InvalidSirenNumberRejection","description":"Rejection returned if siren number is not well formatted"},"api-reference/objects/invoice":{"id":"api-reference/objects/invoice","title":"Invoice","description":"Invoice"},"api-reference/objects/invoice-connection":{"id":"api-reference/objects/invoice-connection","title":"InvoiceConnection","description":"Please see the Connection interface"},"api-reference/objects/invoice-edge":{"id":"api-reference/objects/invoice-edge","title":"InvoiceEdge","description":"Please see the Edge interface"},"api-reference/objects/legal-document":{"id":"api-reference/objects/legal-document","title":"LegalDocument","description":"No description"},"api-reference/objects/legal-document-active-status-info":{"id":"api-reference/objects/legal-document-active-status-info","title":"LegalDocumentActiveStatusInfo","description":"No description"},"api-reference/objects/legal-document-connection":{"id":"api-reference/objects/legal-document-connection","title":"LegalDocumentConnection","description":"No description"},"api-reference/objects/legal-document-edge":{"id":"api-reference/objects/legal-document-edge","title":"LegalDocumentEdge","description":"No description"},"api-reference/objects/legal-document-inactive-status-info":{"id":"api-reference/objects/legal-document-inactive-status-info","title":"LegalDocumentInactiveStatusInfo","description":"No description"},"api-reference/objects/legal-document-upcoming-status-info":{"id":"api-reference/objects/legal-document-upcoming-status-info","title":"LegalDocumentUpcomingStatusInfo","description":"No description"},"api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection":{"id":"api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection","title":"LegalRepresentativeAccountMembershipCannotBeDisabledRejection","description":"No description"},"api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection":{"id":"api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection","title":"LegalRepresentativeAccountMembershipCannotBeSuspendedRejection","description":"No description"},"api-reference/objects/merchant-profile":{"id":"api-reference/objects/merchant-profile","title":"MerchantProfile","description":"Merchant Profile"},"api-reference/objects/merchant-profile-connection":{"id":"api-reference/objects/merchant-profile-connection","title":"MerchantProfileConnection","description":"No description"},"api-reference/objects/merchant-profile-edge":{"id":"api-reference/objects/merchant-profile-edge","title":"MerchantProfileEdge","description":"No description"},"api-reference/objects/merchant-profile-wrong-status-rejection":{"id":"api-reference/objects/merchant-profile-wrong-status-rejection","title":"MerchantProfileWrongStatusRejection","description":"Rejection returned when the Merchant Profile is not in the expected status"},"api-reference/objects/missing-mandatory-field-rejection":{"id":"api-reference/objects/missing-mandatory-field-rejection","title":"MissingMandatoryFieldRejection","description":"Rejection returned when mandatory fields are missing from the call."},"api-reference/objects/not-found-rejection":{"id":"api-reference/objects/not-found-rejection","title":"NotFoundRejection","description":"Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists"},"api-reference/objects/not-reachable-consent-status-rejection":{"id":"api-reference/objects/not-reachable-consent-status-rejection","title":"NotReachableConsentStatusRejection","description":"Rejection returned when consent status couldn\'t change"},"api-reference/objects/not-started-identification-level-status-info":{"id":"api-reference/objects/not-started-identification-level-status-info","title":"NotStartedIdentificationLevelStatusInfo","description":"Describes an identification level that hasn\'t started for the process of the current identification"},"api-reference/objects/not-supported-country-rejection":{"id":"api-reference/objects/not-supported-country-rejection","title":"NotSupportedCountryRejection","description":"Rejection returned if the queried service doesn\'t support the country code"},"api-reference/objects/not-supported-identification-level-status-info":{"id":"api-reference/objects/not-supported-identification-level-status-info","title":"NotSupportedIdentificationLevelStatusInfo","description":"Describes an identification level that\'s not supported for the process of the current identification"},"api-reference/objects/oauth-redirect-parameters":{"id":"api-reference/objects/oauth-redirect-parameters","title":"OAuthRedirectParameters","description":"Extra parameters provided by partner"},"api-reference/objects/onboard-company-account-holder-success-payload":{"id":"api-reference/objects/onboard-company-account-holder-success-payload","title":"OnboardCompanyAccountHolderSuccessPayload","description":"No description"},"api-reference/objects/onboard-individual-account-holder-success-payload":{"id":"api-reference/objects/onboard-individual-account-holder-success-payload","title":"OnboardIndividualAccountHolderSuccessPayload","description":"No description"},"api-reference/objects/onboarding":{"id":"api-reference/objects/onboarding","title":"Onboarding","description":"Information provided during the onboarding process of an individual or a company"},"api-reference/objects/onboarding-company-account-holder-info":{"id":"api-reference/objects/onboarding-company-account-holder-info","title":"OnboardingCompanyAccountHolderInfo","description":"Company Account Holder Information"},"api-reference/objects/onboarding-connection":{"id":"api-reference/objects/onboarding-connection","title":"OnboardingConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/onboarding-edge":{"id":"api-reference/objects/onboarding-edge","title":"OnboardingEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/onboarding-finalized-status-info":{"id":"api-reference/objects/onboarding-finalized-status-info","title":"OnboardingFinalizedStatusInfo","description":"StatusInfo when onboarding has been finalized"},"api-reference/objects/onboarding-individual-account-holder-info":{"id":"api-reference/objects/onboarding-individual-account-holder-info","title":"OnboardingIndividualAccountHolderInfo","description":"Individual Account Holder Information"},"api-reference/objects/onboarding-info":{"id":"api-reference/objects/onboarding-info","title":"OnboardingInfo","description":"No description"},"api-reference/objects/onboarding-invalid-status-info":{"id":"api-reference/objects/onboarding-invalid-status-info","title":"OnboardingInvalidStatusInfo","description":"StatusInfo when onboarding has still at least one incorrect field"},"api-reference/objects/onboarding-not-completed-rejection":{"id":"api-reference/objects/onboarding-not-completed-rejection","title":"OnboardingNotCompletedRejection","description":"Rejection returned if an onboarding is not completed"},"api-reference/objects/onboarding-valid-status-info":{"id":"api-reference/objects/onboarding-valid-status-info","title":"OnboardingValidStatusInfo","description":"StatusInfo when onboarding has all onboarding fields are correctly filled"},"api-reference/objects/page-info":{"id":"api-reference/objects/page-info","title":"PageInfo","description":"Implements PageInfo from the Relay Connections Specification - information about a page in the pagination mechanism"},"api-reference/objects/partnership-accepted-status-info":{"id":"api-reference/objects/partnership-accepted-status-info","title":"PartnershipAcceptedStatusInfo","description":"Partnership Status Accepted"},"api-reference/objects/partnership-canceled-status-info":{"id":"api-reference/objects/partnership-canceled-status-info","title":"PartnershipCanceledStatusInfo","description":"Partnership Status canceled"},"api-reference/objects/partnership-canceling-status-info":{"id":"api-reference/objects/partnership-canceling-status-info","title":"PartnershipCancelingStatusInfo","description":"Partnership Status currently cancelling"},"api-reference/objects/passport-document":{"id":"api-reference/objects/passport-document","title":"PassportDocument","description":"The document corresponding to a passport"},"api-reference/objects/passport-document-file":{"id":"api-reference/objects/passport-document-file","title":"PassportDocumentFile","description":"The file associated to the passport document"},"api-reference/objects/payment":{"id":"api-reference/objects/payment","title":"Payment","description":"A Payment represents a set of transactions linked to the same payment act."},"api-reference/objects/payment-connection":{"id":"api-reference/objects/payment-connection","title":"PaymentConnection","description":"Please see the Connection interface"},"api-reference/objects/payment-consent-pending":{"id":"api-reference/objects/payment-consent-pending","title":"PaymentConsentPending","description":"Payment status consent pending"},"api-reference/objects/payment-edge":{"id":"api-reference/objects/payment-edge","title":"PaymentEdge","description":"Please see the Connection interface"},"api-reference/objects/payment-initiated":{"id":"api-reference/objects/payment-initiated","title":"PaymentInitiated","description":"Payment status initiated"},"api-reference/objects/payment-mandate-canceled-status-info":{"id":"api-reference/objects/payment-mandate-canceled-status-info","title":"PaymentMandateCanceledStatusInfo","description":"Payment Mandate Canceled status information"},"api-reference/objects/payment-mandate-connection":{"id":"api-reference/objects/payment-mandate-connection","title":"PaymentMandateConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/payment-mandate-consent-pending-status-info":{"id":"api-reference/objects/payment-mandate-consent-pending-status-info","title":"PaymentMandateConsentPendingStatusInfo","description":"Payment Mandate Consent Pending status information"},"api-reference/objects/payment-mandate-edge":{"id":"api-reference/objects/payment-mandate-edge","title":"PaymentMandateEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/payment-mandate-enabled-status-info":{"id":"api-reference/objects/payment-mandate-enabled-status-info","title":"PaymentMandateEnabledStatusInfo","description":"Payment Mandate Enabled status information"},"api-reference/objects/payment-mandate-mandate-not-found-rejection":{"id":"api-reference/objects/payment-mandate-mandate-not-found-rejection","title":"PaymentMandateMandateNotFoundRejection","description":"Error returned if the payment mandate was not found"},"api-reference/objects/payment-mandate-reference-already-used-rejection":{"id":"api-reference/objects/payment-mandate-reference-already-used-rejection","title":"PaymentMandateReferenceAlreadyUsedRejection","description":"Rejection returned if the payment mandate reference is already used for the same creditor"},"api-reference/objects/payment-mandate-rejected-status-info":{"id":"api-reference/objects/payment-mandate-rejected-status-info","title":"PaymentMandateRejectedStatusInfo","description":"Payment Mandate Rejected status information"},"api-reference/objects/payment-method-not-compatible-rejection":{"id":"api-reference/objects/payment-method-not-compatible-rejection","title":"PaymentMethodNotCompatibleRejection","description":"Rejection returned when a payment method is not compatible for the requested mutation"},"api-reference/objects/payment-rejected":{"id":"api-reference/objects/payment-rejected","title":"PaymentRejected","description":"Payment status rejected"},"api-reference/objects/pdf-statement":{"id":"api-reference/objects/pdf-statement","title":"PdfStatement","description":"Custom information for a PDF statement"},"api-reference/objects/pending-consent-account-membership-update":{"id":"api-reference/objects/pending-consent-account-membership-update","title":"PendingConsentAccountMembershipUpdate","description":"Pending Consent when the account membership will be updated"},"api-reference/objects/pending-digital-card":{"id":"api-reference/objects/pending-digital-card","title":"PendingDigitalCard","description":"Pending Digital Card used for ApplePay or GooglePay"},"api-reference/objects/pending-funding-source-status-info":{"id":"api-reference/objects/pending-funding-source-status-info","title":"PendingFundingSourceStatusInfo","description":"Funding Source Pending status information"},"api-reference/objects/pending-identification-level-status-info":{"id":"api-reference/objects/pending-identification-level-status-info","title":"PendingIdentificationLevelStatusInfo","description":"Describes an identification level that is pending for the process of the current identification, requiring an operation not related to the end-user to progress"},"api-reference/objects/pending-merchant-payment-method-status-info":{"id":"api-reference/objects/pending-merchant-payment-method-status-info","title":"PendingMerchantPaymentMethodStatusInfo","description":"PendingMerchantPaymentMethodStatusInfo"},"api-reference/objects/pending-review-merchant-profile-status-info":{"id":"api-reference/objects/pending-review-merchant-profile-status-info","title":"PendingReviewMerchantProfileStatusInfo","description":"PendingReviewMerchantProfileStatusInfo"},"api-reference/objects/pending-review-status-info":{"id":"api-reference/objects/pending-review-status-info","title":"PendingReviewStatusInfo","description":"Pending Verification Information"},"api-reference/objects/pending-transaction-status-info":{"id":"api-reference/objects/pending-transaction-status-info","title":"PendingTransactionStatusInfo","description":"Pending transaction status information"},"api-reference/objects/pending-verification-status-info":{"id":"api-reference/objects/pending-verification-status-info","title":"PendingVerificationStatusInfo","description":"Pending Verification Information"},"api-reference/objects/permission-cannot-be-granted-rejection":{"id":"api-reference/objects/permission-cannot-be-granted-rejection","title":"PermissionCannotBeGrantedRejection","description":"No description"},"api-reference/objects/physical-card":{"id":"api-reference/objects/physical-card","title":"PhysicalCard","description":"Physical Card"},"api-reference/objects/physical-card-activated-status-info":{"id":"api-reference/objects/physical-card-activated-status-info","title":"PhysicalCardActivatedStatusInfo","description":"Physical Card Activated Status Information"},"api-reference/objects/physical-card-canceled-status-info":{"id":"api-reference/objects/physical-card-canceled-status-info","title":"PhysicalCardCanceledStatusInfo","description":"Physical Card Canceled Status Information"},"api-reference/objects/physical-card-canceling-status-info":{"id":"api-reference/objects/physical-card-canceling-status-info","title":"PhysicalCardCancelingStatusInfo","description":"Physical Card Canceling Status Information"},"api-reference/objects/physical-card-consent-pending-status-info":{"id":"api-reference/objects/physical-card-consent-pending-status-info","title":"PhysicalCardConsentPendingStatusInfo","description":"when the user has to authorize production of the physical card"},"api-reference/objects/physical-card-custom-options":{"id":"api-reference/objects/physical-card-custom-options","title":"PhysicalCardCustomOptions","description":"Custom options for physical card."},"api-reference/objects/physical-card-not-found-rejection":{"id":"api-reference/objects/physical-card-not-found-rejection","title":"PhysicalCardNotFoundRejection","description":"Rejection returned when the Physical Card does not exist"},"api-reference/objects/physical-card-processing-status-info":{"id":"api-reference/objects/physical-card-processing-status-info","title":"PhysicalCardProcessingStatusInfo","description":"when the physical card is in the process of being ready to use"},"api-reference/objects/physical-card-renewed-status-info":{"id":"api-reference/objects/physical-card-renewed-status-info","title":"PhysicalCardRenewedStatusInfo","description":"Physical Card Renewed Status Information"},"api-reference/objects/physical-card-suspended-status-info":{"id":"api-reference/objects/physical-card-suspended-status-info","title":"PhysicalCardSuspendedStatusInfo","description":"Physical Card Suspended Status Information"},"api-reference/objects/physical-card-to-activate-status-info":{"id":"api-reference/objects/physical-card-to-activate-status-info","title":"PhysicalCardToActivateStatusInfo","description":"Physical Card To Activate Status Information"},"api-reference/objects/physical-card-wrong-status-rejection":{"id":"api-reference/objects/physical-card-wrong-status-rejection","title":"PhysicalCardWrongStatusRejection","description":"Rejection returned when the Physical Card is not the expected status"},"api-reference/objects/pinnot-ready-rejection":{"id":"api-reference/objects/pinnot-ready-rejection","title":"PINNotReadyRejection","description":"No description"},"api-reference/objects/pre-provisioning-suvcard-settings":{"id":"api-reference/objects/pre-provisioning-suvcard-settings","title":"PreProvisioningSUVCardSettings","description":"No description"},"api-reference/objects/print-physical-card-success-payload":{"id":"api-reference/objects/print-physical-card-success-payload","title":"PrintPhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/project-card-designs":{"id":"api-reference/objects/project-card-designs","title":"ProjectCardDesigns","description":"No description"},"api-reference/objects/project-card-settings":{"id":"api-reference/objects/project-card-settings","title":"ProjectCardSettings","description":"No description"},"api-reference/objects/project-forbidden-rejection":{"id":"api-reference/objects/project-forbidden-rejection","title":"ProjectForbiddenRejection","description":"No description"},"api-reference/objects/project-funding-limit-exceeded-rejection":{"id":"api-reference/objects/project-funding-limit-exceeded-rejection","title":"ProjectFundingLimitExceededRejection","description":"Rejection returned when the Project Funding has been exceeded"},"api-reference/objects/project-info":{"id":"api-reference/objects/project-info","title":"ProjectInfo","description":"Public information of a Project"},"api-reference/objects/project-instant-funding-limit-exceeded-rejection":{"id":"api-reference/objects/project-instant-funding-limit-exceeded-rejection","title":"ProjectInstantFundingLimitExceededRejection","description":"Rejection returned when the Project Instant Funding limit has been exceeded"},"api-reference/objects/project-invalid-status-rejection":{"id":"api-reference/objects/project-invalid-status-rejection","title":"ProjectInvalidStatusRejection","description":"No description"},"api-reference/objects/project-not-found":{"id":"api-reference/objects/project-not-found","title":"ProjectNotFound","description":"No description"},"api-reference/objects/project-not-found-rejection":{"id":"api-reference/objects/project-not-found-rejection","title":"ProjectNotFoundRejection","description":"Rejection returned when the project is not found"},"api-reference/objects/project-settings-forbidden-error":{"id":"api-reference/objects/project-settings-forbidden-error","title":"ProjectSettingsForbiddenError","description":"No description"},"api-reference/objects/project-settings-not-found":{"id":"api-reference/objects/project-settings-not-found","title":"ProjectSettingsNotFound","description":"No description"},"api-reference/objects/project-settings-status-not-reachable":{"id":"api-reference/objects/project-settings-status-not-reachable","title":"ProjectSettingsStatusNotReachable","description":"No description"},"api-reference/objects/public-onboarding-disabled-rejection":{"id":"api-reference/objects/public-onboarding-disabled-rejection","title":"PublicOnboardingDisabledRejection","description":"Rejection returned when the public onboarding is disabled"},"api-reference/objects/radio-field":{"id":"api-reference/objects/radio-field","title":"RadioField","description":"No description"},"api-reference/objects/reachability":{"id":"api-reference/objects/reachability","title":"Reachability","description":"Information that can be used to determine where the iban can be used"},"api-reference/objects/received-direct-debit-mandate-already-exist-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-already-exist-rejection","title":"ReceivedDirectDebitMandateAlreadyExistRejection","description":"Rejection returned if the received direct debit mandate already exist"},"api-reference/objects/received-direct-debit-mandate-canceled-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-canceled-rejection","title":"ReceivedDirectDebitMandateCanceledRejection","description":"Received direct debit mandate is canceled and therefore can\'t be enabled/suspended or updated"},"api-reference/objects/received-direct-debit-mandate-connection":{"id":"api-reference/objects/received-direct-debit-mandate-connection","title":"ReceivedDirectDebitMandateConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/received-direct-debit-mandate-edge":{"id":"api-reference/objects/received-direct-debit-mandate-edge","title":"ReceivedDirectDebitMandateEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection","title":"ReceivedDirectDebitMandateNotB2bRejection","description":"Rejection returned if the received direct debit mandate is not a B2b mandate"},"api-reference/objects/received-direct-debit-mandate-not-found-rejection":{"id":"api-reference/objects/received-direct-debit-mandate-not-found-rejection","title":"ReceivedDirectDebitMandateNotFoundRejection","description":"Error returned if the received direct debit mandate was not found or if the user does not have the rights to receive information abo"},"api-reference/objects/received-direct-debit-mandate-status-info-canceled":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-canceled","title":"ReceivedDirectDebitMandateStatusInfoCanceled","description":"Received Direct Debit Mandate Canceled status information"},"api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending","title":"ReceivedDirectDebitMandateStatusInfoConsentInitiationPending","description":"Received Direct Debit Mandate ConsentInitiationPending status information"},"api-reference/objects/received-direct-debit-mandate-status-info-consent-pending":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-consent-pending","title":"ReceivedDirectDebitMandateStatusInfoConsentPending","description":"Received Direct Debit Mandate ConsentPending status information"},"api-reference/objects/received-direct-debit-mandate-status-info-enabled":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-enabled","title":"ReceivedDirectDebitMandateStatusInfoEnabled","description":"Received Direct Debit Mandate Enabled status information"},"api-reference/objects/received-direct-debit-mandate-status-info-suspended":{"id":"api-reference/objects/received-direct-debit-mandate-status-info-suspended","title":"ReceivedDirectDebitMandateStatusInfoSuspended","description":"Received Direct Debit Mandate Suspended status information"},"api-reference/objects/refund-rejection":{"id":"api-reference/objects/refund-rejection","title":"RefundRejection","description":"Rejection returned if the transaction status is not correct for the desired action"},"api-reference/objects/refund-success-payload":{"id":"api-reference/objects/refund-success-payload","title":"RefundSuccessPayload","description":"Consent generated by the refund mutation"},"api-reference/objects/rejected-funding-source-status-info":{"id":"api-reference/objects/rejected-funding-source-status-info","title":"RejectedFundingSourceStatusInfo","description":"Funding Source Rejected status information"},"api-reference/objects/rejected-merchant-payment-method-status-info":{"id":"api-reference/objects/rejected-merchant-payment-method-status-info","title":"RejectedMerchantPaymentMethodStatusInfo","description":"RejectedMerchantPaymentMethodStatusInfo"},"api-reference/objects/rejected-merchant-profile-status-info":{"id":"api-reference/objects/rejected-merchant-profile-status-info","title":"RejectedMerchantProfileStatusInfo","description":"RejectedMerchantProfileStatusInfo"},"api-reference/objects/rejected-transaction-status-info":{"id":"api-reference/objects/rejected-transaction-status-info","title":"RejectedTransactionStatusInfo","description":"Rejected transaction status information"},"api-reference/objects/rejected-verification-status-info":{"id":"api-reference/objects/rejected-verification-status-info","title":"RejectedVerificationStatusInfo","description":"Rejected Information"},"api-reference/objects/released-transaction-status-info":{"id":"api-reference/objects/released-transaction-status-info","title":"ReleasedTransactionStatusInfo","description":"Released card transaction status information"},"api-reference/objects/report-document":{"id":"api-reference/objects/report-document","title":"ReportDocument","description":"The document corresponding to a identification report"},"api-reference/objects/report-document-file":{"id":"api-reference/objects/report-document-file","title":"ReportDocumentFile","description":"The file associated to the report document"},"api-reference/objects/report-exchange-rate":{"id":"api-reference/objects/report-exchange-rate","title":"ReportExchangeRate","description":"here is the exchange rate detail"},"api-reference/objects/request-merchant-payment-methods-success-payload":{"id":"api-reference/objects/request-merchant-payment-methods-success-payload","title":"RequestMerchantPaymentMethodsSuccessPayload","description":"No description"},"api-reference/objects/request-merchant-profile-update":{"id":"api-reference/objects/request-merchant-profile-update","title":"RequestMerchantProfileUpdate","description":"Request Update Merchant Profile"},"api-reference/objects/request-merchant-profile-update-success-payload":{"id":"api-reference/objects/request-merchant-profile-update-success-payload","title":"RequestMerchantProfileUpdateSuccessPayload","description":"Add Merchant Profile Success Payload"},"api-reference/objects/request-supporting-document-collection-review-success-payload":{"id":"api-reference/objects/request-supporting-document-collection-review-success-payload","title":"RequestSupportingDocumentCollectionReviewSuccessPayload","description":"No description"},"api-reference/objects/residence-permit-document":{"id":"api-reference/objects/residence-permit-document","title":"ResidencePermitDocument","description":"The document corresponding to a residence permit"},"api-reference/objects/residence-permit-document-file":{"id":"api-reference/objects/residence-permit-document-file","title":"ResidencePermitDocumentFile","description":"The file associated to the resident permit document"},"api-reference/objects/restricted-to":{"id":"api-reference/objects/restricted-to","title":"RestrictedTo","description":"Account membership restricted to"},"api-reference/objects/restricted-to-user-rejection":{"id":"api-reference/objects/restricted-to-user-rejection","title":"RestrictedToUserRejection","description":"Rejection returned if the mutation cannot be executed in another context than user"},"api-reference/objects/resume-account-membership-success-payload":{"id":"api-reference/objects/resume-account-membership-success-payload","title":"ResumeAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/resume-physical-card-success-payload":{"id":"api-reference/objects/resume-physical-card-success-payload","title":"ResumePhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/rolling-reserve":{"id":"api-reference/objects/rolling-reserve","title":"RollingReserve","description":"Percentage over a number of business days, that is applied to all funds collected to compute a Reserved amount"},"api-reference/objects/schedule-standing-order-success-payload":{"id":"api-reference/objects/schedule-standing-order-success-payload","title":"ScheduleStandingOrderSuccessPayload","description":"No description"},"api-reference/objects/scheme":{"id":"api-reference/objects/scheme","title":"Scheme","description":"No description"},"api-reference/objects/scheme-wrong-rejection":{"id":"api-reference/objects/scheme-wrong-rejection","title":"SchemeWrongRejection","description":"Rejection returned when adding a B2B mandate with an Individual debtor"},"api-reference/objects/select-field":{"id":"api-reference/objects/select-field","title":"SelectField","description":"No description"},"api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method":{"id":"api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method","title":"SepaDirectDebitB2BMerchantPaymentMethod","description":"SepaDirectDebitB2BMerchantPaymentMethod"},"api-reference/objects/sepa-direct-debit-core-merchant-payment-method":{"id":"api-reference/objects/sepa-direct-debit-core-merchant-payment-method","title":"SepaDirectDebitCoreMerchantPaymentMethod","description":"SepaDirectDebitCoreMerchantPaymentMethod"},"api-reference/objects/sepabeneficiary":{"id":"api-reference/objects/sepabeneficiary","title":"SEPABeneficiary","description":"SOON TO BE DEPRECATED"},"api-reference/objects/sepacredit-transfer-in-creditor":{"id":"api-reference/objects/sepacredit-transfer-in-creditor","title":"SEPACreditTransferInCreditor","description":"Sepa Credit Transfer Creditor for Incoming transaction"},"api-reference/objects/sepacredit-transfer-in-debtor":{"id":"api-reference/objects/sepacredit-transfer-in-debtor","title":"SEPACreditTransferInDebtor","description":"Sepa Credit Transfer Debtor for Incoming transaction"},"api-reference/objects/sepacredit-transfer-internal-in-debtor":{"id":"api-reference/objects/sepacredit-transfer-internal-in-debtor","title":"SEPACreditTransferInternalInDebtor","description":"SOON TO BE DEPRECATED"},"api-reference/objects/sepacredit-transfer-internal-out-creditor":{"id":"api-reference/objects/sepacredit-transfer-internal-out-creditor","title":"SEPACreditTransferInternalOutCreditor","description":"SOON TO BE DEPRECATED"},"api-reference/objects/sepacredit-transfer-out-creditor":{"id":"api-reference/objects/sepacredit-transfer-out-creditor","title":"SEPACreditTransferOutCreditor","description":"Sepa Credit Transfer Creditor for Outgoing transaction"},"api-reference/objects/sepacredit-transfer-out-debtor":{"id":"api-reference/objects/sepacredit-transfer-out-debtor","title":"SEPACreditTransferOutDebtor","description":"Sepa Credit Transfer Debtor for internal transaction"},"api-reference/objects/sepacredit-transfer-transaction":{"id":"api-reference/objects/sepacredit-transfer-transaction","title":"SEPACreditTransferTransaction","description":"Sepa Credit Transfer transaction"},"api-reference/objects/sepadirect-debit-in-creditor":{"id":"api-reference/objects/sepadirect-debit-in-creditor","title":"SEPADirectDebitInCreditor","description":"Sepa Direct Debit Creditor for Input transaction"},"api-reference/objects/sepadirect-debit-in-debtor":{"id":"api-reference/objects/sepadirect-debit-in-debtor","title":"SEPADirectDebitInDebtor","description":"Sepa Direct Debtor for Input transaction"},"api-reference/objects/sepadirect-debit-out-creditor":{"id":"api-reference/objects/sepadirect-debit-out-creditor","title":"SEPADirectDebitOutCreditor","description":"Sepa Direct Debit Creditor for Outgoing transaction"},"api-reference/objects/sepadirect-debit-out-debtor":{"id":"api-reference/objects/sepadirect-debit-out-debtor","title":"SEPADirectDebitOutDebtor","description":"Sepa Direct Debtor for Outgoing transaction"},"api-reference/objects/sepadirect-debit-transaction":{"id":"api-reference/objects/sepadirect-debit-transaction","title":"SEPADirectDebitTransaction","description":"Sepa Direct Debit transaction"},"api-reference/objects/sepapayment-direct-debit-mandate":{"id":"api-reference/objects/sepapayment-direct-debit-mandate","title":"SEPAPaymentDirectDebitMandate","description":"Payment direct debit mandate for SEPA"},"api-reference/objects/sepapayment-mandate-creditor":{"id":"api-reference/objects/sepapayment-mandate-creditor","title":"SEPAPaymentMandateCreditor","description":"No description"},"api-reference/objects/sepapayment-mandate-debtor":{"id":"api-reference/objects/sepapayment-mandate-debtor","title":"SEPAPaymentMandateDebtor","description":"No description"},"api-reference/objects/separeceived-direct-debit-mandate":{"id":"api-reference/objects/separeceived-direct-debit-mandate","title":"SEPAReceivedDirectDebitMandate","description":"Received direct debit mandate for SEPA"},"api-reference/objects/separeceived-direct-debit-mandate-creditor":{"id":"api-reference/objects/separeceived-direct-debit-mandate-creditor","title":"SEPAReceivedDirectDebitMandateCreditor","description":"SEPA received direct debit mandate creditor"},"api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection":{"id":"api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection","title":"ServerConsentCredentialsNotValidOrOutdatedRejection","description":"Rejection returned when signature is not valid or remote IP address is not allowed"},"api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection":{"id":"api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection","title":"ServerConsentNotAllowedForConsentOperationRejection","description":"Rejection returned when server consent is not allowed on the consent"},"api-reference/objects/server-consent-not-allowed-for-project-rejection":{"id":"api-reference/objects/server-consent-not-allowed-for-project-rejection","title":"ServerConsentNotAllowedForProjectRejection","description":"Rejection returned when server consent is not allowed for the project associated with the consent"},"api-reference/objects/server-consent-project-credential-missing-rejection":{"id":"api-reference/objects/server-consent-project-credential-missing-rejection","title":"ServerConsentProjectCredentialMissingRejection","description":"Rejection returned when there are no server consent credentials for the project"},"api-reference/objects/server-consent-project-credential-not-found-rejection":{"id":"api-reference/objects/server-consent-project-credential-not-found-rejection","title":"ServerConsentProjectCredentialNotFoundRejection","description":"Rejection returned when the server consent project credentials are not found"},"api-reference/objects/server-consent-project-settings-not-found-rejection":{"id":"api-reference/objects/server-consent-project-settings-not-found-rejection","title":"ServerConsentProjectSettingsNotFoundRejection","description":"Rejection returned when the server consent project settings are not found"},"api-reference/objects/server-consent-signature-not-valid-rejection":{"id":"api-reference/objects/server-consent-signature-not-valid-rejection","title":"ServerConsentSignatureNotValidRejection","description":"Rejection returned when the signature is not valid"},"api-reference/objects/shareholder":{"id":"api-reference/objects/shareholder","title":"Shareholder","description":"Shareholder of a company creating a Capital Deposit Case"},"api-reference/objects/signature":{"id":"api-reference/objects/signature","title":"Signature","description":"No description"},"api-reference/objects/spending":{"id":"api-reference/objects/spending","title":"Spending","description":"Spending"},"api-reference/objects/spending-limit":{"id":"api-reference/objects/spending-limit","title":"SpendingLimit","description":"Spending limits"},"api-reference/objects/standing-order":{"id":"api-reference/objects/standing-order","title":"StandingOrder","description":"No description"},"api-reference/objects/standing-order-canceled-status-info":{"id":"api-reference/objects/standing-order-canceled-status-info","title":"StandingOrderCanceledStatusInfo","description":"No description"},"api-reference/objects/standing-order-connection":{"id":"api-reference/objects/standing-order-connection","title":"StandingOrderConnection","description":"Please see the Connection interface"},"api-reference/objects/standing-order-consent-pending-status-info":{"id":"api-reference/objects/standing-order-consent-pending-status-info","title":"StandingOrderConsentPendingStatusInfo","description":"No description"},"api-reference/objects/standing-order-edge":{"id":"api-reference/objects/standing-order-edge","title":"StandingOrderEdge","description":"Please see the Connection interface"},"api-reference/objects/standing-order-enabled-status-info":{"id":"api-reference/objects/standing-order-enabled-status-info","title":"StandingOrderEnabledStatusInfo","description":"No description"},"api-reference/objects/standing-order-not-found-rejection":{"id":"api-reference/objects/standing-order-not-found-rejection","title":"StandingOrderNotFoundRejection","description":"Rejection returned when Standing Order is not found"},"api-reference/objects/started-identification-level-status-info":{"id":"api-reference/objects/started-identification-level-status-info","title":"StartedIdentificationLevelStatusInfo","description":"Describes an identification level that has started for the process of the current identification"},"api-reference/objects/statement":{"id":"api-reference/objects/statement","title":"Statement","description":"A statement represent metadata around a banking document that list all of the BOOKED banking transactions that have happened between startDate and endDate"},"api-reference/objects/statement-connection":{"id":"api-reference/objects/statement-connection","title":"StatementConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)."},"api-reference/objects/statement-edge":{"id":"api-reference/objects/statement-edge","title":"StatementEdge","description":"Implements the Relay Edge interface."},"api-reference/objects/supporting-document":{"id":"api-reference/objects/supporting-document","title":"SupportingDocument","description":"Supporting document used for compliance"},"api-reference/objects/supporting-document-collection":{"id":"api-reference/objects/supporting-document-collection","title":"SupportingDocumentCollection","description":"Collection of supporting documents used for compliance"},"api-reference/objects/supporting-document-collection-approved-status-info":{"id":"api-reference/objects/supporting-document-collection-approved-status-info","title":"SupportingDocumentCollectionApprovedStatusInfo","description":"Supporting document collection with Approved status"},"api-reference/objects/supporting-document-collection-canceled-status-info":{"id":"api-reference/objects/supporting-document-collection-canceled-status-info","title":"SupportingDocumentCollectionCanceledStatusInfo","description":"Supporting document collection with Canceled status"},"api-reference/objects/supporting-document-collection-connection":{"id":"api-reference/objects/supporting-document-collection-connection","title":"SupportingDocumentCollectionConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/supporting-document-collection-edge":{"id":"api-reference/objects/supporting-document-collection-edge","title":"SupportingDocumentCollectionEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/supporting-document-collection-not-found-rejection":{"id":"api-reference/objects/supporting-document-collection-not-found-rejection","title":"SupportingDocumentCollectionNotFoundRejection","description":"Rejection returned if the supporting document collection was not found"},"api-reference/objects/supporting-document-collection-pending-review-status-info":{"id":"api-reference/objects/supporting-document-collection-pending-review-status-info","title":"SupportingDocumentCollectionPendingReviewStatusInfo","description":"Supporting document collection with PendingReview status"},"api-reference/objects/supporting-document-collection-rejected-status-info":{"id":"api-reference/objects/supporting-document-collection-rejected-status-info","title":"SupportingDocumentCollectionRejectedStatusInfo","description":"Supporting document collection with Rejected status"},"api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection":{"id":"api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection","title":"SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection","description":"Rejection returned if supporting document cannot be deleted because its supporting document collection status is not WaitingForDocument"},"api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection":{"id":"api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection","title":"SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection","description":"Rejection returned if supporting document cannot be updated because its supporting document collection status is not WaitingForDocument"},"api-reference/objects/supporting-document-collection-status-not-allowed-rejection":{"id":"api-reference/objects/supporting-document-collection-status-not-allowed-rejection","title":"SupportingDocumentCollectionStatusNotAllowedRejection","description":"Rejection returned if the status transition is not allowed"},"api-reference/objects/supporting-document-collection-waiting-for-document-status-info":{"id":"api-reference/objects/supporting-document-collection-waiting-for-document-status-info","title":"SupportingDocumentCollectionWaitingForDocumentStatusInfo","description":"Supporting document collection with WaitingForUpload status"},"api-reference/objects/supporting-document-not-found-rejection":{"id":"api-reference/objects/supporting-document-not-found-rejection","title":"SupportingDocumentNotFoundRejection","description":"Rejection returned if the supporting document was not found"},"api-reference/objects/supporting-document-not-uploaded-status-info":{"id":"api-reference/objects/supporting-document-not-uploaded-status-info","title":"SupportingDocumentNotUploadedStatusInfo","description":"Supporting document with NotUploaded status."},"api-reference/objects/supporting-document-post-field":{"id":"api-reference/objects/supporting-document-post-field","title":"SupportingDocumentPostField","description":"No description"},"api-reference/objects/supporting-document-purpose":{"id":"api-reference/objects/supporting-document-purpose","title":"SupportingDocumentPurpose","description":"Details of a supporting document purpose"},"api-reference/objects/supporting-document-refused-status-info":{"id":"api-reference/objects/supporting-document-refused-status-info","title":"SupportingDocumentRefusedStatusInfo","description":"Supporting document with Refused status"},"api-reference/objects/supporting-document-settings":{"id":"api-reference/objects/supporting-document-settings","title":"SupportingDocumentSettings","description":"No description"},"api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection":{"id":"api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection","title":"SupportingDocumentStatusDoesNotAllowDeletionRejection","description":"Rejection returned if supporting document cannot be deleted because of its status"},"api-reference/objects/supporting-document-status-does-not-allow-update-rejection":{"id":"api-reference/objects/supporting-document-status-does-not-allow-update-rejection","title":"SupportingDocumentStatusDoesNotAllowUpdateRejection","description":"Rejection returned if supporting document cannot be updated because of its status"},"api-reference/objects/supporting-document-status-not-allowed-rejection":{"id":"api-reference/objects/supporting-document-status-not-allowed-rejection","title":"SupportingDocumentStatusNotAllowedRejection","description":"Rejection returned if the status transition is not allowed"},"api-reference/objects/supporting-document-upload-info":{"id":"api-reference/objects/supporting-document-upload-info","title":"SupportingDocumentUploadInfo","description":"No description"},"api-reference/objects/supporting-document-upload-not-allowed-rejection":{"id":"api-reference/objects/supporting-document-upload-not-allowed-rejection","title":"SupportingDocumentUploadNotAllowedRejection","description":"Rejection returned if the supporting document collection cannot receive supporting documents anymore"},"api-reference/objects/supporting-document-uploaded-status-info":{"id":"api-reference/objects/supporting-document-uploaded-status-info","title":"SupportingDocumentUploadedStatusInfo","description":"Supporting document with Uploaded status"},"api-reference/objects/supporting-document-validated-status-info":{"id":"api-reference/objects/supporting-document-validated-status-info","title":"SupportingDocumentValidatedStatusInfo","description":"Supporting document with Validated status"},"api-reference/objects/supporting-document-waiting-for-upload-status-info":{"id":"api-reference/objects/supporting-document-waiting-for-upload-status-info","title":"SupportingDocumentWaitingForUploadStatusInfo","description":"Supporting document with WaitingForUpload status"},"api-reference/objects/suspend-account-membership-success-payload":{"id":"api-reference/objects/suspend-account-membership-success-payload","title":"SuspendAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/suspend-account-reason":{"id":"api-reference/objects/suspend-account-reason","title":"SuspendAccountReason","description":"Define a reason with a message and a specific type for suspend account action"},"api-reference/objects/suspend-physical-card-success-payload":{"id":"api-reference/objects/suspend-physical-card-success-payload","title":"SuspendPhysicalCardSuccessPayload","description":"No description"},"api-reference/objects/suspend-received-direct-debit-mandate-success-payload":{"id":"api-reference/objects/suspend-received-direct-debit-mandate-success-payload","title":"SuspendReceivedDirectDebitMandateSuccessPayload","description":"Return type in case of a successful response of the suspendReceivedDirectDebitMandate mutation"},"api-reference/objects/suspend-received-direct-debit-mandated-rejection":{"id":"api-reference/objects/suspend-received-direct-debit-mandated-rejection","title":"SuspendReceivedDirectDebitMandatedRejection","description":"Rejection returned if the SuspendReceivedDirectDebitMandatedRejection mutation is rejected"},"api-reference/objects/suspended-funding-limit-settings-status-info":{"id":"api-reference/objects/suspended-funding-limit-settings-status-info","title":"SuspendedFundingLimitSettingsStatusInfo","description":"StatusInfo when funding limit settings has been suspended"},"api-reference/objects/suspended-funding-source-status-info":{"id":"api-reference/objects/suspended-funding-source-status-info","title":"SuspendedFundingSourceStatusInfo","description":"Funding Source Suspended status information"},"api-reference/objects/suspended-merchant-payment-method-status-info":{"id":"api-reference/objects/suspended-merchant-payment-method-status-info","title":"SuspendedMerchantPaymentMethodStatusInfo","description":"SuspendedMerchantPaymentMethodStatusInfo"},"api-reference/objects/suspended-merchant-profile-status-info":{"id":"api-reference/objects/suspended-merchant-profile-status-info","title":"SuspendedMerchantProfileStatusInfo","description":"SuspendedMerchantProfileStatusInfo"},"api-reference/objects/swan-tcudocument-not-found-rejection":{"id":"api-reference/objects/swan-tcudocument-not-found-rejection","title":"SwanTCUDocumentNotFoundRejection","description":"No description"},"api-reference/objects/swan-tcudocument-status-not-allowed-rejection":{"id":"api-reference/objects/swan-tcudocument-status-not-allowed-rejection","title":"SwanTCUDocumentStatusNotAllowedRejection","description":"No description"},"api-reference/objects/text-field":{"id":"api-reference/objects/text-field","title":"TextField","description":"No description"},"api-reference/objects/too-many-child-consents-rejection":{"id":"api-reference/objects/too-many-child-consents-rejection","title":"TooManyChildConsentsRejection","description":"Rejection returned when trying to create a multi consent with too many child consents"},"api-reference/objects/too-many-items-rejection":{"id":"api-reference/objects/too-many-items-rejection","title":"TooManyItemsRejection","description":"Rejection returned if too many items are given"},"api-reference/objects/transaction-connection":{"id":"api-reference/objects/transaction-connection","title":"TransactionConnection","description":"Please see the Connection interface"},"api-reference/objects/transaction-edge":{"id":"api-reference/objects/transaction-edge","title":"TransactionEdge","description":"Please see the Edge interface"},"api-reference/objects/transaction-not-found-rejection":{"id":"api-reference/objects/transaction-not-found-rejection","title":"TransactionNotFoundRejection","description":"Rejection returned if the transaction was not found"},"api-reference/objects/ultimate-beneficial-direct-owner-company-info":{"id":"api-reference/objects/ultimate-beneficial-direct-owner-company-info","title":"UltimateBeneficialDirectOwnerCompanyInfo","description":"Ultimate beneficial Direct Owner company info."},"api-reference/objects/ultimate-beneficial-direct-owner-individual-info":{"id":"api-reference/objects/ultimate-beneficial-direct-owner-individual-info","title":"UltimateBeneficialDirectOwnerIndividualInfo","description":"Ultimate beneficial Direct Owner individual info."},"api-reference/objects/ultimate-beneficial-indirect-owner-company-info":{"id":"api-reference/objects/ultimate-beneficial-indirect-owner-company-info","title":"UltimateBeneficialIndirectOwnerCompanyInfo","description":"Ultimate beneficial owner company info."},"api-reference/objects/ultimate-beneficial-indirect-owner-individual-info":{"id":"api-reference/objects/ultimate-beneficial-indirect-owner-individual-info","title":"UltimateBeneficialIndirectOwnerIndividualInfo","description":"Ultimate beneficial Indirect Owner individual info."},"api-reference/objects/upcoming-transaction-status-info":{"id":"api-reference/objects/upcoming-transaction-status-info","title":"UpcomingTransactionStatusInfo","description":"Upcoming transaction status information"},"api-reference/objects/update-account-holder-success-payload":{"id":"api-reference/objects/update-account-holder-success-payload","title":"UpdateAccountHolderSuccessPayload","description":"No description"},"api-reference/objects/update-account-membership-success-payload":{"id":"api-reference/objects/update-account-membership-success-payload","title":"UpdateAccountMembershipSuccessPayload","description":"No description"},"api-reference/objects/update-account-success-payload":{"id":"api-reference/objects/update-account-success-payload","title":"UpdateAccountSuccessPayload","description":"No description"},"api-reference/objects/update-card-success-payload":{"id":"api-reference/objects/update-card-success-payload","title":"UpdateCardSuccessPayload","description":"No description"},"api-reference/objects/update-company-onboarding-success-payload":{"id":"api-reference/objects/update-company-onboarding-success-payload","title":"UpdateCompanyOnboardingSuccessPayload","description":"Result when updateCompanyOnboarding is a success"},"api-reference/objects/update-individual-onboarding-success-payload":{"id":"api-reference/objects/update-individual-onboarding-success-payload","title":"UpdateIndividualOnboardingSuccessPayload","description":"Type of result when updateIndividualOnboarding is a success"},"api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload":{"id":"api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload","title":"UpdateReceivedSepaDirectDebitB2bMandateSuccessPayload","description":"Return type in case of a successful response of the updateReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/objects/update-supporting-document-success-payload":{"id":"api-reference/objects/update-supporting-document-success-payload","title":"UpdateSupportingDocumentSuccessPayload","description":"No description"},"api-reference/objects/update-user-consent-settings-success-payload":{"id":"api-reference/objects/update-user-consent-settings-success-payload","title":"UpdateUserConsentSettingsSuccessPayload","description":"No description"},"api-reference/objects/update-user-consent-settings-token-rejection":{"id":"api-reference/objects/update-user-consent-settings-token-rejection","title":"UpdateUserConsentSettingsTokenRejection","description":"No description"},"api-reference/objects/user":{"id":"api-reference/objects/user","title":"User","description":"The User is the unique user, natural person, of the Swan app."},"api-reference/objects/user-connection":{"id":"api-reference/objects/user-connection","title":"UserConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/user-consent-settings":{"id":"api-reference/objects/user-consent-settings","title":"UserConsentSettings","description":"No description"},"api-reference/objects/user-edge":{"id":"api-reference/objects/user-edge","title":"UserEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection":{"id":"api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection","title":"UserNotAllowedToDisableItsOwnAccountMembershipRejection","description":"No description"},"api-reference/objects/user-not-allowed-to-manage-account-membership-rejection":{"id":"api-reference/objects/user-not-allowed-to-manage-account-membership-rejection","title":"UserNotAllowedToManageAccountMembershipRejection","description":"Rejection returned if a identity does not have enough permission to manage account membership"},"api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection":{"id":"api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection","title":"UserNotAllowedToSuspendItsOwnAccountMembershipRejection","description":"No description"},"api-reference/objects/user-not-card-holder-rejection":{"id":"api-reference/objects/user-not-card-holder-rejection","title":"UserNotCardHolderRejection","description":"Rejection returned when the User is not the Card Holder"},"api-reference/objects/valid-iban":{"id":"api-reference/objects/valid-iban","title":"ValidIban","description":"Information extracted from a valid IBAN"},"api-reference/objects/valid-identification-level-status-info":{"id":"api-reference/objects/valid-identification-level-status-info","title":"ValidIdentificationLevelStatusInfo","description":"Describes a valid identification level for the process associated to this identification, and identification documents can be accessed"},"api-reference/objects/validation-error":{"id":"api-reference/objects/validation-error","title":"ValidationError","description":"A detail of a validation error : what field is errored and why"},"api-reference/objects/validation-field-error":{"id":"api-reference/objects/validation-field-error","title":"ValidationFieldError","description":"No description"},"api-reference/objects/validation-rejection":{"id":"api-reference/objects/validation-rejection","title":"ValidationRejection","description":"Rejection returned if an input contains invalid data"},"api-reference/objects/verified-status-info":{"id":"api-reference/objects/verified-status-info","title":"VerifiedStatusInfo","description":"Enabled Information"},"api-reference/objects/view-card-numbers-success-payload":{"id":"api-reference/objects/view-card-numbers-success-payload","title":"ViewCardNumbersSuccessPayload","description":"No description"},"api-reference/objects/view-physical-card-numbers-success-payload":{"id":"api-reference/objects/view-physical-card-numbers-success-payload","title":"ViewPhysicalCardNumbersSuccessPayload","description":"No description"},"api-reference/objects/view-physical-card-pin-success-payload":{"id":"api-reference/objects/view-physical-card-pin-success-payload","title":"ViewPhysicalCardPinSuccessPayload","description":"No description"},"api-reference/objects/virtual-ibanentry":{"id":"api-reference/objects/virtual-ibanentry","title":"VirtualIBANEntry","description":"Virtual IBAN can be used by the account holder to receive SCT (Sepa Credit Transfer) or to be debited by SDD (Sepa Direct Debit)."},"api-reference/objects/virtual-ibanentry-connection":{"id":"api-reference/objects/virtual-ibanentry-connection","title":"VirtualIBANEntryConnection","description":"Implements the Relay Connection interface, used to paginate list of element (Learn More)"},"api-reference/objects/virtual-ibanentry-edge":{"id":"api-reference/objects/virtual-ibanentry-edge","title":"VirtualIBANEntryEdge","description":"Implements the Relay Edge interface"},"api-reference/objects/wallet-provider":{"id":"api-reference/objects/wallet-provider","title":"WalletProvider","description":"Wallet Provider (ApplePay, GooglePay ...)"},"api-reference/objects/web-banking-settings":{"id":"api-reference/objects/web-banking-settings","title":"WebBankingSettings","description":"No description"},"api-reference/objects/wrong-value-provided-rejection":{"id":"api-reference/objects/wrong-value-provided-rejection","title":"WrongValueProvidedRejection","description":"Rejection returned when a parameter has a wrong value"},"api-reference/queries/account":{"id":"api-reference/queries/account","title":"account","description":"Returns an account from its id."},"api-reference/queries/account-holder":{"id":"api-reference/queries/account-holder","title":"accountHolder","description":"Returns an account holder from its id."},"api-reference/queries/account-holders":{"id":"api-reference/queries/account-holders","title":"accountHolders","description":"Returns the list of account holders."},"api-reference/queries/account-invoice":{"id":"api-reference/queries/account-invoice","title":"accountInvoice","description":"No description"},"api-reference/queries/account-membership":{"id":"api-reference/queries/account-membership","title":"accountMembership","description":"Returns an account membership from its id."},"api-reference/queries/account-memberships":{"id":"api-reference/queries/account-memberships","title":"accountMemberships","description":"The list of account memberships"},"api-reference/queries/account-statement":{"id":"api-reference/queries/account-statement","title":"accountStatement","description":"Returns an account statement by id"},"api-reference/queries/accounts":{"id":"api-reference/queries/accounts","title":"accounts","description":"Returns the list of accounts."},"api-reference/queries/capital-deposit-case":{"id":"api-reference/queries/capital-deposit-case","title":"capitalDepositCase","description":"Return the capital deposit case for the provided id."},"api-reference/queries/capital-deposit-cases":{"id":"api-reference/queries/capital-deposit-cases","title":"capitalDepositCases","description":"Returns the list of capital deposit cases."},"api-reference/queries/capital-deposit-document":{"id":"api-reference/queries/capital-deposit-document","title":"capitalDepositDocument","description":"Return the CapitalDepositDocument for the provided id."},"api-reference/queries/card":{"id":"api-reference/queries/card","title":"card","description":"Returns a card from its id."},"api-reference/queries/cards":{"id":"api-reference/queries/cards","title":"cards","description":"Returns the list of cards."},"api-reference/queries/consent":{"id":"api-reference/queries/consent","title":"consent","description":"Returns a consent by its id."},"api-reference/queries/consents":{"id":"api-reference/queries/consents","title":"consents","description":"Return the list of consents"},"api-reference/queries/funding-limit-settings-change-request":{"id":"api-reference/queries/funding-limit-settings-change-request","title":"fundingLimitSettingsChangeRequest","description":"Returns a request for funding limit settings change from its id."},"api-reference/queries/funding-source":{"id":"api-reference/queries/funding-source","title":"fundingSource","description":"Returns funding source by id."},"api-reference/queries/iban-validation":{"id":"api-reference/queries/iban-validation","title":"ibanValidation","description":"Allows to check iban validation. It also returns its bank and reachability information"},"api-reference/queries/international-beneficiary-dynamic-forms":{"id":"api-reference/queries/international-beneficiary-dynamic-forms","title":"internationalBeneficiaryDynamicForms","description":"Returns an international beneficiary dynamic forms."},"api-reference/queries/international-credit-transfer-quote":{"id":"api-reference/queries/international-credit-transfer-quote","title":"internationalCreditTransferQuote","description":"Request an international credit transfer quote."},"api-reference/queries/international-credit-transfer-transaction-details-dynamic-form":{"id":"api-reference/queries/international-credit-transfer-transaction-details-dynamic-form","title":"internationalCreditTransferTransactionDetailsDynamicForm","description":"Returns an international credit transfer dynamic form."},"api-reference/queries/merchant-profile":{"id":"api-reference/queries/merchant-profile","title":"merchantProfile","description":"Returns a merchant profile by id."},"api-reference/queries/onboarding":{"id":"api-reference/queries/onboarding","title":"onboarding","description":"Returns an onboarding from its id."},"api-reference/queries/onboardings":{"id":"api-reference/queries/onboardings","title":"onboardings","description":"Returns the list of onboardings."},"api-reference/queries/payment":{"id":"api-reference/queries/payment","title":"payment","description":"Returns a payment from its id."},"api-reference/queries/payments":{"id":"api-reference/queries/payments","title":"payments","description":"Returns the list of payments."},"api-reference/queries/project-info":{"id":"api-reference/queries/project-info","title":"projectInfo","description":"Returns the project infos you set in the dashboard."},"api-reference/queries/received-direct-debit-mandate":{"id":"api-reference/queries/received-direct-debit-mandate","title":"receivedDirectDebitMandate","description":"Returns a received direct debit mandate from its id."},"api-reference/queries/shareholder":{"id":"api-reference/queries/shareholder","title":"shareholder","description":"Return the Shareholder for the provided id."},"api-reference/queries/standing-order":{"id":"api-reference/queries/standing-order","title":"standingOrder","description":"Returns standing order from its id."},"api-reference/queries/supporting-document-collection":{"id":"api-reference/queries/supporting-document-collection","title":"supportingDocumentCollection","description":"Returns a supporting document collection from its id."},"api-reference/queries/transaction":{"id":"api-reference/queries/transaction","title":"transaction","description":"Returns a transaction from its id."},"api-reference/queries/transactions":{"id":"api-reference/queries/transactions","title":"transactions","description":"A list of transactions of a project."},"api-reference/queries/user":{"id":"api-reference/queries/user","title":"user","description":"Returns a User"},"api-reference/queries/users":{"id":"api-reference/queries/users","title":"users","description":"Returns the list of user that joined the project"},"api-reference/scalars/account-number":{"id":"api-reference/scalars/account-number","title":"AccountNumber","description":"Swan account number"},"api-reference/scalars/amount-value":{"id":"api-reference/scalars/amount-value","title":"AmountValue","description":"The amount given with fractional digits, where fractions must be compliant to the currency definition. Up to 14 significant figures. Negative amounts are signed by minus. The decimal separator is a dot."},"api-reference/scalars/audit-id":{"id":"api-reference/scalars/audit-id","title":"AuditId","description":"No description"},"api-reference/scalars/authorization-id":{"id":"api-reference/scalars/authorization-id","title":"AuthorizationId","description":"No description"},"api-reference/scalars/bic":{"id":"api-reference/scalars/bic","title":"BIC","description":"Bank Identifier Code"},"api-reference/scalars/boolean":{"id":"api-reference/scalars/boolean","title":"Boolean","description":"The Boolean scalar type represents true or false."},"api-reference/scalars/card-token":{"id":"api-reference/scalars/card-token","title":"CardToken","description":"No description"},"api-reference/scalars/cca2":{"id":"api-reference/scalars/cca2","title":"CCA2","description":"Country code alpha 2 (ISO 3166)"},"api-reference/scalars/cca3":{"id":"api-reference/scalars/cca3","title":"CCA3","description":"Country code alpha 3 (ISO 3166)"},"api-reference/scalars/currency":{"id":"api-reference/scalars/currency","title":"Currency","description":"currency code alpha 3 (ISO 4217)"},"api-reference/scalars/date":{"id":"api-reference/scalars/date","title":"Date","description":"Date with YYYY-MM-DD format"},"api-reference/scalars/date-time":{"id":"api-reference/scalars/date-time","title":"DateTime","description":"Date time (ISO 8601 with time information)"},"api-reference/scalars/email-address":{"id":"api-reference/scalars/email-address","title":"EmailAddress","description":"No description"},"api-reference/scalars/float":{"id":"api-reference/scalars/float","title":"Float","description":"The Float scalar type represents signed double-precision fractional values as specified by IEEE 754."},"api-reference/scalars/hex-color-code":{"id":"api-reference/scalars/hex-color-code","title":"HexColorCode","description":"No description"},"api-reference/scalars/iban":{"id":"api-reference/scalars/iban","title":"IBAN","description":"International Bank Account Number"},"api-reference/scalars/id":{"id":"api-reference/scalars/id","title":"ID","description":"The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \\"4\\") or integer (such as 4) input value will be accepted as an ID."},"api-reference/scalars/int":{"id":"api-reference/scalars/int","title":"Int","description":"The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1."},"api-reference/scalars/phone-number":{"id":"api-reference/scalars/phone-number","title":"PhoneNumber","description":"E.164 standard format phone number"},"api-reference/scalars/pin":{"id":"api-reference/scalars/pin","title":"PIN","description":"6 digits numeric passcode"},"api-reference/scalars/sepa-creditor-identifier":{"id":"api-reference/scalars/sepa-creditor-identifier","title":"SepaCreditorIdentifier","description":"SEPA Creditor Identifier"},"api-reference/scalars/sepa-reference":{"id":"api-reference/scalars/sepa-reference","title":"SepaReference","description":"SEPA Identifier"},"api-reference/scalars/string":{"id":"api-reference/scalars/string","title":"String","description":"The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."},"api-reference/scalars/token-requestor-id":{"id":"api-reference/scalars/token-requestor-id","title":"TokenRequestorId","description":"No description"},"api-reference/scalars/upload":{"id":"api-reference/scalars/upload","title":"Upload","description":"No description"},"api-reference/scalars/url":{"id":"api-reference/scalars/url","title":"URL","description":"URL that follows the WHATWG URL Standard."},"api-reference/scalars/wallet-token":{"id":"api-reference/scalars/wallet-token","title":"WalletToken","description":"No description"},"api-reference/schema":{"id":"api-reference/schema","title":"Schema Documentation","description":"This documentation has been automatically generated from the GraphQL schema."},"api-reference/unions/activate-physical-card-payload":{"id":"api-reference/unions/activate-physical-card-payload","title":"ActivatePhysicalCardPayload","description":"No description"},"api-reference/unions/add-account-membership-payload":{"id":"api-reference/unions/add-account-membership-payload","title":"AddAccountMembershipPayload","description":"No description"},"api-reference/unions/add-account-memberships-payload":{"id":"api-reference/unions/add-account-memberships-payload","title":"AddAccountMembershipsPayload","description":"No description"},"api-reference/unions/add-card-payload":{"id":"api-reference/unions/add-card-payload","title":"AddCardPayload","description":"No description"},"api-reference/unions/add-cards-payload":{"id":"api-reference/unions/add-cards-payload","title":"AddCardsPayload","description":"No description"},"api-reference/unions/add-cards-with-group-delivery-payload":{"id":"api-reference/unions/add-cards-with-group-delivery-payload","title":"AddCardsWithGroupDeliveryPayload","description":"No description"},"api-reference/unions/add-digital-card-payload":{"id":"api-reference/unions/add-digital-card-payload","title":"AddDigitalCardPayload","description":"Payload returned on mutation completion"},"api-reference/unions/add-direct-debit-funding-source-payload":{"id":"api-reference/unions/add-direct-debit-funding-source-payload","title":"AddDirectDebitFundingSourcePayload","description":"Add Direct Debit Funding Source Payload"},"api-reference/unions/add-external-account-balance-payload":{"id":"api-reference/unions/add-external-account-balance-payload","title":"AddExternalAccountBalancePayload","description":"No description"},"api-reference/unions/add-external-account-payload":{"id":"api-reference/unions/add-external-account-payload","title":"AddExternalAccountPayload","description":"No description"},"api-reference/unions/add-funding-limit-settings-change-request-payload":{"id":"api-reference/unions/add-funding-limit-settings-change-request-payload","title":"AddFundingLimitSettingsChangeRequestPayload","description":"Payload returned on mutation completion"},"api-reference/unions/add-internal-direct-debit-payment-mandate-payload":{"id":"api-reference/unions/add-internal-direct-debit-payment-mandate-payload","title":"AddInternalDirectDebitPaymentMandatePayload","description":"Union type return by the addInternalDirectDebitPaymentMandate mutation"},"api-reference/unions/add-merchant-profile-payload":{"id":"api-reference/unions/add-merchant-profile-payload","title":"AddMerchantProfilePayload","description":"Add Merchant Profile Payload"},"api-reference/unions/add-or-update-external-account-balance-payload":{"id":"api-reference/unions/add-or-update-external-account-balance-payload","title":"AddOrUpdateExternalAccountBalancePayload","description":"No description"},"api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload":{"id":"api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload","title":"AddReceivedInternalDirectDebitB2bMandatePayload","description":"Union type return by the addReceivedInternalDirectDebitB2bMandate mutation"},"api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload":{"id":"api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload","title":"AddReceivedSepaDirectDebitB2bMandatePayload","description":"Union type return by the addReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/unions/add-sepa-direct-debit-payment-mandate-payload":{"id":"api-reference/unions/add-sepa-direct-debit-payment-mandate-payload","title":"AddSepaDirectDebitPaymentMandatePayload","description":"Union type return by the addSepaDirectDebitPaymentMandate mutation"},"api-reference/unions/add-single-use-virtual-card-payload":{"id":"api-reference/unions/add-single-use-virtual-card-payload","title":"AddSingleUseVirtualCardPayload","description":"No description"},"api-reference/unions/add-single-use-virtual-cards-payload":{"id":"api-reference/unions/add-single-use-virtual-cards-payload","title":"AddSingleUseVirtualCardsPayload","description":"No description"},"api-reference/unions/add-virtual-iban-entry-payload":{"id":"api-reference/unions/add-virtual-iban-entry-payload","title":"AddVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/allow-sdd-payload":{"id":"api-reference/unions/allow-sdd-payload","title":"AllowSddPayload","description":"No description"},"api-reference/unions/allow-sdd-virtual-iban-entry-payload":{"id":"api-reference/unions/allow-sdd-virtual-iban-entry-payload","title":"AllowSddVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/bind-account-membership-payload":{"id":"api-reference/unions/bind-account-membership-payload","title":"BindAccountMembershipPayload","description":"No description"},"api-reference/unions/cancel-card-payload":{"id":"api-reference/unions/cancel-card-payload","title":"CancelCardPayload","description":"No description"},"api-reference/unions/cancel-consent-payload":{"id":"api-reference/unions/cancel-consent-payload","title":"CancelConsentPayload","description":"Payload of the cancelConsent mutation"},"api-reference/unions/cancel-digital-card-payload":{"id":"api-reference/unions/cancel-digital-card-payload","title":"CancelDigitalCardPayload","description":"No description"},"api-reference/unions/cancel-funding-source-payload":{"id":"api-reference/unions/cancel-funding-source-payload","title":"CancelFundingSourcePayload","description":"Cancel Funding Source Payload"},"api-reference/unions/cancel-physical-card-payload":{"id":"api-reference/unions/cancel-physical-card-payload","title":"CancelPhysicalCardPayload","description":"No description"},"api-reference/unions/cancel-standing-order-payload":{"id":"api-reference/unions/cancel-standing-order-payload","title":"CancelStandingOrderPayload","description":"No description"},"api-reference/unions/cancel-transaction-payload":{"id":"api-reference/unions/cancel-transaction-payload","title":"CancelTransactionPayload","description":"No description"},"api-reference/unions/cancel-virtual-iban-entry-payload":{"id":"api-reference/unions/cancel-virtual-iban-entry-payload","title":"CancelVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/close-account-payload":{"id":"api-reference/unions/close-account-payload","title":"CloseAccountPayload","description":"No description"},"api-reference/unions/close-account-status-reason":{"id":"api-reference/unions/close-account-status-reason","title":"CloseAccountStatusReason","description":"Union between PartnerCloseAccountReasonType and InternalCloseAccountReason"},"api-reference/unions/create-capital-deposit-case-payload":{"id":"api-reference/unions/create-capital-deposit-case-payload","title":"CreateCapitalDepositCasePayload","description":"No description"},"api-reference/unions/create-multi-consent-payload":{"id":"api-reference/unions/create-multi-consent-payload","title":"CreateMultiConsentPayload","description":"Payload of the createMultiConsent mutation"},"api-reference/unions/delete-supporting-document-payload":{"id":"api-reference/unions/delete-supporting-document-payload","title":"DeleteSupportingDocumentPayload","description":"No description"},"api-reference/unions/deny-sdd-payload":{"id":"api-reference/unions/deny-sdd-payload","title":"DenySddPayload","description":"No description"},"api-reference/unions/deny-sdd-virtual-iban-entry-payload":{"id":"api-reference/unions/deny-sdd-virtual-iban-entry-payload","title":"DenySddVirtualIbanEntryPayload","description":"No description"},"api-reference/unions/disable-account-membership-payload":{"id":"api-reference/unions/disable-account-membership-payload","title":"DisableAccountMembershipPayload","description":"No description"},"api-reference/unions/enable-received-direct-debit-mandate-payload":{"id":"api-reference/unions/enable-received-direct-debit-mandate-payload","title":"EnableReceivedDirectDebitMandatePayload","description":"Union type return by the enableReceivedDirectDebitMandate mutation"},"api-reference/unions/finalize-onboarding-payload":{"id":"api-reference/unions/finalize-onboarding-payload","title":"FinalizeOnboardingPayload","description":"No description"},"api-reference/unions/generate-capital-deposit-document-upload-url-payload":{"id":"api-reference/unions/generate-capital-deposit-document-upload-url-payload","title":"GenerateCapitalDepositDocumentUploadUrlPayload","description":"No description"},"api-reference/unions/generate-supporting-document-upload-url-payload":{"id":"api-reference/unions/generate-supporting-document-upload-url-payload","title":"GenerateSupportingDocumentUploadUrlPayload","description":"No description"},"api-reference/unions/grant-consent-with-server-signature-payload":{"id":"api-reference/unions/grant-consent-with-server-signature-payload","title":"GrantConsentWithServerSignaturePayload","description":"Payload of the grantConsentWithServerSignature mutation"},"api-reference/unions/iban-validation-result":{"id":"api-reference/unions/iban-validation-result","title":"IbanValidationResult","description":"IbanValidationResult"},"api-reference/unions/identification-document":{"id":"api-reference/unions/identification-document","title":"IdentificationDocument","description":"Union representing all the possible identification document types"},"api-reference/unions/identification-level-status-info":{"id":"api-reference/unions/identification-level-status-info","title":"IdentificationLevelStatusInfo","description":"Union representing all the possible statuses: not supported, not started, pending, valid, invalid, cancelled, expired"},"api-reference/unions/identification-process-info":{"id":"api-reference/unions/identification-process-info","title":"IdentificationProcessInfo","description":"Union representing the process that was used for this identification"},"api-reference/unions/initiate-credit-transfers-payload":{"id":"api-reference/unions/initiate-credit-transfers-payload","title":"InitiateCreditTransfersPayload","description":"No description"},"api-reference/unions/initiate-funding-request-payload":{"id":"api-reference/unions/initiate-funding-request-payload","title":"InitiateFundingRequestPayload","description":"Initiate A Funding Request Payload"},"api-reference/unions/initiate-international-credit-transfer-response-payload":{"id":"api-reference/unions/initiate-international-credit-transfer-response-payload","title":"InitiateInternationalCreditTransferResponsePayload","description":"Initiate International Credit Transfer Response Payload"},"api-reference/unions/initiate-merchant-payment-collection-payload":{"id":"api-reference/unions/initiate-merchant-payment-collection-payload","title":"InitiateMerchantPaymentCollectionPayload","description":"No description"},"api-reference/unions/onboard-company-account-holder-payload":{"id":"api-reference/unions/onboard-company-account-holder-payload","title":"OnboardCompanyAccountHolderPayload","description":"No description"},"api-reference/unions/onboard-individual-account-holder-payload":{"id":"api-reference/unions/onboard-individual-account-holder-payload","title":"OnboardIndividualAccountHolderPayload","description":"No description"},"api-reference/unions/print-physical-card-payload":{"id":"api-reference/unions/print-physical-card-payload","title":"PrintPhysicalCardPayload","description":"No description"},"api-reference/unions/refund-payload":{"id":"api-reference/unions/refund-payload","title":"RefundPayload","description":"The respond body to a refund mutation"},"api-reference/unions/request-merchant-payment-methods-payload":{"id":"api-reference/unions/request-merchant-payment-methods-payload","title":"RequestMerchantPaymentMethodsPayload","description":"No description"},"api-reference/unions/request-merchant-profile-update-payload":{"id":"api-reference/unions/request-merchant-profile-update-payload","title":"RequestMerchantProfileUpdatePayload","description":"Add Merchant Profile Payload"},"api-reference/unions/request-supporting-document-collection-review-payload":{"id":"api-reference/unions/request-supporting-document-collection-review-payload","title":"RequestSupportingDocumentCollectionReviewPayload","description":"No description"},"api-reference/unions/resume-account-membership-payload":{"id":"api-reference/unions/resume-account-membership-payload","title":"ResumeAccountMembershipPayload","description":"No description"},"api-reference/unions/resume-physical-card-payload":{"id":"api-reference/unions/resume-physical-card-payload","title":"ResumePhysicalCardPayload","description":"No description"},"api-reference/unions/schedule-standing-order-payload":{"id":"api-reference/unions/schedule-standing-order-payload","title":"ScheduleStandingOrderPayload","description":"No description"},"api-reference/unions/shareholder-info":{"id":"api-reference/unions/shareholder-info","title":"ShareholderInfo","description":"Shareholder information."},"api-reference/unions/suspend-account-membership-payload":{"id":"api-reference/unions/suspend-account-membership-payload","title":"SuspendAccountMembershipPayload","description":"No description"},"api-reference/unions/suspend-account-status-reason":{"id":"api-reference/unions/suspend-account-status-reason","title":"SuspendAccountStatusReason","description":"SuspendAccountStatusReason"},"api-reference/unions/suspend-physical-card-payload":{"id":"api-reference/unions/suspend-physical-card-payload","title":"SuspendPhysicalCardPayload","description":"No description"},"api-reference/unions/suspend-received-direct-debit-mandate-payload":{"id":"api-reference/unions/suspend-received-direct-debit-mandate-payload","title":"SuspendReceivedDirectDebitMandatePayload","description":"Union type returned by the suspendReceivedDirectDebitMandate mutation"},"api-reference/unions/update-account-holder-payload":{"id":"api-reference/unions/update-account-holder-payload","title":"UpdateAccountHolderPayload","description":"No description"},"api-reference/unions/update-account-membership-payload":{"id":"api-reference/unions/update-account-membership-payload","title":"UpdateAccountMembershipPayload","description":"No description"},"api-reference/unions/update-account-payload":{"id":"api-reference/unions/update-account-payload","title":"UpdateAccountPayload","description":"No description"},"api-reference/unions/update-card-payload":{"id":"api-reference/unions/update-card-payload","title":"UpdateCardPayload","description":"No description"},"api-reference/unions/update-company-onboarding-payload":{"id":"api-reference/unions/update-company-onboarding-payload","title":"UpdateCompanyOnboardingPayload","description":"Possible results for mutation updateCompanyOnboarding"},"api-reference/unions/update-individual-onboarding-payload":{"id":"api-reference/unions/update-individual-onboarding-payload","title":"UpdateIndividualOnboardingPayload","description":"Possible result types for updateIndividualOnboarding"},"api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload":{"id":"api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload","title":"UpdateReceivedSepaDirectDebitB2bMandatePayload","description":"Union type returned by the updateReceivedSepaDirectDebitB2bMandate mutation"},"api-reference/unions/update-supporting-document-payload":{"id":"api-reference/unions/update-supporting-document-payload","title":"UpdateSupportingDocumentPayload","description":"No description"},"api-reference/unions/update-user-consent-settings-payload":{"id":"api-reference/unions/update-user-consent-settings-payload","title":"UpdateUserConsentSettingsPayload","description":"No description"},"api-reference/unions/view-card-numbers-payload":{"id":"api-reference/unions/view-card-numbers-payload","title":"ViewCardNumbersPayload","description":"No description"},"api-reference/unions/view-physical-card-numbers-payload":{"id":"api-reference/unions/view-physical-card-numbers-payload","title":"ViewPhysicalCardNumbersPayload","description":"No description"},"api-reference/unions/view-physical-card-pin-payload":{"id":"api-reference/unions/view-physical-card-pin-payload","title":"ViewPhysicalCardPinPayload","description":"No description"},"changelog":{"id":"changelog","title":"Changelog","description":"Check out Swan\'s public roadmap to see what\'s in the works."},"developers/about/endpoints":{"id":"developers/about/endpoints","title":"Endpoints","description":"| Endpoint | Link |"},"developers/about/intro":{"id":"developers/about/intro","title":"About the Swan API","description":""},"developers/about/webhooks":{"id":"developers/about/webhooks","title":"Webhooks","description":""},"developers/access-tokens/about":{"id":"developers/access-tokens/about","title":"Access tokens","description":""},"developers/access-tokens/get-token-project":{"id":"developers/access-tokens/get-token-project","title":"Get a project access token","description":""},"developers/access-tokens/get-token-user":{"id":"developers/access-tokens/get-token-user","title":"Get a user access token","description":""},"developers/guides/access-tokens":{"id":"developers/guides/access-tokens","title":"Get access tokens","description":"Project access tokens"},"developers/guides/rejections":{"id":"developers/guides/rejections","title":"Use rejections","description":""},"developers/guides/webhooks":{"id":"developers/guides/webhooks","title":"Using webhooks","description":""},"developers/intro":{"id":"developers/intro","title":"About the Swan API","description":""},"developers/rejections/about":{"id":"developers/rejections/about","title":"Errors and rejections","description":""},"developers/rejections/using-rejections":{"id":"developers/rejections/using-rejections","title":"Using rejections","description":""},"developers/webhooks/about":{"id":"developers/webhooks/about","title":"Webhooks","description":""},"developers/webhooks/using-webhooks":{"id":"developers/webhooks/using-webhooks","title":"Using webhooks","description":""},"glossary":{"id":"glossary","title":"Glossary","description":"Account holder","sidebar":"docSidebar"},"index":{"id":"index","title":"Welcome","description":"Welcome to Swan\'s product, partnership, and developer documentation.","sidebar":"docSidebar"},"partnership/contact":{"id":"partnership/contact","title":"Contact Swan","description":""},"partnership/country-guides/france":{"id":"partnership/country-guides/france","title":"France","description":""},"partnership/country-guides/index":{"id":"partnership/country-guides/index","title":"Guide by country","description":"An introductory blurb about our countries and the country guides."},"partnership/country-guides/spain":{"id":"partnership/country-guides/spain","title":"Spain","description":""},"partnership/intro":{"id":"partnership/intro","title":"Partnership with Swan","description":""},"partnership/rules":{"id":"partnership/rules","title":"Rules and regulations","description":""},"starter-guides/activate":{"id":"starter-guides/activate","title":"Activate your project","description":""},"starter-guides/intro":{"id":"starter-guides/intro","title":"Starter guides","description":""},"topics/capital-deposits/france/guide":{"id":"topics/capital-deposits/france/guide","title":"Deposit capital in France","description":"Depositing share capital in France is a multi-step process involving several key players: you and your end user, Swan, and the notary.","sidebar":"docSidebar"},"topics/capital-deposits/france/guide-create-case":{"id":"topics/capital-deposits/france/guide-create-case","title":"Create capital deposit case","description":"Use the createCapitalDepositCase mutation to create your capital deposit case.","sidebar":"docSidebar"},"topics/capital-deposits/france/guide-upload-documents":{"id":"topics/capital-deposits/france/guide-upload-documents","title":"Upload required documents","description":"This page explains how to upload documents for steps 4 and 8 of a multi-step process.","sidebar":"docSidebar"},"topics/capital-deposits/index":{"id":"topics/capital-deposits/index","title":"Capital deposits overview","description":"*","sidebar":"docSidebar"},"topics/capital-deposits/support":{"id":"topics/capital-deposits/support","title":"Support for capital deposits","description":""},"topics/contact":{"id":"topics/contact","title":"Contact Swan","description":"","sidebar":"docSidebar"},"topics/onboarding/account-holders/guide-add-additional-account":{"id":"topics/onboarding/account-holders/guide-add-additional-account","title":"Add account for existing account holder","description":"If an account holder already exists, you can add another account for that account holder.","sidebar":"docSidebar"},"topics/onboarding/account-holders/index":{"id":"topics/onboarding/account-holders/index","title":"Account holders","description":"*","sidebar":"docSidebar"},"topics/onboarding/account-holders/sandbox":{"id":"topics/onboarding/account-holders/sandbox","title":"Sandbox","description":"Simulate updating an account holder\u2019s verification status","sidebar":"docSidebar"},"topics/onboarding/company/guide-create-onboarding":{"id":"topics/onboarding/company/guide-create-onboarding","title":"Create a company onboarding link","description":"Unique links using the API","sidebar":"docSidebar"},"topics/onboarding/company/guide-update-onboarding":{"id":"topics/onboarding/company/guide-update-onboarding","title":"Update a company onboarding","description":"Update company onboardings using the API.","sidebar":"docSidebar"},"topics/onboarding/company/index":{"id":"topics/onboarding/company/index","title":"Company account onboarding","description":"*","sidebar":"docSidebar"},"topics/onboarding/documents/guide-add-document-webhooks":{"id":"topics/onboarding/documents/guide-add-document-webhooks","title":"Add document webhooks","description":"Get automatic updates about supporting document collection and missing required documents directly on your Dashboard."},"topics/onboarding/documents/guide-delete-document":{"id":"topics/onboarding/documents/guide-delete-document","title":"Delete a document","description":"You might want to delete a document if the incorrect document was uploaded or the wrong file was shared.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-list-documents":{"id":"topics/onboarding/documents/guide-list-documents","title":"Get a list of required documents","description":"Get a list of required documents for your onboarding using the API by adding information about collecting supporting documents to the success payload when creating an onboarding link.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-request-collection-review":{"id":"topics/onboarding/documents/guide-request-collection-review","title":"Request a collection review","description":"After all required supporting documents are uploaded, you can ask Swan to review your collection using the API or on your Dashboard.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-retrieve-info":{"id":"topics/onboarding/documents/guide-retrieve-info","title":"Retrieve information about a collection or document","description":"There are two methods you can use to get information about a collection or a document.","sidebar":"docSidebar"},"topics/onboarding/documents/guide-upload-document":{"id":"topics/onboarding/documents/guide-upload-document","title":"Upload a document","description":"You can upload supporting documents using the API or on the Dashboard.","sidebar":"docSidebar"},"topics/onboarding/documents/index":{"id":"topics/onboarding/documents/index","title":"Supporting document collection","description":"*","sidebar":"docSidebar"},"topics/onboarding/documents/sandbox":{"id":"topics/onboarding/documents/sandbox","title":"Sandbox","description":"Simulate updating the status of a document","sidebar":"docSidebar"},"topics/onboarding/index":{"id":"topics/onboarding/index","title":"Account onboarding","description":"Account onboarding is, at its core, the process to create account holders.","sidebar":"docSidebar"},"topics/onboarding/individual/guide-create-onboarding":{"id":"topics/onboarding/individual/guide-create-onboarding","title":"Create an individual onboarding link","description":"Unique links using the API","sidebar":"docSidebar"},"topics/onboarding/individual/guide-update-onboarding":{"id":"topics/onboarding/individual/guide-update-onboarding","title":"Update an individual onboarding","description":"Update individual onboardings using the API.","sidebar":"docSidebar"},"topics/onboarding/individual/index":{"id":"topics/onboarding/individual/index","title":"Individual account onboarding","description":"*","sidebar":"docSidebar"},"topics/onboarding/overview/guide-finalize-onboarding":{"id":"topics/onboarding/overview/guide-finalize-onboarding","title":"Finalize an onboarding","description":"You can finalize onboardings using the API.","sidebar":"docSidebar"},"topics/onboarding/overview/guide-get-onboarding-info":{"id":"topics/onboarding/overview/guide-get-onboarding-info","title":"Get information about an onboarding","description":"Use the onboardings query to get information about your onboardings, allowing you to monitor progress or share information with your end user.","sidebar":"docSidebar"},"topics/onboarding/support":{"id":"topics/onboarding/support","title":"Support for onboarding","description":"User flow diagrams","sidebar":"docSidebar"},"topics/projects/guide-activate-project":{"id":"topics/projects/guide-activate-project","title":"Activate your project","description":"Transforming your Sandbox project into a Live project that can manage funds is a multi-step process.","sidebar":"docSidebar"},"topics/projects/index":{"id":"topics/projects/index","title":"Projects overview","description":"Using Swan means using projects.","sidebar":"docSidebar"},"topics/projects/support":{"id":"topics/projects/support","title":"Support for projects","description":"User flow diagram: Signing up for Swan","sidebar":"docSidebar"},"use-cases/bnpl":{"id":"use-cases/bnpl","title":"BNPL","description":""},"use-cases/expense":{"id":"use-cases/expense","title":"Expense management","description":""},"use-cases/financial":{"id":"use-cases/financial","title":"Financial management","description":""},"use-cases/intro":{"id":"use-cases/intro","title":"Use cases","description":""},"use-cases/rental":{"id":"use-cases/rental","title":"Rental management","description":""},"use-cases/swan-solo":{"id":"use-cases/swan-solo","title":"Swan Solo","description":""},"use-cases/vertical":{"id":"use-cases/vertical","title":"Vertical SaaS","description":""}}}')}}]); \ No newline at end of file diff --git a/assets/js/95ae2e11.f87121fd.js b/assets/js/95ae2e11.8cb458e3.js similarity index 98% rename from assets/js/95ae2e11.f87121fd.js rename to assets/js/95ae2e11.8cb458e3.js index 3dd03bdd543..c809a78b2f7 100644 --- a/assets/js/95ae2e11.f87121fd.js +++ b/assets/js/95ae2e11.8cb458e3.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[93104],{3905:(e,t,a)=>{a.d(t,{Zo:()=>d,kt:()=>f});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var i=n.createContext({}),s=function(e){var t=n.useContext(i),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},d=function(e){var t=s(e.components);return n.createElement(i.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,c=e.originalType,i=e.parentName,d=o(e,["components","mdxType","originalType","parentName"]),p=s(a),y=r,f=p["".concat(i,".").concat(y)]||p[y]||u[y]||c;return a?n.createElement(f,l(l({ref:t},d),{},{components:a})):n.createElement(f,l({ref:t},d))}));function f(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=a.length,l=new Array(c);l[0]=y;var o={};for(var i in t)hasOwnProperty.call(t,i)&&(o[i]=t[i]);o.originalType=e,o[p]="string"==typeof e?e:r,l[1]=o;for(var s=2;s{a.r(t),a.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>o,default:()=>h,frontMatter:()=>l,metadata:()=>i,toc:()=>d});var n=a(83117),r=a(67294),c=a(3905);const l={id:"cancel-physical-card-input",title:"CancelPhysicalCardInput",hide_table_of_contents:!1},o=void 0,i={unversionedId:"api-reference/inputs/cancel-physical-card-input",id:"api-reference/inputs/cancel-physical-card-input",title:"CancelPhysicalCardInput",description:"Inputs to cancel a physical card",source:"@site/docs/api-reference/inputs/cancel-physical-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/cancel-physical-card-input",permalink:"/api-reference/inputs/cancel-physical-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/cancel-physical-card-input.mdx",tags:[],version:"current",frontMatter:{id:"cancel-physical-card-input",title:"CancelPhysicalCardInput",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'CancelPhysicalCardInput.cardIdID! ',id:"code-style-fontweight-normal-cancelphysicalcardinputbcardidbcodeid--",level:4},{value:'CancelPhysicalCardInput.reasonCancelPhysicalCardReason! ',id:"code-style-fontweight-normal-cancelphysicalcardinputbreasonbcodecancelphysicalcardreason--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:d,Bullet:p,SpecifiedBy:u,Badge:y},m="wrapper";function h(e){let{components:t,...a}=e;return(0,c.kt)(m,(0,n.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to cancel a physical card"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input CancelPhysicalCardInput {\n cardId: ID!\n reason: CancelPhysicalCardReason!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardinputbcardidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelPhysicalCardInput.",(0,c.kt)("b",null,"cardId"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of a card")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardinputbreasonbcodecancelphysicalcardreason--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelPhysicalCardInput.",(0,c.kt)("b",null,"reason"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/cancel-physical-card-reason"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardReason!"))," ",(0,c.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(y,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"reason why the physical card is canceled")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/cancel-physical-card"},(0,c.kt)("inlineCode",{parentName:"a"},"cancelPhysicalCard"))," ",(0,c.kt)(y,{class:"secondary",text:"mutation",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[93104],{3905:(e,t,a)=>{a.d(t,{Zo:()=>d,kt:()=>f});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var i=n.createContext({}),s=function(e){var t=n.useContext(i),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},d=function(e){var t=s(e.components);return n.createElement(i.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,c=e.originalType,i=e.parentName,d=o(e,["components","mdxType","originalType","parentName"]),p=s(a),y=r,f=p["".concat(i,".").concat(y)]||p[y]||u[y]||c;return a?n.createElement(f,l(l({ref:t},d),{},{components:a})):n.createElement(f,l({ref:t},d))}));function f(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=a.length,l=new Array(c);l[0]=y;var o={};for(var i in t)hasOwnProperty.call(t,i)&&(o[i]=t[i]);o.originalType=e,o[p]="string"==typeof e?e:r,l[1]=o;for(var s=2;s{a.r(t),a.d(t,{Badge:()=>y,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>o,default:()=>h,frontMatter:()=>l,metadata:()=>i,toc:()=>d});var n=a(83117),r=a(67294),c=a(3905);const l={id:"cancel-physical-card-input",title:"CancelPhysicalCardInput",hide_table_of_contents:!1},o=void 0,i={unversionedId:"api-reference/inputs/cancel-physical-card-input",id:"api-reference/inputs/cancel-physical-card-input",title:"CancelPhysicalCardInput",description:"Inputs to cancel a physical card",source:"@site/docs/api-reference/inputs/cancel-physical-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/cancel-physical-card-input",permalink:"/api-reference/inputs/cancel-physical-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/cancel-physical-card-input.mdx",tags:[],version:"current",frontMatter:{id:"cancel-physical-card-input",title:"CancelPhysicalCardInput",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'CancelPhysicalCardInput.cardIdID! ',id:"code-style-fontweight-normal-cancelphysicalcardinputbcardidbcodeid--",level:4},{value:'CancelPhysicalCardInput.reasonCancelPhysicalCardReason! ',id:"code-style-fontweight-normal-cancelphysicalcardinputbreasonbcodecancelphysicalcardreason--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:d,Bullet:p,SpecifiedBy:u,Badge:y},m="wrapper";function h(e){let{components:t,...a}=e;return(0,c.kt)(m,(0,n.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to cancel a physical card"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input CancelPhysicalCardInput {\n cardId: ID!\n reason: CancelPhysicalCardReason!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardinputbcardidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelPhysicalCardInput.",(0,c.kt)("b",null,"cardId"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of a card")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardinputbreasonbcodecancelphysicalcardreason--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelPhysicalCardInput.",(0,c.kt)("b",null,"reason"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/cancel-physical-card-reason"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardReason!"))," ",(0,c.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(y,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Reason why the physical card is canceled")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/cancel-physical-card"},(0,c.kt)("inlineCode",{parentName:"a"},"cancelPhysicalCard"))," ",(0,c.kt)(y,{class:"secondary",text:"mutation",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/a1505666.d66867c1.js b/assets/js/a1505666.20a008b5.js similarity index 99% rename from assets/js/a1505666.d66867c1.js rename to assets/js/a1505666.20a008b5.js index 8f0f1262555..5542ac593d3 100644 --- a/assets/js/a1505666.d66867c1.js +++ b/assets/js/a1505666.20a008b5.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[84816],{3905:(e,t,a)=>{a.d(t,{Zo:()=>p,kt:()=>f});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function o(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var c=n.createContext({}),i=function(e){var t=n.useContext(c),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},p=function(e){var t=i(e.components);return n.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},m=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,o=e.originalType,c=e.parentName,p=d(e,["components","mdxType","originalType","parentName"]),s=i(a),m=r,f=s["".concat(c,".").concat(m)]||s[m]||u[m]||o;return a?n.createElement(f,l(l({ref:t},p),{},{components:a})):n.createElement(f,l({ref:t},p))}));function f(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=a.length,l=new Array(o);l[0]=m;var d={};for(var c in t)hasOwnProperty.call(t,c)&&(d[c]=t[c]);d.originalType=e,d[s]="string"==typeof e?e:r,l[1]=d;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>m,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>d,default:()=>k,frontMatter:()=>l,metadata:()=>c,toc:()=>p});var n=a(83117),r=a(67294),o=a(3905);const l={id:"update-card-input",title:"UpdateCardInput",hide_table_of_contents:!1},d=void 0,c={unversionedId:"api-reference/inputs/update-card-input",id:"api-reference/inputs/update-card-input",title:"UpdateCardInput",description:"Input to Update Card",source:"@site/docs/api-reference/inputs/update-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/update-card-input",permalink:"/api-reference/inputs/update-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/update-card-input.mdx",tags:[],version:"current",frontMatter:{id:"update-card-input",title:"UpdateCardInput",hide_table_of_contents:!1}},i={},p=[{value:"Fields",id:"fields",level:3},{value:'UpdateCardInput.cardIdID! ',id:"code-style-fontweight-normal-updatecardinputbcardidbcodeid--",level:4},{value:'UpdateCardInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-updatecardinputbcardcontractexpirydatebcodedatetime-",level:4},{value:'UpdateCardInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-updatecardinputbwithdrawalbcodeboolean--",level:4},{value:'UpdateCardInput.internationalBoolean! ',id:"code-style-fontweight-normal-updatecardinputbinternationalbcodeboolean--",level:4},{value:'UpdateCardInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-updatecardinputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'UpdateCardInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-updatecardinputbecommercebcodeboolean--",level:4},{value:'UpdateCardInput.spendingLimitSpendingLimitInput ',id:"code-style-fontweight-normal-updatecardinputbspendinglimitbcodespendinglimitinput-",level:4},{value:'UpdateCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-updatecardinputbconsentredirecturlbcodestring--",level:4},{value:'UpdateCardInput.nameString ',id:"code-style-fontweight-normal-updatecardinputbnamebcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:s,SpecifiedBy:u,Badge:m},y="wrapper";function k(e){let{components:t,...a}=e;return(0,o.kt)(y,(0,n.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Input to Update Card"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input UpdateCardInput {\n cardId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n spendingLimit: SpendingLimitInput\n consentRedirectUrl: String!\n name: String\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbcardidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"cardId"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"unique identifier of the card to update")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbcardcontractexpirydatebcodedatetime-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"cardContractExpiryDate"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,o.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,o.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbwithdrawalbcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"withdrawal"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbinternationalbcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"international"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbnonmaincurrencytransactionsbcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"nonMainCurrencyTransactions"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbecommercebcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"eCommerce"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbspendinglimitbcodespendinglimitinput-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"spendingLimit"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,o.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput"))," ",(0,o.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Periodic Spending limit")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbconsentredirecturlbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"consentRedirectUrl"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbnamebcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"name"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Card name")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/update-card"},(0,o.kt)("inlineCode",{parentName:"a"},"updateCard"))," ",(0,o.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}k.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[84816],{3905:(e,t,a)=>{a.d(t,{Zo:()=>p,kt:()=>f});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function o(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var c=n.createContext({}),i=function(e){var t=n.useContext(c),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},p=function(e){var t=i(e.components);return n.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},m=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,o=e.originalType,c=e.parentName,p=d(e,["components","mdxType","originalType","parentName"]),s=i(a),m=r,f=s["".concat(c,".").concat(m)]||s[m]||u[m]||o;return a?n.createElement(f,l(l({ref:t},p),{},{components:a})):n.createElement(f,l({ref:t},p))}));function f(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=a.length,l=new Array(o);l[0]=m;var d={};for(var c in t)hasOwnProperty.call(t,c)&&(d[c]=t[c]);d.originalType=e,d[s]="string"==typeof e?e:r,l[1]=d;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>m,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>d,default:()=>k,frontMatter:()=>l,metadata:()=>c,toc:()=>p});var n=a(83117),r=a(67294),o=a(3905);const l={id:"update-card-input",title:"UpdateCardInput",hide_table_of_contents:!1},d=void 0,c={unversionedId:"api-reference/inputs/update-card-input",id:"api-reference/inputs/update-card-input",title:"UpdateCardInput",description:"Input to Update Card",source:"@site/docs/api-reference/inputs/update-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/update-card-input",permalink:"/api-reference/inputs/update-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/update-card-input.mdx",tags:[],version:"current",frontMatter:{id:"update-card-input",title:"UpdateCardInput",hide_table_of_contents:!1}},i={},p=[{value:"Fields",id:"fields",level:3},{value:'UpdateCardInput.cardIdID! ',id:"code-style-fontweight-normal-updatecardinputbcardidbcodeid--",level:4},{value:'UpdateCardInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-updatecardinputbcardcontractexpirydatebcodedatetime-",level:4},{value:'UpdateCardInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-updatecardinputbwithdrawalbcodeboolean--",level:4},{value:'UpdateCardInput.internationalBoolean! ',id:"code-style-fontweight-normal-updatecardinputbinternationalbcodeboolean--",level:4},{value:'UpdateCardInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-updatecardinputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'UpdateCardInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-updatecardinputbecommercebcodeboolean--",level:4},{value:'UpdateCardInput.spendingLimitSpendingLimitInput ',id:"code-style-fontweight-normal-updatecardinputbspendinglimitbcodespendinglimitinput-",level:4},{value:'UpdateCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-updatecardinputbconsentredirecturlbcodestring--",level:4},{value:'UpdateCardInput.nameString ',id:"code-style-fontweight-normal-updatecardinputbnamebcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:s,SpecifiedBy:u,Badge:m},y="wrapper";function k(e){let{components:t,...a}=e;return(0,o.kt)(y,(0,n.Z)({},f,a,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Input to Update Card"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input UpdateCardInput {\n cardId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n spendingLimit: SpendingLimitInput\n consentRedirectUrl: String!\n name: String\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbcardidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"cardId"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Unique identifier of the card to update")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbcardcontractexpirydatebcodedatetime-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"cardContractExpiryDate"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,o.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,o.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbwithdrawalbcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"withdrawal"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbinternationalbcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"international"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbnonmaincurrencytransactionsbcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"nonMainCurrencyTransactions"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbecommercebcodeboolean--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"eCommerce"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbspendinglimitbcodespendinglimitinput-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"spendingLimit"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,o.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput"))," ",(0,o.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Periodic Spending limit")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbconsentredirecturlbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"consentRedirectUrl"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-updatecardinputbnamebcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"UpdateCardInput.",(0,o.kt)("b",null,"name"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Card name")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/update-card"},(0,o.kt)("inlineCode",{parentName:"a"},"updateCard"))," ",(0,o.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}k.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/a1694c7f.788547c7.js b/assets/js/a1694c7f.44004b33.js similarity index 99% rename from assets/js/a1694c7f.788547c7.js rename to assets/js/a1694c7f.44004b33.js index fe8c81f8cdc..2042c2e3e11 100644 --- a/assets/js/a1694c7f.788547c7.js +++ b/assets/js/a1694c7f.44004b33.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[24748],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>b});var o=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var d=o.createContext({}),c=function(e){var t=o.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=c(e.components);return o.createElement(d.Provider,{value:t},e.children)},f="mdxType",g={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},u=o.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,d=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,b=f["".concat(d,".").concat(u)]||f[u]||g[u]||r;return n?o.createElement(b,l(l({ref:t},s),{},{components:n})):o.createElement(b,l({ref:t},s))}));function b(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,l=new Array(r);l[0]=u;var i={};for(var d in t)hasOwnProperty.call(t,d)&&(i[d]=t[d]);i.originalType=e,i[f]="string"==typeof e?e:a,l[1]=i;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>g,assets:()=>c,contentTitle:()=>i,default:()=>m,frontMatter:()=>l,metadata:()=>d,toc:()=>s});var o=n(83117),a=n(67294),r=n(3905);const l={id:"onboarding-info",title:"OnboardingInfo",hide_table_of_contents:!1},i=void 0,d={unversionedId:"api-reference/objects/onboarding-info",id:"api-reference/objects/onboarding-info",title:"OnboardingInfo",description:"No description",source:"@site/docs/api-reference/objects/onboarding-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/onboarding-info",permalink:"/api-reference/objects/onboarding-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/onboarding-info.mdx",tags:[],version:"current",frontMatter:{id:"onboarding-info",title:"OnboardingInfo",hide_table_of_contents:!1}},c={},s=[{value:"Fields",id:"fields",level:3},{value:'OnboardingInfo.idString! ',id:"code-style-fontweight-normal-onboardinginfobidbcodestring--",level:4},{value:'OnboardingInfo.accountNameString ',id:"code-style-fontweight-normal-onboardinginfobaccountnamebcodestring-",level:4},{value:'OnboardingInfo.accountCountryAccountCountry ',id:"code-style-fontweight-normal-onboardinginfobaccountcountrybcodeaccountcountry-",level:4},{value:'OnboardingInfo.emailString ',id:"code-style-fontweight-normal-onboardinginfobemailbcodestring-",level:4},{value:'OnboardingInfo.languageString ',id:"code-style-fontweight-normal-onboardinginfoblanguagebcodestring-",level:4},{value:'OnboardingInfo.infoOnboardingAccountHolderInfo! ',id:"code-style-fontweight-normal-onboardinginfobinfobcodeonboardingaccountholderinfo--",level:4},{value:'OnboardingInfo.onboardingUrlString! ',id:"code-style-fontweight-normal-onboardinginfobonboardingurlbcodestring--",level:4},{value:'OnboardingInfo.onboardingStateOnboardingState ',id:"code-style-fontweight-normal-onboardinginfobonboardingstatebcodeonboardingstate-",level:4},{value:'OnboardingInfo.redirectUrlString! ',id:"code-style-fontweight-normal-onboardinginfobredirecturlbcodestring--",level:4},{value:'OnboardingInfo.projectInfoProjectInfo ',id:"code-style-fontweight-normal-onboardinginfobprojectinfobcodeprojectinfo-",level:4},{value:'OnboardingInfo.verificationFlowVerificationFlow! ',id:"code-style-fontweight-normal-onboardinginfobverificationflowbcodeverificationflow--",level:4},{value:'OnboardingInfo.oAuthRedirectParametersOAuthRedirectParameters ',id:"code-style-fontweight-normal-onboardinginfoboauthredirectparametersbcodeoauthredirectparameters-",level:4},{value:'OnboardingInfo.statusInfoOnboardingStatusInfo! ',id:"code-style-fontweight-normal-onboardinginfobstatusinfobcodeonboardingstatusinfo--",level:4},{value:'OnboardingInfo.supportingDocumentCollectionSupportingDocumentCollection! ',id:"code-style-fontweight-normal-onboardinginfobsupportingdocumentcollectionbcodesupportingdocumentcollection--",level:4},{value:'OnboardingInfo.legalRepresentativeAcceptedIdentificationLevels[IdentificationLevel]! ',id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativeacceptedidentificationlevelsbcodeidentificationlevel--",level:4},{value:'OnboardingInfo.legalRepresentativeRecommendedIdentificationLevelIdentificationLevel! ',id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativerecommendedidentificationlevelbcodeidentificationlevel--",level:4},{value:'OnboardingInfo.tcuUrlString! ',id:"code-style-fontweight-normal-onboardinginfobtcuurlbcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),g=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:s,Bullet:f,SpecifiedBy:g,Badge:u},p="wrapper";function m(e){let{components:t,...n}=e;return(0,r.kt)(p,(0,o.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type OnboardingInfo {\n id: String!\n accountName: String\n accountCountry: AccountCountry\n email: String\n language: String\n info: OnboardingAccountHolderInfo!\n onboardingUrl: String!\n onboardingState: OnboardingState\n redirectUrl: String!\n projectInfo: ProjectInfo\n verificationFlow: VerificationFlow!\n oAuthRedirectParameters: OAuthRedirectParameters\n statusInfo: OnboardingStatusInfo!\n supportingDocumentCollection: SupportingDocumentCollection!\n legalRepresentativeAcceptedIdentificationLevels: [IdentificationLevel]!\n legalRepresentativeRecommendedIdentificationLevel: IdentificationLevel!\n tcuUrl: String!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobidbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"id"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"unique identifier of an onboarding")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobaccountnamebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"accountName"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Account name")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobaccountcountrybcodeaccountcountry-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"accountCountry"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-country"},(0,r.kt)("inlineCode",{parentName:"a"},"AccountCountry"))," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Country of the account that will be created at the end of the onboarding process")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobemailbcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"email"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"email")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoblanguagebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"language"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"language of the onboarding process. This consists of a 2-3 letter base language tag representing the language, optionally followed by additional subtags separated by '-'. The most common extra information is the country or region variant (like 'en-US' or 'fr-CA') or the type of alphabet to use (like 'sr-Latn'). Other variants like the type of orthography ('de-DE-1996') are usually not used in the context of this header. ",(0,r.kt)("a",{parentName:"p",href:"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language"},"Learn More"))),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobinfobcodeonboardingaccountholderinfo--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"info"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/onboarding-account-holder-info"},(0,r.kt)("inlineCode",{parentName:"a"},"OnboardingAccountHolderInfo!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Information regarding the Individual or the company to onboard")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobonboardingurlbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"onboardingUrl"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Redirect the legal representative of a new account holder to this URL to start the onboarding process")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobonboardingstatebcodeonboardingstate-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"onboardingState"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/onboarding-state"},(0,r.kt)("inlineCode",{parentName:"a"},"OnboardingState"))," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Current computed state of onboarding")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobredirecturlbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"redirectUrl"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"URL used to redirect the user at the end of the onboarding process. If ",(0,r.kt)("inlineCode",{parentName:"p"},"null")," the user is redirected to the white label web banking.")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobprojectinfobcodeprojectinfo-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"projectInfo"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/objects/project-info"},(0,r.kt)("inlineCode",{parentName:"a"},"ProjectInfo"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Project infos you set in the dashboard")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobverificationflowbcodeverificationflow--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"verificationFlow"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/verification-flow"},(0,r.kt)("inlineCode",{parentName:"a"},"VerificationFlow!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Verification Flow")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoboauthredirectparametersbcodeoauthredirectparameters-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"oAuthRedirectParameters"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/objects/oauth-redirect-parameters"},(0,r.kt)("inlineCode",{parentName:"a"},"OAuthRedirectParameters"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Extra parameters provided by partner")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobstatusinfobcodeonboardingstatusinfo--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"statusInfo"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/onboarding-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"OnboardingStatusInfo!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Status (valid/invalid/finalized) and details of errors on fields")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobsupportingdocumentcollectionbcodesupportingdocumentcollection--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"supportingDocumentCollection"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/objects/supporting-document-collection"},(0,r.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollection!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Supporting document collection related to onboarding.")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativeacceptedidentificationlevelsbcodeidentificationlevel--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"legalRepresentativeAcceptedIdentificationLevels"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,r.kt)("inlineCode",{parentName:"a"},"[IdentificationLevel]!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"List of accepted identification level for the legal representative")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativerecommendedidentificationlevelbcodeidentificationlevel--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"legalRepresentativeRecommendedIdentificationLevel"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevel!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Recommended identification level for the legal representative")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobtcuurlbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"tcuUrl"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Swan TCU URL")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/update-company-onboarding-success-payload"},(0,r.kt)("inlineCode",{parentName:"a"},"UpdateCompanyOnboardingSuccessPayload"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/update-individual-onboarding-success-payload"},(0,r.kt)("inlineCode",{parentName:"a"},"UpdateIndividualOnboardingSuccessPayload"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}m.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[24748],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>b});var o=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var d=o.createContext({}),c=function(e){var t=o.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=c(e.components);return o.createElement(d.Provider,{value:t},e.children)},f="mdxType",g={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},u=o.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,d=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,b=f["".concat(d,".").concat(u)]||f[u]||g[u]||r;return n?o.createElement(b,l(l({ref:t},s),{},{components:n})):o.createElement(b,l({ref:t},s))}));function b(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,l=new Array(r);l[0]=u;var i={};for(var d in t)hasOwnProperty.call(t,d)&&(i[d]=t[d]);i.originalType=e,i[f]="string"==typeof e?e:a,l[1]=i;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>g,assets:()=>c,contentTitle:()=>i,default:()=>m,frontMatter:()=>l,metadata:()=>d,toc:()=>s});var o=n(83117),a=n(67294),r=n(3905);const l={id:"onboarding-info",title:"OnboardingInfo",hide_table_of_contents:!1},i=void 0,d={unversionedId:"api-reference/objects/onboarding-info",id:"api-reference/objects/onboarding-info",title:"OnboardingInfo",description:"No description",source:"@site/docs/api-reference/objects/onboarding-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/onboarding-info",permalink:"/api-reference/objects/onboarding-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/onboarding-info.mdx",tags:[],version:"current",frontMatter:{id:"onboarding-info",title:"OnboardingInfo",hide_table_of_contents:!1}},c={},s=[{value:"Fields",id:"fields",level:3},{value:'OnboardingInfo.idString! ',id:"code-style-fontweight-normal-onboardinginfobidbcodestring--",level:4},{value:'OnboardingInfo.accountNameString ',id:"code-style-fontweight-normal-onboardinginfobaccountnamebcodestring-",level:4},{value:'OnboardingInfo.accountCountryAccountCountry ',id:"code-style-fontweight-normal-onboardinginfobaccountcountrybcodeaccountcountry-",level:4},{value:'OnboardingInfo.emailString ',id:"code-style-fontweight-normal-onboardinginfobemailbcodestring-",level:4},{value:'OnboardingInfo.languageString ',id:"code-style-fontweight-normal-onboardinginfoblanguagebcodestring-",level:4},{value:'OnboardingInfo.infoOnboardingAccountHolderInfo! ',id:"code-style-fontweight-normal-onboardinginfobinfobcodeonboardingaccountholderinfo--",level:4},{value:'OnboardingInfo.onboardingUrlString! ',id:"code-style-fontweight-normal-onboardinginfobonboardingurlbcodestring--",level:4},{value:'OnboardingInfo.onboardingStateOnboardingState ',id:"code-style-fontweight-normal-onboardinginfobonboardingstatebcodeonboardingstate-",level:4},{value:'OnboardingInfo.redirectUrlString! ',id:"code-style-fontweight-normal-onboardinginfobredirecturlbcodestring--",level:4},{value:'OnboardingInfo.projectInfoProjectInfo ',id:"code-style-fontweight-normal-onboardinginfobprojectinfobcodeprojectinfo-",level:4},{value:'OnboardingInfo.verificationFlowVerificationFlow! ',id:"code-style-fontweight-normal-onboardinginfobverificationflowbcodeverificationflow--",level:4},{value:'OnboardingInfo.oAuthRedirectParametersOAuthRedirectParameters ',id:"code-style-fontweight-normal-onboardinginfoboauthredirectparametersbcodeoauthredirectparameters-",level:4},{value:'OnboardingInfo.statusInfoOnboardingStatusInfo! ',id:"code-style-fontweight-normal-onboardinginfobstatusinfobcodeonboardingstatusinfo--",level:4},{value:'OnboardingInfo.supportingDocumentCollectionSupportingDocumentCollection! ',id:"code-style-fontweight-normal-onboardinginfobsupportingdocumentcollectionbcodesupportingdocumentcollection--",level:4},{value:'OnboardingInfo.legalRepresentativeAcceptedIdentificationLevels[IdentificationLevel]! ',id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativeacceptedidentificationlevelsbcodeidentificationlevel--",level:4},{value:'OnboardingInfo.legalRepresentativeRecommendedIdentificationLevelIdentificationLevel! ',id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativerecommendedidentificationlevelbcodeidentificationlevel--",level:4},{value:'OnboardingInfo.tcuUrlString! ',id:"code-style-fontweight-normal-onboardinginfobtcuurlbcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),g=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:s,Bullet:f,SpecifiedBy:g,Badge:u},p="wrapper";function m(e){let{components:t,...n}=e;return(0,r.kt)(p,(0,o.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type OnboardingInfo {\n id: String!\n accountName: String\n accountCountry: AccountCountry\n email: String\n language: String\n info: OnboardingAccountHolderInfo!\n onboardingUrl: String!\n onboardingState: OnboardingState\n redirectUrl: String!\n projectInfo: ProjectInfo\n verificationFlow: VerificationFlow!\n oAuthRedirectParameters: OAuthRedirectParameters\n statusInfo: OnboardingStatusInfo!\n supportingDocumentCollection: SupportingDocumentCollection!\n legalRepresentativeAcceptedIdentificationLevels: [IdentificationLevel]!\n legalRepresentativeRecommendedIdentificationLevel: IdentificationLevel!\n tcuUrl: String!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobidbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"id"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Unique identifier of an onboarding")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobaccountnamebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"accountName"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Account name")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobaccountcountrybcodeaccountcountry-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"accountCountry"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-country"},(0,r.kt)("inlineCode",{parentName:"a"},"AccountCountry"))," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Country of the account that will be created at the end of the onboarding process")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobemailbcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"email"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"email")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoblanguagebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"language"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"language of the onboarding process. This consists of a 2-3 letter base language tag representing the language, optionally followed by additional subtags separated by '-'. The most common extra information is the country or region variant (like 'en-US' or 'fr-CA') or the type of alphabet to use (like 'sr-Latn'). Other variants like the type of orthography ('de-DE-1996') are usually not used in the context of this header. ",(0,r.kt)("a",{parentName:"p",href:"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language"},"Learn More"))),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobinfobcodeonboardingaccountholderinfo--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"info"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/onboarding-account-holder-info"},(0,r.kt)("inlineCode",{parentName:"a"},"OnboardingAccountHolderInfo!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Information regarding the Individual or the company to onboard")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobonboardingurlbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"onboardingUrl"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Redirect the legal representative of a new account holder to this URL to start the onboarding process")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobonboardingstatebcodeonboardingstate-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"onboardingState"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/onboarding-state"},(0,r.kt)("inlineCode",{parentName:"a"},"OnboardingState"))," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Current computed state of onboarding")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobredirecturlbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"redirectUrl"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"URL used to redirect the user at the end of the onboarding process. If ",(0,r.kt)("inlineCode",{parentName:"p"},"null")," the user is redirected to the white label web banking.")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobprojectinfobcodeprojectinfo-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"projectInfo"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/objects/project-info"},(0,r.kt)("inlineCode",{parentName:"a"},"ProjectInfo"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Project infos you set in the dashboard")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobverificationflowbcodeverificationflow--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"verificationFlow"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/verification-flow"},(0,r.kt)("inlineCode",{parentName:"a"},"VerificationFlow!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Verification Flow")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoboauthredirectparametersbcodeoauthredirectparameters-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"oAuthRedirectParameters"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/objects/oauth-redirect-parameters"},(0,r.kt)("inlineCode",{parentName:"a"},"OAuthRedirectParameters"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Extra parameters provided by partner")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobstatusinfobcodeonboardingstatusinfo--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"statusInfo"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/onboarding-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"OnboardingStatusInfo!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Status (valid/invalid/finalized) and details of errors on fields")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobsupportingdocumentcollectionbcodesupportingdocumentcollection--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"supportingDocumentCollection"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/objects/supporting-document-collection"},(0,r.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollection!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Supporting document collection related to onboarding.")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativeacceptedidentificationlevelsbcodeidentificationlevel--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"legalRepresentativeAcceptedIdentificationLevels"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,r.kt)("inlineCode",{parentName:"a"},"[IdentificationLevel]!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"List of accepted identification level for the legal representative")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfoblegalrepresentativerecommendedidentificationlevelbcodeidentificationlevel--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"legalRepresentativeRecommendedIdentificationLevel"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevel!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Recommended identification level for the legal representative")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-onboardinginfobtcuurlbcodestring--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"OnboardingInfo.",(0,r.kt)("b",null,"tcuUrl"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Swan TCU URL")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/update-company-onboarding-success-payload"},(0,r.kt)("inlineCode",{parentName:"a"},"UpdateCompanyOnboardingSuccessPayload"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/update-individual-onboarding-success-payload"},(0,r.kt)("inlineCode",{parentName:"a"},"UpdateIndividualOnboardingSuccessPayload"))," ",(0,r.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}m.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/a1720262.4633d5de.js b/assets/js/a1720262.c313a8cf.js similarity index 70% rename from assets/js/a1720262.4633d5de.js rename to assets/js/a1720262.c313a8cf.js index 2335b4bc73e..30e3cd3b41b 100644 --- a/assets/js/a1720262.4633d5de.js +++ b/assets/js/a1720262.c313a8cf.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[30089],{3905:(e,t,n)=>{n.d(t,{Zo:()=>i,kt:()=>f});var o=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var d=o.createContext({}),s=function(e){var t=o.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},i=function(e){var t=s(e.components);return o.createElement(d.Provider,{value:t},e.children)},u="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},p=o.forwardRef((function(e,t){var n=e.components,a=e.mdxType,c=e.originalType,d=e.parentName,i=r(e,["components","mdxType","originalType","parentName"]),u=s(n),p=a,f=u["".concat(d,".").concat(p)]||u[p]||m[p]||c;return n?o.createElement(f,l(l({ref:t},i),{},{components:n})):o.createElement(f,l({ref:t},i))}));function f(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var c=n.length,l=new Array(c);l[0]=p;var r={};for(var d in t)hasOwnProperty.call(t,d)&&(r[d]=t[d]);r.originalType=e,r[u]="string"==typeof e?e:a,l[1]=r;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>u,SpecifiedBy:()=>m,assets:()=>s,contentTitle:()=>r,default:()=>y,frontMatter:()=>l,metadata:()=>d,toc:()=>i});var o=n(83117),a=n(67294),c=n(3905);const l={id:"account-holder",title:"AccountHolder",hide_table_of_contents:!1},r=void 0,d={unversionedId:"api-reference/objects/account-holder",id:"api-reference/objects/account-holder",title:"AccountHolder",description:"The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you.",source:"@site/docs/api-reference/objects/account-holder.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/account-holder",permalink:"/api-reference/objects/account-holder",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/account-holder.mdx",tags:[],version:"current",frontMatter:{id:"account-holder",title:"AccountHolder",hide_table_of_contents:!1}},s={},i=[{value:"Fields",id:"fields",level:3},{value:'AccountHolder.idID! ',id:"code-style-fontweight-normal-accountholderbidbcodeid--",level:4},{value:'AccountHolder.verificationStatusVerificationStatus! ',id:"code-style-fontweight-normal-accountholderbverificationstatusbcodeverificationstatus--",level:4},{value:'AccountHolder.infoAccountHolderInfo! ',id:"code-style-fontweight-normal-accountholderbinfobcodeaccountholderinfo--",level:4},{value:'AccountHolder.statusInfoAccountHolderStatusInfo ',id:"code-style-fontweight-normal-accountholderbstatusinfobcodeaccountholderstatusinfo-",level:4},{value:'AccountHolder.residencyAddressAddressInfo! ',id:"code-style-fontweight-normal-accountholderbresidencyaddressbcodeaddressinfo--",level:4},{value:'AccountHolder.createdDateDateTime! ',id:"code-style-fontweight-normal-accountholderbcreateddatebcodedatetime--",level:4},{value:'AccountHolder.updatedDateDateTime! ',id:"code-style-fontweight-normal-accountholderbupdateddatebcodedatetime--",level:4},{value:'AccountHolder.accountsAccountConnection! ',id:"code-style-fontweight-normal-accountholderbaccountsbcodeaccountconnection--",level:4},{value:'AccountHolder.accounts.beforeString ',id:"code-style-fontweight-normal-accountholderaccountsbbeforebcodestring-",level:5},{value:'AccountHolder.accounts.firstInt! ',id:"code-style-fontweight-normal-accountholderaccountsbfirstbcodeint--",level:5},{value:'AccountHolder.accounts.orderByAccountOrderByInput ',id:"code-style-fontweight-normal-accountholderaccountsborderbybcodeaccountorderbyinput-",level:5},{value:'AccountHolder.supportingDocumentCollectionsSupportingDocumentCollectionConnection! ',id:"code-style-fontweight-normal-accountholderbsupportingdocumentcollectionsbcodesupportingdocumentcollectionconnection--",level:4},{value:'AccountHolder.supportingDocumentCollections.beforeString ',id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbbeforebcodestring-",level:5},{value:'AccountHolder.supportingDocumentCollections.afterString ',id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbafterbcodestring-",level:5},{value:'AccountHolder.fundingLimitSettingsChangeRequestsFundingLimitSettingsChangeRequestConnection! ',id:"code-style-fontweight-normal-accountholderbfundinglimitsettingschangerequestsbcodefundinglimitsettingschangerequestconnection--",level:4},{value:'AccountHolder.fundingLimitSettingsChangeRequests.beforeString ',id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbbeforebcodestring-",level:5},{value:'AccountHolder.fundingLimitSettingsChangeRequests.afterString ',id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbafterbcodestring-",level:5},{value:'AccountHolder.onboardingOnboarding ',id:"code-style-fontweight-normal-accountholderbonboardingbcodeonboarding-",level:4},{value:'AccountHolder.externalAccountsExternalAccountConnection! ',id:"code-style-fontweight-normal-accountholderbexternalaccountsbcodeexternalaccountconnection--",level:4},{value:'AccountHolder.externalAccounts.beforeString ',id:"code-style-fontweight-normal-accountholderexternalaccountsbbeforebcodestring-",level:5},{value:'AccountHolder.externalAccounts.afterString ',id:"code-style-fontweight-normal-accountholderexternalaccountsbafterbcodestring-",level:5},{value:'AccountHolder.paymentMandatesPaymentMandateConnection ',id:"code-style-fontweight-normal-accountholderbpaymentmandatesbcodepaymentmandateconnection-",level:4},{value:'AccountHolder.paymentMandates.afterString ',id:"code-style-fontweight-normal-accountholderpaymentmandatesbafterbcodestring-",level:5},{value:'AccountHolder.paymentMandates.orderByPaymentMandateOrderByInput ',id:"code-style-fontweight-normal-accountholderpaymentmandatesborderbybcodepaymentmandateorderbyinput-",level:5},{value:'AccountHolder.paymentMandates.filtersPaymentMandateFiltersInput ',id:"code-style-fontweight-normal-accountholderpaymentmandatesbfiltersbcodepaymentmandatefiltersinput-",level:5},{value:'AccountHolder.fundingLimitSettingsFundingLimitSettings ',id:"code-style-fontweight-normal-accountholderbfundinglimitsettingsbcodefundinglimitsettings-",level:4},{value:"Returned by",id:"returned-by",level:3},{value:"Member of",id:"member-of",level:3}],u=()=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(a.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:i,Bullet:u,SpecifiedBy:m,Badge:p},h="wrapper";function y(e){let{components:t,...n}=e;return(0,c.kt)(h,(0,o.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you."),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type AccountHolder {\n id: ID!\n verificationStatus: VerificationStatus!\n info: AccountHolderInfo!\n statusInfo: AccountHolderStatusInfo\n residencyAddress: AddressInfo!\n createdDate: DateTime!\n updatedDate: DateTime!\n accounts(\n after: String\n before: String\n first: Int! = 50\n orderBy: AccountOrderByInput\n): AccountConnection!\n supportingDocumentCollections(\n first: Int! = 50\n before: String\n after: String\n): SupportingDocumentCollectionConnection!\n fundingLimitSettingsChangeRequests(\n first: Int! = 50\n before: String\n after: String\n): FundingLimitSettingsChangeRequestConnection!\n onboarding: Onboarding\n externalAccounts(\n first: Int! = 50\n before: String\n after: String\n): ExternalAccountConnection!\n paymentMandates(\n first: Int! = 50\n after: String\n orderBy: PaymentMandateOrderByInput\n filters: PaymentMandateFiltersInput\n): PaymentMandateConnection\n fundingLimitSettings: FundingLimitSettings\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"id"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of the account holder.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbverificationstatusbcodeverificationstatus--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"verificationStatus"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/verification-status"},(0,c.kt)("inlineCode",{parentName:"a"},"VerificationStatus!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Verification status.\n",(0,c.kt)("em",{parentName:"p"},"Banking regulations require financial institutions such as Swan to know and verify their customers in order to comply with their anti-money laundering and terrorist financing obligations. In banking jargon, we talk about KYC (Know Your Customers) procedure"))),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbinfobcodeaccountholderinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"info"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-holder-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolderInfo!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder type information.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbstatusinfobcodeaccountholderstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"statusInfo"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-holder-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolderStatusInfo"))," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder status information.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbresidencyaddressbcodeaddressinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/address-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AddressInfo!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbcreateddatebcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"createdDate"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Created date.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbupdateddatebcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"updatedDate"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Updated date.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbaccountsbcodeaccountconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"accounts"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of accounts owned by the account holder."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderaccountsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderaccountsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderaccountsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderaccountsborderbybcodeaccountorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbsupportingdocumentcollectionsbcodesupportingdocumentcollectionconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"supportingDocumentCollections"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/supporting-document-collection-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of supporting document collection for an account holder"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.supportingDocumentCollections.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.supportingDocumentCollections.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.supportingDocumentCollections.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbfundinglimitsettingschangerequestsbcodefundinglimitsettingschangerequestconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"fundingLimitSettingsChangeRequests"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/funding-limit-settings-change-request-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingLimitSettingsChangeRequestConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("em",{parentName:"p"},"COMING SOON"),"\nList of funding limit settings change request for an account holder"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.fundingLimitSettingsChangeRequests.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.fundingLimitSettingsChangeRequests.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.fundingLimitSettingsChangeRequests.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbonboardingbcodeonboarding-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"onboarding"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder onboarding")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbexternalaccountsbcodeexternalaccountconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"externalAccounts"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/external-account-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of external account owned by the account holder"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderexternalaccountsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.externalAccounts.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderexternalaccountsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.externalAccounts.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderexternalaccountsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.externalAccounts.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbpaymentmandatesbcodepaymentmandateconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"paymentMandates"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/payment-mandate-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentMandateConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of Payment Mandates for an account holder."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderpaymentmandatesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderpaymentmandatesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderpaymentmandatesborderbybcodepaymentmandateorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/payment-mandate-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentMandateOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered, by default, the list will be ordered by the latest updated Payment Mandate")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderpaymentmandatesbfiltersbcodepaymentmandatefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/payment-mandate-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentMandateFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbfundinglimitsettingsbcodefundinglimitsettings-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"fundingLimitSettings"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/funding-limit-settings"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingLimitSettings"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Funding limit settings")),(0,c.kt)("h3",{id:"returned-by"},"Returned by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/queries/account-holder"},(0,c.kt)("inlineCode",{parentName:"a"},"accountHolder"))," ",(0,c.kt)(p,{class:"secondary",text:"query",mdxType:"Badge"})),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-holder-edge"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolderEdge"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccount"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-payment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalPaymentDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepapayment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAPaymentDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/update-account-holder-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdateAccountHolderSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[30089],{3905:(e,t,n)=>{n.d(t,{Zo:()=>i,kt:()=>f});var o=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var d=o.createContext({}),s=function(e){var t=o.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},i=function(e){var t=s(e.components);return o.createElement(d.Provider,{value:t},e.children)},u="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},p=o.forwardRef((function(e,t){var n=e.components,a=e.mdxType,c=e.originalType,d=e.parentName,i=r(e,["components","mdxType","originalType","parentName"]),u=s(n),p=a,f=u["".concat(d,".").concat(p)]||u[p]||m[p]||c;return n?o.createElement(f,l(l({ref:t},i),{},{components:n})):o.createElement(f,l({ref:t},i))}));function f(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var c=n.length,l=new Array(c);l[0]=p;var r={};for(var d in t)hasOwnProperty.call(t,d)&&(r[d]=t[d]);r.originalType=e,r[u]="string"==typeof e?e:a,l[1]=r;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>u,SpecifiedBy:()=>m,assets:()=>s,contentTitle:()=>r,default:()=>y,frontMatter:()=>l,metadata:()=>d,toc:()=>i});var o=n(83117),a=n(67294),c=n(3905);const l={id:"account-holder",title:"AccountHolder",hide_table_of_contents:!1},r=void 0,d={unversionedId:"api-reference/objects/account-holder",id:"api-reference/objects/account-holder",title:"AccountHolder",description:"The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you.",source:"@site/docs/api-reference/objects/account-holder.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/account-holder",permalink:"/api-reference/objects/account-holder",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/account-holder.mdx",tags:[],version:"current",frontMatter:{id:"account-holder",title:"AccountHolder",hide_table_of_contents:!1}},s={},i=[{value:"Fields",id:"fields",level:3},{value:'AccountHolder.idID! ',id:"code-style-fontweight-normal-accountholderbidbcodeid--",level:4},{value:'AccountHolder.verificationStatusVerificationStatus! ',id:"code-style-fontweight-normal-accountholderbverificationstatusbcodeverificationstatus--",level:4},{value:'AccountHolder.infoAccountHolderInfo! ',id:"code-style-fontweight-normal-accountholderbinfobcodeaccountholderinfo--",level:4},{value:'AccountHolder.statusInfoAccountHolderStatusInfo ',id:"code-style-fontweight-normal-accountholderbstatusinfobcodeaccountholderstatusinfo-",level:4},{value:'AccountHolder.residencyAddressAddressInfo! ',id:"code-style-fontweight-normal-accountholderbresidencyaddressbcodeaddressinfo--",level:4},{value:'AccountHolder.createdDateDateTime! ',id:"code-style-fontweight-normal-accountholderbcreateddatebcodedatetime--",level:4},{value:'AccountHolder.updatedDateDateTime! ',id:"code-style-fontweight-normal-accountholderbupdateddatebcodedatetime--",level:4},{value:'AccountHolder.accountsAccountConnection! ',id:"code-style-fontweight-normal-accountholderbaccountsbcodeaccountconnection--",level:4},{value:'AccountHolder.accounts.beforeString ',id:"code-style-fontweight-normal-accountholderaccountsbbeforebcodestring-",level:5},{value:'AccountHolder.accounts.firstInt! ',id:"code-style-fontweight-normal-accountholderaccountsbfirstbcodeint--",level:5},{value:'AccountHolder.accounts.orderByAccountOrderByInput ',id:"code-style-fontweight-normal-accountholderaccountsborderbybcodeaccountorderbyinput-",level:5},{value:'AccountHolder.supportingDocumentCollectionsSupportingDocumentCollectionConnection! ',id:"code-style-fontweight-normal-accountholderbsupportingdocumentcollectionsbcodesupportingdocumentcollectionconnection--",level:4},{value:'AccountHolder.supportingDocumentCollections.beforeString ',id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbbeforebcodestring-",level:5},{value:'AccountHolder.supportingDocumentCollections.afterString ',id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbafterbcodestring-",level:5},{value:'AccountHolder.fundingLimitSettingsChangeRequestsFundingLimitSettingsChangeRequestConnection! ',id:"code-style-fontweight-normal-accountholderbfundinglimitsettingschangerequestsbcodefundinglimitsettingschangerequestconnection--",level:4},{value:'AccountHolder.fundingLimitSettingsChangeRequests.beforeString ',id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbbeforebcodestring-",level:5},{value:'AccountHolder.fundingLimitSettingsChangeRequests.afterString ',id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbafterbcodestring-",level:5},{value:'AccountHolder.onboardingOnboarding ',id:"code-style-fontweight-normal-accountholderbonboardingbcodeonboarding-",level:4},{value:'AccountHolder.externalAccountsExternalAccountConnection! ',id:"code-style-fontweight-normal-accountholderbexternalaccountsbcodeexternalaccountconnection--",level:4},{value:'AccountHolder.externalAccounts.beforeString ',id:"code-style-fontweight-normal-accountholderexternalaccountsbbeforebcodestring-",level:5},{value:'AccountHolder.externalAccounts.afterString ',id:"code-style-fontweight-normal-accountholderexternalaccountsbafterbcodestring-",level:5},{value:'AccountHolder.paymentMandatesPaymentMandateConnection ',id:"code-style-fontweight-normal-accountholderbpaymentmandatesbcodepaymentmandateconnection-",level:4},{value:'AccountHolder.paymentMandates.afterString ',id:"code-style-fontweight-normal-accountholderpaymentmandatesbafterbcodestring-",level:5},{value:'AccountHolder.paymentMandates.orderByPaymentMandateOrderByInput ',id:"code-style-fontweight-normal-accountholderpaymentmandatesborderbybcodepaymentmandateorderbyinput-",level:5},{value:'AccountHolder.paymentMandates.filtersPaymentMandateFiltersInput ',id:"code-style-fontweight-normal-accountholderpaymentmandatesbfiltersbcodepaymentmandatefiltersinput-",level:5},{value:'AccountHolder.fundingLimitSettingsFundingLimitSettings ',id:"code-style-fontweight-normal-accountholderbfundinglimitsettingsbcodefundinglimitsettings-",level:4},{value:"Returned by",id:"returned-by",level:3},{value:"Member of",id:"member-of",level:3}],u=()=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(a.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,c.kt)(a.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:i,Bullet:u,SpecifiedBy:m,Badge:p},h="wrapper";function y(e){let{components:t,...n}=e;return(0,c.kt)(h,(0,o.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"The account holder is the person who owns the money stored in the account. The account holder can be one of your customers, whether it is a natural person or a legal person, or quite simply you."),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type AccountHolder {\n id: ID!\n verificationStatus: VerificationStatus!\n info: AccountHolderInfo!\n statusInfo: AccountHolderStatusInfo\n residencyAddress: AddressInfo!\n createdDate: DateTime!\n updatedDate: DateTime!\n accounts(\n after: String\n before: String\n first: Int! = 50\n orderBy: AccountOrderByInput\n): AccountConnection!\n supportingDocumentCollections(\n first: Int! = 50\n before: String\n after: String\n): SupportingDocumentCollectionConnection!\n fundingLimitSettingsChangeRequests(\n first: Int! = 50\n before: String\n after: String\n): FundingLimitSettingsChangeRequestConnection!\n onboarding: Onboarding\n externalAccounts(\n first: Int! = 50\n before: String\n after: String\n): ExternalAccountConnection!\n paymentMandates(\n first: Int! = 50\n after: String\n orderBy: PaymentMandateOrderByInput\n filters: PaymentMandateFiltersInput\n): PaymentMandateConnection\n fundingLimitSettings: FundingLimitSettings\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"id"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of the account holder.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbverificationstatusbcodeverificationstatus--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"verificationStatus"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/verification-status"},(0,c.kt)("inlineCode",{parentName:"a"},"VerificationStatus!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Verification status.\n",(0,c.kt)("em",{parentName:"p"},"Banking regulations require financial institutions such as Swan to know and verify their customers in order to comply with their anti-money laundering and terrorist financing obligations. In banking jargon, we talk about KYC (Know Your Customers) procedure"))),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbinfobcodeaccountholderinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"info"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-holder-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolderInfo!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder type information.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbstatusinfobcodeaccountholderstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"statusInfo"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/account-holder-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolderStatusInfo"))," ",(0,c.kt)(p,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder status information.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbresidencyaddressbcodeaddressinfo--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/address-info"},(0,c.kt)("inlineCode",{parentName:"a"},"AddressInfo!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbcreateddatebcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"createdDate"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Created date.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbupdateddatebcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"updatedDate"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Updated date.")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbaccountsbcodeaccountconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"accounts"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/account-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of accounts owned by the account holder."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderaccountsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderaccountsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderaccountsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderaccountsborderbybcodeaccountorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.accounts.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/account-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbsupportingdocumentcollectionsbcodesupportingdocumentcollectionconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"supportingDocumentCollections"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/supporting-document-collection-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of supporting document collection for an account holder"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.supportingDocumentCollections.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.supportingDocumentCollections.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholdersupportingdocumentcollectionsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.supportingDocumentCollections.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbfundinglimitsettingschangerequestsbcodefundinglimitsettingschangerequestconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"fundingLimitSettingsChangeRequests"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/funding-limit-settings-change-request-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingLimitSettingsChangeRequestConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of funding limit settings change request for an account holder"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.fundingLimitSettingsChangeRequests.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.fundingLimitSettingsChangeRequests.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderfundinglimitsettingschangerequestsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.fundingLimitSettingsChangeRequests.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbonboardingbcodeonboarding-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"onboarding"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Account holder onboarding")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbexternalaccountsbcodeexternalaccountconnection--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"externalAccounts"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/external-account-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountConnection!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"List of external account owned by the account holder"),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderexternalaccountsbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.externalAccounts.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"}))),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderexternalaccountsbbeforebcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.externalAccounts.",(0,c.kt)("b",null,"before"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderexternalaccountsbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.externalAccounts.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbpaymentmandatesbcodepaymentmandateconnection-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"paymentMandates"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/payment-mandate-connection"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentMandateConnection"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"A list of Payment Mandates for an account holder."),(0,c.kt)("h5",{parentName:"blockquote",id:"code-style-fontweight-normal-accountholderpaymentmandatesbfirstbcodeint--"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"first"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/int"},(0,c.kt)("inlineCode",{parentName:"a"},"Int!"))," ",(0,c.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("p",{parentName:"blockquote"},"number of elements in the list (default value 50)")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderpaymentmandatesbafterbcodestring-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"after"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to start after a element")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderpaymentmandatesborderbybcodepaymentmandateorderbyinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"orderBy"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/payment-mandate-order-by-input"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentMandateOrderByInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be ordered, by default, the list will be ordered by the latest updated Payment Mandate")),(0,c.kt)("h5",{id:"code-style-fontweight-normal-accountholderpaymentmandatesbfiltersbcodepaymentmandatefiltersinput-"},(0,c.kt)("a",{parentName:"h5",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.paymentMandates.",(0,c.kt)("b",null,"filters"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h5",href:"/api-reference/inputs/payment-mandate-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"PaymentMandateFiltersInput"))," ",(0,c.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"When the list of elements needs to be filtered")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-accountholderbfundinglimitsettingsbcodefundinglimitsettings-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AccountHolder.",(0,c.kt)("b",null,"fundingLimitSettings"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/objects/funding-limit-settings"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingLimitSettings"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Funding limit settings")),(0,c.kt)("h3",{id:"returned-by"},"Returned by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/queries/account-holder"},(0,c.kt)("inlineCode",{parentName:"a"},"accountHolder"))," ",(0,c.kt)(p,{class:"secondary",text:"query",mdxType:"Badge"})),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-holder-edge"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolderEdge"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccount"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-payment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalPaymentDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepapayment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAPaymentDirectDebitMandate"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/update-account-holder-success-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdateAccountHolderSuccessPayload"))," ",(0,c.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/abb82bb2.2e4be7c7.js b/assets/js/abb82bb2.2e4be7c7.js new file mode 100644 index 00000000000..f6ad3ab644c --- /dev/null +++ b/assets/js/abb82bb2.2e4be7c7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[17054],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function s(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var o=i.createContext({}),u=function(e){var t=i.useContext(o),n=t;return e&&(n="function"==typeof e?e(t):s(s({},t),e)),n},l=function(e){var t=u(e.components);return i.createElement(o.Provider,{value:t},e.children)},c="mdxType",g={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,o=e.parentName,l=d(e,["components","mdxType","originalType","parentName"]),c=u(n),p=a,m=c["".concat(o,".").concat(p)]||c[p]||g[p]||r;return n?i.createElement(m,s(s({ref:t},l),{},{components:n})):i.createElement(m,s({ref:t},l))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,s=new Array(r);s[0]=p;var d={};for(var o in t)hasOwnProperty.call(t,o)&&(d[o]=t[o]);d.originalType=e,d[c]="string"==typeof e?e:a,s[1]=d;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>c,SpecifiedBy:()=>g,assets:()=>u,contentTitle:()=>d,default:()=>h,frontMatter:()=>s,metadata:()=>o,toc:()=>l});var i=n(83117),a=n(67294),r=n(3905);const s={id:"add-funding-limit-settings-change-request",title:"addFundingLimitSettingsChangeRequest",hide_table_of_contents:!1},d=void 0,o={unversionedId:"api-reference/mutations/add-funding-limit-settings-change-request",id:"api-reference/mutations/add-funding-limit-settings-change-request",title:"addFundingLimitSettingsChangeRequest",description:"Add a new request for funding limit settings change.",source:"@site/docs/api-reference/mutations/add-funding-limit-settings-change-request.mdx",sourceDirName:"api-reference/mutations",slug:"/api-reference/mutations/add-funding-limit-settings-change-request",permalink:"/api-reference/mutations/add-funding-limit-settings-change-request",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/mutations/add-funding-limit-settings-change-request.mdx",tags:[],version:"current",frontMatter:{id:"add-funding-limit-settings-change-request",title:"addFundingLimitSettingsChangeRequest",hide_table_of_contents:!1}},u={},l=[{value:"Arguments",id:"arguments",level:3},{value:'addFundingLimitSettingsChangeRequest.inputAddFundingLimitSettingsChangeRequestInput! ',id:"code-style-fontweight-normal-addfundinglimitsettingschangerequestbinputbcodeaddfundinglimitsettingschangerequestinput--",level:4},{value:"Type",id:"type",level:3},{value:'AddFundingLimitSettingsChangeRequestPayload ',id:"addfundinglimitsettingschangerequestpayload-",level:4}],c=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),g=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:l,Bullet:c,SpecifiedBy:g,Badge:p},f="wrapper";function h(e){let{components:t,...n}=e;return(0,r.kt)(f,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Add a new request for funding limit settings change."),(0,r.kt)("p",null,"This mutation is restricted to a Project access token (",(0,r.kt)("a",{parentName:"p",href:"https://docs.swan.io/api/authentication"},"Learn More"),")."),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"addFundingLimitSettingsChangeRequest(\n input: AddFundingLimitSettingsChangeRequestInput!\n): AddFundingLimitSettingsChangeRequestPayload!\n")),(0,r.kt)("h3",{id:"arguments"},"Arguments"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-addfundinglimitsettingschangerequestbinputbcodeaddfundinglimitsettingschangerequestinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"addFundingLimitSettingsChangeRequest.",(0,r.kt)("b",null,"input"))),(0,r.kt)(c,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/add-funding-limit-settings-change-request-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddFundingLimitSettingsChangeRequestInput!"))," ",(0,r.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null),(0,r.kt)("h3",{id:"type"},"Type"),(0,r.kt)("h4",{id:"addfundinglimitsettingschangerequestpayload-"},(0,r.kt)("a",{parentName:"h4",href:"/api-reference/unions/add-funding-limit-settings-change-request-payload"},(0,r.kt)("inlineCode",{parentName:"a"},"AddFundingLimitSettingsChangeRequestPayload"))," ",(0,r.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Payload returned on mutation completion")))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/abb82bb2.d48f3433.js b/assets/js/abb82bb2.d48f3433.js deleted file mode 100644 index 5a76922def1..00000000000 --- a/assets/js/abb82bb2.d48f3433.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[17054],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function s(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var o=i.createContext({}),u=function(e){var t=i.useContext(o),n=t;return e&&(n="function"==typeof e?e(t):s(s({},t),e)),n},l=function(e){var t=u(e.components);return i.createElement(o.Provider,{value:t},e.children)},c="mdxType",g={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,o=e.parentName,l=d(e,["components","mdxType","originalType","parentName"]),c=u(n),p=a,m=c["".concat(o,".").concat(p)]||c[p]||g[p]||r;return n?i.createElement(m,s(s({ref:t},l),{},{components:n})):i.createElement(m,s({ref:t},l))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,s=new Array(r);s[0]=p;var d={};for(var o in t)hasOwnProperty.call(t,o)&&(d[o]=t[o]);d.originalType=e,d[c]="string"==typeof e?e:a,s[1]=d;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>c,SpecifiedBy:()=>g,assets:()=>u,contentTitle:()=>d,default:()=>h,frontMatter:()=>s,metadata:()=>o,toc:()=>l});var i=n(83117),a=n(67294),r=n(3905);const s={id:"add-funding-limit-settings-change-request",title:"addFundingLimitSettingsChangeRequest",hide_table_of_contents:!1},d=void 0,o={unversionedId:"api-reference/mutations/add-funding-limit-settings-change-request",id:"api-reference/mutations/add-funding-limit-settings-change-request",title:"addFundingLimitSettingsChangeRequest",description:"COMING SOON",source:"@site/docs/api-reference/mutations/add-funding-limit-settings-change-request.mdx",sourceDirName:"api-reference/mutations",slug:"/api-reference/mutations/add-funding-limit-settings-change-request",permalink:"/api-reference/mutations/add-funding-limit-settings-change-request",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/mutations/add-funding-limit-settings-change-request.mdx",tags:[],version:"current",frontMatter:{id:"add-funding-limit-settings-change-request",title:"addFundingLimitSettingsChangeRequest",hide_table_of_contents:!1}},u={},l=[{value:"Arguments",id:"arguments",level:3},{value:'addFundingLimitSettingsChangeRequest.inputAddFundingLimitSettingsChangeRequestInput! ',id:"code-style-fontweight-normal-addfundinglimitsettingschangerequestbinputbcodeaddfundinglimitsettingschangerequestinput--",level:4},{value:"Type",id:"type",level:3},{value:'AddFundingLimitSettingsChangeRequestPayload ',id:"addfundinglimitsettingschangerequestpayload-",level:4}],c=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),g=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:l,Bullet:c,SpecifiedBy:g,Badge:p},f="wrapper";function h(e){let{components:t,...n}=e;return(0,r.kt)(f,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,(0,r.kt)("em",{parentName:"p"},"COMING SOON"),"\nAdd a new request for funding limit settings change."),(0,r.kt)("p",null,"This mutation is restricted to a Project access token (",(0,r.kt)("a",{parentName:"p",href:"https://docs.swan.io/api/authentication"},"Learn More"),")."),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"addFundingLimitSettingsChangeRequest(\n input: AddFundingLimitSettingsChangeRequestInput!\n): AddFundingLimitSettingsChangeRequestPayload!\n")),(0,r.kt)("h3",{id:"arguments"},"Arguments"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-addfundinglimitsettingschangerequestbinputbcodeaddfundinglimitsettingschangerequestinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"addFundingLimitSettingsChangeRequest.",(0,r.kt)("b",null,"input"))),(0,r.kt)(c,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/add-funding-limit-settings-change-request-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddFundingLimitSettingsChangeRequestInput!"))," ",(0,r.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null),(0,r.kt)("h3",{id:"type"},"Type"),(0,r.kt)("h4",{id:"addfundinglimitsettingschangerequestpayload-"},(0,r.kt)("a",{parentName:"h4",href:"/api-reference/unions/add-funding-limit-settings-change-request-payload"},(0,r.kt)("inlineCode",{parentName:"a"},"AddFundingLimitSettingsChangeRequestPayload"))," ",(0,r.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Payload returned on mutation completion")))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/aefde56c.65d568a9.js b/assets/js/aefde56c.65d568a9.js new file mode 100644 index 00000000000..fd9c68b53cf --- /dev/null +++ b/assets/js/aefde56c.65d568a9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[37440],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=i.createContext({}),l=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},p=function(e){var t=l(e.components);return i.createElement(s.Provider,{value:t},e.children)},d="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,s=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),d=l(n),u=r,m=d["".concat(s,".").concat(u)]||d[u]||f[u]||o;return n?i.createElement(m,a(a({ref:t},p),{},{components:n})):i.createElement(m,a({ref:t},p))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var c={};for(var s in t)hasOwnProperty.call(t,s)&&(c[s]=t[s]);c.originalType=e,c[d]="string"==typeof e?e:r,a[1]=c;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>d,SpecifiedBy:()=>f,assets:()=>l,contentTitle:()=>c,default:()=>b,frontMatter:()=>a,metadata:()=>s,toc:()=>p});var i=n(83117),r=n(67294),o=n(3905);const a={id:"identification-expert-process-info",title:"IdentificationExpertProcessInfo",hide_table_of_contents:!1},c=void 0,s={unversionedId:"api-reference/objects/identification-expert-process-info",id:"api-reference/objects/identification-expert-process-info",title:"IdentificationExpertProcessInfo",description:"The identification process associated to the expert level",source:"@site/docs/api-reference/objects/identification-expert-process-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification-expert-process-info",permalink:"/api-reference/objects/identification-expert-process-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification-expert-process-info.mdx",tags:[],version:"current",frontMatter:{id:"identification-expert-process-info",title:"IdentificationExpertProcessInfo",hide_table_of_contents:!1}},l={},p=[{value:"Fields",id:"fields",level:3},{value:'IdentificationExpertProcessInfo.providerIdentificationExpertProcessProvider! ',id:"code-style-fontweight-normal-identificationexpertprocessinfobproviderbcodeidentificationexpertprocessprovider--",level:4},{value:'IdentificationExpertProcessInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-identificationexpertprocessinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],d=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:p,Bullet:d,SpecifiedBy:f,Badge:u},y="wrapper";function b(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"The identification process associated to the expert level"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type IdentificationExpertProcessInfo {\n provider: IdentificationExpertProcessProvider!\n status: SwanIdentificationStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationexpertprocessinfobproviderbcodeidentificationexpertprocessprovider--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationExpertProcessInfo.",(0,o.kt)("b",null,"provider"))),(0,o.kt)(d,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-expert-process-provider"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationExpertProcessProvider!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The identification process associated to the expert level.\nUsing an alias to map this property is mandatory when querying multiple processes.")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationexpertprocessinfobstatusbcodeswanidentificationstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationExpertProcessInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(d,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,o.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The global status of the identification process")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/aefde56c.94dd7a98.js b/assets/js/aefde56c.94dd7a98.js deleted file mode 100644 index 42b1c4dbd1b..00000000000 --- a/assets/js/aefde56c.94dd7a98.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[37440],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>m});var r=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function a(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var s=r.createContext({}),p=function(e){var t=r.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},l=function(e){var t=p(e.components);return r.createElement(s.Provider,{value:t},e.children)},d="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},u=r.forwardRef((function(e,t){var n=e.components,i=e.mdxType,o=e.originalType,s=e.parentName,l=c(e,["components","mdxType","originalType","parentName"]),d=p(n),u=i,m=d["".concat(s,".").concat(u)]||d[u]||f[u]||o;return n?r.createElement(m,a(a({ref:t},l),{},{components:n})):r.createElement(m,a({ref:t},l))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var o=n.length,a=new Array(o);a[0]=u;var c={};for(var s in t)hasOwnProperty.call(t,s)&&(c[s]=t[s]);c.originalType=e,c[d]="string"==typeof e?e:i,a[1]=c;for(var p=2;p{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>d,SpecifiedBy:()=>f,assets:()=>p,contentTitle:()=>c,default:()=>b,frontMatter:()=>a,metadata:()=>s,toc:()=>l});var r=n(83117),i=n(67294),o=n(3905);const a={id:"identification-expert-process-info",title:"IdentificationExpertProcessInfo",hide_table_of_contents:!1},c=void 0,s={unversionedId:"api-reference/objects/identification-expert-process-info",id:"api-reference/objects/identification-expert-process-info",title:"IdentificationExpertProcessInfo",description:"The identification process associated to the expert level",source:"@site/docs/api-reference/objects/identification-expert-process-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification-expert-process-info",permalink:"/api-reference/objects/identification-expert-process-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification-expert-process-info.mdx",tags:[],version:"current",frontMatter:{id:"identification-expert-process-info",title:"IdentificationExpertProcessInfo",hide_table_of_contents:!1}},p={},l=[{value:"Fields",id:"fields",level:3},{value:'IdentificationExpertProcessInfo.providerIdentificationExpertProcessProvider! ',id:"code-style-fontweight-normal-identificationexpertprocessinfobproviderbcodeidentificationexpertprocessprovider--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],d=()=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,o.kt)(i.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:l,Bullet:d,SpecifiedBy:f,Badge:u},y="wrapper";function b(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"The identification process associated to the expert level"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type IdentificationExpertProcessInfo {\n provider: IdentificationExpertProcessProvider!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationexpertprocessinfobproviderbcodeidentificationexpertprocessprovider--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationExpertProcessInfo.",(0,o.kt)("b",null,"provider"))),(0,o.kt)(d,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-expert-process-provider"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationExpertProcessProvider!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The identification process associated to the expert level.\nUsing an alias to map this property is mandatory when querying multiple processes.")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/b167da58.805e0673.js b/assets/js/b167da58.eeb59660.js similarity index 98% rename from assets/js/b167da58.805e0673.js rename to assets/js/b167da58.eeb59660.js index f472ae2fe55..2b55460ab08 100644 --- a/assets/js/b167da58.805e0673.js +++ b/assets/js/b167da58.eeb59660.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[69131],{3905:(e,t,r)=>{r.d(t,{Zo:()=>p,kt:()=>f});var n=r(67294);function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function o(e){for(var t=1;t=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var c=n.createContext({}),d=function(e){var t=n.useContext(c),r=t;return e&&(r="function"==typeof e?e(t):o(o({},t),e)),r},p=function(e){var t=d(e.components);return n.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var r=e.components,a=e.mdxType,l=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),s=d(r),y=a,f=s["".concat(c,".").concat(y)]||s[y]||u[y]||l;return r?n.createElement(f,o(o({ref:t},p),{},{components:r})):n.createElement(f,o({ref:t},p))}));function f(e,t){var r=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var l=r.length,o=new Array(l);o[0]=y;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[s]="string"==typeof e?e:a,o[1]=i;for(var d=2;d{r.r(t),r.d(t,{Badge:()=>y,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>b,frontMatter:()=>o,metadata:()=>c,toc:()=>p});var n=r(83117),a=r(67294),l=r(3905);const o={id:"card-type",title:"CardType",hide_table_of_contents:!1},i=void 0,c={unversionedId:"api-reference/enums/card-type",id:"api-reference/enums/card-type",title:"CardType",description:"Card Type",source:"@site/docs/api-reference/enums/card-type.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/card-type",permalink:"/api-reference/enums/card-type",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/card-type.mdx",tags:[],version:"current",frontMatter:{id:"card-type",title:"CardType",hide_table_of_contents:!1}},d={},p=[{value:"Values",id:"values",level:3},{value:"CardType.Virtual",id:"code-style-fontweight-normal-cardtypebvirtualbcode",level:4},{value:"CardType.VirtualAndPhysical",id:"code-style-fontweight-normal-cardtypebvirtualandphysicalbcode",level:4},{value:"CardType.SingleUseVirtual",id:"code-style-fontweight-normal-cardtypebsingleusevirtualbcode",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,l.kt)(a.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:s,SpecifiedBy:u,Badge:y},m="wrapper";function b(e){let{components:t,...r}=e;return(0,l.kt)(m,(0,n.Z)({},f,r,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Card Type"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"enum CardType {\n Virtual\n VirtualAndPhysical\n SingleUseVirtual\n}\n")),(0,l.kt)("h3",{id:"values"},"Values"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-cardtypebvirtualbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"CardType.",(0,l.kt)("b",null,"Virtual")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"When card is Virtual")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-cardtypebvirtualandphysicalbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"CardType.",(0,l.kt)("b",null,"VirtualAndPhysical")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"When card is Virtual and Physical")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-cardtypebsingleusevirtualbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"CardType.",(0,l.kt)("b",null,"SingleUseVirtual")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"When card is Single Use Virtual")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/objects/card"},(0,l.kt)("inlineCode",{parentName:"a"},"Card"))," ",(0,l.kt)(y,{class:"secondary",text:"object",mdxType:"Badge"}),(0,l.kt)(s,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-filters-input"},(0,l.kt)("inlineCode",{parentName:"a"},"CardFiltersInput"))," ",(0,l.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[35775],{3905:(e,t,r)=>{r.d(t,{Zo:()=>p,kt:()=>f});var n=r(67294);function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function o(e){for(var t=1;t=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var c=n.createContext({}),d=function(e){var t=n.useContext(c),r=t;return e&&(r="function"==typeof e?e(t):o(o({},t),e)),r},p=function(e){var t=d(e.components);return n.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},y=n.forwardRef((function(e,t){var r=e.components,a=e.mdxType,l=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),s=d(r),y=a,f=s["".concat(c,".").concat(y)]||s[y]||u[y]||l;return r?n.createElement(f,o(o({ref:t},p),{},{components:r})):n.createElement(f,o({ref:t},p))}));function f(e,t){var r=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var l=r.length,o=new Array(l);o[0]=y;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[s]="string"==typeof e?e:a,o[1]=i;for(var d=2;d{r.r(t),r.d(t,{Badge:()=>y,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>b,frontMatter:()=>o,metadata:()=>c,toc:()=>p});var n=r(83117),a=r(67294),l=r(3905);const o={id:"card-type",title:"CardType",hide_table_of_contents:!1},i=void 0,c={unversionedId:"api-reference/enums/card-type",id:"api-reference/enums/card-type",title:"CardType",description:"Card Type",source:"@site/docs/api-reference/enums/card-type.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/card-type",permalink:"/api-reference/enums/card-type",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/card-type.mdx",tags:[],version:"current",frontMatter:{id:"card-type",title:"CardType",hide_table_of_contents:!1}},d={},p=[{value:"Values",id:"values",level:3},{value:"CardType.Virtual",id:"code-style-fontweight-normal-cardtypebvirtualbcode",level:4},{value:"CardType.VirtualAndPhysical",id:"code-style-fontweight-normal-cardtypebvirtualandphysicalbcode",level:4},{value:"CardType.SingleUseVirtual",id:"code-style-fontweight-normal-cardtypebsingleusevirtualbcode",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,l.kt)(a.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,l.kt)(a.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:s,SpecifiedBy:u,Badge:y},m="wrapper";function b(e){let{components:t,...r}=e;return(0,l.kt)(m,(0,n.Z)({},f,r,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Card Type"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"enum CardType {\n Virtual\n VirtualAndPhysical\n SingleUseVirtual\n}\n")),(0,l.kt)("h3",{id:"values"},"Values"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-cardtypebvirtualbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"CardType.",(0,l.kt)("b",null,"Virtual")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"When card is Virtual")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-cardtypebvirtualandphysicalbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"CardType.",(0,l.kt)("b",null,"VirtualAndPhysical")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"When card is Virtual and Physical")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-cardtypebsingleusevirtualbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"CardType.",(0,l.kt)("b",null,"SingleUseVirtual")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"When card is Single Use Virtual")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/objects/card"},(0,l.kt)("inlineCode",{parentName:"a"},"Card"))," ",(0,l.kt)(y,{class:"secondary",text:"object",mdxType:"Badge"}),(0,l.kt)(s,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-filters-input"},(0,l.kt)("inlineCode",{parentName:"a"},"CardFiltersInput"))," ",(0,l.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/b1843cea.4884bfdc.js b/assets/js/b1843cea.67b5cbce.js similarity index 97% rename from assets/js/b1843cea.4884bfdc.js rename to assets/js/b1843cea.67b5cbce.js index 4368f750f33..818c79c28f6 100644 --- a/assets/js/b1843cea.4884bfdc.js +++ b/assets/js/b1843cea.67b5cbce.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[61385],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>k});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function d(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function o(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var c=n.createContext({}),i=function(e){var t=n.useContext(c),a=t;return e&&(a="function"==typeof e?e(t):o(o({},t),e)),a},s=function(e){var t=i(e.components);return n.createElement(c.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},m=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,d=e.originalType,c=e.parentName,s=l(e,["components","mdxType","originalType","parentName"]),p=i(a),m=r,k=p["".concat(c,".").concat(m)]||p[m]||u[m]||d;return a?n.createElement(k,o(o({ref:t},s),{},{components:a})):n.createElement(k,o({ref:t},s))}));function k(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var d=a.length,o=new Array(d);o[0]=m;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:r,o[1]=l;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>l,default:()=>b,frontMatter:()=>o,metadata:()=>c,toc:()=>s});var n=a(83117),r=a(67294),d=a(3905);const o={id:"add-card-input",title:"AddCardInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/add-card-input",id:"api-reference/inputs/add-card-input",title:"AddCardInput",description:"Inputs to add a new card",source:"@site/docs/api-reference/inputs/add-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-card-input",permalink:"/api-reference/inputs/add-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-card-input.mdx",tags:[],version:"current",frontMatter:{id:"add-card-input",title:"AddCardInput",hide_table_of_contents:!1}},i={},s=[{value:"Fields",id:"fields",level:3},{value:'AddCardInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-addcardinputbaccountmembershipidbcodeid--",level:4},{value:'AddCardInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-addcardinputbcardcontractexpirydatebcodedatetime-",level:4},{value:'AddCardInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-addcardinputbwithdrawalbcodeboolean--",level:4},{value:'AddCardInput.internationalBoolean! ',id:"code-style-fontweight-normal-addcardinputbinternationalbcodeboolean--",level:4},{value:'AddCardInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-addcardinputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'AddCardInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-addcardinputbecommercebcodeboolean--",level:4},{value:'AddCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addcardinputbconsentredirecturlbcodestring--",level:4},{value:'AddCardInput.nameString ',id:"code-style-fontweight-normal-addcardinputbnamebcodestring-",level:4},{value:'AddCardInput.viewCardNumberBoolean ',id:"code-style-fontweight-normal-addcardinputbviewcardnumberbcodeboolean-",level:4},{value:'AddCardInput.cardProductIdID ',id:"code-style-fontweight-normal-addcardinputbcardproductidbcodeid-",level:4},{value:'AddCardInput.spendingLimitSpendingLimitInput ',id:"code-style-fontweight-normal-addcardinputbspendinglimitbcodespendinglimitinput-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,d.kt)(r.Fragment,null,(0,d.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,d.kt)(r.Fragment,null,"Specification",(0,d.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,d.kt)(r.Fragment,null,(0,d.kt)("span",{className:"badge badge--"+e.class},e.text)),k={toc:s,Bullet:p,SpecifiedBy:u,Badge:m},f="wrapper";function b(e){let{components:t,...a}=e;return(0,d.kt)(f,(0,n.Z)({},k,a,{components:t,mdxType:"MDXLayout"}),(0,d.kt)("p",null,"Inputs to add a new card"),(0,d.kt)("pre",null,(0,d.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddCardInput {\n accountMembershipId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n consentRedirectUrl: String!\n name: String\n viewCardNumber: Boolean\n cardProductId: ID\n spendingLimit: SpendingLimitInput\n}\n")),(0,d.kt)("h3",{id:"fields"},"Fields"),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbaccountmembershipidbcodeid--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"accountMembershipId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"unique identifier of a given account membership")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbcardcontractexpirydatebcodedatetime-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"cardContractExpiryDate"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,d.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,d.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbwithdrawalbcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"withdrawal"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbinternationalbcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"international"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbnonmaincurrencytransactionsbcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"nonMainCurrencyTransactions"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbecommercebcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"eCommerce"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbconsentredirecturlbcodestring--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"consentRedirectUrl"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbnamebcodestring-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"name"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"Card name")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbviewcardnumberbcodeboolean-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"viewCardNumber"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," to show the card confidential information in the same request")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbcardproductidbcodeid-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"cardProductId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The if of the card product to use to create the new card.")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbspendinglimitbcodespendinglimitinput-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"spendingLimit"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,d.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput"))," ",(0,d.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"spending limit")),(0,d.kt)("h3",{id:"member-of"},"Member of"),(0,d.kt)("p",null,(0,d.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-card"},(0,d.kt)("inlineCode",{parentName:"a"},"addCard"))," ",(0,d.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[61385],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>k});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function d(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function o(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var c=n.createContext({}),i=function(e){var t=n.useContext(c),a=t;return e&&(a="function"==typeof e?e(t):o(o({},t),e)),a},s=function(e){var t=i(e.components);return n.createElement(c.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},m=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,d=e.originalType,c=e.parentName,s=l(e,["components","mdxType","originalType","parentName"]),p=i(a),m=r,k=p["".concat(c,".").concat(m)]||p[m]||u[m]||d;return a?n.createElement(k,o(o({ref:t},s),{},{components:a})):n.createElement(k,o({ref:t},s))}));function k(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var d=a.length,o=new Array(d);o[0]=m;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[p]="string"==typeof e?e:r,o[1]=l;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>l,default:()=>f,frontMatter:()=>o,metadata:()=>c,toc:()=>s});var n=a(83117),r=a(67294),d=a(3905);const o={id:"add-card-input",title:"AddCardInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/add-card-input",id:"api-reference/inputs/add-card-input",title:"AddCardInput",description:"Inputs to add a new card",source:"@site/docs/api-reference/inputs/add-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-card-input",permalink:"/api-reference/inputs/add-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-card-input.mdx",tags:[],version:"current",frontMatter:{id:"add-card-input",title:"AddCardInput",hide_table_of_contents:!1}},i={},s=[{value:"Fields",id:"fields",level:3},{value:'AddCardInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-addcardinputbaccountmembershipidbcodeid--",level:4},{value:'AddCardInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-addcardinputbcardcontractexpirydatebcodedatetime-",level:4},{value:'AddCardInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-addcardinputbwithdrawalbcodeboolean--",level:4},{value:'AddCardInput.internationalBoolean! ',id:"code-style-fontweight-normal-addcardinputbinternationalbcodeboolean--",level:4},{value:'AddCardInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-addcardinputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'AddCardInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-addcardinputbecommercebcodeboolean--",level:4},{value:'AddCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addcardinputbconsentredirecturlbcodestring--",level:4},{value:'AddCardInput.nameString ',id:"code-style-fontweight-normal-addcardinputbnamebcodestring-",level:4},{value:'AddCardInput.viewCardNumberBoolean ',id:"code-style-fontweight-normal-addcardinputbviewcardnumberbcodeboolean-",level:4},{value:'AddCardInput.cardProductIdID ',id:"code-style-fontweight-normal-addcardinputbcardproductidbcodeid-",level:4},{value:'AddCardInput.spendingLimitSpendingLimitInput ',id:"code-style-fontweight-normal-addcardinputbspendinglimitbcodespendinglimitinput-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,d.kt)(r.Fragment,null,(0,d.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,d.kt)(r.Fragment,null,"Specification",(0,d.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,d.kt)(r.Fragment,null,(0,d.kt)("span",{className:"badge badge--"+e.class},e.text)),k={toc:s,Bullet:p,SpecifiedBy:u,Badge:m},b="wrapper";function f(e){let{components:t,...a}=e;return(0,d.kt)(b,(0,n.Z)({},k,a,{components:t,mdxType:"MDXLayout"}),(0,d.kt)("p",null,"Inputs to add a new card"),(0,d.kt)("pre",null,(0,d.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddCardInput {\n accountMembershipId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n consentRedirectUrl: String!\n name: String\n viewCardNumber: Boolean\n cardProductId: ID\n spendingLimit: SpendingLimitInput\n}\n")),(0,d.kt)("h3",{id:"fields"},"Fields"),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbaccountmembershipidbcodeid--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"accountMembershipId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account membership")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbcardcontractexpirydatebcodedatetime-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"cardContractExpiryDate"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,d.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,d.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbwithdrawalbcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"withdrawal"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbinternationalbcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"international"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbnonmaincurrencytransactionsbcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"nonMainCurrencyTransactions"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbecommercebcodeboolean--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"eCommerce"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbconsentredirecturlbcodestring--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"consentRedirectUrl"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,d.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbnamebcodestring-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"name"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"Card name")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbviewcardnumberbcodeboolean-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"viewCardNumber"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,d.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},(0,d.kt)("inlineCode",{parentName:"p"},"true")," to show the card confidential information in the same request")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbcardproductidbcodeid-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"cardProductId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,d.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new card.")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardinputbspendinglimitbcodespendinglimitinput-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardInput.",(0,d.kt)("b",null,"spendingLimit"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,d.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput"))," ",(0,d.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"Spending limit")),(0,d.kt)("h3",{id:"member-of"},"Member of"),(0,d.kt)("p",null,(0,d.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-card"},(0,d.kt)("inlineCode",{parentName:"a"},"addCard"))," ",(0,d.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/b184d701.23553741.js b/assets/js/b184d701.fbfef97d.js similarity index 59% rename from assets/js/b184d701.23553741.js rename to assets/js/b184d701.fbfef97d.js index 3b9d664f3b3..2d4a6e87fb4 100644 --- a/assets/js/b184d701.23553741.js +++ b/assets/js/b184d701.fbfef97d.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[10915],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),l=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},u=function(e){var t=l(e.components);return r.createElement(c.Provider,{value:t},e.children)},p="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,c=e.parentName,u=s(e,["components","mdxType","originalType","parentName"]),p=l(n),f=a,m=p["".concat(c,".").concat(f)]||p[f]||d[f]||o;return n?r.createElement(m,i(i({ref:t},u),{},{components:n})):r.createElement(m,i({ref:t},u))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,i=new Array(o);i[0]=f;var s={};for(var c in t)hasOwnProperty.call(t,c)&&(s[c]=t[c]);s.originalType=e,s[p]="string"==typeof e?e:a,i[1]=s;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>d,assets:()=>l,contentTitle:()=>s,default:()=>y,frontMatter:()=>i,metadata:()=>c,toc:()=>u});var r=n(83117),a=n(67294),o=n(3905);const i={id:"signature",title:"Signature",hide_table_of_contents:!1},s=void 0,c={unversionedId:"api-reference/objects/signature",id:"api-reference/objects/signature",title:"Signature",description:"No description",source:"@site/docs/api-reference/objects/signature.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/signature",permalink:"/api-reference/objects/signature",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/signature.mdx",tags:[],version:"current",frontMatter:{id:"signature",title:"Signature",hide_table_of_contents:!1}},l={},u=[{value:"Fields",id:"fields",level:3},{value:'Signature.statusSignatureStatus! ',id:"code-style-fontweight-normal-signaturebstatusbcodesignaturestatus--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),d=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:u,Bullet:p,SpecifiedBy:d,Badge:f},g="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(g,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type Signature {\n status: SignatureStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-signaturebstatusbcodesignaturestatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Signature.",(0,o.kt)("b",null,"status"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/signature-status"},(0,o.kt)("inlineCode",{parentName:"a"},"SignatureStatus!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/identification"},(0,o.kt)("inlineCode",{parentName:"a"},"Identification"))," ",(0,o.kt)(f,{class:"secondary",text:"object",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[10915],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>g});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),l=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},u=function(e){var t=l(e.components);return r.createElement(c.Provider,{value:t},e.children)},p="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,c=e.parentName,u=s(e,["components","mdxType","originalType","parentName"]),p=l(n),f=a,g=p["".concat(c,".").concat(f)]||p[f]||d[f]||o;return n?r.createElement(g,i(i({ref:t},u),{},{components:n})):r.createElement(g,i({ref:t},u))}));function g(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,i=new Array(o);i[0]=f;var s={};for(var c in t)hasOwnProperty.call(t,c)&&(s[c]=t[c]);s.originalType=e,s[p]="string"==typeof e?e:a,i[1]=s;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>d,assets:()=>l,contentTitle:()=>s,default:()=>y,frontMatter:()=>i,metadata:()=>c,toc:()=>u});var r=n(83117),a=n(67294),o=n(3905);const i={id:"signature",title:"Signature",hide_table_of_contents:!1},s=void 0,c={unversionedId:"api-reference/objects/signature",id:"api-reference/objects/signature",title:"Signature",description:"No description",source:"@site/docs/api-reference/objects/signature.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/signature",permalink:"/api-reference/objects/signature",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/signature.mdx",tags:[],version:"current",frontMatter:{id:"signature",title:"Signature",hide_table_of_contents:!1}},l={},u=[{value:"Fields",id:"fields",level:3},{value:'Signature.statusSignatureStatus! ',id:"code-style-fontweight-normal-signaturebstatusbcodesignaturestatus--",level:4}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),d=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),g={toc:u,Bullet:p,SpecifiedBy:d,Badge:f},m="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(m,(0,r.Z)({},g,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type Signature {\n status: SignatureStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-signaturebstatusbcodesignaturestatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Signature.",(0,o.kt)("b",null,"status"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/signature-status"},(0,o.kt)("inlineCode",{parentName:"a"},"SignatureStatus!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/b8e222b7.b344192f.js b/assets/js/b8e222b7.c2cff559.js similarity index 99% rename from assets/js/b8e222b7.b344192f.js rename to assets/js/b8e222b7.c2cff559.js index 85a0abcae56..14e29e7774f 100644 --- a/assets/js/b8e222b7.b344192f.js +++ b/assets/js/b8e222b7.c2cff559.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[57867],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>m});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function i(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=a.createContext({}),d=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},p=function(e){var t=d(e.components);return a.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},y=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,c=e.parentName,p=l(e,["components","mdxType","originalType","parentName"]),s=d(n),y=o,m=s["".concat(c,".").concat(y)]||s[y]||u[y]||r;return n?a.createElement(m,i(i({ref:t},p),{},{components:n})):a.createElement(m,i({ref:t},p))}));function m(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,i=new Array(r);i[0]=y;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[s]="string"==typeof e?e:o,i[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>y,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>l,default:()=>f,frontMatter:()=>i,metadata:()=>c,toc:()=>p});var a=n(83117),o=n(67294),r=n(3905);const i={id:"card-config-with-group-delivery-input",title:"CardConfigWithGroupDeliveryInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/card-config-with-group-delivery-input",id:"api-reference/inputs/card-config-with-group-delivery-input",title:"CardConfigWithGroupDeliveryInput",description:"No description",source:"@site/docs/api-reference/inputs/card-config-with-group-delivery-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/card-config-with-group-delivery-input",permalink:"/api-reference/inputs/card-config-with-group-delivery-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/card-config-with-group-delivery-input.mdx",tags:[],version:"current",frontMatter:{id:"card-config-with-group-delivery-input",title:"CardConfigWithGroupDeliveryInput",hide_table_of_contents:!1}},d={},p=[{value:"Fields",id:"fields",level:3},{value:'CardConfigWithGroupDeliveryInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbaccountmembershipidbcodeid--",level:4},{value:'CardConfigWithGroupDeliveryInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbcardcontractexpirydatebcodedatetime-",level:4},{value:'CardConfigWithGroupDeliveryInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbwithdrawalbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.internationalBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbinternationalbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbecommercebcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.nameString ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnamebcodestring-",level:4},{value:'CardConfigWithGroupDeliveryInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbspendinglimitbcodespendinglimitinput--",level:4},{value:'CardConfigWithGroupDeliveryInput.printPhysicalCardBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbprintphysicalcardbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.physicalCardCustomOptionsPhysicalCardCustomOptionsForGroupDeliveryInput ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforgroupdeliveryinput-",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:p,Bullet:s,SpecifiedBy:u,Badge:y},g="wrapper";function f(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input CardConfigWithGroupDeliveryInput {\n accountMembershipId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n name: String\n spendingLimit: SpendingLimitInput!\n printPhysicalCard: Boolean!\n physicalCardCustomOptions: PhysicalCardCustomOptionsForGroupDeliveryInput\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbaccountmembershipidbcodeid--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"accountMembershipId"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,r.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"unique identifier of a given account membership")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbcardcontractexpirydatebcodedatetime-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"cardContractExpiryDate"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,r.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,r.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbwithdrawalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"withdrawal"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbinternationalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"international"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnonmaincurrencytransactionsbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"nonMainCurrencyTransactions"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbecommercebcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"eCommerce"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnamebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"name"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card name")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbspendinglimitbcodespendinglimitinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"spendingLimit"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,r.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"spending limit")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbprintphysicalcardbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"printPhysicalCard"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," when you wish for print an associated physical card")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforgroupdeliveryinput-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"physicalCardCustomOptions"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-custom-options-for-group-delivery-input"},(0,r.kt)("inlineCode",{parentName:"a"},"PhysicalCardCustomOptionsForGroupDeliveryInput"))," ",(0,r.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Custom options to use for physical cards.")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-cards-with-group-delivery-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddCardsWithGroupDeliveryInput"))," ",(0,r.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[57867],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>m});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function i(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=a.createContext({}),d=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},p=function(e){var t=d(e.components);return a.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},y=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,c=e.parentName,p=l(e,["components","mdxType","originalType","parentName"]),s=d(n),y=o,m=s["".concat(c,".").concat(y)]||s[y]||u[y]||r;return n?a.createElement(m,i(i({ref:t},p),{},{components:n})):a.createElement(m,i({ref:t},p))}));function m(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,i=new Array(r);i[0]=y;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[s]="string"==typeof e?e:o,i[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>y,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>l,default:()=>f,frontMatter:()=>i,metadata:()=>c,toc:()=>p});var a=n(83117),o=n(67294),r=n(3905);const i={id:"card-config-with-group-delivery-input",title:"CardConfigWithGroupDeliveryInput",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/inputs/card-config-with-group-delivery-input",id:"api-reference/inputs/card-config-with-group-delivery-input",title:"CardConfigWithGroupDeliveryInput",description:"No description",source:"@site/docs/api-reference/inputs/card-config-with-group-delivery-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/card-config-with-group-delivery-input",permalink:"/api-reference/inputs/card-config-with-group-delivery-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/card-config-with-group-delivery-input.mdx",tags:[],version:"current",frontMatter:{id:"card-config-with-group-delivery-input",title:"CardConfigWithGroupDeliveryInput",hide_table_of_contents:!1}},d={},p=[{value:"Fields",id:"fields",level:3},{value:'CardConfigWithGroupDeliveryInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbaccountmembershipidbcodeid--",level:4},{value:'CardConfigWithGroupDeliveryInput.cardContractExpiryDateDateTime ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbcardcontractexpirydatebcodedatetime-",level:4},{value:'CardConfigWithGroupDeliveryInput.withdrawalBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbwithdrawalbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.internationalBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbinternationalbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.nonMainCurrencyTransactionsBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnonmaincurrencytransactionsbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.eCommerceBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbecommercebcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.nameString ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnamebcodestring-",level:4},{value:'CardConfigWithGroupDeliveryInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbspendinglimitbcodespendinglimitinput--",level:4},{value:'CardConfigWithGroupDeliveryInput.printPhysicalCardBoolean! ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbprintphysicalcardbcodeboolean--",level:4},{value:'CardConfigWithGroupDeliveryInput.physicalCardCustomOptionsPhysicalCardCustomOptionsForGroupDeliveryInput ',id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforgroupdeliveryinput-",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),y=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:p,Bullet:s,SpecifiedBy:u,Badge:y},g="wrapper";function f(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"input CardConfigWithGroupDeliveryInput {\n accountMembershipId: ID!\n cardContractExpiryDate: DateTime\n withdrawal: Boolean!\n international: Boolean!\n nonMainCurrencyTransactions: Boolean!\n eCommerce: Boolean!\n name: String\n spendingLimit: SpendingLimitInput!\n printPhysicalCard: Boolean!\n physicalCardCustomOptions: PhysicalCardCustomOptionsForGroupDeliveryInput\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbaccountmembershipidbcodeid--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"accountMembershipId"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,r.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account membership")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbcardcontractexpirydatebcodedatetime-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"cardContractExpiryDate"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,r.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card expiration date if ",(0,r.kt)("inlineCode",{parentName:"p"},"null")," it does not have an expiration date")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbwithdrawalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"withdrawal"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows cash withdrawals")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbinternationalbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"international"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows payments outside of the country")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnonmaincurrencytransactionsbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"nonMainCurrencyTransactions"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions outside of the card's main currency")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbecommercebcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"eCommerce"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," if this card allows transactions at eCommerce sites")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbnamebcodestring-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"name"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,r.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Card name")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbspendinglimitbcodespendinglimitinput--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"spendingLimit"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,r.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Spending limit")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbprintphysicalcardbcodeboolean--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"printPhysicalCard"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,r.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,r.kt)(y,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(y,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},(0,r.kt)("inlineCode",{parentName:"p"},"true")," when you wish for print an associated physical card")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-cardconfigwithgroupdeliveryinputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsforgroupdeliveryinput-"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"CardConfigWithGroupDeliveryInput.",(0,r.kt)("b",null,"physicalCardCustomOptions"))),(0,r.kt)(s,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-custom-options-for-group-delivery-input"},(0,r.kt)("inlineCode",{parentName:"a"},"PhysicalCardCustomOptionsForGroupDeliveryInput"))," ",(0,r.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Custom options to use for physical cards.")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-cards-with-group-delivery-input"},(0,r.kt)("inlineCode",{parentName:"a"},"AddCardsWithGroupDeliveryInput"))," ",(0,r.kt)(y,{class:"secondary",text:"input",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/bdc9175c.065244f6.js b/assets/js/bdc9175c.e47286ef.js similarity index 77% rename from assets/js/bdc9175c.065244f6.js rename to assets/js/bdc9175c.e47286ef.js index ee72e045f4e..cb69bb404d0 100644 --- a/assets/js/bdc9175c.065244f6.js +++ b/assets/js/bdc9175c.e47286ef.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[82913],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>f});var o=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function c(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var u=o.createContext({}),i=function(e){var t=o.useContext(u),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},d=function(e){var t=i(e.components);return o.createElement(u.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},m=o.forwardRef((function(e,t){var n=e.components,r=e.mdxType,a=e.originalType,u=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),p=i(n),m=r,f=p["".concat(u,".").concat(m)]||p[m]||s[m]||a;return n?o.createElement(f,c(c({ref:t},d),{},{components:n})):o.createElement(f,c({ref:t},d))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var a=n.length,c=new Array(a);c[0]=m;var l={};for(var u in t)hasOwnProperty.call(t,u)&&(l[u]=t[u]);l.originalType=e,l[p]="string"==typeof e?e:r,c[1]=l;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>i,contentTitle:()=>l,default:()=>b,frontMatter:()=>c,metadata:()=>u,toc:()=>d});var o=n(83117),r=n(67294),a=n(3905);const c={id:"account-country",title:"AccountCountry",hide_table_of_contents:!1},l=void 0,u={unversionedId:"api-reference/enums/account-country",id:"api-reference/enums/account-country",title:"AccountCountry",description:"Refers to the country of the account. It will determine the country code of the local IBAN of the account.",source:"@site/docs/api-reference/enums/account-country.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/account-country",permalink:"/api-reference/enums/account-country",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/account-country.mdx",tags:[],version:"current",frontMatter:{id:"account-country",title:"AccountCountry",hide_table_of_contents:!1}},i={},d=[{value:"Values",id:"values",level:3},{value:"AccountCountry.FRA",id:"code-style-fontweight-normal-accountcountrybfrabcode",level:4},{value:"AccountCountry.DEU",id:"code-style-fontweight-normal-accountcountrybdeubcode",level:4},{value:"AccountCountry.ESP",id:"code-style-fontweight-normal-accountcountrybespbcode",level:4},{value:"AccountCountry.NLD",id:"code-style-fontweight-normal-accountcountrybnldbcode",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,a.kt)(r.Fragment,null,"Specification",(0,a.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:d,Bullet:p,SpecifiedBy:s,Badge:m},y="wrapper";function b(e){let{components:t,...n}=e;return(0,a.kt)(y,(0,o.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("p",null,"Refers to the country of the account. It will determine the country code of the local IBAN of the account."),(0,a.kt)("p",null,"Available Account Country: CCA3"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-graphql"},"enum AccountCountry {\n FRA\n DEU\n ESP\n NLD\n}\n")),(0,a.kt)("h3",{id:"values"},"Values"),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybfrabcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"FRA")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"French account with a French IBAN, starting with FR.")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybdeubcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"DEU")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"German account with a German IBAN, starting with DE.")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybespbcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"ESP")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Spanish account with a Spanish IBAN, starting with ES.")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybnldbcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"NLD")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Dutch account with a Dutch IBAN, starting with DU.\nCOMING SOON")),(0,a.kt)("h3",{id:"member-of"},"Member of"),(0,a.kt)("p",null,(0,a.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,a.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,a.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/onboard-company-account-holder-input"},(0,a.kt)("inlineCode",{parentName:"a"},"OnboardCompanyAccountHolderInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/onboard-individual-account-holder-input"},(0,a.kt)("inlineCode",{parentName:"a"},"OnboardIndividualAccountHolderInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,a.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,a.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding-info"},(0,a.kt)("inlineCode",{parentName:"a"},"OnboardingInfo"))," ",(0,a.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-company-onboarding-input"},(0,a.kt)("inlineCode",{parentName:"a"},"UpdateCompanyOnboardingInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-individual-onboarding-input"},(0,a.kt)("inlineCode",{parentName:"a"},"UpdateIndividualOnboardingInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[82913],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>f});var o=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function c(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var u=o.createContext({}),i=function(e){var t=o.useContext(u),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},d=function(e){var t=i(e.components);return o.createElement(u.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return o.createElement(o.Fragment,{},t)}},m=o.forwardRef((function(e,t){var n=e.components,r=e.mdxType,a=e.originalType,u=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),p=i(n),m=r,f=p["".concat(u,".").concat(m)]||p[m]||s[m]||a;return n?o.createElement(f,c(c({ref:t},d),{},{components:n})):o.createElement(f,c({ref:t},d))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var a=n.length,c=new Array(a);c[0]=m;var l={};for(var u in t)hasOwnProperty.call(t,u)&&(l[u]=t[u]);l.originalType=e,l[p]="string"==typeof e?e:r,c[1]=l;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>i,contentTitle:()=>l,default:()=>b,frontMatter:()=>c,metadata:()=>u,toc:()=>d});var o=n(83117),r=n(67294),a=n(3905);const c={id:"account-country",title:"AccountCountry",hide_table_of_contents:!1},l=void 0,u={unversionedId:"api-reference/enums/account-country",id:"api-reference/enums/account-country",title:"AccountCountry",description:"Refers to the country of the account. It will determine the country code of the local IBAN of the account.",source:"@site/docs/api-reference/enums/account-country.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/account-country",permalink:"/api-reference/enums/account-country",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/account-country.mdx",tags:[],version:"current",frontMatter:{id:"account-country",title:"AccountCountry",hide_table_of_contents:!1}},i={},d=[{value:"Values",id:"values",level:3},{value:"AccountCountry.FRA",id:"code-style-fontweight-normal-accountcountrybfrabcode",level:4},{value:"AccountCountry.DEU",id:"code-style-fontweight-normal-accountcountrybdeubcode",level:4},{value:"AccountCountry.ESP",id:"code-style-fontweight-normal-accountcountrybespbcode",level:4},{value:"AccountCountry.NLD",id:"code-style-fontweight-normal-accountcountrybnldbcode",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,a.kt)(r.Fragment,null,"Specification",(0,a.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,a.kt)(r.Fragment,null,(0,a.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:d,Bullet:p,SpecifiedBy:s,Badge:m},y="wrapper";function b(e){let{components:t,...n}=e;return(0,a.kt)(y,(0,o.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("p",null,"Refers to the country of the account. It will determine the country code of the local IBAN of the account."),(0,a.kt)("p",null,"Available Account Country: CCA3"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-graphql"},"enum AccountCountry {\n FRA\n DEU\n ESP\n NLD\n}\n")),(0,a.kt)("h3",{id:"values"},"Values"),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybfrabcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"FRA")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"French account with a French IBAN, starting with FR.")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybdeubcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"DEU")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"German account with a German IBAN, starting with DE.")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybespbcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"ESP")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Spanish account with a Spanish IBAN, starting with ES.")),(0,a.kt)("h4",{id:"code-style-fontweight-normal-accountcountrybnldbcode"},(0,a.kt)("a",{parentName:"h4",href:"#"},(0,a.kt)("code",{style:{fontWeight:"normal"}},"AccountCountry.",(0,a.kt)("b",null,"NLD")))),(0,a.kt)("blockquote",null,(0,a.kt)("p",{parentName:"blockquote"},"Dutch account with a Dutch IBAN, starting with DU.")),(0,a.kt)("h3",{id:"member-of"},"Member of"),(0,a.kt)("p",null,(0,a.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,a.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,a.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/onboard-company-account-holder-input"},(0,a.kt)("inlineCode",{parentName:"a"},"OnboardCompanyAccountHolderInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/onboard-individual-account-holder-input"},(0,a.kt)("inlineCode",{parentName:"a"},"OnboardIndividualAccountHolderInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,a.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,a.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding-info"},(0,a.kt)("inlineCode",{parentName:"a"},"OnboardingInfo"))," ",(0,a.kt)(m,{class:"secondary",text:"object",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-company-onboarding-input"},(0,a.kt)("inlineCode",{parentName:"a"},"UpdateCompanyOnboardingInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"}),(0,a.kt)(p,{mdxType:"Bullet"}),(0,a.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-individual-onboarding-input"},(0,a.kt)("inlineCode",{parentName:"a"},"UpdateIndividualOnboardingInput"))," ",(0,a.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/c22b7e4d.61e88e2f.js b/assets/js/c22b7e4d.72918dd3.js similarity index 98% rename from assets/js/c22b7e4d.61e88e2f.js rename to assets/js/c22b7e4d.72918dd3.js index 23d50a1297c..25c0b9f5cee 100644 --- a/assets/js/c22b7e4d.61e88e2f.js +++ b/assets/js/c22b7e4d.72918dd3.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[83153],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>y});var r=a(67294);function n(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,r)}return a}function l(e){for(var t=1;t=0||(n[a]=e[a]);return n}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}var o=r.createContext({}),d=function(e){var t=r.useContext(o),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},s=function(e){var t=d(e.components);return r.createElement(o.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var a=e.components,n=e.mdxType,c=e.originalType,o=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),p=d(a),f=n,y=p["".concat(o,".").concat(f)]||p[f]||u[f]||c;return a?r.createElement(y,l(l({ref:t},s),{},{components:a})):r.createElement(y,l({ref:t},s))}));function y(e,t){var a=arguments,n=t&&t.mdxType;if("string"==typeof e||n){var c=a.length,l=new Array(c);l[0]=f;var i={};for(var o in t)hasOwnProperty.call(t,o)&&(i[o]=t[o]);i.originalType=e,i[p]="string"==typeof e?e:n,l[1]=i;for(var d=2;d{a.r(t),a.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>m,frontMatter:()=>l,metadata:()=>o,toc:()=>s});var r=a(83117),n=a(67294),c=a(3905);const l={id:"cancel-digital-card-success-payload",title:"CancelDigitalCardSuccessPayload",hide_table_of_contents:!1},i=void 0,o={unversionedId:"api-reference/objects/cancel-digital-card-success-payload",id:"api-reference/objects/cancel-digital-card-success-payload",title:"CancelDigitalCardSuccessPayload",description:"No description",source:"@site/docs/api-reference/objects/cancel-digital-card-success-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/cancel-digital-card-success-payload",permalink:"/api-reference/objects/cancel-digital-card-success-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/cancel-digital-card-success-payload.mdx",tags:[],version:"current",frontMatter:{id:"cancel-digital-card-success-payload",title:"CancelDigitalCardSuccessPayload",hide_table_of_contents:!1}},d={},s=[{value:"Fields",id:"fields",level:3},{value:'CancelDigitalCardSuccessPayload.digitalCardDigitalCard! ',id:"code-style-fontweight-normal-canceldigitalcardsuccesspayloadbdigitalcardbcodedigitalcard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(n.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:s,Bullet:p,SpecifiedBy:u,Badge:f},g="wrapper";function m(e){let{components:t,...a}=e;return(0,c.kt)(g,(0,r.Z)({},y,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type CancelDigitalCardSuccessPayload {\n digitalCard: DigitalCard!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-canceldigitalcardsuccesspayloadbdigitalcardbcodedigitalcard--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelDigitalCardSuccessPayload.",(0,c.kt)("b",null,"digitalCard"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCard!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"the digital card canceled")),(0,c.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/unions/cancel-digital-card-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelDigitalCardPayload"))," ",(0,c.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}m.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[83153],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>y});var r=a(67294);function n(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,r)}return a}function l(e){for(var t=1;t=0||(n[a]=e[a]);return n}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}var o=r.createContext({}),d=function(e){var t=r.useContext(o),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},s=function(e){var t=d(e.components);return r.createElement(o.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var a=e.components,n=e.mdxType,c=e.originalType,o=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),p=d(a),f=n,y=p["".concat(o,".").concat(f)]||p[f]||u[f]||c;return a?r.createElement(y,l(l({ref:t},s),{},{components:a})):r.createElement(y,l({ref:t},s))}));function y(e,t){var a=arguments,n=t&&t.mdxType;if("string"==typeof e||n){var c=a.length,l=new Array(c);l[0]=f;var i={};for(var o in t)hasOwnProperty.call(t,o)&&(i[o]=t[o]);i.originalType=e,i[p]="string"==typeof e?e:n,l[1]=i;for(var d=2;d{a.r(t),a.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>m,frontMatter:()=>l,metadata:()=>o,toc:()=>s});var r=a(83117),n=a(67294),c=a(3905);const l={id:"cancel-digital-card-success-payload",title:"CancelDigitalCardSuccessPayload",hide_table_of_contents:!1},i=void 0,o={unversionedId:"api-reference/objects/cancel-digital-card-success-payload",id:"api-reference/objects/cancel-digital-card-success-payload",title:"CancelDigitalCardSuccessPayload",description:"No description",source:"@site/docs/api-reference/objects/cancel-digital-card-success-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/cancel-digital-card-success-payload",permalink:"/api-reference/objects/cancel-digital-card-success-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/cancel-digital-card-success-payload.mdx",tags:[],version:"current",frontMatter:{id:"cancel-digital-card-success-payload",title:"CancelDigitalCardSuccessPayload",hide_table_of_contents:!1}},d={},s=[{value:"Fields",id:"fields",level:3},{value:'CancelDigitalCardSuccessPayload.digitalCardDigitalCard! ',id:"code-style-fontweight-normal-canceldigitalcardsuccesspayloadbdigitalcardbcodedigitalcard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(n.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,c.kt)(n.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:s,Bullet:p,SpecifiedBy:u,Badge:f},g="wrapper";function m(e){let{components:t,...a}=e;return(0,c.kt)(g,(0,r.Z)({},y,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type CancelDigitalCardSuccessPayload {\n digitalCard: DigitalCard!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-canceldigitalcardsuccesspayloadbdigitalcardbcodedigitalcard--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"CancelDigitalCardSuccessPayload.",(0,c.kt)("b",null,"digitalCard"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCard!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"The canceled digital card")),(0,c.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/unions/cancel-digital-card-payload"},(0,c.kt)("inlineCode",{parentName:"a"},"CancelDigitalCardPayload"))," ",(0,c.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}m.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/c48e9267.dc5ccd0d.js b/assets/js/c48e9267.aafc09b1.js similarity index 93% rename from assets/js/c48e9267.dc5ccd0d.js rename to assets/js/c48e9267.aafc09b1.js index 3c7ea539ccc..0a8872d44f8 100644 --- a/assets/js/c48e9267.dc5ccd0d.js +++ b/assets/js/c48e9267.aafc09b1.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[13511],{3905:(e,a,t)=>{t.d(a,{Zo:()=>d,kt:()=>f});var c=t(67294);function r(e,a,t){return a in e?Object.defineProperty(e,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[a]=t,e}function n(e,a){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);a&&(c=c.filter((function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable}))),t.push.apply(t,c)}return t}function l(e){for(var a=1;a=0||(r[t]=e[t]);return r}(e,a);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(c=0;c=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}var s=c.createContext({}),i=function(e){var a=c.useContext(s),t=a;return e&&(t="function"==typeof e?e(a):l(l({},a),e)),t},d=function(e){var a=i(e.components);return c.createElement(s.Provider,{value:a},e.children)},p="mdxType",y={inlineCode:"code",wrapper:function(e){var a=e.children;return c.createElement(c.Fragment,{},a)}},u=c.forwardRef((function(e,a){var t=e.components,r=e.mdxType,n=e.originalType,s=e.parentName,d=o(e,["components","mdxType","originalType","parentName"]),p=i(t),u=r,f=p["".concat(s,".").concat(u)]||p[u]||y[u]||n;return t?c.createElement(f,l(l({ref:a},d),{},{components:t})):c.createElement(f,l({ref:a},d))}));function f(e,a){var t=arguments,r=a&&a.mdxType;if("string"==typeof e||r){var n=t.length,l=new Array(n);l[0]=u;var o={};for(var s in a)hasOwnProperty.call(a,s)&&(o[s]=a[s]);o.originalType=e,o[p]="string"==typeof e?e:r,l[1]=o;for(var i=2;i{t.r(a),t.d(a,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>y,assets:()=>i,contentTitle:()=>o,default:()=>h,frontMatter:()=>l,metadata:()=>s,toc:()=>d});var c=t(83117),r=t(67294),n=t(3905);const l={id:"cancel-physical-card-success-payload",title:"CancelPhysicalCardSuccessPayload",hide_table_of_contents:!1},o=void 0,s={unversionedId:"api-reference/objects/cancel-physical-card-success-payload",id:"api-reference/objects/cancel-physical-card-success-payload",title:"CancelPhysicalCardSuccessPayload",description:"No description",source:"@site/docs/api-reference/objects/cancel-physical-card-success-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/cancel-physical-card-success-payload",permalink:"/api-reference/objects/cancel-physical-card-success-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/cancel-physical-card-success-payload.mdx",tags:[],version:"current",frontMatter:{id:"cancel-physical-card-success-payload",title:"CancelPhysicalCardSuccessPayload",hide_table_of_contents:!1}},i={},d=[{value:"Fields",id:"fields",level:3},{value:'CancelPhysicalCardSuccessPayload.physicalCardPhysicalCard! ',id:"code-style-fontweight-normal-cancelphysicalcardsuccesspayloadbphysicalcardbcodephysicalcard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,n.kt)(r.Fragment,null,(0,n.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),y=e=>(0,n.kt)(r.Fragment,null,"Specification",(0,n.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,n.kt)(r.Fragment,null,(0,n.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:d,Bullet:p,SpecifiedBy:y,Badge:u},m="wrapper";function h(e){let{components:a,...t}=e;return(0,n.kt)(m,(0,c.Z)({},f,t,{components:a,mdxType:"MDXLayout"}),(0,n.kt)("p",null,"No description"),(0,n.kt)("pre",null,(0,n.kt)("code",{parentName:"pre",className:"language-graphql"},"type CancelPhysicalCardSuccessPayload {\n physicalCard: PhysicalCard!\n}\n")),(0,n.kt)("h3",{id:"fields"},"Fields"),(0,n.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardsuccesspayloadbphysicalcardbcodephysicalcard--"},(0,n.kt)("a",{parentName:"h4",href:"#"},(0,n.kt)("code",{style:{fontWeight:"normal"}},"CancelPhysicalCardSuccessPayload.",(0,n.kt)("b",null,"physicalCard"))),(0,n.kt)(p,{mdxType:"Bullet"}),(0,n.kt)("a",{parentName:"h4",href:"/api-reference/objects/physical-card"},(0,n.kt)("inlineCode",{parentName:"a"},"PhysicalCard!"))," ",(0,n.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,n.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,n.kt)("blockquote",null,(0,n.kt)("p",{parentName:"blockquote"},"The physicalCard canceled")),(0,n.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,n.kt)("p",null,(0,n.kt)("a",{parentName:"p",href:"/api-reference/unions/cancel-physical-card-payload"},(0,n.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardPayload"))," ",(0,n.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[13511],{3905:(e,a,t)=>{t.d(a,{Zo:()=>d,kt:()=>f});var c=t(67294);function r(e,a,t){return a in e?Object.defineProperty(e,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[a]=t,e}function n(e,a){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);a&&(c=c.filter((function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable}))),t.push.apply(t,c)}return t}function l(e){for(var a=1;a=0||(r[t]=e[t]);return r}(e,a);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(c=0;c=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}var s=c.createContext({}),i=function(e){var a=c.useContext(s),t=a;return e&&(t="function"==typeof e?e(a):l(l({},a),e)),t},d=function(e){var a=i(e.components);return c.createElement(s.Provider,{value:a},e.children)},p="mdxType",y={inlineCode:"code",wrapper:function(e){var a=e.children;return c.createElement(c.Fragment,{},a)}},u=c.forwardRef((function(e,a){var t=e.components,r=e.mdxType,n=e.originalType,s=e.parentName,d=o(e,["components","mdxType","originalType","parentName"]),p=i(t),u=r,f=p["".concat(s,".").concat(u)]||p[u]||y[u]||n;return t?c.createElement(f,l(l({ref:a},d),{},{components:t})):c.createElement(f,l({ref:a},d))}));function f(e,a){var t=arguments,r=a&&a.mdxType;if("string"==typeof e||r){var n=t.length,l=new Array(n);l[0]=u;var o={};for(var s in a)hasOwnProperty.call(a,s)&&(o[s]=a[s]);o.originalType=e,o[p]="string"==typeof e?e:r,l[1]=o;for(var i=2;i{t.r(a),t.d(a,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>y,assets:()=>i,contentTitle:()=>o,default:()=>h,frontMatter:()=>l,metadata:()=>s,toc:()=>d});var c=t(83117),r=t(67294),n=t(3905);const l={id:"cancel-physical-card-success-payload",title:"CancelPhysicalCardSuccessPayload",hide_table_of_contents:!1},o=void 0,s={unversionedId:"api-reference/objects/cancel-physical-card-success-payload",id:"api-reference/objects/cancel-physical-card-success-payload",title:"CancelPhysicalCardSuccessPayload",description:"No description",source:"@site/docs/api-reference/objects/cancel-physical-card-success-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/cancel-physical-card-success-payload",permalink:"/api-reference/objects/cancel-physical-card-success-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/cancel-physical-card-success-payload.mdx",tags:[],version:"current",frontMatter:{id:"cancel-physical-card-success-payload",title:"CancelPhysicalCardSuccessPayload",hide_table_of_contents:!1}},i={},d=[{value:"Fields",id:"fields",level:3},{value:'CancelPhysicalCardSuccessPayload.physicalCardPhysicalCard! ',id:"code-style-fontweight-normal-cancelphysicalcardsuccesspayloadbphysicalcardbcodephysicalcard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,n.kt)(r.Fragment,null,(0,n.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),y=e=>(0,n.kt)(r.Fragment,null,"Specification",(0,n.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,n.kt)(r.Fragment,null,(0,n.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:d,Bullet:p,SpecifiedBy:y,Badge:u},m="wrapper";function h(e){let{components:a,...t}=e;return(0,n.kt)(m,(0,c.Z)({},f,t,{components:a,mdxType:"MDXLayout"}),(0,n.kt)("p",null,"No description"),(0,n.kt)("pre",null,(0,n.kt)("code",{parentName:"pre",className:"language-graphql"},"type CancelPhysicalCardSuccessPayload {\n physicalCard: PhysicalCard!\n}\n")),(0,n.kt)("h3",{id:"fields"},"Fields"),(0,n.kt)("h4",{id:"code-style-fontweight-normal-cancelphysicalcardsuccesspayloadbphysicalcardbcodephysicalcard--"},(0,n.kt)("a",{parentName:"h4",href:"#"},(0,n.kt)("code",{style:{fontWeight:"normal"}},"CancelPhysicalCardSuccessPayload.",(0,n.kt)("b",null,"physicalCard"))),(0,n.kt)(p,{mdxType:"Bullet"}),(0,n.kt)("a",{parentName:"h4",href:"/api-reference/objects/physical-card"},(0,n.kt)("inlineCode",{parentName:"a"},"PhysicalCard!"))," ",(0,n.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,n.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,n.kt)("blockquote",null,(0,n.kt)("p",{parentName:"blockquote"},"The canceled physical card ")),(0,n.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,n.kt)("p",null,(0,n.kt)("a",{parentName:"p",href:"/api-reference/unions/cancel-physical-card-payload"},(0,n.kt)("inlineCode",{parentName:"a"},"CancelPhysicalCardPayload"))," ",(0,n.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/c4cd5cb0.02af4c19.js b/assets/js/c4cd5cb0.36a85800.js similarity index 97% rename from assets/js/c4cd5cb0.02af4c19.js rename to assets/js/c4cd5cb0.36a85800.js index 30c1e94e88f..a2ca68e1546 100644 --- a/assets/js/c4cd5cb0.02af4c19.js +++ b/assets/js/c4cd5cb0.36a85800.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[10483],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var i=r.createContext({}),d=function(e){var t=r.useContext(i),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=d(e.components);return r.createElement(i.Provider,{value:t},e.children)},p="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},u=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,i=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),p=d(n),u=a,m=p["".concat(i,".").concat(u)]||p[u]||f[u]||o;return n?r.createElement(m,l(l({ref:t},s),{},{components:n})):r.createElement(m,l({ref:t},s))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,l=new Array(o);l[0]=u;var c={};for(var i in t)hasOwnProperty.call(t,i)&&(c[i]=t[i]);c.originalType=e,c[p]="string"==typeof e?e:a,l[1]=c;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>f,assets:()=>d,contentTitle:()=>c,default:()=>g,frontMatter:()=>l,metadata:()=>i,toc:()=>s});var r=n(83117),a=n(67294),o=n(3905);const l={id:"card-confidential",title:"CardConfidential",hide_table_of_contents:!1},c=void 0,i={unversionedId:"api-reference/objects/card-confidential",id:"api-reference/objects/card-confidential",title:"CardConfidential",description:"No description",source:"@site/docs/api-reference/objects/card-confidential.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/card-confidential",permalink:"/api-reference/objects/card-confidential",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/card-confidential.mdx",tags:[],version:"current",frontMatter:{id:"card-confidential",title:"CardConfidential",hide_table_of_contents:!1}},d={},s=[{value:"Fields",id:"fields",level:3},{value:'CardConfidential.panString! ',id:"code-style-fontweight-normal-cardconfidentialbpanbcodestring--",level:4},{value:'CardConfidential.cvvString! ',id:"code-style-fontweight-normal-cardconfidentialbcvvbcodestring--",level:4},{value:'CardConfidential.expiryDateString! ',id:"code-style-fontweight-normal-cardconfidentialbexpirydatebcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:p,SpecifiedBy:f,Badge:u},y="wrapper";function g(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type CardConfidential {\n pan: String!\n cvv: String!\n expiryDate: String!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-cardconfidentialbpanbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CardConfidential.",(0,o.kt)("b",null,"pan"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"card number")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-cardconfidentialbcvvbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CardConfidential.",(0,o.kt)("b",null,"cvv"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"card verification value")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-cardconfidentialbexpirydatebcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CardConfidential.",(0,o.kt)("b",null,"expiryDate"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"expiration date")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload"},(0,o.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardSuccessForProjectOwnerPayload"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[10483],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var i=r.createContext({}),d=function(e){var t=r.useContext(i),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=d(e.components);return r.createElement(i.Provider,{value:t},e.children)},p="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},u=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,i=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),p=d(n),u=a,m=p["".concat(i,".").concat(u)]||p[u]||f[u]||o;return n?r.createElement(m,l(l({ref:t},s),{},{components:n})):r.createElement(m,l({ref:t},s))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,l=new Array(o);l[0]=u;var c={};for(var i in t)hasOwnProperty.call(t,i)&&(c[i]=t[i]);c.originalType=e,c[p]="string"==typeof e?e:a,l[1]=c;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>f,assets:()=>d,contentTitle:()=>c,default:()=>g,frontMatter:()=>l,metadata:()=>i,toc:()=>s});var r=n(83117),a=n(67294),o=n(3905);const l={id:"card-confidential",title:"CardConfidential",hide_table_of_contents:!1},c=void 0,i={unversionedId:"api-reference/objects/card-confidential",id:"api-reference/objects/card-confidential",title:"CardConfidential",description:"No description",source:"@site/docs/api-reference/objects/card-confidential.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/card-confidential",permalink:"/api-reference/objects/card-confidential",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/card-confidential.mdx",tags:[],version:"current",frontMatter:{id:"card-confidential",title:"CardConfidential",hide_table_of_contents:!1}},d={},s=[{value:"Fields",id:"fields",level:3},{value:'CardConfidential.panString! ',id:"code-style-fontweight-normal-cardconfidentialbpanbcodestring--",level:4},{value:'CardConfidential.cvvString! ',id:"code-style-fontweight-normal-cardconfidentialbcvvbcodestring--",level:4},{value:'CardConfidential.expiryDateString! ',id:"code-style-fontweight-normal-cardconfidentialbexpirydatebcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:p,SpecifiedBy:f,Badge:u},y="wrapper";function g(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type CardConfidential {\n pan: String!\n cvv: String!\n expiryDate: String!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-cardconfidentialbpanbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CardConfidential.",(0,o.kt)("b",null,"pan"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Card number")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-cardconfidentialbcvvbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CardConfidential.",(0,o.kt)("b",null,"cvv"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Card verification value")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-cardconfidentialbexpirydatebcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"CardConfidential.",(0,o.kt)("b",null,"expiryDate"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Expiration date")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload"},(0,o.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardSuccessForProjectOwnerPayload"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/c519648a.17f2b38b.js b/assets/js/c519648a.491c2671.js similarity index 99% rename from assets/js/c519648a.17f2b38b.js rename to assets/js/c519648a.491c2671.js index b92bb69f11a..eba309238dc 100644 --- a/assets/js/c519648a.17f2b38b.js +++ b/assets/js/c519648a.491c2671.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[65134],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>y});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=r.createContext({}),s=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},p=function(e){var t=s(e.components);return r.createElement(l.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,i=e.originalType,l=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),d=s(n),f=a,y=d["".concat(l,".").concat(f)]||d[f]||u[f]||i;return n?r.createElement(y,o(o({ref:t},p),{},{components:n})):r.createElement(y,o({ref:t},p))}));function y(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var i=n.length,o=new Array(i);o[0]=f;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[d]="string"==typeof e?e:a,o[1]=c;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>d,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>l,toc:()=>p});var r=n(83117),a=n(67294),i=n(3905);const o={id:"physical-card-config-input",title:"PhysicalCardConfigInput",hide_table_of_contents:!1},c=void 0,l={unversionedId:"api-reference/inputs/physical-card-config-input",id:"api-reference/inputs/physical-card-config-input",title:"PhysicalCardConfigInput",description:"No description",source:"@site/docs/api-reference/inputs/physical-card-config-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/physical-card-config-input",permalink:"/api-reference/inputs/physical-card-config-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/physical-card-config-input.mdx",tags:[],version:"current",frontMatter:{id:"physical-card-config-input",title:"PhysicalCardConfigInput",hide_table_of_contents:!1}},s={},p=[{value:"Fields",id:"fields",level:3},{value:'PhysicalCardConfigInput.deliveryAddressCompleteAddressInput! ',id:"code-style-fontweight-normal-physicalcardconfiginputbdeliveryaddressbcodecompleteaddressinput--",level:4},{value:'PhysicalCardConfigInput.physicalCardCustomOptionsPhysicalCardCustomOptionsInput ',id:"code-style-fontweight-normal-physicalcardconfiginputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsinput-",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,i.kt)(a.Fragment,null,"Specification",(0,i.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:p,Bullet:d,SpecifiedBy:u,Badge:f},m="wrapper";function h(e){let{components:t,...n}=e;return(0,i.kt)(m,(0,r.Z)({},y,n,{components:t,mdxType:"MDXLayout"}),(0,i.kt)("p",null,"No description"),(0,i.kt)("pre",null,(0,i.kt)("code",{parentName:"pre",className:"language-graphql"},"input PhysicalCardConfigInput {\n deliveryAddress: CompleteAddressInput!\n physicalCardCustomOptions: PhysicalCardCustomOptionsInput\n}\n")),(0,i.kt)("h3",{id:"fields"},"Fields"),(0,i.kt)("h4",{id:"code-style-fontweight-normal-physicalcardconfiginputbdeliveryaddressbcodecompleteaddressinput--"},(0,i.kt)("a",{parentName:"h4",href:"#"},(0,i.kt)("code",{style:{fontWeight:"normal"}},"PhysicalCardConfigInput.",(0,i.kt)("b",null,"deliveryAddress"))),(0,i.kt)(d,{mdxType:"Bullet"}),(0,i.kt)("a",{parentName:"h4",href:"/api-reference/inputs/complete-address-input"},(0,i.kt)("inlineCode",{parentName:"a"},"CompleteAddressInput!"))," ",(0,i.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,i.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})),(0,i.kt)("blockquote",null,(0,i.kt)("p",{parentName:"blockquote"},"address to deliver the physical card")),(0,i.kt)("h4",{id:"code-style-fontweight-normal-physicalcardconfiginputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsinput-"},(0,i.kt)("a",{parentName:"h4",href:"#"},(0,i.kt)("code",{style:{fontWeight:"normal"}},"PhysicalCardConfigInput.",(0,i.kt)("b",null,"physicalCardCustomOptions"))),(0,i.kt)(d,{mdxType:"Bullet"}),(0,i.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-custom-options-input"},(0,i.kt)("inlineCode",{parentName:"a"},"PhysicalCardCustomOptionsInput"))," ",(0,i.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})),(0,i.kt)("blockquote",null,(0,i.kt)("p",{parentName:"blockquote"},"Custom options to use for physical cards.")),(0,i.kt)("h3",{id:"member-of"},"Member of"),(0,i.kt)("p",null,(0,i.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-config-input"},(0,i.kt)("inlineCode",{parentName:"a"},"CardConfigInput"))," ",(0,i.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[65134],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>y});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=r.createContext({}),s=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},p=function(e){var t=s(e.components);return r.createElement(l.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,i=e.originalType,l=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),d=s(n),f=a,y=d["".concat(l,".").concat(f)]||d[f]||u[f]||i;return n?r.createElement(y,o(o({ref:t},p),{},{components:n})):r.createElement(y,o({ref:t},p))}));function y(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var i=n.length,o=new Array(i);o[0]=f;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[d]="string"==typeof e?e:a,o[1]=c;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>d,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>l,toc:()=>p});var r=n(83117),a=n(67294),i=n(3905);const o={id:"physical-card-config-input",title:"PhysicalCardConfigInput",hide_table_of_contents:!1},c=void 0,l={unversionedId:"api-reference/inputs/physical-card-config-input",id:"api-reference/inputs/physical-card-config-input",title:"PhysicalCardConfigInput",description:"No description",source:"@site/docs/api-reference/inputs/physical-card-config-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/physical-card-config-input",permalink:"/api-reference/inputs/physical-card-config-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/physical-card-config-input.mdx",tags:[],version:"current",frontMatter:{id:"physical-card-config-input",title:"PhysicalCardConfigInput",hide_table_of_contents:!1}},s={},p=[{value:"Fields",id:"fields",level:3},{value:'PhysicalCardConfigInput.deliveryAddressCompleteAddressInput! ',id:"code-style-fontweight-normal-physicalcardconfiginputbdeliveryaddressbcodecompleteaddressinput--",level:4},{value:'PhysicalCardConfigInput.physicalCardCustomOptionsPhysicalCardCustomOptionsInput ',id:"code-style-fontweight-normal-physicalcardconfiginputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsinput-",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,i.kt)(a.Fragment,null,"Specification",(0,i.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,i.kt)(a.Fragment,null,(0,i.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:p,Bullet:d,SpecifiedBy:u,Badge:f},m="wrapper";function h(e){let{components:t,...n}=e;return(0,i.kt)(m,(0,r.Z)({},y,n,{components:t,mdxType:"MDXLayout"}),(0,i.kt)("p",null,"No description"),(0,i.kt)("pre",null,(0,i.kt)("code",{parentName:"pre",className:"language-graphql"},"input PhysicalCardConfigInput {\n deliveryAddress: CompleteAddressInput!\n physicalCardCustomOptions: PhysicalCardCustomOptionsInput\n}\n")),(0,i.kt)("h3",{id:"fields"},"Fields"),(0,i.kt)("h4",{id:"code-style-fontweight-normal-physicalcardconfiginputbdeliveryaddressbcodecompleteaddressinput--"},(0,i.kt)("a",{parentName:"h4",href:"#"},(0,i.kt)("code",{style:{fontWeight:"normal"}},"PhysicalCardConfigInput.",(0,i.kt)("b",null,"deliveryAddress"))),(0,i.kt)(d,{mdxType:"Bullet"}),(0,i.kt)("a",{parentName:"h4",href:"/api-reference/inputs/complete-address-input"},(0,i.kt)("inlineCode",{parentName:"a"},"CompleteAddressInput!"))," ",(0,i.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,i.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})),(0,i.kt)("blockquote",null,(0,i.kt)("p",{parentName:"blockquote"},"Address to deliver the physical card")),(0,i.kt)("h4",{id:"code-style-fontweight-normal-physicalcardconfiginputbphysicalcardcustomoptionsbcodephysicalcardcustomoptionsinput-"},(0,i.kt)("a",{parentName:"h4",href:"#"},(0,i.kt)("code",{style:{fontWeight:"normal"}},"PhysicalCardConfigInput.",(0,i.kt)("b",null,"physicalCardCustomOptions"))),(0,i.kt)(d,{mdxType:"Bullet"}),(0,i.kt)("a",{parentName:"h4",href:"/api-reference/inputs/physical-card-custom-options-input"},(0,i.kt)("inlineCode",{parentName:"a"},"PhysicalCardCustomOptionsInput"))," ",(0,i.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})),(0,i.kt)("blockquote",null,(0,i.kt)("p",{parentName:"blockquote"},"Custom options to use for physical cards.")),(0,i.kt)("h3",{id:"member-of"},"Member of"),(0,i.kt)("p",null,(0,i.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-config-input"},(0,i.kt)("inlineCode",{parentName:"a"},"CardConfigInput"))," ",(0,i.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/d0321f76.3b3aefe8.js b/assets/js/d0321f76.1588b18b.js similarity index 97% rename from assets/js/d0321f76.3b3aefe8.js rename to assets/js/d0321f76.1588b18b.js index 9c70cf9cc01..01e75b7f685 100644 --- a/assets/js/d0321f76.3b3aefe8.js +++ b/assets/js/d0321f76.1588b18b.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[50931],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>f});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var i=a.createContext({}),u=function(e){var t=a.useContext(i),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=u(e.components);return a.createElement(i.Provider,{value:t},e.children)},m="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},d=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,i=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),m=u(n),d=o,f=m["".concat(i,".").concat(d)]||m[d]||p[d]||r;return n?a.createElement(f,l(l({ref:t},s),{},{components:n})):a.createElement(f,l({ref:t},s))}));function f(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,l=new Array(r);l[0]=d;var c={};for(var i in t)hasOwnProperty.call(t,i)&&(c[i]=t[i]);c.originalType=e,c[m]="string"==typeof e?e:o,l[1]=c;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>d,Bullet:()=>m,SpecifiedBy:()=>p,assets:()=>u,contentTitle:()=>c,default:()=>b,frontMatter:()=>l,metadata:()=>i,toc:()=>s});var a=n(83117),o=n(67294),r=n(3905);const l={id:"legal-document-status",title:"LegalDocumentStatus",hide_table_of_contents:!1},c=void 0,i={unversionedId:"api-reference/enums/legal-document-status",id:"api-reference/enums/legal-document-status",title:"LegalDocumentStatus",description:"No description",source:"@site/docs/api-reference/enums/legal-document-status.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/legal-document-status",permalink:"/api-reference/enums/legal-document-status",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/legal-document-status.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-status",title:"LegalDocumentStatus",hide_table_of_contents:!1}},u={},s=[{value:"Values",id:"values",level:3},{value:"LegalDocumentStatus.Upcoming",id:"code-style-fontweight-normal-legaldocumentstatusbupcomingbcode",level:4},{value:"LegalDocumentStatus.Active",id:"code-style-fontweight-normal-legaldocumentstatusbactivebcode",level:4},{value:"LegalDocumentStatus.Inactive",id:"code-style-fontweight-normal-legaldocumentstatusbinactivebcode",level:4},{value:"Member of",id:"member-of",level:3}],m=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:s,Bullet:m,SpecifiedBy:p,Badge:d},g="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"enum LegalDocumentStatus {\n Upcoming\n Active\n Inactive\n}\n")),(0,r.kt)("h3",{id:"values"},"Values"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentstatusbupcomingbcode"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentStatus.",(0,r.kt)("b",null,"Upcoming")))),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"when the LegalDocument will be the next active on the account")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentstatusbactivebcode"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentStatus.",(0,r.kt)("b",null,"Active")))),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"when the LegalDocument is currently active on the account")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentstatusbinactivebcode"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentStatus.",(0,r.kt)("b",null,"Inactive")))),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"when the LegalDocument is no more active on the account")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-active-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentActiveStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-inactive-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentInactiveStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/legal-documents-filter-input"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentsFilterInput"))," ",(0,r.kt)(d,{class:"secondary",text:"input",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/interfaces/legal-document-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-upcoming-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentUpcomingStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[50931],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>f});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var i=a.createContext({}),u=function(e){var t=a.useContext(i),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},s=function(e){var t=u(e.components);return a.createElement(i.Provider,{value:t},e.children)},m="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},d=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,i=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),m=u(n),d=o,f=m["".concat(i,".").concat(d)]||m[d]||p[d]||r;return n?a.createElement(f,l(l({ref:t},s),{},{components:n})):a.createElement(f,l({ref:t},s))}));function f(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,l=new Array(r);l[0]=d;var c={};for(var i in t)hasOwnProperty.call(t,i)&&(c[i]=t[i]);c.originalType=e,c[m]="string"==typeof e?e:o,l[1]=c;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>d,Bullet:()=>m,SpecifiedBy:()=>p,assets:()=>u,contentTitle:()=>c,default:()=>b,frontMatter:()=>l,metadata:()=>i,toc:()=>s});var a=n(83117),o=n(67294),r=n(3905);const l={id:"legal-document-status",title:"LegalDocumentStatus",hide_table_of_contents:!1},c=void 0,i={unversionedId:"api-reference/enums/legal-document-status",id:"api-reference/enums/legal-document-status",title:"LegalDocumentStatus",description:"No description",source:"@site/docs/api-reference/enums/legal-document-status.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/legal-document-status",permalink:"/api-reference/enums/legal-document-status",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/legal-document-status.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-status",title:"LegalDocumentStatus",hide_table_of_contents:!1}},u={},s=[{value:"Values",id:"values",level:3},{value:"LegalDocumentStatus.Upcoming",id:"code-style-fontweight-normal-legaldocumentstatusbupcomingbcode",level:4},{value:"LegalDocumentStatus.Active",id:"code-style-fontweight-normal-legaldocumentstatusbactivebcode",level:4},{value:"LegalDocumentStatus.Inactive",id:"code-style-fontweight-normal-legaldocumentstatusbinactivebcode",level:4},{value:"Member of",id:"member-of",level:3}],m=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:s,Bullet:m,SpecifiedBy:p,Badge:d},g="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"No description"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"enum LegalDocumentStatus {\n Upcoming\n Active\n Inactive\n}\n")),(0,r.kt)("h3",{id:"values"},"Values"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentstatusbupcomingbcode"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentStatus.",(0,r.kt)("b",null,"Upcoming")))),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"When the LegalDocument will be the next active on the account")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentstatusbactivebcode"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentStatus.",(0,r.kt)("b",null,"Active")))),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"When the LegalDocument is currently active on the account")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentstatusbinactivebcode"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentStatus.",(0,r.kt)("b",null,"Inactive")))),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"When the LegalDocument is no more active on the account")),(0,r.kt)("h3",{id:"member-of"},"Member of"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-active-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentActiveStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-inactive-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentInactiveStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/inputs/legal-documents-filter-input"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentsFilterInput"))," ",(0,r.kt)(d,{class:"secondary",text:"input",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/interfaces/legal-document-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,r.kt)(m,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-upcoming-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"LegalDocumentUpcomingStatusInfo"))," ",(0,r.kt)(d,{class:"secondary",text:"object",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/d39426f1.827fc6f7.js b/assets/js/d39426f1.7adbb575.js similarity index 99% rename from assets/js/d39426f1.827fc6f7.js rename to assets/js/d39426f1.7adbb575.js index 5ae61653d8e..66785571811 100644 --- a/assets/js/d39426f1.827fc6f7.js +++ b/assets/js/d39426f1.7adbb575.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[89781],{3905:(e,t,n)=>{n.d(t,{Zo:()=>i,kt:()=>f});var a=n(67294);function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(c[n]=e[n]);return c}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(c[n]=e[n])}return c}var d=a.createContext({}),u=function(e){var t=a.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},i=function(e){var t=u(e.components);return a.createElement(d.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,c=e.mdxType,l=e.originalType,d=e.parentName,i=o(e,["components","mdxType","originalType","parentName"]),p=u(n),m=c,f=p["".concat(d,".").concat(m)]||p[m]||s[m]||l;return n?a.createElement(f,r(r({ref:t},i),{},{components:n})):a.createElement(f,r({ref:t},i))}));function f(e,t){var n=arguments,c=t&&t.mdxType;if("string"==typeof e||c){var l=n.length,r=new Array(l);r[0]=m;var o={};for(var d in t)hasOwnProperty.call(t,d)&&(o[d]=t[d]);o.originalType=e,o[p]="string"==typeof e?e:c,r[1]=o;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>u,contentTitle:()=>o,default:()=>b,frontMatter:()=>r,metadata:()=>d,toc:()=>i});var a=n(83117),c=n(67294),l=n(3905);const r={id:"add-external-account-balance-input",title:"AddExternalAccountBalanceInput",hide_table_of_contents:!1},o=void 0,d={unversionedId:"api-reference/inputs/add-external-account-balance-input",id:"api-reference/inputs/add-external-account-balance-input",title:"AddExternalAccountBalanceInput",description:"No description",source:"@site/docs/api-reference/inputs/add-external-account-balance-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-external-account-balance-input",permalink:"/api-reference/inputs/add-external-account-balance-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-external-account-balance-input.mdx",tags:[],version:"current",frontMatter:{id:"add-external-account-balance-input",title:"AddExternalAccountBalanceInput",hide_table_of_contents:!1}},u={},i=[{value:"Fields",id:"fields",level:3},{value:'AddExternalAccountBalanceInput.externalAccountIdID! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputbexternalaccountidbcodeid--",level:4},{value:'AddExternalAccountBalanceInput.amountAmountInput! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputbamountbcodeamountinput--",level:4},{value:'AddExternalAccountBalanceInput.typeExternalAccountBalanceType! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--",level:4},{value:'AddExternalAccountBalanceInput.lastChangedAtDateTime! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputblastchangedatbcodedatetime--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,l.kt)(c.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,l.kt)(c.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,l.kt)(c.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:i,Bullet:p,SpecifiedBy:s,Badge:m},y="wrapper";function b(e){let{components:t,...n}=e;return(0,l.kt)(y,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"No description"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddExternalAccountBalanceInput {\n externalAccountId: ID!\n amount: AmountInput!\n type: ExternalAccountBalanceType!\n lastChangedAt: DateTime!\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputbexternalaccountidbcodeid--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"externalAccountId"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"unique identifier of a given external account")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputbamountbcodeamountinput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"amount"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/amount-input"},(0,l.kt)("inlineCode",{parentName:"a"},"AmountInput!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Amount of the balance")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"type"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/enums/external-account-balance-type"},(0,l.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceType!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Type of the balance")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputblastchangedatbcodedatetime--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"lastChangedAt"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,l.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Last changed Date")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-external-account-balance"},(0,l.kt)("inlineCode",{parentName:"a"},"addExternalAccountBalance"))," ",(0,l.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[89781],{3905:(e,t,n)=>{n.d(t,{Zo:()=>i,kt:()=>f});var a=n(67294);function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(c[n]=e[n]);return c}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(c[n]=e[n])}return c}var d=a.createContext({}),u=function(e){var t=a.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},i=function(e){var t=u(e.components);return a.createElement(d.Provider,{value:t},e.children)},p="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,c=e.mdxType,l=e.originalType,d=e.parentName,i=o(e,["components","mdxType","originalType","parentName"]),p=u(n),m=c,f=p["".concat(d,".").concat(m)]||p[m]||s[m]||l;return n?a.createElement(f,r(r({ref:t},i),{},{components:n})):a.createElement(f,r({ref:t},i))}));function f(e,t){var n=arguments,c=t&&t.mdxType;if("string"==typeof e||c){var l=n.length,r=new Array(l);r[0]=m;var o={};for(var d in t)hasOwnProperty.call(t,d)&&(o[d]=t[d]);o.originalType=e,o[p]="string"==typeof e?e:c,r[1]=o;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>s,assets:()=>u,contentTitle:()=>o,default:()=>b,frontMatter:()=>r,metadata:()=>d,toc:()=>i});var a=n(83117),c=n(67294),l=n(3905);const r={id:"add-external-account-balance-input",title:"AddExternalAccountBalanceInput",hide_table_of_contents:!1},o=void 0,d={unversionedId:"api-reference/inputs/add-external-account-balance-input",id:"api-reference/inputs/add-external-account-balance-input",title:"AddExternalAccountBalanceInput",description:"No description",source:"@site/docs/api-reference/inputs/add-external-account-balance-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-external-account-balance-input",permalink:"/api-reference/inputs/add-external-account-balance-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-external-account-balance-input.mdx",tags:[],version:"current",frontMatter:{id:"add-external-account-balance-input",title:"AddExternalAccountBalanceInput",hide_table_of_contents:!1}},u={},i=[{value:"Fields",id:"fields",level:3},{value:'AddExternalAccountBalanceInput.externalAccountIdID! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputbexternalaccountidbcodeid--",level:4},{value:'AddExternalAccountBalanceInput.amountAmountInput! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputbamountbcodeamountinput--",level:4},{value:'AddExternalAccountBalanceInput.typeExternalAccountBalanceType! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--",level:4},{value:'AddExternalAccountBalanceInput.lastChangedAtDateTime! ',id:"code-style-fontweight-normal-addexternalaccountbalanceinputblastchangedatbcodedatetime--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,l.kt)(c.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,l.kt)(c.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,l.kt)(c.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:i,Bullet:p,SpecifiedBy:s,Badge:m},y="wrapper";function b(e){let{components:t,...n}=e;return(0,l.kt)(y,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"No description"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddExternalAccountBalanceInput {\n externalAccountId: ID!\n amount: AmountInput!\n type: ExternalAccountBalanceType!\n lastChangedAt: DateTime!\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputbexternalaccountidbcodeid--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"externalAccountId"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Unique identifier of a given external account")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputbamountbcodeamountinput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"amount"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/amount-input"},(0,l.kt)("inlineCode",{parentName:"a"},"AmountInput!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Amount of the balance")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"type"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/enums/external-account-balance-type"},(0,l.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceType!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Type of the balance")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addexternalaccountbalanceinputblastchangedatbcodedatetime--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddExternalAccountBalanceInput.",(0,l.kt)("b",null,"lastChangedAt"))),(0,l.kt)(p,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,l.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Last changed Date")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-external-account-balance"},(0,l.kt)("inlineCode",{parentName:"a"},"addExternalAccountBalance"))," ",(0,l.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/d647beeb.e1f18e74.js b/assets/js/d647beeb.a7bae4d0.js similarity index 60% rename from assets/js/d647beeb.e1f18e74.js rename to assets/js/d647beeb.a7bae4d0.js index 34fb6fec9b3..2163a03b54c 100644 --- a/assets/js/d647beeb.e1f18e74.js +++ b/assets/js/d647beeb.a7bae4d0.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[12127],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),c=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,m=f["".concat(s,".").concat(u)]||f[u]||p[u]||r;return n?i.createElement(m,o(o({ref:t},d),{},{components:n})):i.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,o=new Array(r);o[0]=u;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[f]="string"==typeof e?e:a,o[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>l,default:()=>y,frontMatter:()=>o,metadata:()=>s,toc:()=>d});var i=n(83117),a=n(67294),r=n(3905);const o={id:"pending-identification-level-status-info",title:"PendingIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/pending-identification-level-status-info",id:"api-reference/objects/pending-identification-level-status-info",title:"PendingIdentificationLevelStatusInfo",description:"Describes an identification level that is pending for the process of the current identification, requiring an operation not related to the end-user to progress",source:"@site/docs/api-reference/objects/pending-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/pending-identification-level-status-info",permalink:"/api-reference/objects/pending-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/pending-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"pending-identification-level-status-info",title:"PendingIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'PendingIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-pendingidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},g="wrapper";function y(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that is pending for the process of the current identification, requiring an operation not related to the end-user to progress"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type PendingIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-pendingidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"PendingIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"Pending"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[12127],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),c=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=c(n),u=a,m=f["".concat(s,".").concat(u)]||f[u]||p[u]||r;return n?i.createElement(m,o(o({ref:t},d),{},{components:n})):i.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,o=new Array(r);o[0]=u;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[f]="string"==typeof e?e:a,o[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>l,default:()=>y,frontMatter:()=>o,metadata:()=>s,toc:()=>d});var i=n(83117),a=n(67294),r=n(3905);const o={id:"pending-identification-level-status-info",title:"PendingIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/pending-identification-level-status-info",id:"api-reference/objects/pending-identification-level-status-info",title:"PendingIdentificationLevelStatusInfo",description:"Describes an identification level that is pending for the process of the current identification, requiring an operation not related to the end-user to progress",source:"@site/docs/api-reference/objects/pending-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/pending-identification-level-status-info",permalink:"/api-reference/objects/pending-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/pending-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"pending-identification-level-status-info",title:"PendingIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'PendingIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-pendingidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,r.kt)(a.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(a.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:p,Badge:u},g="wrapper";function y(e){let{components:t,...n}=e;return(0,r.kt)(g,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that is pending for the process of the current identification, requiring an operation not related to the end-user to progress"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type PendingIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-pendingidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"PendingIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"Pending"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/d785bf34.c29440ae.js b/assets/js/d785bf34.f7192b9c.js similarity index 64% rename from assets/js/d785bf34.c29440ae.js rename to assets/js/d785bf34.f7192b9c.js index c92440b8879..462a812f3b0 100644 --- a/assets/js/d785bf34.c29440ae.js +++ b/assets/js/d785bf34.f7192b9c.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[8619],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>u});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function p(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var d=n.createContext({}),o=function(e){var t=n.useContext(d),a=t;return e&&(a="function"==typeof e?e(t):p(p({},t),e)),a},s=function(e){var t=o(e.components);return n.createElement(d.Provider,{value:t},e.children)},l="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},k=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,c=e.originalType,d=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),l=o(a),k=r,u=l["".concat(d,".").concat(k)]||l[k]||m[k]||c;return a?n.createElement(u,p(p({ref:t},s),{},{components:a})):n.createElement(u,p({ref:t},s))}));function u(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=a.length,p=new Array(c);p[0]=k;var i={};for(var d in t)hasOwnProperty.call(t,d)&&(i[d]=t[d]);i.originalType=e,i[l]="string"==typeof e?e:r,p[1]=i;for(var o=2;o{a.r(t),a.d(t,{Badge:()=>k,Bullet:()=>l,SpecifiedBy:()=>m,assets:()=>o,contentTitle:()=>i,default:()=>y,frontMatter:()=>p,metadata:()=>d,toc:()=>s});var n=a(83117),r=a(67294),c=a(3905);const p={id:"date-time",title:"DateTime",hide_table_of_contents:!1},i=void 0,d={unversionedId:"api-reference/scalars/date-time",id:"api-reference/scalars/date-time",title:"DateTime",description:"Date time (ISO 8601 with time information)",source:"@site/docs/api-reference/scalars/date-time.mdx",sourceDirName:"api-reference/scalars",slug:"/api-reference/scalars/date-time",permalink:"/api-reference/scalars/date-time",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/scalars/date-time.mdx",tags:[],version:"current",frontMatter:{id:"date-time",title:"DateTime",hide_table_of_contents:!1}},o={},s=[{value:"Member of",id:"member-of",level:3}],l=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),k=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),u={toc:s,Bullet:l,SpecifiedBy:m,Badge:k},f="wrapper";function y(e){let{components:t,...a}=e;return(0,c.kt)(f,(0,n.Z)({},u,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Date time (ISO 8601 with time information)\nex: 2021-04-12T16:28:22.867Z"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"scalar DateTime\n")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-holder"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolder"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/account-verification"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountVerification"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-card-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddCardInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-external-account-balance-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddExternalAccountBalanceInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-external-account-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddExternalAccountInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-or-update-external-account-balance-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddOrUpdateExternalAccountBalanceInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/booked-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"BookedTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/canceled-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"CanceledTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/capital-deposit-case"},(0,c.kt)("inlineCode",{parentName:"a"},"CapitalDepositCase"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/capital-deposit-document"},(0,c.kt)("inlineCode",{parentName:"a"},"CapitalDepositDocument"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card"},(0,c.kt)("inlineCode",{parentName:"a"},"Card"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-config-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardConfigInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-config-with-group-delivery-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardConfigWithGroupDeliveryInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-design-background"},(0,c.kt)("inlineCode",{parentName:"a"},"CardDesignBackground"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-product"},(0,c.kt)("inlineCode",{parentName:"a"},"CardProduct"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-product-design"},(0,c.kt)("inlineCode",{parentName:"a"},"CardProductDesign"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-settings"},(0,c.kt)("inlineCode",{parentName:"a"},"CardSettings"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-settings-background"},(0,c.kt)("inlineCode",{parentName:"a"},"CardSettingsBackground"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CardTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/check-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CheckTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/complete-digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"CompleteDigitalCard"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/consent"},(0,c.kt)("inlineCode",{parentName:"a"},"Consent"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/credit-transfer-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CreditTransferInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/csv-statement"},(0,c.kt)("inlineCode",{parentName:"a"},"CsvStatement"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCard"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/digital-card-canceled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCardCanceledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/digital-card-enabled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCardEnabledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/digital-card-suspended-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCardSuspendedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/direct-debit-account-verification"},(0,c.kt)("inlineCode",{parentName:"a"},"DirectDebitAccountVerification"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/direct-debit-funding-source"},(0,c.kt)("inlineCode",{parentName:"a"},"DirectDebitFundingSource"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccount"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account-balance"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalance"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account-balance-already-exists-rejection"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceAlreadyExistsRejection"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/external-account-balance-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/fee-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"FeeTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/funding-source"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSource"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/generate-account-statement-input"},(0,c.kt)("inlineCode",{parentName:"a"},"GenerateAccountStatementInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/identification"},(0,c.kt)("inlineCode",{parentName:"a"},"Identification"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/individual-ultimate-beneficial-owner"},(0,c.kt)("inlineCode",{parentName:"a"},"IndividualUltimateBeneficialOwner"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/initiate-funding-request-input"},(0,c.kt)("inlineCode",{parentName:"a"},"InitiateFundingRequestInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-credit-transfer"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalCreditTransfer"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/internal-direct-debit-payment-collection-input"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalDirectDebitPaymentCollectionInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-direct-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalDirectDebitTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-payment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalPaymentDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-received-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalReceivedDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/international-credit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternationalCreditTransferTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/invoice"},(0,c.kt)("inlineCode",{parentName:"a"},"Invoice"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-active-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentActiveStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-inactive-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentInactiveStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/merchant-profile"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfile"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/partnership-accepted-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipAcceptedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/partnership-canceled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipCanceledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/partnership-canceling-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipCancelingStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/payment"},(0,c.kt)("inlineCode",{parentName:"a"},"Payment"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pdf-statement"},(0,c.kt)("inlineCode",{parentName:"a"},"PdfStatement"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"PendingDigitalCard"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PendingTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/physical-card-renewed-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PhysicalCardRenewedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/physical-card-to-activate-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PhysicalCardToActivateStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/received-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/received-direct-debit-mandate-status-info-canceled"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateStatusInfoCanceled"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/received-direct-debit-mandate-status-info-enabled"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateStatusInfoEnabled"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/received-direct-debit-mandate-status-info-suspended"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateStatusInfoSuspended"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/refund-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"RefundTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/rejected-verification-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"RejectedVerificationStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/released-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"ReleasedTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/request-merchant-profile-update"},(0,c.kt)("inlineCode",{parentName:"a"},"RequestMerchantProfileUpdate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/schedule-standing-order-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ScheduleStandingOrderInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepacredit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPACreditTransferTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/sepa-direct-debit-payment-collection-input"},(0,c.kt)("inlineCode",{parentName:"a"},"SepaDirectDebitPaymentCollectionInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepadirect-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPADirectDebitTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepapayment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAPaymentDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/separeceived-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAReceivedDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/shareholder"},(0,c.kt)("inlineCode",{parentName:"a"},"Shareholder"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/standing-order"},(0,c.kt)("inlineCode",{parentName:"a"},"StandingOrder"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/statement"},(0,c.kt)("inlineCode",{parentName:"a"},"Statement"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/statement-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"StatementFiltersInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocument"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollection"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection-approved-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionApprovedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection-canceled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionCanceledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection-rejected-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionRejectedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-refused-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentRefusedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-validated-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentValidatedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"Transaction"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/transactions-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionsFiltersInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/upcoming-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"UpcomingTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-card-input"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdateCardInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/user"},(0,c.kt)("inlineCode",{parentName:"a"},"User"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/verified-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"VerifiedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[8619],{3905:(e,t,a)=>{a.d(t,{Zo:()=>s,kt:()=>u});var n=a(67294);function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function p(e){for(var t=1;t=0||(r[a]=e[a]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}var d=n.createContext({}),o=function(e){var t=n.useContext(d),a=t;return e&&(a="function"==typeof e?e(t):p(p({},t),e)),a},s=function(e){var t=o(e.components);return n.createElement(d.Provider,{value:t},e.children)},l="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},k=n.forwardRef((function(e,t){var a=e.components,r=e.mdxType,c=e.originalType,d=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),l=o(a),k=r,u=l["".concat(d,".").concat(k)]||l[k]||m[k]||c;return a?n.createElement(u,p(p({ref:t},s),{},{components:a})):n.createElement(u,p({ref:t},s))}));function u(e,t){var a=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=a.length,p=new Array(c);p[0]=k;var i={};for(var d in t)hasOwnProperty.call(t,d)&&(i[d]=t[d]);i.originalType=e,i[l]="string"==typeof e?e:r,p[1]=i;for(var o=2;o{a.r(t),a.d(t,{Badge:()=>k,Bullet:()=>l,SpecifiedBy:()=>m,assets:()=>o,contentTitle:()=>i,default:()=>y,frontMatter:()=>p,metadata:()=>d,toc:()=>s});var n=a(83117),r=a(67294),c=a(3905);const p={id:"date-time",title:"DateTime",hide_table_of_contents:!1},i=void 0,d={unversionedId:"api-reference/scalars/date-time",id:"api-reference/scalars/date-time",title:"DateTime",description:"Date time (ISO 8601 with time information)",source:"@site/docs/api-reference/scalars/date-time.mdx",sourceDirName:"api-reference/scalars",slug:"/api-reference/scalars/date-time",permalink:"/api-reference/scalars/date-time",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/scalars/date-time.mdx",tags:[],version:"current",frontMatter:{id:"date-time",title:"DateTime",hide_table_of_contents:!1}},o={},s=[{value:"Member of",id:"member-of",level:3}],l=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),k=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),u={toc:s,Bullet:l,SpecifiedBy:m,Badge:k},f="wrapper";function y(e){let{components:t,...a}=e;return(0,c.kt)(f,(0,n.Z)({},u,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Date time (ISO 8601 with time information)\nex: 2021-04-12T16:28:22.867Z"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"scalar DateTime\n")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account"},(0,c.kt)("inlineCode",{parentName:"a"},"Account"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-holder"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountHolder"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountMembership"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/account-verification"},(0,c.kt)("inlineCode",{parentName:"a"},"AccountVerification"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-card-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddCardInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-external-account-balance-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddExternalAccountBalanceInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-external-account-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddExternalAccountInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/add-or-update-external-account-balance-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AddOrUpdateExternalAccountBalanceInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/booked-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"BookedTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/canceled-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"CanceledTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/capital-deposit-case"},(0,c.kt)("inlineCode",{parentName:"a"},"CapitalDepositCase"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/capital-deposit-document"},(0,c.kt)("inlineCode",{parentName:"a"},"CapitalDepositDocument"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card"},(0,c.kt)("inlineCode",{parentName:"a"},"Card"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-config-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardConfigInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/card-config-with-group-delivery-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CardConfigWithGroupDeliveryInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-design-background"},(0,c.kt)("inlineCode",{parentName:"a"},"CardDesignBackground"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-product"},(0,c.kt)("inlineCode",{parentName:"a"},"CardProduct"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-product-design"},(0,c.kt)("inlineCode",{parentName:"a"},"CardProductDesign"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-settings"},(0,c.kt)("inlineCode",{parentName:"a"},"CardSettings"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-settings-background"},(0,c.kt)("inlineCode",{parentName:"a"},"CardSettingsBackground"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/card-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CardTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/check-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"CheckTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/complete-digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"CompleteDigitalCard"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/consent"},(0,c.kt)("inlineCode",{parentName:"a"},"Consent"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/credit-transfer-input"},(0,c.kt)("inlineCode",{parentName:"a"},"CreditTransferInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/csv-statement"},(0,c.kt)("inlineCode",{parentName:"a"},"CsvStatement"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCard"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/digital-card-canceled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCardCanceledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/digital-card-enabled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCardEnabledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/digital-card-suspended-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"DigitalCardSuspendedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/direct-debit-account-verification"},(0,c.kt)("inlineCode",{parentName:"a"},"DirectDebitAccountVerification"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/direct-debit-funding-source"},(0,c.kt)("inlineCode",{parentName:"a"},"DirectDebitFundingSource"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccount"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account-balance"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalance"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/external-account-balance-already-exists-rejection"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceAlreadyExistsRejection"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/external-account-balance-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/fee-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"FeeTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/funding-source"},(0,c.kt)("inlineCode",{parentName:"a"},"FundingSource"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/generate-account-statement-input"},(0,c.kt)("inlineCode",{parentName:"a"},"GenerateAccountStatementInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/identification"},(0,c.kt)("inlineCode",{parentName:"a"},"Identification"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/individual-ultimate-beneficial-owner"},(0,c.kt)("inlineCode",{parentName:"a"},"IndividualUltimateBeneficialOwner"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/initiate-funding-request-input"},(0,c.kt)("inlineCode",{parentName:"a"},"InitiateFundingRequestInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-credit-transfer"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalCreditTransfer"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/internal-direct-debit-payment-collection-input"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalDirectDebitPaymentCollectionInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-direct-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalDirectDebitTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-payment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalPaymentDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/internal-received-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"InternalReceivedDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/international-credit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"InternationalCreditTransferTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/invoice"},(0,c.kt)("inlineCode",{parentName:"a"},"Invoice"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-active-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentActiveStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-inactive-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentInactiveStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/legal-document-upcoming-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentUpcomingStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/merchant-profile"},(0,c.kt)("inlineCode",{parentName:"a"},"MerchantProfile"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/onboarding"},(0,c.kt)("inlineCode",{parentName:"a"},"Onboarding"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/partnership-accepted-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipAcceptedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/partnership-canceled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipCanceledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/partnership-canceling-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PartnershipCancelingStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/payment"},(0,c.kt)("inlineCode",{parentName:"a"},"Payment"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pdf-statement"},(0,c.kt)("inlineCode",{parentName:"a"},"PdfStatement"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-digital-card"},(0,c.kt)("inlineCode",{parentName:"a"},"PendingDigitalCard"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PendingTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/physical-card-renewed-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PhysicalCardRenewedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/physical-card-to-activate-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"PhysicalCardToActivateStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/received-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/received-direct-debit-mandate-status-info-canceled"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateStatusInfoCanceled"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/received-direct-debit-mandate-status-info-enabled"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateStatusInfoEnabled"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/received-direct-debit-mandate-status-info-suspended"},(0,c.kt)("inlineCode",{parentName:"a"},"ReceivedDirectDebitMandateStatusInfoSuspended"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/refund-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"RefundTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/rejected-verification-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"RejectedVerificationStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/released-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"ReleasedTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/request-merchant-profile-update"},(0,c.kt)("inlineCode",{parentName:"a"},"RequestMerchantProfileUpdate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/schedule-standing-order-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ScheduleStandingOrderInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepacredit-transfer-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPACreditTransferTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/sepa-direct-debit-payment-collection-input"},(0,c.kt)("inlineCode",{parentName:"a"},"SepaDirectDebitPaymentCollectionInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepadirect-debit-transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPADirectDebitTransaction"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/sepapayment-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAPaymentDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/separeceived-direct-debit-mandate"},(0,c.kt)("inlineCode",{parentName:"a"},"SEPAReceivedDirectDebitMandate"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/shareholder"},(0,c.kt)("inlineCode",{parentName:"a"},"Shareholder"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/standing-order"},(0,c.kt)("inlineCode",{parentName:"a"},"StandingOrder"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/statement"},(0,c.kt)("inlineCode",{parentName:"a"},"Statement"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/statement-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"StatementFiltersInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocument"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollection"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection-approved-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionApprovedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection-canceled-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionCanceledStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-collection-rejected-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentCollectionRejectedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-refused-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentRefusedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-validated-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"SupportingDocumentValidatedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/interfaces/transaction"},(0,c.kt)("inlineCode",{parentName:"a"},"Transaction"))," ",(0,c.kt)(k,{class:"secondary",text:"interface",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/transactions-filters-input"},(0,c.kt)("inlineCode",{parentName:"a"},"TransactionsFiltersInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/upcoming-transaction-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"UpcomingTransactionStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-card-input"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdateCardInput"))," ",(0,c.kt)(k,{class:"secondary",text:"input",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/user"},(0,c.kt)("inlineCode",{parentName:"a"},"User"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"}),(0,c.kt)(l,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"p",href:"/api-reference/objects/verified-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"VerifiedStatusInfo"))," ",(0,c.kt)(k,{class:"secondary",text:"object",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/d79eea0f.e78868e0.js b/assets/js/d79eea0f.257016bb.js similarity index 98% rename from assets/js/d79eea0f.e78868e0.js rename to assets/js/d79eea0f.257016bb.js index 06dbce2ab02..d02bb38b156 100644 --- a/assets/js/d79eea0f.e78868e0.js +++ b/assets/js/d79eea0f.257016bb.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[67571],{3905:(e,r,t)=>{t.d(r,{Zo:()=>i,kt:()=>y});var a=t(67294);function n(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function o(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,a)}return t}function l(e){for(var r=1;r=0||(n[t]=e[t]);return n}(e,r);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(n[t]=e[t])}return n}var c=a.createContext({}),d=function(e){var r=a.useContext(c),t=r;return e&&(t="function"==typeof e?e(r):l(l({},r),e)),t},i=function(e){var r=d(e.components);return a.createElement(c.Provider,{value:r},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var r=e.children;return a.createElement(a.Fragment,{},r)}},f=a.forwardRef((function(e,r){var t=e.components,n=e.mdxType,o=e.originalType,c=e.parentName,i=s(e,["components","mdxType","originalType","parentName"]),u=d(t),f=n,y=u["".concat(c,".").concat(f)]||u[f]||p[f]||o;return t?a.createElement(y,l(l({ref:r},i),{},{components:t})):a.createElement(y,l({ref:r},i))}));function y(e,r){var t=arguments,n=r&&r.mdxType;if("string"==typeof e||n){var o=t.length,l=new Array(o);l[0]=f;var s={};for(var c in r)hasOwnProperty.call(r,c)&&(s[c]=r[c]);s.originalType=e,s[u]="string"==typeof e?e:n,l[1]=s;for(var d=2;d{t.r(r),t.d(r,{Badge:()=>f,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>d,contentTitle:()=>s,default:()=>g,frontMatter:()=>l,metadata:()=>c,toc:()=>i});var a=t(83117),n=t(67294),o=t(3905);const l={id:"add-single-use-virtual-card-success-for-user-payload",title:"AddSingleUseVirtualCardSuccessForUserPayload",hide_table_of_contents:!1},s=void 0,c={unversionedId:"api-reference/objects/add-single-use-virtual-card-success-for-user-payload",id:"api-reference/objects/add-single-use-virtual-card-success-for-user-payload",title:"AddSingleUseVirtualCardSuccessForUserPayload",description:"No description",source:"@site/docs/api-reference/objects/add-single-use-virtual-card-success-for-user-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/add-single-use-virtual-card-success-for-user-payload",permalink:"/api-reference/objects/add-single-use-virtual-card-success-for-user-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/add-single-use-virtual-card-success-for-user-payload.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card-success-for-user-payload",title:"AddSingleUseVirtualCardSuccessForUserPayload",hide_table_of_contents:!1}},d={},i=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardSuccessForUserPayload.cardCard! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforuserpayloadbcardbcodecard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],u=()=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(n.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:i,Bullet:u,SpecifiedBy:p,Badge:f},m="wrapper";function g(e){let{components:r,...t}=e;return(0,o.kt)(m,(0,a.Z)({},y,t,{components:r,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type AddSingleUseVirtualCardSuccessForUserPayload {\n card: Card!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforuserpayloadbcardbcodecard--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardSuccessForUserPayload.",(0,o.kt)("b",null,"card"))),(0,o.kt)(u,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/card"},(0,o.kt)("inlineCode",{parentName:"a"},"Card!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"the new card added")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/add-single-use-virtual-card-payload"},(0,o.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardPayload"))," ",(0,o.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[67571],{3905:(e,r,t)=>{t.d(r,{Zo:()=>i,kt:()=>y});var a=t(67294);function n(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function o(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,a)}return t}function l(e){for(var r=1;r=0||(n[t]=e[t]);return n}(e,r);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(n[t]=e[t])}return n}var c=a.createContext({}),d=function(e){var r=a.useContext(c),t=r;return e&&(t="function"==typeof e?e(r):l(l({},r),e)),t},i=function(e){var r=d(e.components);return a.createElement(c.Provider,{value:r},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var r=e.children;return a.createElement(a.Fragment,{},r)}},f=a.forwardRef((function(e,r){var t=e.components,n=e.mdxType,o=e.originalType,c=e.parentName,i=s(e,["components","mdxType","originalType","parentName"]),u=d(t),f=n,y=u["".concat(c,".").concat(f)]||u[f]||p[f]||o;return t?a.createElement(y,l(l({ref:r},i),{},{components:t})):a.createElement(y,l({ref:r},i))}));function y(e,r){var t=arguments,n=r&&r.mdxType;if("string"==typeof e||n){var o=t.length,l=new Array(o);l[0]=f;var s={};for(var c in r)hasOwnProperty.call(r,c)&&(s[c]=r[c]);s.originalType=e,s[u]="string"==typeof e?e:n,l[1]=s;for(var d=2;d{t.r(r),t.d(r,{Badge:()=>f,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>d,contentTitle:()=>s,default:()=>g,frontMatter:()=>l,metadata:()=>c,toc:()=>i});var a=t(83117),n=t(67294),o=t(3905);const l={id:"add-single-use-virtual-card-success-for-user-payload",title:"AddSingleUseVirtualCardSuccessForUserPayload",hide_table_of_contents:!1},s=void 0,c={unversionedId:"api-reference/objects/add-single-use-virtual-card-success-for-user-payload",id:"api-reference/objects/add-single-use-virtual-card-success-for-user-payload",title:"AddSingleUseVirtualCardSuccessForUserPayload",description:"No description",source:"@site/docs/api-reference/objects/add-single-use-virtual-card-success-for-user-payload.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/add-single-use-virtual-card-success-for-user-payload",permalink:"/api-reference/objects/add-single-use-virtual-card-success-for-user-payload",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/add-single-use-virtual-card-success-for-user-payload.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card-success-for-user-payload",title:"AddSingleUseVirtualCardSuccessForUserPayload",hide_table_of_contents:!1}},d={},i=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardSuccessForUserPayload.cardCard! ',id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforuserpayloadbcardbcodecard--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],u=()=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(n.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(n.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:i,Bullet:u,SpecifiedBy:p,Badge:f},m="wrapper";function g(e){let{components:r,...t}=e;return(0,o.kt)(m,(0,a.Z)({},y,t,{components:r,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"No description"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type AddSingleUseVirtualCardSuccessForUserPayload {\n card: Card!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardsuccessforuserpayloadbcardbcodecard--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardSuccessForUserPayload.",(0,o.kt)("b",null,"card"))),(0,o.kt)(u,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/card"},(0,o.kt)("inlineCode",{parentName:"a"},"Card!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The new card added")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/add-single-use-virtual-card-payload"},(0,o.kt)("inlineCode",{parentName:"a"},"AddSingleUseVirtualCardPayload"))," ",(0,o.kt)(f,{class:"secondary",text:"union",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/dacd0a27.01526684.js b/assets/js/dacd0a27.01526684.js deleted file mode 100644 index 0a27be52030..00000000000 --- a/assets/js/dacd0a27.01526684.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[50094],{3905:(t,e,n)=>{n.d(e,{Zo:()=>s,kt:()=>b});var i=n(67294);function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function r(t){for(var e=1;e=0||(a[n]=t[n]);return a}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(a[n]=t[n])}return a}var c=i.createContext({}),d=function(t){var e=i.useContext(c),n=e;return t&&(n="function"==typeof t?t(e):r(r({},e),t)),n},s=function(t){var e=d(t.components);return i.createElement(c.Provider,{value:e},t.children)},u="mdxType",f={inlineCode:"code",wrapper:function(t){var e=t.children;return i.createElement(i.Fragment,{},e)}},p=i.forwardRef((function(t,e){var n=t.components,a=t.mdxType,o=t.originalType,c=t.parentName,s=l(t,["components","mdxType","originalType","parentName"]),u=d(n),p=a,b=u["".concat(c,".").concat(p)]||u[p]||f[p]||o;return n?i.createElement(b,r(r({ref:e},s),{},{components:n})):i.createElement(b,r({ref:e},s))}));function b(t,e){var n=arguments,a=e&&e.mdxType;if("string"==typeof t||a){var o=n.length,r=new Array(o);r[0]=p;var l={};for(var c in e)hasOwnProperty.call(e,c)&&(l[c]=e[c]);l.originalType=t,l[u]="string"==typeof t?t:a,r[1]=l;for(var d=2;d{n.r(e),n.d(e,{Badge:()=>p,Bullet:()=>u,SpecifiedBy:()=>f,assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>r,metadata:()=>c,toc:()=>s});var i=n(83117),a=n(67294),o=n(3905);const r={id:"swan-identification-status",title:"SwanIdentificationStatus",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/enums/swan-identification-status",id:"api-reference/enums/swan-identification-status",title:"SwanIdentificationStatus",description:"Used when filtering to filter on the status of the identifications",source:"@site/docs/api-reference/enums/swan-identification-status.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/swan-identification-status",permalink:"/api-reference/enums/swan-identification-status",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/swan-identification-status.mdx",tags:[],version:"current",frontMatter:{id:"swan-identification-status",title:"SwanIdentificationStatus",hide_table_of_contents:!1}},d={},s=[{value:"Values",id:"values",level:3},{value:"SwanIdentificationStatus.Pending",id:"code-style-fontweight-normal-swanidentificationstatusbpendingbcode",level:4},{value:"SwanIdentificationStatus.Valid",id:"code-style-fontweight-normal-swanidentificationstatusbvalidbcode",level:4},{value:"SwanIdentificationStatus.Invalid",id:"code-style-fontweight-normal-swanidentificationstatusbinvalidbcode",level:4},{value:"SwanIdentificationStatus.NotSupported",id:"code-style-fontweight-normal-swanidentificationstatusbnotsupportedbcode",level:4},{value:"SwanIdentificationStatus.NotStarted",id:"code-style-fontweight-normal-swanidentificationstatusbnotstartedbcode",level:4},{value:"SwanIdentificationStatus.Started",id:"code-style-fontweight-normal-swanidentificationstatusbstartedbcode",level:4},{value:"SwanIdentificationStatus.Canceled",id:"code-style-fontweight-normal-swanidentificationstatusbcanceledbcode",level:4},{value:"SwanIdentificationStatus.Expired",id:"code-style-fontweight-normal-swanidentificationstatusbexpiredbcode",level:4},{value:"Member of",id:"member-of",level:3}],u=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=t=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:t.url,title:"Specified by "+t.url},"\u2398")),p=t=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+t.class},t.text)),b={toc:s,Bullet:u,SpecifiedBy:f,Badge:p},m="wrapper";function h(t){let{components:e,...n}=t;return(0,o.kt)(m,(0,i.Z)({},b,n,{components:e,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Used when filtering to filter on the status of the identifications"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SwanIdentificationStatus {\n Pending\n Valid\n Invalid\n NotSupported\n NotStarted\n Started\n Canceled\n Expired\n}\n")),(0,o.kt)("h3",{id:"values"},"Values"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbpendingbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Pending")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification process is currently being treated by a manual or automatic process")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbvalidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Valid")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification is valid")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbinvalidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Invalid")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification is invalid")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbnotsupportedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"NotSupported")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification does not support an identification level")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbnotstartedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"NotStarted")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification hasn't been started yet")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbstartedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Started")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification has been started")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbcanceledbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Canceled")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification has been canceled")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbexpiredbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Expired")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification has expired")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/inputs/identification-filters-input"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationFiltersInput"))," ",(0,o.kt)(p,{class:"secondary",text:"input",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/dacd0a27.275df64c.js b/assets/js/dacd0a27.275df64c.js new file mode 100644 index 00000000000..cfd69dbccd4 --- /dev/null +++ b/assets/js/dacd0a27.275df64c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[50094],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var a=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var c=a.createContext({}),d=function(e){var t=a.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},s=function(e){var t=d(e.components);return a.createElement(c.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},u=a.forwardRef((function(e,t){var n=e.components,i=e.mdxType,o=e.originalType,c=e.parentName,s=l(e,["components","mdxType","originalType","parentName"]),f=d(n),u=i,m=f["".concat(c,".").concat(u)]||f[u]||p[u]||o;return n?a.createElement(m,r(r({ref:t},s),{},{components:n})):a.createElement(m,r({ref:t},s))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var o=n.length,r=new Array(o);r[0]=u;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[f]="string"==typeof e?e:i,r[1]=l;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>d,contentTitle:()=>l,default:()=>k,frontMatter:()=>r,metadata:()=>c,toc:()=>s});var a=n(83117),i=n(67294),o=n(3905);const r={id:"swan-identification-status",title:"SwanIdentificationStatus",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/enums/swan-identification-status",id:"api-reference/enums/swan-identification-status",title:"SwanIdentificationStatus",description:"Status values of an identification",source:"@site/docs/api-reference/enums/swan-identification-status.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/swan-identification-status",permalink:"/api-reference/enums/swan-identification-status",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/swan-identification-status.mdx",tags:[],version:"current",frontMatter:{id:"swan-identification-status",title:"SwanIdentificationStatus",hide_table_of_contents:!1}},d={},s=[{value:"Values",id:"values",level:3},{value:"SwanIdentificationStatus.Pending",id:"code-style-fontweight-normal-swanidentificationstatusbpendingbcode",level:4},{value:"SwanIdentificationStatus.Valid",id:"code-style-fontweight-normal-swanidentificationstatusbvalidbcode",level:4},{value:"SwanIdentificationStatus.Invalid",id:"code-style-fontweight-normal-swanidentificationstatusbinvalidbcode",level:4},{value:"SwanIdentificationStatus.Canceled",id:"code-style-fontweight-normal-swanidentificationstatusbcanceledbcode",level:4},{value:"SwanIdentificationStatus.Expired",id:"code-style-fontweight-normal-swanidentificationstatusbexpiredbcode",level:4},{value:"SwanIdentificationStatus.NotSupported",id:"code-style-fontweight-normal-swanidentificationstatusbnotsupportedbcode",level:4},{value:"SwanIdentificationStatus.NotStarted",id:"code-style-fontweight-normal-swanidentificationstatusbnotstartedbcode",level:4},{value:"SwanIdentificationStatus.Started",id:"code-style-fontweight-normal-swanidentificationstatusbstartedbcode",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(i.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(i.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:f,SpecifiedBy:p,Badge:u},b="wrapper";function k(e){let{components:t,...n}=e;return(0,o.kt)(b,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Status values of an identification"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SwanIdentificationStatus {\n Pending\n Valid\n Invalid\n Canceled\n Expired\n NotSupported\n NotStarted\n Started\n}\n")),(0,o.kt)("h3",{id:"values"},"Values"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbpendingbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Pending")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification process is currently being treated by a manual or automatic process")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbvalidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Valid")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification is valid")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbinvalidbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Invalid")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification is invalid")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbcanceledbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Canceled")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the user canceled the identification process or the identification service was unavailable")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbexpiredbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Expired")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification is no longer valid")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbnotsupportedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"NotSupported")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification does not support an identification level")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbnotstartedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"NotStarted")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification hasn't been started yet")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-swanidentificationstatusbstartedbcode"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"SwanIdentificationStatus.",(0,o.kt)("b",null,"Started")))),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"When the identification has been started")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/canceled-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"CanceledIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/expired-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"ExpiredIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/identification-expert-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationExpertProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/identification-expert-with-qesprocess-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationExpertWithQESProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/inputs/identification-filters-input"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationFiltersInput"))," ",(0,o.kt)(u,{class:"secondary",text:"input",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/identification-pvidprocess-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationPVIDProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/invalid-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"InvalidIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/not-started-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"NotStartedIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/not-supported-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"NotSupportedIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/pending-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"PendingIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/started-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"StartedIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"}),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/valid-identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"ValidIdentificationLevelStatusInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}k.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/dc535e8b.2f3175bd.js b/assets/js/dc535e8b.2f3175bd.js deleted file mode 100644 index 61d2a37b1e8..00000000000 --- a/assets/js/dc535e8b.2f3175bd.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[36797],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function c(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var r=i.createContext({}),l=function(e){var t=i.useContext(r),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},s=function(e){var t=l(e.components);return i.createElement(r.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,r=e.parentName,s=d(e,["components","mdxType","originalType","parentName"]),f=l(n),p=a,m=f["".concat(r,".").concat(p)]||f[p]||u[p]||o;return n?i.createElement(m,c(c({ref:t},s),{},{components:n})):i.createElement(m,c({ref:t},s))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,c=new Array(o);c[0]=p;var d={};for(var r in t)hasOwnProperty.call(t,r)&&(d[r]=t[r]);d.originalType=e,d[f]="string"==typeof e?e:a,c[1]=d;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>l,contentTitle:()=>d,default:()=>k,frontMatter:()=>c,metadata:()=>r,toc:()=>s});var i=n(83117),a=n(67294),o=n(3905);const c={id:"identification",title:"Identification",hide_table_of_contents:!1},d=void 0,r={unversionedId:"api-reference/objects/identification",id:"api-reference/objects/identification",title:"Identification",description:"The identification represents an ongoing identification process or its result",source:"@site/docs/api-reference/objects/identification.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification",permalink:"/api-reference/objects/identification",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification.mdx",tags:[],version:"current",frontMatter:{id:"identification",title:"Identification",hide_table_of_contents:!1}},l={},s=[{value:"Fields",id:"fields",level:3},{value:'Identification.idString! ',id:"code-style-fontweight-normal-identificationbidbcodestring--",level:4},{value:'Identification.createdAtDateTime! ',id:"code-style-fontweight-normal-identificationbcreatedatbcodedatetime--",level:4},{value:'Identification.updatedAtDateTime! ',id:"code-style-fontweight-normal-identificationbupdatedatbcodedatetime--",level:4},{value:'Identification.processIdentificationProcessInfo! ',id:"code-style-fontweight-normal-identificationbprocessbcodeidentificationprocessinfo--",level:4},{value:'Identification.levelsIdentificationLevelStatusesInfo! ',id:"code-style-fontweight-normal-identificationblevelsbcodeidentificationlevelstatusesinfo--",level:4},{value:'Identification.documents[IdentificationDocument!] ',id:"code-style-fontweight-normal-identificationbdocumentsbcodeidentificationdocument--",level:4},{value:'Identification.signatures[Signature!] ',id:"code-style-fontweight-normal-identificationbsignaturesbcodesignature--",level:4},{value:'Identification.identityDocumentTypeIdentityDocumentType ',id:"code-style-fontweight-normal-identificationbidentitydocumenttypebcodeidentitydocumenttype-",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:f,SpecifiedBy:u,Badge:p},y="wrapper";function k(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"The identification represents an ongoing identification process or its result"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type Identification {\n id: String!\n createdAt: DateTime!\n updatedAt: DateTime!\n process: IdentificationProcessInfo!\n levels: IdentificationLevelStatusesInfo!\n documents: [IdentificationDocument!]\n signatures: [Signature!]\n identityDocumentType: IdentityDocumentType\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbidbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"id"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Unique identifier of the identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbcreatedatbcodedatetime--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"createdAt"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,o.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Creation date of the identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbupdatedatbcodedatetime--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"updatedAt"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,o.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Last update date of the identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbprocessbcodeidentificationprocessinfo--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"process"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/unions/identification-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The process that was used for this identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationblevelsbcodeidentificationlevelstatusesinfo--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"levels"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/identification-level-statuses-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusesInfo!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The status and results associated to the available identification processes")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbdocumentsbcodeidentificationdocument--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"documents"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/unions/identification-document"},(0,o.kt)("inlineCode",{parentName:"a"},"[IdentificationDocument!]"))," ",(0,o.kt)(p,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The available documents related to the identification (id doc, selfie, report...)")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbsignaturesbcodesignature--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"signatures"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/signature"},(0,o.kt)("inlineCode",{parentName:"a"},"[Signature!]"))," ",(0,o.kt)(p,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The available electronic signatures related to the identification (currently for QES only)")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbidentitydocumenttypebcodeidentitydocumenttype-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"identityDocumentType"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identity-document-type"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentityDocumentType"))," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The identity document type used for the current identification (passport, id card ...)")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/identification-edge"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationEdge"))," ",(0,o.kt)(p,{class:"secondary",text:"object",mdxType:"Badge"})))}k.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/dc535e8b.7d0ee8f5.js b/assets/js/dc535e8b.7d0ee8f5.js new file mode 100644 index 00000000000..9a1085a0500 --- /dev/null +++ b/assets/js/dc535e8b.7d0ee8f5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[36797],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function c(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var r=i.createContext({}),l=function(e){var t=i.useContext(r),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},s=function(e){var t=l(e.components);return i.createElement(r.Provider,{value:t},e.children)},f="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,r=e.parentName,s=d(e,["components","mdxType","originalType","parentName"]),f=l(n),u=a,m=f["".concat(r,".").concat(u)]||f[u]||p[u]||o;return n?i.createElement(m,c(c({ref:t},s),{},{components:n})):i.createElement(m,c({ref:t},s))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,c=new Array(o);c[0]=u;var d={};for(var r in t)hasOwnProperty.call(t,r)&&(d[r]=t[r]);d.originalType=e,d[f]="string"==typeof e?e:a,c[1]=d;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>f,SpecifiedBy:()=>p,assets:()=>l,contentTitle:()=>d,default:()=>k,frontMatter:()=>c,metadata:()=>r,toc:()=>s});var i=n(83117),a=n(67294),o=n(3905);const c={id:"identification",title:"Identification",hide_table_of_contents:!1},d=void 0,r={unversionedId:"api-reference/objects/identification",id:"api-reference/objects/identification",title:"Identification",description:"The identification represents an ongoing identification process or its result",source:"@site/docs/api-reference/objects/identification.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification",permalink:"/api-reference/objects/identification",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification.mdx",tags:[],version:"current",frontMatter:{id:"identification",title:"Identification",hide_table_of_contents:!1}},l={},s=[{value:"Fields",id:"fields",level:3},{value:'Identification.idString! ',id:"code-style-fontweight-normal-identificationbidbcodestring--",level:4},{value:'Identification.createdAtDateTime! ',id:"code-style-fontweight-normal-identificationbcreatedatbcodedatetime--",level:4},{value:'Identification.updatedAtDateTime! ',id:"code-style-fontweight-normal-identificationbupdatedatbcodedatetime--",level:4},{value:'Identification.processIdentificationProcessInfo! ',id:"code-style-fontweight-normal-identificationbprocessbcodeidentificationprocessinfo--",level:4},{value:'Identification.levelsIdentificationLevelStatusesInfo! ',id:"code-style-fontweight-normal-identificationblevelsbcodeidentificationlevelstatusesinfo--",level:4},{value:'Identification.documents[IdentificationDocument!] ',id:"code-style-fontweight-normal-identificationbdocumentsbcodeidentificationdocument--",level:4},{value:'Identification.identityDocumentTypeIdentityDocumentType ',id:"code-style-fontweight-normal-identificationbidentitydocumenttypebcodeidentitydocumenttype-",level:4},{value:"Member of",id:"member-of",level:3}],f=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:f,SpecifiedBy:p,Badge:u},y="wrapper";function k(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"The identification represents an ongoing identification process or its result"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type Identification {\n id: String!\n createdAt: DateTime!\n updatedAt: DateTime!\n process: IdentificationProcessInfo!\n levels: IdentificationLevelStatusesInfo!\n documents: [IdentificationDocument!]\n identityDocumentType: IdentityDocumentType\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbidbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"id"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Unique identifier of the identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbcreatedatbcodedatetime--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"createdAt"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,o.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Creation date of the identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbupdatedatbcodedatetime--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"updatedAt"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,o.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Last update date of the identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbprocessbcodeidentificationprocessinfo--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"process"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/unions/identification-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The process that was used for this identification")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationblevelsbcodeidentificationlevelstatusesinfo--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"levels"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/objects/identification-level-statuses-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusesInfo!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The status and results associated to the available identification processes")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbdocumentsbcodeidentificationdocument--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"documents"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/unions/identification-document"},(0,o.kt)("inlineCode",{parentName:"a"},"[IdentificationDocument!]"))," ",(0,o.kt)(u,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The available documents related to the identification (id doc, selfie, report...)")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationbidentitydocumenttypebcodeidentitydocumenttype-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"Identification.",(0,o.kt)("b",null,"identityDocumentType"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identity-document-type"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentityDocumentType"))," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The identity document type used for the current identification (passport, id card ...)")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/objects/identification-edge"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationEdge"))," ",(0,o.kt)(u,{class:"secondary",text:"object",mdxType:"Badge"})))}k.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/dd8a41d8.27549a5c.js b/assets/js/dd8a41d8.27549a5c.js new file mode 100644 index 00000000000..a791875088e --- /dev/null +++ b/assets/js/dd8a41d8.27549a5c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[6604],{3905:(e,t,o)=>{o.d(t,{Zo:()=>u,kt:()=>y});var n=o(67294);function r(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function a(e){for(var t=1;t=0||(r[o]=e[o]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}var c=n.createContext({}),i=function(e){var t=n.useContext(c),o=t;return e&&(o="function"==typeof e?e(t):a(a({},t),e)),o},u=function(e){var t=i(e.components);return n.createElement(c.Provider,{value:t},e.children)},d="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},s=n.forwardRef((function(e,t){var o=e.components,r=e.mdxType,l=e.originalType,c=e.parentName,u=p(e,["components","mdxType","originalType","parentName"]),d=i(o),s=r,y=d["".concat(c,".").concat(s)]||d[s]||m[s]||l;return o?n.createElement(y,a(a({ref:t},u),{},{components:o})):n.createElement(y,a({ref:t},u))}));function y(e,t){var o=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=o.length,a=new Array(l);a[0]=s;var p={};for(var c in t)hasOwnProperty.call(t,c)&&(p[c]=t[c]);p.originalType=e,p[d]="string"==typeof e?e:r,a[1]=p;for(var i=2;i{o.r(t),o.d(t,{Badge:()=>s,Bullet:()=>d,SpecifiedBy:()=>m,assets:()=>i,contentTitle:()=>p,default:()=>g,frontMatter:()=>a,metadata:()=>c,toc:()=>u});var n=o(83117),r=o(67294),l=o(3905);const a={id:"supporting-document-type",title:"SupportingDocumentType",hide_table_of_contents:!1},p=void 0,c={unversionedId:"api-reference/enums/supporting-document-type",id:"api-reference/enums/supporting-document-type",title:"SupportingDocumentType",description:"Specific type for document",source:"@site/docs/api-reference/enums/supporting-document-type.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/supporting-document-type",permalink:"/api-reference/enums/supporting-document-type",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/supporting-document-type.mdx",tags:[],version:"current",frontMatter:{id:"supporting-document-type",title:"SupportingDocumentType",hide_table_of_contents:!1}},i={},u=[{value:"Values",id:"values",level:3},{value:"SupportingDocumentType.Selfie",id:"code-style-fontweight-normal-supportingdocumenttypebselfiebcode",level:4},{value:"SupportingDocumentType.Passport",id:"code-style-fontweight-normal-supportingdocumenttypebpassportbcode",level:4},{value:"SupportingDocumentType.NationalIdCard",id:"code-style-fontweight-normal-supportingdocumenttypebnationalidcardbcode",level:4},{value:"SupportingDocumentType.ResidentPermit",id:"code-style-fontweight-normal-supportingdocumenttypebresidentpermitbcode",level:4},{value:"SupportingDocumentType.DrivingLicense",id:"code-style-fontweight-normal-supportingdocumenttypebdrivinglicensebcode",level:4},{value:"SupportingDocumentType.UtilityBill",id:"code-style-fontweight-normal-supportingdocumenttypebutilitybillbcode",level:4},{value:"SupportingDocumentType.PhoneBill",id:"code-style-fontweight-normal-supportingdocumenttypebphonebillbcode",level:4},{value:"SupportingDocumentType.RentReceipt",id:"code-style-fontweight-normal-supportingdocumenttypebrentreceiptbcode",level:4},{value:"SupportingDocumentType.HomeInsurance",id:"code-style-fontweight-normal-supportingdocumenttypebhomeinsurancebcode",level:4},{value:"SupportingDocumentType.IncomeTaxReturn",id:"code-style-fontweight-normal-supportingdocumenttypebincometaxreturnbcode",level:4},{value:"SupportingDocumentType.PaySlip",id:"code-style-fontweight-normal-supportingdocumenttypebpayslipbcode",level:4},{value:"SupportingDocumentType.RegisterExtract",id:"code-style-fontweight-normal-supportingdocumenttypebregisterextractbcode",level:4},{value:"SupportingDocumentType.ArticlesOfIncorporation",id:"code-style-fontweight-normal-supportingdocumenttypebarticlesofincorporationbcode",level:4},{value:"SupportingDocumentType.CapitalShareDepositCertificate",id:"code-style-fontweight-normal-supportingdocumenttypebcapitalsharedepositcertificatebcode",level:4},{value:"SupportingDocumentType.UBODeclaration",id:"code-style-fontweight-normal-supportingdocumenttypebubodeclarationbcode",level:4},{value:"SupportingDocumentType.JOAFFEExtract",id:"code-style-fontweight-normal-supportingdocumenttypebjoaffeextractbcode",level:4},{value:"SupportingDocumentType.CompanyLeaseAgreement",id:"code-style-fontweight-normal-supportingdocumenttypebcompanyleaseagreementbcode",level:4},{value:"SupportingDocumentType.BankStatement",id:"code-style-fontweight-normal-supportingdocumenttypebbankstatementbcode",level:4},{value:"SupportingDocumentType.BankAccountDetails",id:"code-style-fontweight-normal-supportingdocumenttypebbankaccountdetailsbcode",level:4},{value:"SupportingDocumentType.PowerOfAttorney",id:"code-style-fontweight-normal-supportingdocumenttypebpowerofattorneybcode",level:4},{value:"SupportingDocumentType.CorporateIncomeTaxReturn",id:"code-style-fontweight-normal-supportingdocumenttypebcorporateincometaxreturnbcode",level:4},{value:"SupportingDocumentType.Other",id:"code-style-fontweight-normal-supportingdocumenttypebotherbcode",level:4},{value:"SupportingDocumentType.ByLaws",id:"code-style-fontweight-normal-supportingdocumenttypebbylawsbcode",level:4},{value:"SupportingDocumentType.AccountStatement",id:"code-style-fontweight-normal-supportingdocumenttypebaccountstatementbcode",level:4},{value:"SupportingDocumentType.DeedOfDonation",id:"code-style-fontweight-normal-supportingdocumenttypebdeedofdonationbcode",level:4},{value:"SupportingDocumentType.DeedOfSale",id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsalebcode",level:4},{value:"SupportingDocumentType.DeedOfSuccession",id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsuccessionbcode",level:4},{value:"SupportingDocumentType.LoanContract",id:"code-style-fontweight-normal-supportingdocumenttypebloancontractbcode",level:4},{value:"SupportingDocumentType.NotarialDeed",id:"code-style-fontweight-normal-supportingdocumenttypebnotarialdeedbcode",level:4},{value:"SupportingDocumentType.SwornStatement",id:"code-style-fontweight-normal-supportingdocumenttypebswornstatementbcode",level:4},{value:"SupportingDocumentType.MeetingMinutes",id:"code-style-fontweight-normal-supportingdocumenttypebmeetingminutesbcode",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),s=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:u,Bullet:d,SpecifiedBy:m,Badge:s},b="wrapper";function g(e){let{components:t,...o}=e;return(0,l.kt)(b,(0,n.Z)({},y,o,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Specific type for document"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SupportingDocumentType {\n Selfie\n Passport\n NationalIdCard\n ResidentPermit\n DrivingLicense\n UtilityBill\n PhoneBill\n RentReceipt\n HomeInsurance\n IncomeTaxReturn\n PaySlip\n RegisterExtract\n ArticlesOfIncorporation\n CapitalShareDepositCertificate\n UBODeclaration\n JOAFFEExtract\n CompanyLeaseAgreement\n BankStatement\n BankAccountDetails\n PowerOfAttorney\n CorporateIncomeTaxReturn\n Other\n ByLaws\n AccountStatement\n DeedOfDonation\n DeedOfSale\n DeedOfSuccession\n LoanContract\n NotarialDeed\n SwornStatement\n MeetingMinutes\n}\n")),(0,l.kt)("h3",{id:"values"},"Values"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebselfiebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"Selfie")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Selfie")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebpassportbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"Passport")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Passport")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebnationalidcardbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"NationalIdCard")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"NationalIdCard")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebresidentpermitbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"ResidentPermit")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Resident permit")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdrivinglicensebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DrivingLicense")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Driving license")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebutilitybillbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"UtilityBill")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Water, Electricity or Gas Bill issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebphonebillbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"PhoneBill")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Telephone Bill issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebrentreceiptbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"RentReceipt")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Rental Receipt issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebhomeinsurancebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"HomeInsurance")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Home Insurance contract")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebincometaxreturnbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"IncomeTaxReturn")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Income Tax return or tax-exemption certificate dating less than 2 years")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebpayslipbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"PaySlip")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"A pay slip dating less than 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebregisterextractbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"RegisterExtract")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Commercial registry extract issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebarticlesofincorporationbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"ArticlesOfIncorporation")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Legal document required for company\u2019s formation")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebcapitalsharedepositcertificatebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"CapitalShareDepositCertificate")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Share Deposit Certificate")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebubodeclarationbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"UBODeclaration")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Ultimate Beneficial Owner Declaration")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebjoaffeextractbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"JOAFFEExtract")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Association registration proof for french association")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebcompanyleaseagreementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"CompanyLeaseAgreement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Lease agreement in the name of the business or Proof of Individual Address if the company is hosted by one of the legal representative")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebbankstatementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"BankStatement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Bank Statement")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebbankaccountdetailsbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"BankAccountDetails")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Document with details such as bank name, address, account number and account holder")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebpowerofattorneybcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"PowerOfAttorney")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Signed power of attorney document to give the power to act on behalf")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebcorporateincometaxreturnbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"CorporateIncomeTaxReturn")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Document submitted to your tax bureau at the end of the last business period")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebotherbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"Other")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Other")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebbylawsbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"ByLaws")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"By Laws")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebaccountstatementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"AccountStatement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Account statement")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdeedofdonationbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DeedOfDonation")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Deed of donation")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsalebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DeedOfSale")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Deed of sale")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsuccessionbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DeedOfSuccession")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Deed of succession")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebloancontractbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"LoanContract")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Loan contract")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebnotarialdeedbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"NotarialDeed")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Notarial deed")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebswornstatementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"SwornStatement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Sworn statement")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebmeetingminutesbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"MeetingMinutes")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Meeting's minutes")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/inputs/generate-supporting-document-upload-url-input"},(0,l.kt)("inlineCode",{parentName:"a"},"GenerateSupportingDocumentUploadUrlInput"))," ",(0,l.kt)(s,{class:"secondary",text:"input",mdxType:"Badge"}),(0,l.kt)(d,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document"},(0,l.kt)("inlineCode",{parentName:"a"},"SupportingDocument"))," ",(0,l.kt)(s,{class:"secondary",text:"object",mdxType:"Badge"}),(0,l.kt)(d,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-purpose"},(0,l.kt)("inlineCode",{parentName:"a"},"SupportingDocumentPurpose"))," ",(0,l.kt)(s,{class:"secondary",text:"object",mdxType:"Badge"}),(0,l.kt)(d,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-supporting-document-input"},(0,l.kt)("inlineCode",{parentName:"a"},"UpdateSupportingDocumentInput"))," ",(0,l.kt)(s,{class:"secondary",text:"input",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/dd8a41d8.c1475c98.js b/assets/js/dd8a41d8.c1475c98.js deleted file mode 100644 index 9c5072de657..00000000000 --- a/assets/js/dd8a41d8.c1475c98.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[6604],{3905:(e,t,o)=>{o.d(t,{Zo:()=>u,kt:()=>y});var n=o(67294);function r(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function a(e){for(var t=1;t=0||(r[o]=e[o]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}var c=n.createContext({}),i=function(e){var t=n.useContext(c),o=t;return e&&(o="function"==typeof e?e(t):a(a({},t),e)),o},u=function(e){var t=i(e.components);return n.createElement(c.Provider,{value:t},e.children)},d="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},s=n.forwardRef((function(e,t){var o=e.components,r=e.mdxType,l=e.originalType,c=e.parentName,u=p(e,["components","mdxType","originalType","parentName"]),d=i(o),s=r,y=d["".concat(c,".").concat(s)]||d[s]||m[s]||l;return o?n.createElement(y,a(a({ref:t},u),{},{components:o})):n.createElement(y,a({ref:t},u))}));function y(e,t){var o=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=o.length,a=new Array(l);a[0]=s;var p={};for(var c in t)hasOwnProperty.call(t,c)&&(p[c]=t[c]);p.originalType=e,p[d]="string"==typeof e?e:r,a[1]=p;for(var i=2;i{o.r(t),o.d(t,{Badge:()=>s,Bullet:()=>d,SpecifiedBy:()=>m,assets:()=>i,contentTitle:()=>p,default:()=>g,frontMatter:()=>a,metadata:()=>c,toc:()=>u});var n=o(83117),r=o(67294),l=o(3905);const a={id:"supporting-document-type",title:"SupportingDocumentType",hide_table_of_contents:!1},p=void 0,c={unversionedId:"api-reference/enums/supporting-document-type",id:"api-reference/enums/supporting-document-type",title:"SupportingDocumentType",description:"Specific type for document",source:"@site/docs/api-reference/enums/supporting-document-type.mdx",sourceDirName:"api-reference/enums",slug:"/api-reference/enums/supporting-document-type",permalink:"/api-reference/enums/supporting-document-type",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/enums/supporting-document-type.mdx",tags:[],version:"current",frontMatter:{id:"supporting-document-type",title:"SupportingDocumentType",hide_table_of_contents:!1}},i={},u=[{value:"Values",id:"values",level:3},{value:"SupportingDocumentType.Selfie",id:"code-style-fontweight-normal-supportingdocumenttypebselfiebcode",level:4},{value:"SupportingDocumentType.Passport",id:"code-style-fontweight-normal-supportingdocumenttypebpassportbcode",level:4},{value:"SupportingDocumentType.NationalIdCard",id:"code-style-fontweight-normal-supportingdocumenttypebnationalidcardbcode",level:4},{value:"SupportingDocumentType.ResidentPermit",id:"code-style-fontweight-normal-supportingdocumenttypebresidentpermitbcode",level:4},{value:"SupportingDocumentType.DrivingLicense",id:"code-style-fontweight-normal-supportingdocumenttypebdrivinglicensebcode",level:4},{value:"SupportingDocumentType.UtilityBill",id:"code-style-fontweight-normal-supportingdocumenttypebutilitybillbcode",level:4},{value:"SupportingDocumentType.PhoneBill",id:"code-style-fontweight-normal-supportingdocumenttypebphonebillbcode",level:4},{value:"SupportingDocumentType.RentReceipt",id:"code-style-fontweight-normal-supportingdocumenttypebrentreceiptbcode",level:4},{value:"SupportingDocumentType.HomeInsurance",id:"code-style-fontweight-normal-supportingdocumenttypebhomeinsurancebcode",level:4},{value:"SupportingDocumentType.IncomeTaxReturn",id:"code-style-fontweight-normal-supportingdocumenttypebincometaxreturnbcode",level:4},{value:"SupportingDocumentType.PaySlip",id:"code-style-fontweight-normal-supportingdocumenttypebpayslipbcode",level:4},{value:"SupportingDocumentType.RegisterExtract",id:"code-style-fontweight-normal-supportingdocumenttypebregisterextractbcode",level:4},{value:"SupportingDocumentType.ArticlesOfIncorporation",id:"code-style-fontweight-normal-supportingdocumenttypebarticlesofincorporationbcode",level:4},{value:"SupportingDocumentType.CapitalShareDepositCertificate",id:"code-style-fontweight-normal-supportingdocumenttypebcapitalsharedepositcertificatebcode",level:4},{value:"SupportingDocumentType.UBODeclaration",id:"code-style-fontweight-normal-supportingdocumenttypebubodeclarationbcode",level:4},{value:"SupportingDocumentType.JOAFFEExtract",id:"code-style-fontweight-normal-supportingdocumenttypebjoaffeextractbcode",level:4},{value:"SupportingDocumentType.CompanyLeaseAgreement",id:"code-style-fontweight-normal-supportingdocumenttypebcompanyleaseagreementbcode",level:4},{value:"SupportingDocumentType.BankStatement",id:"code-style-fontweight-normal-supportingdocumenttypebbankstatementbcode",level:4},{value:"SupportingDocumentType.BankAccountDetails",id:"code-style-fontweight-normal-supportingdocumenttypebbankaccountdetailsbcode",level:4},{value:"SupportingDocumentType.PowerOfAttorney",id:"code-style-fontweight-normal-supportingdocumenttypebpowerofattorneybcode",level:4},{value:"SupportingDocumentType.CorporateIncomeTaxReturn",id:"code-style-fontweight-normal-supportingdocumenttypebcorporateincometaxreturnbcode",level:4},{value:"SupportingDocumentType.Other",id:"code-style-fontweight-normal-supportingdocumenttypebotherbcode",level:4},{value:"SupportingDocumentType.ByLaws",id:"code-style-fontweight-normal-supportingdocumenttypebbylawsbcode",level:4},{value:"SupportingDocumentType.AccountStatement",id:"code-style-fontweight-normal-supportingdocumenttypebaccountstatementbcode",level:4},{value:"SupportingDocumentType.DeedOfDonation",id:"code-style-fontweight-normal-supportingdocumenttypebdeedofdonationbcode",level:4},{value:"SupportingDocumentType.DeedOfSale",id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsalebcode",level:4},{value:"SupportingDocumentType.DeedOfSuccession",id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsuccessionbcode",level:4},{value:"SupportingDocumentType.LoanContract",id:"code-style-fontweight-normal-supportingdocumenttypebloancontractbcode",level:4},{value:"SupportingDocumentType.NotarialDeed",id:"code-style-fontweight-normal-supportingdocumenttypebnotarialdeedbcode",level:4},{value:"SupportingDocumentType.SwornStatement",id:"code-style-fontweight-normal-supportingdocumenttypebswornstatementbcode",level:4},{value:"Member of",id:"member-of",level:3}],d=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),s=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),y={toc:u,Bullet:d,SpecifiedBy:m,Badge:s},b="wrapper";function g(e){let{components:t,...o}=e;return(0,l.kt)(b,(0,n.Z)({},y,o,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Specific type for document"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"enum SupportingDocumentType {\n Selfie\n Passport\n NationalIdCard\n ResidentPermit\n DrivingLicense\n UtilityBill\n PhoneBill\n RentReceipt\n HomeInsurance\n IncomeTaxReturn\n PaySlip\n RegisterExtract\n ArticlesOfIncorporation\n CapitalShareDepositCertificate\n UBODeclaration\n JOAFFEExtract\n CompanyLeaseAgreement\n BankStatement\n BankAccountDetails\n PowerOfAttorney\n CorporateIncomeTaxReturn\n Other\n ByLaws\n AccountStatement\n DeedOfDonation\n DeedOfSale\n DeedOfSuccession\n LoanContract\n NotarialDeed\n SwornStatement\n}\n")),(0,l.kt)("h3",{id:"values"},"Values"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebselfiebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"Selfie")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Selfie")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebpassportbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"Passport")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Passport")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebnationalidcardbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"NationalIdCard")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"NationalIdCard")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebresidentpermitbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"ResidentPermit")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Resident permit")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdrivinglicensebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DrivingLicense")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Driving license")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebutilitybillbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"UtilityBill")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Water, Electricity or Gas Bill issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebphonebillbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"PhoneBill")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Telephone Bill issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebrentreceiptbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"RentReceipt")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Rental Receipt issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebhomeinsurancebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"HomeInsurance")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Home Insurance contract")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebincometaxreturnbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"IncomeTaxReturn")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Income Tax return or tax-exemption certificate dating less than 2 years")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebpayslipbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"PaySlip")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"A pay slip dating less than 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebregisterextractbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"RegisterExtract")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Commercial registry extract issued within the last 3 months")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebarticlesofincorporationbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"ArticlesOfIncorporation")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Legal document required for company\u2019s formation")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebcapitalsharedepositcertificatebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"CapitalShareDepositCertificate")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Share Deposit Certificate")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebubodeclarationbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"UBODeclaration")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Ultimate Beneficial Owner Declaration")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebjoaffeextractbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"JOAFFEExtract")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Association registration proof for french association")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebcompanyleaseagreementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"CompanyLeaseAgreement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Lease agreement in the name of the business or Proof of Individual Address if the company is hosted by one of the legal representative")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebbankstatementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"BankStatement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Bank Statement")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebbankaccountdetailsbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"BankAccountDetails")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Document with details such as bank name, address, account number and account holder")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebpowerofattorneybcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"PowerOfAttorney")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Signed power of attorney document to give the power to act on behalf")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebcorporateincometaxreturnbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"CorporateIncomeTaxReturn")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Document submitted to your tax bureau at the end of the last business period")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebotherbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"Other")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Other")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebbylawsbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"ByLaws")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"By Laws")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebaccountstatementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"AccountStatement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Account statement")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdeedofdonationbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DeedOfDonation")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Deed of donation")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsalebcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DeedOfSale")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Deed of sale")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebdeedofsuccessionbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"DeedOfSuccession")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Deed of succession")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebloancontractbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"LoanContract")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Loan contract")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebnotarialdeedbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"NotarialDeed")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Notarial deed")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-supportingdocumenttypebswornstatementbcode"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"SupportingDocumentType.",(0,l.kt)("b",null,"SwornStatement")))),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Sworn statement")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/inputs/generate-supporting-document-upload-url-input"},(0,l.kt)("inlineCode",{parentName:"a"},"GenerateSupportingDocumentUploadUrlInput"))," ",(0,l.kt)(s,{class:"secondary",text:"input",mdxType:"Badge"}),(0,l.kt)(d,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document"},(0,l.kt)("inlineCode",{parentName:"a"},"SupportingDocument"))," ",(0,l.kt)(s,{class:"secondary",text:"object",mdxType:"Badge"}),(0,l.kt)(d,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/objects/supporting-document-purpose"},(0,l.kt)("inlineCode",{parentName:"a"},"SupportingDocumentPurpose"))," ",(0,l.kt)(s,{class:"secondary",text:"object",mdxType:"Badge"}),(0,l.kt)(d,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"p",href:"/api-reference/inputs/update-supporting-document-input"},(0,l.kt)("inlineCode",{parentName:"a"},"UpdateSupportingDocumentInput"))," ",(0,l.kt)(s,{class:"secondary",text:"input",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e1b037a6.9ec58053.js b/assets/js/e1b037a6.9ec58053.js deleted file mode 100644 index f7b404d7b3c..00000000000 --- a/assets/js/e1b037a6.9ec58053.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[84094],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function r(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=i.createContext({}),s=function(e){var t=i.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},d=function(e){var t=s(e.components);return i.createElement(c.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,c=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=s(n),p=a,m=f["".concat(c,".").concat(p)]||f[p]||u[p]||o;return n?i.createElement(m,r(r({ref:t},d),{},{components:n})):i.createElement(m,r({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,r=new Array(o);r[0]=p;var l={};for(var c in t)hasOwnProperty.call(t,c)&&(l[c]=t[c]);l.originalType=e,l[f]="string"==typeof e?e:a,r[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>l,default:()=>y,frontMatter:()=>r,metadata:()=>c,toc:()=>d});var i=n(83117),a=n(67294),o=n(3905);const r={id:"valid-identification-level-status-info",title:"ValidIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,c={unversionedId:"api-reference/objects/valid-identification-level-status-info",id:"api-reference/objects/valid-identification-level-status-info",title:"ValidIdentificationLevelStatusInfo",description:"Describes a valid identification level for the process associated to this identification, and identification documents can be accessed",source:"@site/docs/api-reference/objects/valid-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/valid-identification-level-status-info",permalink:"/api-reference/objects/valid-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/valid-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"valid-identification-level-status-info",title:"ValidIdentificationLevelStatusInfo",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'ValidIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-valididentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},v="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(v,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Describes a valid identification level for the process associated to this identification, and identification documents can be accessed"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type ValidIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-valididentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"ValidIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Always set to ",(0,o.kt)("inlineCode",{parentName:"p"},"Valid"))),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e1b037a6.cbd359de.js b/assets/js/e1b037a6.cbd359de.js new file mode 100644 index 00000000000..280474b48a6 --- /dev/null +++ b/assets/js/e1b037a6.cbd359de.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[84094],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function r(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),c=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},d=function(e){var t=c(e.components);return i.createElement(s.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},p=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=c(n),p=a,m=f["".concat(s,".").concat(p)]||f[p]||u[p]||o;return n?i.createElement(m,r(r({ref:t},d),{},{components:n})):i.createElement(m,r({ref:t},d))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,r=new Array(o);r[0]=p;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[f]="string"==typeof e?e:a,r[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>l,default:()=>y,frontMatter:()=>r,metadata:()=>s,toc:()=>d});var i=n(83117),a=n(67294),o=n(3905);const r={id:"valid-identification-level-status-info",title:"ValidIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/valid-identification-level-status-info",id:"api-reference/objects/valid-identification-level-status-info",title:"ValidIdentificationLevelStatusInfo",description:"Describes a valid identification level for the process associated to this identification, and identification documents can be accessed",source:"@site/docs/api-reference/objects/valid-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/valid-identification-level-status-info",permalink:"/api-reference/objects/valid-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/valid-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"valid-identification-level-status-info",title:"ValidIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'ValidIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-valididentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},v="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(v,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Describes a valid identification level for the process associated to this identification, and identification documents can be accessed"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type ValidIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-valididentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"ValidIdentificationLevelStatusInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(f,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,o.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,o.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Always set to ",(0,o.kt)("inlineCode",{parentName:"p"},"Valid"))),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,o.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e21395a6.ad45b7c9.js b/assets/js/e21395a6.85ed7419.js similarity index 98% rename from assets/js/e21395a6.ad45b7c9.js rename to assets/js/e21395a6.85ed7419.js index 38b4b8111c5..0c0d04be95e 100644 --- a/assets/js/e21395a6.ad45b7c9.js +++ b/assets/js/e21395a6.85ed7419.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[4566],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>b});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=r.createContext({}),d=function(e){var t=r.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},l=function(e){var t=d(e.components);return r.createElement(s.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},m=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,s=e.parentName,l=i(e,["components","mdxType","originalType","parentName"]),p=d(n),m=a,b=p["".concat(s,".").concat(m)]||p[m]||u[m]||o;return n?r.createElement(b,c(c({ref:t},l),{},{components:n})):r.createElement(b,c({ref:t},l))}));function b(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,c=new Array(o);c[0]=m;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[p]="string"==typeof e?e:a,c[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>h,frontMatter:()=>c,metadata:()=>s,toc:()=>l});var r=n(83117),a=n(67294),o=n(3905);const c={id:"add-account-memberships-input",title:"AddAccountMembershipsInput",hide_table_of_contents:!1},i=void 0,s={unversionedId:"api-reference/inputs/add-account-memberships-input",id:"api-reference/inputs/add-account-memberships-input",title:"AddAccountMembershipsInput",description:"Inputs to add a new account membership",source:"@site/docs/api-reference/inputs/add-account-memberships-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-account-memberships-input",permalink:"/api-reference/inputs/add-account-memberships-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-account-memberships-input.mdx",tags:[],version:"current",frontMatter:{id:"add-account-memberships-input",title:"AddAccountMembershipsInput",hide_table_of_contents:!1}},d={},l=[{value:"Fields",id:"fields",level:3},{value:'AddAccountMembershipsInput.accountIdID! ',id:"code-style-fontweight-normal-addaccountmembershipsinputbaccountidbcodeid--",level:4},{value:'AddAccountMembershipsInput.memberships[MembershipInfoInput!]! ',id:"code-style-fontweight-normal-addaccountmembershipsinputbmembershipsbcodemembershipinfoinput--",level:4},{value:'AddAccountMembershipsInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addaccountmembershipsinputbconsentredirecturlbcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:l,Bullet:p,SpecifiedBy:u,Badge:m},f="wrapper";function h(e){let{components:t,...n}=e;return(0,o.kt)(f,(0,r.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Inputs to add a new account membership"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddAccountMembershipsInput {\n accountId: ID!\n memberships: [MembershipInfoInput!]!\n consentRedirectUrl: String!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipsinputbaccountidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipsInput.",(0,o.kt)("b",null,"accountId"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"unique identifier of a given account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipsinputbmembershipsbcodemembershipinfoinput--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipsInput.",(0,o.kt)("b",null,"memberships"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/membership-info-input"},(0,o.kt)("inlineCode",{parentName:"a"},"[MembershipInfoInput!]!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"memberships to add to the account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipsinputbconsentredirecturlbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipsInput.",(0,o.kt)("b",null,"consentRedirectUrl"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-account-memberships"},(0,o.kt)("inlineCode",{parentName:"a"},"addAccountMemberships"))," ",(0,o.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[4566],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>b});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=r.createContext({}),d=function(e){var t=r.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},l=function(e){var t=d(e.components);return r.createElement(s.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},m=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,s=e.parentName,l=i(e,["components","mdxType","originalType","parentName"]),p=d(n),m=a,b=p["".concat(s,".").concat(m)]||p[m]||u[m]||o;return n?r.createElement(b,c(c({ref:t},l),{},{components:n})):r.createElement(b,c({ref:t},l))}));function b(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,c=new Array(o);c[0]=m;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[p]="string"==typeof e?e:a,c[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>h,frontMatter:()=>c,metadata:()=>s,toc:()=>l});var r=n(83117),a=n(67294),o=n(3905);const c={id:"add-account-memberships-input",title:"AddAccountMembershipsInput",hide_table_of_contents:!1},i=void 0,s={unversionedId:"api-reference/inputs/add-account-memberships-input",id:"api-reference/inputs/add-account-memberships-input",title:"AddAccountMembershipsInput",description:"Inputs to add a new account membership",source:"@site/docs/api-reference/inputs/add-account-memberships-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-account-memberships-input",permalink:"/api-reference/inputs/add-account-memberships-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-account-memberships-input.mdx",tags:[],version:"current",frontMatter:{id:"add-account-memberships-input",title:"AddAccountMembershipsInput",hide_table_of_contents:!1}},d={},l=[{value:"Fields",id:"fields",level:3},{value:'AddAccountMembershipsInput.accountIdID! ',id:"code-style-fontweight-normal-addaccountmembershipsinputbaccountidbcodeid--",level:4},{value:'AddAccountMembershipsInput.memberships[MembershipInfoInput!]! ',id:"code-style-fontweight-normal-addaccountmembershipsinputbmembershipsbcodemembershipinfoinput--",level:4},{value:'AddAccountMembershipsInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addaccountmembershipsinputbconsentredirecturlbcodestring--",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:l,Bullet:p,SpecifiedBy:u,Badge:m},f="wrapper";function h(e){let{components:t,...n}=e;return(0,o.kt)(f,(0,r.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Inputs to add a new account membership"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddAccountMembershipsInput {\n accountId: ID!\n memberships: [MembershipInfoInput!]!\n consentRedirectUrl: String!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipsinputbaccountidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipsInput.",(0,o.kt)("b",null,"accountId"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipsinputbmembershipsbcodemembershipinfoinput--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipsInput.",(0,o.kt)("b",null,"memberships"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/inputs/membership-info-input"},(0,o.kt)("inlineCode",{parentName:"a"},"[MembershipInfoInput!]!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Memberships to add to the account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipsinputbconsentredirecturlbcodestring--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipsInput.",(0,o.kt)("b",null,"consentRedirectUrl"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,o.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-account-memberships"},(0,o.kt)("inlineCode",{parentName:"a"},"addAccountMemberships"))," ",(0,o.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e3090d6c.9114fb8c.js b/assets/js/e3090d6c.ca55ea81.js similarity index 59% rename from assets/js/e3090d6c.9114fb8c.js rename to assets/js/e3090d6c.ca55ea81.js index 3c576dd8886..6fd56b98ea3 100644 --- a/assets/js/e3090d6c.9114fb8c.js +++ b/assets/js/e3090d6c.ca55ea81.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[37419],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>b});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var l=a.createContext({}),i=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},s=function(e){var t=i(e.components);return a.createElement(l.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,l=e.parentName,s=d(e,["components","mdxType","originalType","parentName"]),p=i(n),m=o,b=p["".concat(l,".").concat(m)]||p[m]||u[m]||c;return n?a.createElement(b,r(r({ref:t},s),{},{components:n})):a.createElement(b,r({ref:t},s))}));function b(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,r=new Array(c);r[0]=m;var d={};for(var l in t)hasOwnProperty.call(t,l)&&(d[l]=t[l]);d.originalType=e,d[p]="string"==typeof e?e:o,r[1]=d;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>d,default:()=>f,frontMatter:()=>r,metadata:()=>l,toc:()=>s});var a=n(83117),o=n(67294),c=n(3905);const r={id:"add-account-membership-input",title:"AddAccountMembershipInput",hide_table_of_contents:!1},d=void 0,l={unversionedId:"api-reference/inputs/add-account-membership-input",id:"api-reference/inputs/add-account-membership-input",title:"AddAccountMembershipInput",description:"Inputs to add a new account membership",source:"@site/docs/api-reference/inputs/add-account-membership-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-account-membership-input",permalink:"/api-reference/inputs/add-account-membership-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-account-membership-input.mdx",tags:[],version:"current",frontMatter:{id:"add-account-membership-input",title:"AddAccountMembershipInput",hide_table_of_contents:!1}},i={},s=[{value:"Fields",id:"fields",level:3},{value:'AddAccountMembershipInput.accountIdID! ',id:"code-style-fontweight-normal-addaccountmembershipinputbaccountidbcodeid--",level:4},{value:'AddAccountMembershipInput.emailString! ',id:"code-style-fontweight-normal-addaccountmembershipinputbemailbcodestring--",level:4},{value:'AddAccountMembershipInput.restrictedToRestrictedToInput! ',id:"code-style-fontweight-normal-addaccountmembershipinputbrestrictedtobcoderestrictedtoinput--",level:4},{value:'AddAccountMembershipInput.canViewAccountBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanviewaccountbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canManageBeneficiariesBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagebeneficiariesbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canInitiatePaymentsBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcaninitiatepaymentsbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canManageAccountMembershipBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanageaccountmembershipbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagecardsbcodeboolean-",level:4},{value:'AddAccountMembershipInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addaccountmembershipinputbconsentredirecturlbcodestring--",level:4},{value:'AddAccountMembershipInput.residencyAddressResidencyAddressInput ',id:"code-style-fontweight-normal-addaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-",level:4},{value:'AddAccountMembershipInput.taxIdentificationNumberString ',id:"code-style-fontweight-normal-addaccountmembershipinputbtaxidentificationnumberbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:s,Bullet:p,SpecifiedBy:u,Badge:m},h="wrapper";function f(e){let{components:t,...n}=e;return(0,c.kt)(h,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to add a new account membership"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddAccountMembershipInput {\n accountId: ID!\n email: String!\n restrictedTo: RestrictedToInput!\n canViewAccount: Boolean!\n canManageBeneficiaries: Boolean!\n canInitiatePayments: Boolean!\n canManageAccountMembership: Boolean!\n canManageCards: Boolean\n consentRedirectUrl: String!\n residencyAddress: ResidencyAddressInput\n taxIdentificationNumber: String\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbaccountidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"accountId"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"unique identifier of a given account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbemailbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"email"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"email")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbrestrictedtobcoderestrictedtoinput--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"restrictedTo"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/restricted-to-input"},(0,c.kt)("inlineCode",{parentName:"a"},"RestrictedToInput!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"restricted to a user if necessary")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanviewaccountbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canViewAccount"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagebeneficiariesbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canManageBeneficiaries"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcaninitiatepaymentsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canInitiatePayments"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanageaccountmembershipbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canManageAccountMembership"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagecardsbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canManageCards"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"COMING SOON\n",(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbconsentredirecturlbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"consentRedirectUrl"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/residency-address-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ResidencyAddressInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address of the member to be added")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbtaxidentificationnumberbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"taxIdentificationNumber"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the user added")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"addAccountMembership"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[37419],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>b});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var l=a.createContext({}),i=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},s=function(e){var t=i(e.components);return a.createElement(l.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,l=e.parentName,s=d(e,["components","mdxType","originalType","parentName"]),p=i(n),m=o,b=p["".concat(l,".").concat(m)]||p[m]||u[m]||c;return n?a.createElement(b,r(r({ref:t},s),{},{components:n})):a.createElement(b,r({ref:t},s))}));function b(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,r=new Array(c);r[0]=m;var d={};for(var l in t)hasOwnProperty.call(t,l)&&(d[l]=t[l]);d.originalType=e,d[p]="string"==typeof e?e:o,r[1]=d;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>d,default:()=>f,frontMatter:()=>r,metadata:()=>l,toc:()=>s});var a=n(83117),o=n(67294),c=n(3905);const r={id:"add-account-membership-input",title:"AddAccountMembershipInput",hide_table_of_contents:!1},d=void 0,l={unversionedId:"api-reference/inputs/add-account-membership-input",id:"api-reference/inputs/add-account-membership-input",title:"AddAccountMembershipInput",description:"Inputs to add a new account membership",source:"@site/docs/api-reference/inputs/add-account-membership-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-account-membership-input",permalink:"/api-reference/inputs/add-account-membership-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-account-membership-input.mdx",tags:[],version:"current",frontMatter:{id:"add-account-membership-input",title:"AddAccountMembershipInput",hide_table_of_contents:!1}},i={},s=[{value:"Fields",id:"fields",level:3},{value:'AddAccountMembershipInput.accountIdID! ',id:"code-style-fontweight-normal-addaccountmembershipinputbaccountidbcodeid--",level:4},{value:'AddAccountMembershipInput.emailString! ',id:"code-style-fontweight-normal-addaccountmembershipinputbemailbcodestring--",level:4},{value:'AddAccountMembershipInput.restrictedToRestrictedToInput! ',id:"code-style-fontweight-normal-addaccountmembershipinputbrestrictedtobcoderestrictedtoinput--",level:4},{value:'AddAccountMembershipInput.canViewAccountBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanviewaccountbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canManageBeneficiariesBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagebeneficiariesbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canInitiatePaymentsBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcaninitiatepaymentsbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canManageAccountMembershipBoolean! ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanageaccountmembershipbcodeboolean--",level:4},{value:'AddAccountMembershipInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagecardsbcodeboolean-",level:4},{value:'AddAccountMembershipInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addaccountmembershipinputbconsentredirecturlbcodestring--",level:4},{value:'AddAccountMembershipInput.residencyAddressResidencyAddressInput ',id:"code-style-fontweight-normal-addaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-",level:4},{value:'AddAccountMembershipInput.taxIdentificationNumberString ',id:"code-style-fontweight-normal-addaccountmembershipinputbtaxidentificationnumberbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:s,Bullet:p,SpecifiedBy:u,Badge:m},h="wrapper";function f(e){let{components:t,...n}=e;return(0,c.kt)(h,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to add a new account membership"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddAccountMembershipInput {\n accountId: ID!\n email: String!\n restrictedTo: RestrictedToInput!\n canViewAccount: Boolean!\n canManageBeneficiaries: Boolean!\n canInitiatePayments: Boolean!\n canManageAccountMembership: Boolean!\n canManageCards: Boolean\n consentRedirectUrl: String!\n residencyAddress: ResidencyAddressInput\n taxIdentificationNumber: String\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbaccountidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"accountId"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbemailbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"email"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Email address")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbrestrictedtobcoderestrictedtoinput--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"restrictedTo"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/restricted-to-input"},(0,c.kt)("inlineCode",{parentName:"a"},"RestrictedToInput!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Restricted to a user if necessary")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanviewaccountbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canViewAccount"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagebeneficiariesbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canManageBeneficiaries"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcaninitiatepaymentsbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canInitiatePayments"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanageaccountmembershipbcodeboolean--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canManageAccountMembership"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbcanmanagecardsbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"canManageCards"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbconsentredirecturlbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"consentRedirectUrl"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/residency-address-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ResidencyAddressInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address of the member to be added")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addaccountmembershipinputbtaxidentificationnumberbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddAccountMembershipInput.",(0,c.kt)("b",null,"taxIdentificationNumber"))),(0,c.kt)(p,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the user added")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"addAccountMembership"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e6bb218f.af528de4.js b/assets/js/e6bb218f.016bf5ee.js similarity index 57% rename from assets/js/e6bb218f.af528de4.js rename to assets/js/e6bb218f.016bf5ee.js index 949de2bd736..d10b1f79cea 100644 --- a/assets/js/e6bb218f.af528de4.js +++ b/assets/js/e6bb218f.016bf5ee.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[21964],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>b});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var l=a.createContext({}),d=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},p=function(e){var t=d(e.components);return a.createElement(l.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,l=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),s=d(n),m=o,b=s["".concat(l,".").concat(m)]||s[m]||u[m]||c;return n?a.createElement(b,r(r({ref:t},p),{},{components:n})):a.createElement(b,r({ref:t},p))}));function b(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,r=new Array(c);r[0]=m;var i={};for(var l in t)hasOwnProperty.call(t,l)&&(i[l]=t[l]);i.originalType=e,i[s]="string"==typeof e?e:o,r[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>f,frontMatter:()=>r,metadata:()=>l,toc:()=>p});var a=n(83117),o=n(67294),c=n(3905);const r={id:"update-account-membership-input",title:"UpdateAccountMembershipInput",hide_table_of_contents:!1},i=void 0,l={unversionedId:"api-reference/inputs/update-account-membership-input",id:"api-reference/inputs/update-account-membership-input",title:"UpdateAccountMembershipInput",description:"Inputs to update an account membership",source:"@site/docs/api-reference/inputs/update-account-membership-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/update-account-membership-input",permalink:"/api-reference/inputs/update-account-membership-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/update-account-membership-input.mdx",tags:[],version:"current",frontMatter:{id:"update-account-membership-input",title:"UpdateAccountMembershipInput",hide_table_of_contents:!1}},d={},p=[{value:"Fields",id:"fields",level:3},{value:'UpdateAccountMembershipInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-updateaccountmembershipinputbaccountmembershipidbcodeid--",level:4},{value:'UpdateAccountMembershipInput.emailString ',id:"code-style-fontweight-normal-updateaccountmembershipinputbemailbcodestring-",level:4},{value:'UpdateAccountMembershipInput.restrictedToUpdatedRestrictedToInput ',id:"code-style-fontweight-normal-updateaccountmembershipinputbrestrictedtobcodeupdatedrestrictedtoinput-",level:4},{value:'UpdateAccountMembershipInput.canViewAccountBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanviewaccountbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canManageBeneficiariesBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagebeneficiariesbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canInitiatePaymentsBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcaninitiatepaymentsbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canManageAccountMembershipBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanageaccountmembershipbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagecardsbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.spendingLimitSpendingLimitInput ',id:"code-style-fontweight-normal-updateaccountmembershipinputbspendinglimitbcodespendinglimitinput-",level:4},{value:'UpdateAccountMembershipInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-updateaccountmembershipinputbconsentredirecturlbcodestring--",level:4},{value:'UpdateAccountMembershipInput.residencyAddressResidencyAddressInput ',id:"code-style-fontweight-normal-updateaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-",level:4},{value:'UpdateAccountMembershipInput.taxIdentificationNumberString ',id:"code-style-fontweight-normal-updateaccountmembershipinputbtaxidentificationnumberbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:p,Bullet:s,SpecifiedBy:u,Badge:m},h="wrapper";function f(e){let{components:t,...n}=e;return(0,c.kt)(h,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to update an account membership"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input UpdateAccountMembershipInput {\n accountMembershipId: ID!\n email: String\n restrictedTo: UpdatedRestrictedToInput\n canViewAccount: Boolean\n canManageBeneficiaries: Boolean\n canInitiatePayments: Boolean\n canManageAccountMembership: Boolean\n canManageCards: Boolean\n spendingLimit: SpendingLimitInput\n consentRedirectUrl: String!\n residencyAddress: ResidencyAddressInput\n taxIdentificationNumber: String\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbaccountmembershipidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"accountMembershipId"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"unique identifier of an account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbemailbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"email"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"email")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbrestrictedtobcodeupdatedrestrictedtoinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"restrictedTo"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/updated-restricted-to-input"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdatedRestrictedToInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"restricted to a user if necessary")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanviewaccountbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canViewAccount"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagebeneficiariesbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canManageBeneficiaries"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcaninitiatepaymentsbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canInitiatePayments"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanageaccountmembershipbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canManageAccountMembership"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume memberships")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagecardsbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canManageCards"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"COMING SOON\n",(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbspendinglimitbcodespendinglimitinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"spendingLimit"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,c.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Periodic Spending limit")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbconsentredirecturlbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"consentRedirectUrl"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/residency-address-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ResidencyAddressInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address of the member to be added")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbtaxidentificationnumberbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"taxIdentificationNumber"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the user added")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/update-account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"updateAccountMembership"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[21964],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>b});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var l=a.createContext({}),d=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},p=function(e){var t=d(e.components);return a.createElement(l.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,l=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),s=d(n),m=o,b=s["".concat(l,".").concat(m)]||s[m]||u[m]||c;return n?a.createElement(b,r(r({ref:t},p),{},{components:n})):a.createElement(b,r({ref:t},p))}));function b(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,r=new Array(c);r[0]=m;var i={};for(var l in t)hasOwnProperty.call(t,l)&&(i[l]=t[l]);i.originalType=e,i[s]="string"==typeof e?e:o,r[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>f,frontMatter:()=>r,metadata:()=>l,toc:()=>p});var a=n(83117),o=n(67294),c=n(3905);const r={id:"update-account-membership-input",title:"UpdateAccountMembershipInput",hide_table_of_contents:!1},i=void 0,l={unversionedId:"api-reference/inputs/update-account-membership-input",id:"api-reference/inputs/update-account-membership-input",title:"UpdateAccountMembershipInput",description:"Inputs to update an account membership",source:"@site/docs/api-reference/inputs/update-account-membership-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/update-account-membership-input",permalink:"/api-reference/inputs/update-account-membership-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/update-account-membership-input.mdx",tags:[],version:"current",frontMatter:{id:"update-account-membership-input",title:"UpdateAccountMembershipInput",hide_table_of_contents:!1}},d={},p=[{value:"Fields",id:"fields",level:3},{value:'UpdateAccountMembershipInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-updateaccountmembershipinputbaccountmembershipidbcodeid--",level:4},{value:'UpdateAccountMembershipInput.emailString ',id:"code-style-fontweight-normal-updateaccountmembershipinputbemailbcodestring-",level:4},{value:'UpdateAccountMembershipInput.restrictedToUpdatedRestrictedToInput ',id:"code-style-fontweight-normal-updateaccountmembershipinputbrestrictedtobcodeupdatedrestrictedtoinput-",level:4},{value:'UpdateAccountMembershipInput.canViewAccountBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanviewaccountbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canManageBeneficiariesBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagebeneficiariesbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canInitiatePaymentsBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcaninitiatepaymentsbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canManageAccountMembershipBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanageaccountmembershipbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagecardsbcodeboolean-",level:4},{value:'UpdateAccountMembershipInput.spendingLimitSpendingLimitInput ',id:"code-style-fontweight-normal-updateaccountmembershipinputbspendinglimitbcodespendinglimitinput-",level:4},{value:'UpdateAccountMembershipInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-updateaccountmembershipinputbconsentredirecturlbcodestring--",level:4},{value:'UpdateAccountMembershipInput.residencyAddressResidencyAddressInput ',id:"code-style-fontweight-normal-updateaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-",level:4},{value:'UpdateAccountMembershipInput.taxIdentificationNumberString ',id:"code-style-fontweight-normal-updateaccountmembershipinputbtaxidentificationnumberbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:p,Bullet:s,SpecifiedBy:u,Badge:m},h="wrapper";function f(e){let{components:t,...n}=e;return(0,c.kt)(h,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"Inputs to update an account membership"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input UpdateAccountMembershipInput {\n accountMembershipId: ID!\n email: String\n restrictedTo: UpdatedRestrictedToInput\n canViewAccount: Boolean\n canManageBeneficiaries: Boolean\n canInitiatePayments: Boolean\n canManageAccountMembership: Boolean\n canManageCards: Boolean\n spendingLimit: SpendingLimitInput\n consentRedirectUrl: String!\n residencyAddress: ResidencyAddressInput\n taxIdentificationNumber: String\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbaccountmembershipidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"accountMembershipId"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of an account membership")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbemailbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"email"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Email address")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbrestrictedtobcodeupdatedrestrictedtoinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"restrictedTo"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/updated-restricted-to-input"},(0,c.kt)("inlineCode",{parentName:"a"},"UpdatedRestrictedToInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Restricted to a user if necessary")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanviewaccountbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canViewAccount"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can view account balances and transactions history")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagebeneficiariesbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canManageBeneficiaries"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can add or canceled beneficiaries")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcaninitiatepaymentsbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canInitiatePayments"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can initiate payments")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanageaccountmembershipbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canManageAccountMembership"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can invite, update, suspend or resume memberships")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbcanmanagecardsbcodeboolean-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"canManageCards"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,c.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},(0,c.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbspendinglimitbcodespendinglimitinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"spendingLimit"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,c.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Periodic Spending limit")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbconsentredirecturlbcodestring--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"consentRedirectUrl"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbresidencyaddressbcoderesidencyaddressinput-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"residencyAddress"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/residency-address-input"},(0,c.kt)("inlineCode",{parentName:"a"},"ResidencyAddressInput"))," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Residency address of the member to be added")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-updateaccountmembershipinputbtaxidentificationnumberbcodestring-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"UpdateAccountMembershipInput.",(0,c.kt)("b",null,"taxIdentificationNumber"))),(0,c.kt)(s,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,c.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Tax Identification Number of the user added")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/update-account-membership"},(0,c.kt)("inlineCode",{parentName:"a"},"updateAccountMembership"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e820cfef.cfb1e152.js b/assets/js/e820cfef.cfb1e152.js deleted file mode 100644 index 69e6a455f17..00000000000 --- a/assets/js/e820cfef.cfb1e152.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[52060],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>p});var a=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var i=a.createContext({}),s=function(e){var t=a.useContext(i),n=t;return e&&(n="function"==typeof e?e(t):r(r({},t),e)),n},u=function(e){var t=s(e.components);return a.createElement(i.Provider,{value:t},e.children)},d="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,o=e.mdxType,c=e.originalType,i=e.parentName,u=l(e,["components","mdxType","originalType","parentName"]),d=s(n),m=o,p=d["".concat(i,".").concat(m)]||d[m]||f[m]||c;return n?a.createElement(p,r(r({ref:t},u),{},{components:n})):a.createElement(p,r({ref:t},u))}));function p(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=n.length,r=new Array(c);r[0]=m;var l={};for(var i in t)hasOwnProperty.call(t,i)&&(l[i]=t[i]);l.originalType=e,l[d]="string"==typeof e?e:o,r[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>d,SpecifiedBy:()=>f,assets:()=>s,contentTitle:()=>l,default:()=>y,frontMatter:()=>r,metadata:()=>i,toc:()=>u});var a=n(83117),o=n(67294),c=n(3905);const r={id:"legal-document-inactive-status-info",title:"LegalDocumentInactiveStatusInfo",hide_table_of_contents:!1},l=void 0,i={unversionedId:"api-reference/objects/legal-document-inactive-status-info",id:"api-reference/objects/legal-document-inactive-status-info",title:"LegalDocumentInactiveStatusInfo",description:"No description",source:"@site/docs/api-reference/objects/legal-document-inactive-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/legal-document-inactive-status-info",permalink:"/api-reference/objects/legal-document-inactive-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/legal-document-inactive-status-info.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-inactive-status-info",title:"LegalDocumentInactiveStatusInfo",hide_table_of_contents:!1}},s={},u=[{value:"Fields",id:"fields",level:3},{value:'LegalDocumentInactiveStatusInfo.statusLegalDocumentStatus! ',id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobstatusbcodelegaldocumentstatus--",level:4},{value:'LegalDocumentInactiveStatusInfo.deactivatedAtDateTime ',id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobdeactivatedatbcodedatetime-",level:4},{value:"Interfaces",id:"interfaces",level:3},{value:'LegalDocumentStatusInfo ',id:"legaldocumentstatusinfo-",level:4}],d=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),p={toc:u,Bullet:d,SpecifiedBy:f,Badge:m},g="wrapper";function y(e){let{components:t,...n}=e;return(0,c.kt)(g,(0,a.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type LegalDocumentInactiveStatusInfo implements LegalDocumentStatusInfo {\n status: LegalDocumentStatus!\n deactivatedAt: DateTime\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobstatusbcodelegaldocumentstatus--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentInactiveStatusInfo.",(0,c.kt)("b",null,"status"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/legal-document-status"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatus!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"LegalDocument status (always Inactive for type LegalDocumentInactiveStatusInfo)")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobdeactivatedatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentInactiveStatusInfo.",(0,c.kt)("b",null,"deactivatedAt"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Deactivation date")),(0,c.kt)("h3",{id:"interfaces"},"Interfaces"),(0,c.kt)("h4",{id:"legaldocumentstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/legal-document-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,c.kt)(m,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e820cfef.f482c2a8.js b/assets/js/e820cfef.f482c2a8.js new file mode 100644 index 00000000000..9ec16b01864 --- /dev/null +++ b/assets/js/e820cfef.f482c2a8.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[52060],{3905:(e,t,a)=>{a.d(t,{Zo:()=>d,kt:()=>p});var n=a(67294);function o(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(o[a]=e[a]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(o[a]=e[a])}return o}var i=n.createContext({}),s=function(e){var t=n.useContext(i),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},d=function(e){var t=s(e.components);return n.createElement(i.Provider,{value:t},e.children)},u="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},f=n.forwardRef((function(e,t){var a=e.components,o=e.mdxType,c=e.originalType,i=e.parentName,d=r(e,["components","mdxType","originalType","parentName"]),u=s(a),f=o,p=u["".concat(i,".").concat(f)]||u[f]||m[f]||c;return a?n.createElement(p,l(l({ref:t},d),{},{components:a})):n.createElement(p,l({ref:t},d))}));function p(e,t){var a=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=a.length,l=new Array(c);l[0]=f;var r={};for(var i in t)hasOwnProperty.call(t,i)&&(r[i]=t[i]);r.originalType=e,r[u]="string"==typeof e?e:o,l[1]=r;for(var s=2;s{a.r(t),a.d(t,{Badge:()=>f,Bullet:()=>u,SpecifiedBy:()=>m,assets:()=>s,contentTitle:()=>r,default:()=>y,frontMatter:()=>l,metadata:()=>i,toc:()=>d});var n=a(83117),o=a(67294),c=a(3905);const l={id:"legal-document-inactive-status-info",title:"LegalDocumentInactiveStatusInfo",hide_table_of_contents:!1},r=void 0,i={unversionedId:"api-reference/objects/legal-document-inactive-status-info",id:"api-reference/objects/legal-document-inactive-status-info",title:"LegalDocumentInactiveStatusInfo",description:"No description",source:"@site/docs/api-reference/objects/legal-document-inactive-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/legal-document-inactive-status-info",permalink:"/api-reference/objects/legal-document-inactive-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/legal-document-inactive-status-info.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-inactive-status-info",title:"LegalDocumentInactiveStatusInfo",hide_table_of_contents:!1}},s={},d=[{value:"Fields",id:"fields",level:3},{value:'LegalDocumentInactiveStatusInfo.statusLegalDocumentStatus! ',id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobstatusbcodelegaldocumentstatus--",level:4},{value:'LegalDocumentInactiveStatusInfo.createdAtDateTime! ',id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobcreatedatbcodedatetime--",level:4},{value:'LegalDocumentInactiveStatusInfo.activatedAtDateTime ',id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobactivatedatbcodedatetime-",level:4},{value:'LegalDocumentInactiveStatusInfo.deactivatedAtDateTime ',id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobdeactivatedatbcodedatetime-",level:4},{value:"Interfaces",id:"interfaces",level:3},{value:'LegalDocumentStatusInfo ',id:"legaldocumentstatusinfo-",level:4}],u=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),p={toc:d,Bullet:u,SpecifiedBy:m,Badge:f},g="wrapper";function y(e){let{components:t,...a}=e;return(0,c.kt)(g,(0,n.Z)({},p,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type LegalDocumentInactiveStatusInfo implements LegalDocumentStatusInfo {\n status: LegalDocumentStatus!\n createdAt: DateTime!\n activatedAt: DateTime\n deactivatedAt: DateTime\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobstatusbcodelegaldocumentstatus--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentInactiveStatusInfo.",(0,c.kt)("b",null,"status"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/legal-document-status"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatus!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"LegalDocument status (always Inactive for type LegalDocumentInactiveStatusInfo)")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobcreatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentInactiveStatusInfo.",(0,c.kt)("b",null,"createdAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Creation date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobactivatedatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentInactiveStatusInfo.",(0,c.kt)("b",null,"activatedAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Activation date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentinactivestatusinfobdeactivatedatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentInactiveStatusInfo.",(0,c.kt)("b",null,"deactivatedAt"))),(0,c.kt)(u,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Deactivation date")),(0,c.kt)("h3",{id:"interfaces"},"Interfaces"),(0,c.kt)("h4",{id:"legaldocumentstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/legal-document-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,c.kt)(f,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e85ac3d2.6e205977.js b/assets/js/e85ac3d2.733d80a3.js similarity index 99% rename from assets/js/e85ac3d2.6e205977.js rename to assets/js/e85ac3d2.733d80a3.js index d2487c5602c..4ea34b038fb 100644 --- a/assets/js/e85ac3d2.6e205977.js +++ b/assets/js/e85ac3d2.733d80a3.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[59260],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=r.createContext({}),i=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},s=function(e){var t=i(e.components);return r.createElement(l.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,d=e.originalType,l=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),p=i(n),f=a,m=p["".concat(l,".").concat(f)]||p[f]||u[f]||d;return n?r.createElement(m,o(o({ref:t},s),{},{components:n})):r.createElement(m,o({ref:t},s))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var d=n.length,o=new Array(d);o[0]=f;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[p]="string"==typeof e?e:a,o[1]=c;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>c,default:()=>g,frontMatter:()=>o,metadata:()=>l,toc:()=>s});var r=n(83117),a=n(67294),d=n(3905);const o={id:"add-cards-input",title:"AddCardsInput",hide_table_of_contents:!1},c=void 0,l={unversionedId:"api-reference/inputs/add-cards-input",id:"api-reference/inputs/add-cards-input",title:"AddCardsInput",description:"Input to add a new cards",source:"@site/docs/api-reference/inputs/add-cards-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-cards-input",permalink:"/api-reference/inputs/add-cards-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-cards-input.mdx",tags:[],version:"current",frontMatter:{id:"add-cards-input",title:"AddCardsInput",hide_table_of_contents:!1}},i={},s=[{value:"Fields",id:"fields",level:3},{value:'AddCardsInput.cards[CardConfigInput!]! ',id:"code-style-fontweight-normal-addcardsinputbcardsbcodecardconfiginput--",level:4},{value:'AddCardsInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addcardsinputbconsentredirecturlbcodestring--",level:4},{value:'AddCardsInput.cardProductIdID ',id:"code-style-fontweight-normal-addcardsinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,d.kt)(a.Fragment,null,"Specification",(0,d.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:p,SpecifiedBy:u,Badge:f},y="wrapper";function g(e){let{components:t,...n}=e;return(0,d.kt)(y,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,d.kt)("p",null,"Input to add a new cards"),(0,d.kt)("pre",null,(0,d.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddCardsInput {\n cards: [CardConfigInput!]!\n consentRedirectUrl: String!\n cardProductId: ID\n}\n")),(0,d.kt)("h3",{id:"fields"},"Fields"),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardsinputbcardsbcodecardconfiginput--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsInput.",(0,d.kt)("b",null,"cards"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/card-config-input"},(0,d.kt)("inlineCode",{parentName:"a"},"[CardConfigInput!]!"))," ",(0,d.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"the configuration of all the cards you want to add")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardsinputbconsentredirecturlbcodestring--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsInput.",(0,d.kt)("b",null,"consentRedirectUrl"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,d.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardsinputbcardproductidbcodeid-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsInput.",(0,d.kt)("b",null,"cardProductId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,d.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new cards.")),(0,d.kt)("h3",{id:"member-of"},"Member of"),(0,d.kt)("p",null,(0,d.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-cards"},(0,d.kt)("inlineCode",{parentName:"a"},"addCards"))," ",(0,d.kt)(f,{class:"secondary",text:"mutation",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[59260],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=r.createContext({}),i=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},s=function(e){var t=i(e.components);return r.createElement(l.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,d=e.originalType,l=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),p=i(n),f=a,m=p["".concat(l,".").concat(f)]||p[f]||u[f]||d;return n?r.createElement(m,o(o({ref:t},s),{},{components:n})):r.createElement(m,o({ref:t},s))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var d=n.length,o=new Array(d);o[0]=f;var c={};for(var l in t)hasOwnProperty.call(t,l)&&(c[l]=t[l]);c.originalType=e,c[p]="string"==typeof e?e:a,o[1]=c;for(var i=2;i{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>i,contentTitle:()=>c,default:()=>g,frontMatter:()=>o,metadata:()=>l,toc:()=>s});var r=n(83117),a=n(67294),d=n(3905);const o={id:"add-cards-input",title:"AddCardsInput",hide_table_of_contents:!1},c=void 0,l={unversionedId:"api-reference/inputs/add-cards-input",id:"api-reference/inputs/add-cards-input",title:"AddCardsInput",description:"Input to add a new cards",source:"@site/docs/api-reference/inputs/add-cards-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-cards-input",permalink:"/api-reference/inputs/add-cards-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-cards-input.mdx",tags:[],version:"current",frontMatter:{id:"add-cards-input",title:"AddCardsInput",hide_table_of_contents:!1}},i={},s=[{value:"Fields",id:"fields",level:3},{value:'AddCardsInput.cards[CardConfigInput!]! ',id:"code-style-fontweight-normal-addcardsinputbcardsbcodecardconfiginput--",level:4},{value:'AddCardsInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addcardsinputbconsentredirecturlbcodestring--",level:4},{value:'AddCardsInput.cardProductIdID ',id:"code-style-fontweight-normal-addcardsinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,d.kt)(a.Fragment,null,"Specification",(0,d.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,d.kt)(a.Fragment,null,(0,d.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:s,Bullet:p,SpecifiedBy:u,Badge:f},y="wrapper";function g(e){let{components:t,...n}=e;return(0,d.kt)(y,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,d.kt)("p",null,"Input to add a new cards"),(0,d.kt)("pre",null,(0,d.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddCardsInput {\n cards: [CardConfigInput!]!\n consentRedirectUrl: String!\n cardProductId: ID\n}\n")),(0,d.kt)("h3",{id:"fields"},"Fields"),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardsinputbcardsbcodecardconfiginput--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsInput.",(0,d.kt)("b",null,"cards"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/inputs/card-config-input"},(0,d.kt)("inlineCode",{parentName:"a"},"[CardConfigInput!]!"))," ",(0,d.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(f,{class:"secondary",text:"input",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The configuration of all the cards you want to add")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardsinputbconsentredirecturlbcodestring--"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsInput.",(0,d.kt)("b",null,"consentRedirectUrl"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,d.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,d.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,d.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,d.kt)("h4",{id:"code-style-fontweight-normal-addcardsinputbcardproductidbcodeid-"},(0,d.kt)("a",{parentName:"h4",href:"#"},(0,d.kt)("code",{style:{fontWeight:"normal"}},"AddCardsInput.",(0,d.kt)("b",null,"cardProductId"))),(0,d.kt)(p,{mdxType:"Bullet"}),(0,d.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,d.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,d.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,d.kt)("blockquote",null,(0,d.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new cards.")),(0,d.kt)("h3",{id:"member-of"},"Member of"),(0,d.kt)("p",null,(0,d.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-cards"},(0,d.kt)("inlineCode",{parentName:"a"},"addCards"))," ",(0,d.kt)(f,{class:"secondary",text:"mutation",mdxType:"Badge"})))}g.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e9b66c06.a7b94858.js b/assets/js/e9b66c06.a7b94858.js deleted file mode 100644 index 9de1c2f44f6..00000000000 --- a/assets/js/e9b66c06.a7b94858.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[8839],{3905:(e,t,a)=>{a.d(t,{Zo:()=>u,kt:()=>p});var n=a(67294);function o(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function r(e){for(var t=1;t=0||(o[a]=e[a]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(o[a]=e[a])}return o}var s=n.createContext({}),i=function(e){var t=n.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):r(r({},t),e)),a},u=function(e){var t=i(e.components);return n.createElement(s.Provider,{value:t},e.children)},d="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},m=n.forwardRef((function(e,t){var a=e.components,o=e.mdxType,c=e.originalType,s=e.parentName,u=l(e,["components","mdxType","originalType","parentName"]),d=i(a),m=o,p=d["".concat(s,".").concat(m)]||d[m]||f[m]||c;return a?n.createElement(p,r(r({ref:t},u),{},{components:a})):n.createElement(p,r({ref:t},u))}));function p(e,t){var a=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=a.length,r=new Array(c);r[0]=m;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[d]="string"==typeof e?e:o,r[1]=l;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>m,Bullet:()=>d,SpecifiedBy:()=>f,assets:()=>i,contentTitle:()=>l,default:()=>y,frontMatter:()=>r,metadata:()=>s,toc:()=>u});var n=a(83117),o=a(67294),c=a(3905);const r={id:"legal-document-active-status-info",title:"LegalDocumentActiveStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/legal-document-active-status-info",id:"api-reference/objects/legal-document-active-status-info",title:"LegalDocumentActiveStatusInfo",description:"No description",source:"@site/docs/api-reference/objects/legal-document-active-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/legal-document-active-status-info",permalink:"/api-reference/objects/legal-document-active-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/legal-document-active-status-info.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-active-status-info",title:"LegalDocumentActiveStatusInfo",hide_table_of_contents:!1}},i={},u=[{value:"Fields",id:"fields",level:3},{value:'LegalDocumentActiveStatusInfo.statusLegalDocumentStatus! ',id:"code-style-fontweight-normal-legaldocumentactivestatusinfobstatusbcodelegaldocumentstatus--",level:4},{value:'LegalDocumentActiveStatusInfo.activatedAtDateTime ',id:"code-style-fontweight-normal-legaldocumentactivestatusinfobactivatedatbcodedatetime-",level:4},{value:"Interfaces",id:"interfaces",level:3},{value:'LegalDocumentStatusInfo ',id:"legaldocumentstatusinfo-",level:4}],d=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),p={toc:u,Bullet:d,SpecifiedBy:f,Badge:m},g="wrapper";function y(e){let{components:t,...a}=e;return(0,c.kt)(g,(0,n.Z)({},p,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type LegalDocumentActiveStatusInfo implements LegalDocumentStatusInfo {\n status: LegalDocumentStatus!\n activatedAt: DateTime\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentactivestatusinfobstatusbcodelegaldocumentstatus--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentActiveStatusInfo.",(0,c.kt)("b",null,"status"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/legal-document-status"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatus!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"LegalDocument status (always Active for type LegalDocumentActiveStatusInfo)")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentactivestatusinfobactivatedatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentActiveStatusInfo.",(0,c.kt)("b",null,"activatedAt"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Activation date")),(0,c.kt)("h3",{id:"interfaces"},"Interfaces"),(0,c.kt)("h4",{id:"legaldocumentstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/legal-document-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,c.kt)(m,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e9b66c06.cb1650bb.js b/assets/js/e9b66c06.cb1650bb.js new file mode 100644 index 00000000000..218a198e8fd --- /dev/null +++ b/assets/js/e9b66c06.cb1650bb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[8839],{3905:(e,t,a)=>{a.d(t,{Zo:()=>u,kt:()=>p});var n=a(67294);function o(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t=0||(o[a]=e[a]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(o[a]=e[a])}return o}var s=n.createContext({}),i=function(e){var t=n.useContext(s),a=t;return e&&(a="function"==typeof e?e(t):l(l({},t),e)),a},u=function(e){var t=i(e.components);return n.createElement(s.Provider,{value:t},e.children)},d="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},f=n.forwardRef((function(e,t){var a=e.components,o=e.mdxType,c=e.originalType,s=e.parentName,u=r(e,["components","mdxType","originalType","parentName"]),d=i(a),f=o,p=d["".concat(s,".").concat(f)]||d[f]||m[f]||c;return a?n.createElement(p,l(l({ref:t},u),{},{components:a})):n.createElement(p,l({ref:t},u))}));function p(e,t){var a=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var c=a.length,l=new Array(c);l[0]=f;var r={};for(var s in t)hasOwnProperty.call(t,s)&&(r[s]=t[s]);r.originalType=e,r[d]="string"==typeof e?e:o,l[1]=r;for(var i=2;i{a.r(t),a.d(t,{Badge:()=>f,Bullet:()=>d,SpecifiedBy:()=>m,assets:()=>i,contentTitle:()=>r,default:()=>y,frontMatter:()=>l,metadata:()=>s,toc:()=>u});var n=a(83117),o=a(67294),c=a(3905);const l={id:"legal-document-active-status-info",title:"LegalDocumentActiveStatusInfo",hide_table_of_contents:!1},r=void 0,s={unversionedId:"api-reference/objects/legal-document-active-status-info",id:"api-reference/objects/legal-document-active-status-info",title:"LegalDocumentActiveStatusInfo",description:"No description",source:"@site/docs/api-reference/objects/legal-document-active-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/legal-document-active-status-info",permalink:"/api-reference/objects/legal-document-active-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/legal-document-active-status-info.mdx",tags:[],version:"current",frontMatter:{id:"legal-document-active-status-info",title:"LegalDocumentActiveStatusInfo",hide_table_of_contents:!1}},i={},u=[{value:"Fields",id:"fields",level:3},{value:'LegalDocumentActiveStatusInfo.statusLegalDocumentStatus! ',id:"code-style-fontweight-normal-legaldocumentactivestatusinfobstatusbcodelegaldocumentstatus--",level:4},{value:'LegalDocumentActiveStatusInfo.createdAtDateTime! ',id:"code-style-fontweight-normal-legaldocumentactivestatusinfobcreatedatbcodedatetime--",level:4},{value:'LegalDocumentActiveStatusInfo.activatedAtDateTime ',id:"code-style-fontweight-normal-legaldocumentactivestatusinfobactivatedatbcodedatetime-",level:4},{value:"Interfaces",id:"interfaces",level:3},{value:'LegalDocumentStatusInfo ',id:"legaldocumentstatusinfo-",level:4}],d=()=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),m=e=>(0,c.kt)(o.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,c.kt)(o.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),p={toc:u,Bullet:d,SpecifiedBy:m,Badge:f},g="wrapper";function y(e){let{components:t,...a}=e;return(0,c.kt)(g,(0,n.Z)({},p,a,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"type LegalDocumentActiveStatusInfo implements LegalDocumentStatusInfo {\n status: LegalDocumentStatus!\n createdAt: DateTime!\n activatedAt: DateTime\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentactivestatusinfobstatusbcodelegaldocumentstatus--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentActiveStatusInfo.",(0,c.kt)("b",null,"status"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/legal-document-status"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatus!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"LegalDocument status (always Active for type LegalDocumentActiveStatusInfo)")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentactivestatusinfobcreatedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentActiveStatusInfo.",(0,c.kt)("b",null,"createdAt"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Creation date")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-legaldocumentactivestatusinfobactivatedatbcodedatetime-"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"LegalDocumentActiveStatusInfo.",(0,c.kt)("b",null,"activatedAt"))),(0,c.kt)(d,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime"))," ",(0,c.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Activation date")),(0,c.kt)("h3",{id:"interfaces"},"Interfaces"),(0,c.kt)("h4",{id:"legaldocumentstatusinfo-"},(0,c.kt)("a",{parentName:"h4",href:"/api-reference/interfaces/legal-document-status-info"},(0,c.kt)("inlineCode",{parentName:"a"},"LegalDocumentStatusInfo"))," ",(0,c.kt)(f,{class:"secondary",text:"interface",mdxType:"Badge"})),(0,c.kt)("blockquote",null))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e9f7d2c3.12142dcc.js b/assets/js/e9f7d2c3.12142dcc.js new file mode 100644 index 00000000000..c16d9cd85c0 --- /dev/null +++ b/assets/js/e9f7d2c3.12142dcc.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[27309],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var a=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var l=a.createContext({}),c=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return a.createElement(l.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,i=e.mdxType,r=e.originalType,l=e.parentName,d=s(e,["components","mdxType","originalType","parentName"]),f=c(n),p=i,m=f["".concat(l,".").concat(p)]||f[p]||u[p]||r;return n?a.createElement(m,o(o({ref:t},d),{},{components:n})):a.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var r=n.length,o=new Array(r);o[0]=p;var s={};for(var l in t)hasOwnProperty.call(t,l)&&(s[l]=t[l]);s.originalType=e,s[f]="string"==typeof e?e:i,o[1]=s;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>s,default:()=>b,frontMatter:()=>o,metadata:()=>l,toc:()=>d});var a=n(83117),i=n(67294),r=n(3905);const o={id:"not-started-identification-level-status-info",title:"NotStartedIdentificationLevelStatusInfo",hide_table_of_contents:!1},s=void 0,l={unversionedId:"api-reference/objects/not-started-identification-level-status-info",id:"api-reference/objects/not-started-identification-level-status-info",title:"NotStartedIdentificationLevelStatusInfo",description:"Describes an identification level that hasn't started for the process of the current identification",source:"@site/docs/api-reference/objects/not-started-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/not-started-identification-level-status-info",permalink:"/api-reference/objects/not-started-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/not-started-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"not-started-identification-level-status-info",title:"NotStartedIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'NotStartedIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-notstartedidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(i.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},y="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that hasn't started for the process of the current identification"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type NotStartedIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-notstartedidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"NotStartedIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,r.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"NotStarted"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e9f7d2c3.92d03387.js b/assets/js/e9f7d2c3.92d03387.js deleted file mode 100644 index cc1b23c8587..00000000000 --- a/assets/js/e9f7d2c3.92d03387.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[27309],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var a=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var s=a.createContext({}),c=function(e){var t=a.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return a.createElement(s.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,i=e.mdxType,r=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=c(n),p=i,m=f["".concat(s,".").concat(p)]||f[p]||u[p]||r;return n?a.createElement(m,o(o({ref:t},d),{},{components:n})):a.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var r=n.length,o=new Array(r);o[0]=p;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[f]="string"==typeof e?e:i,o[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>l,default:()=>v,frontMatter:()=>o,metadata:()=>s,toc:()=>d});var a=n(83117),i=n(67294),r=n(3905);const o={id:"not-started-identification-level-status-info",title:"NotStartedIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/not-started-identification-level-status-info",id:"api-reference/objects/not-started-identification-level-status-info",title:"NotStartedIdentificationLevelStatusInfo",description:"Describes an identification level that hasn't started for the process of the current identification",source:"@site/docs/api-reference/objects/not-started-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/not-started-identification-level-status-info",permalink:"/api-reference/objects/not-started-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/not-started-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"not-started-identification-level-status-info",title:"NotStartedIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'NotStartedIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-notstartedidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(i.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},y="wrapper";function v(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that hasn't started for the process of the current identification"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type NotStartedIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-notstartedidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"NotStartedIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,r.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"NotStarted"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/ea487cd6.822babf3.js b/assets/js/ea487cd6.822babf3.js deleted file mode 100644 index 8bc5c403762..00000000000 --- a/assets/js/ea487cd6.822babf3.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[25248],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=i.createContext({}),l=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},p=function(e){var t=l(e.components);return i.createElement(s.Provider,{value:t},e.children)},d="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,s=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),d=l(n),u=r,m=d["".concat(s,".").concat(u)]||d[u]||f[u]||o;return n?i.createElement(m,a(a({ref:t},p),{},{components:n})):i.createElement(m,a({ref:t},p))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var c={};for(var s in t)hasOwnProperty.call(t,s)&&(c[s]=t[s]);c.originalType=e,c[d]="string"==typeof e?e:r,a[1]=c;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>d,SpecifiedBy:()=>f,assets:()=>l,contentTitle:()=>c,default:()=>h,frontMatter:()=>a,metadata:()=>s,toc:()=>p});var i=n(83117),r=n(67294),o=n(3905);const a={id:"identification-expert-with-qesprocess-info",title:"IdentificationExpertWithQESProcessInfo",hide_table_of_contents:!1},c=void 0,s={unversionedId:"api-reference/objects/identification-expert-with-qesprocess-info",id:"api-reference/objects/identification-expert-with-qesprocess-info",title:"IdentificationExpertWithQESProcessInfo",description:"The identification process associated to the Qualified Electronic Signature level",source:"@site/docs/api-reference/objects/identification-expert-with-qesprocess-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification-expert-with-qesprocess-info",permalink:"/api-reference/objects/identification-expert-with-qesprocess-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification-expert-with-qesprocess-info.mdx",tags:[],version:"current",frontMatter:{id:"identification-expert-with-qesprocess-info",title:"IdentificationExpertWithQESProcessInfo",hide_table_of_contents:!1}},l={},p=[{value:"Fields",id:"fields",level:3},{value:'IdentificationExpertWithQESProcessInfo.providerIdentificationExpertWithQESProcessProvider! ',id:"code-style-fontweight-normal-identificationexpertwithqesprocessinfobproviderbcodeidentificationexpertwithqesprocessprovider--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],d=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:p,Bullet:d,SpecifiedBy:f,Badge:u},y="wrapper";function h(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"The identification process associated to the Qualified Electronic Signature level"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type IdentificationExpertWithQESProcessInfo {\n provider: IdentificationExpertWithQESProcessProvider!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationexpertwithqesprocessinfobproviderbcodeidentificationexpertwithqesprocessprovider--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationExpertWithQESProcessInfo.",(0,o.kt)("b",null,"provider"))),(0,o.kt)(d,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-expert-with-qesprocess-provider"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationExpertWithQESProcessProvider!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The identification process associated to the qes level.\nUsing an alias to map this property is mandatory when querying multiple processes.")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}h.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/ea487cd6.aa68815c.js b/assets/js/ea487cd6.aa68815c.js new file mode 100644 index 00000000000..ef60f45bbc1 --- /dev/null +++ b/assets/js/ea487cd6.aa68815c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[25248],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var c=i.createContext({}),l=function(e){var t=i.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},d=function(e){var t=l(e.components);return i.createElement(c.Provider,{value:t},e.children)},p="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,c=e.parentName,d=s(e,["components","mdxType","originalType","parentName"]),p=l(n),u=r,m=p["".concat(c,".").concat(u)]||p[u]||f[u]||o;return n?i.createElement(m,a(a({ref:t},d),{},{components:n})):i.createElement(m,a({ref:t},d))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var s={};for(var c in t)hasOwnProperty.call(t,c)&&(s[c]=t[c]);s.originalType=e,s[p]="string"==typeof e?e:r,a[1]=s;for(var l=2;l{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>f,assets:()=>l,contentTitle:()=>s,default:()=>y,frontMatter:()=>a,metadata:()=>c,toc:()=>d});var i=n(83117),r=n(67294),o=n(3905);const a={id:"identification-expert-with-qesprocess-info",title:"IdentificationExpertWithQESProcessInfo",hide_table_of_contents:!1},s=void 0,c={unversionedId:"api-reference/objects/identification-expert-with-qesprocess-info",id:"api-reference/objects/identification-expert-with-qesprocess-info",title:"IdentificationExpertWithQESProcessInfo",description:"The identification process associated to the Qualified Electronic Signature level",source:"@site/docs/api-reference/objects/identification-expert-with-qesprocess-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification-expert-with-qesprocess-info",permalink:"/api-reference/objects/identification-expert-with-qesprocess-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification-expert-with-qesprocess-info.mdx",tags:[],version:"current",frontMatter:{id:"identification-expert-with-qesprocess-info",title:"IdentificationExpertWithQESProcessInfo",hide_table_of_contents:!1}},l={},d=[{value:"Fields",id:"fields",level:3},{value:'IdentificationExpertWithQESProcessInfo.providerIdentificationExpertWithQESProcessProvider! ',id:"code-style-fontweight-normal-identificationexpertwithqesprocessinfobproviderbcodeidentificationexpertwithqesprocessprovider--",level:4},{value:'IdentificationExpertWithQESProcessInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-identificationexpertwithqesprocessinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:p,SpecifiedBy:f,Badge:u},h="wrapper";function y(e){let{components:t,...n}=e;return(0,o.kt)(h,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"The identification process associated to the Qualified Electronic Signature level"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type IdentificationExpertWithQESProcessInfo {\n provider: IdentificationExpertWithQESProcessProvider!\n status: SwanIdentificationStatus!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationexpertwithqesprocessinfobproviderbcodeidentificationexpertwithqesprocessprovider--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationExpertWithQESProcessInfo.",(0,o.kt)("b",null,"provider"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-expert-with-qesprocess-provider"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationExpertWithQESProcessProvider!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The identification process associated to the qes level.\nUsing an alias to map this property is mandatory when querying multiple processes.")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationexpertwithqesprocessinfobstatusbcodeswanidentificationstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationExpertWithQESProcessInfo.",(0,o.kt)("b",null,"status"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,o.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The global status of the identification process")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}y.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/eea5c50e.a775dba9.js b/assets/js/eea5c50e.e69dbe79.js similarity index 61% rename from assets/js/eea5c50e.a775dba9.js rename to assets/js/eea5c50e.e69dbe79.js index 9e3abf3cf86..ebf976b1ef6 100644 --- a/assets/js/eea5c50e.a775dba9.js +++ b/assets/js/eea5c50e.e69dbe79.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[54068],{3905:(e,t,n)=>{n.d(t,{Zo:()=>m,kt:()=>b});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var i=a.createContext({}),s=function(e){var t=a.useContext(i),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},m=function(e){var t=s(e.components);return a.createElement(i.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},d=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,i=e.parentName,m=l(e,["components","mdxType","originalType","parentName"]),p=s(n),d=r,b=p["".concat(i,".").concat(d)]||p[d]||u[d]||o;return n?a.createElement(b,c(c({ref:t},m),{},{components:n})):a.createElement(b,c({ref:t},m))}));function b(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,c=new Array(o);c[0]=d;var l={};for(var i in t)hasOwnProperty.call(t,i)&&(l[i]=t[i]);l.originalType=e,l[p]="string"==typeof e?e:r,c[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>d,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>l,default:()=>f,frontMatter:()=>c,metadata:()=>i,toc:()=>m});var a=n(83117),r=n(67294),o=n(3905);const c={id:"account-memberships-filter-input",title:"AccountMembershipsFilterInput",hide_table_of_contents:!1},l=void 0,i={unversionedId:"api-reference/inputs/account-memberships-filter-input",id:"api-reference/inputs/account-memberships-filter-input",title:"AccountMembershipsFilterInput",description:"Filters that can be applied when listing accounts (Only applied in user context)",source:"@site/docs/api-reference/inputs/account-memberships-filter-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/account-memberships-filter-input",permalink:"/api-reference/inputs/account-memberships-filter-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/account-memberships-filter-input.mdx",tags:[],version:"current",frontMatter:{id:"account-memberships-filter-input",title:"AccountMembershipsFilterInput",hide_table_of_contents:!1}},s={},m=[{value:"Fields",id:"fields",level:3},{value:'AccountMembershipsFilterInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagecardsbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canInitiatePaymentsBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcaninitiatepaymentsbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canManageAccountMembershipBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanageaccountmembershipbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canManageBeneficiariesBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagebeneficiariesbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canViewAccountBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanviewaccountbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.status[AccountMembershipStatus!] ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbstatusbcodeaccountmembershipstatus--",level:4},{value:'AccountMembershipsFilterInput.emailString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbemailbcodestring-",level:4},{value:'AccountMembershipsFilterInput.firstNameString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbfirstnamebcodestring-",level:4},{value:'AccountMembershipsFilterInput.lastNameString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputblastnamebcodestring-",level:4},{value:'AccountMembershipsFilterInput.searchString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbsearchbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:m,Bullet:p,SpecifiedBy:u,Badge:d},h="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(h,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Filters that can be applied when listing accounts (Only applied in user context)"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input AccountMembershipsFilterInput {\n canManageCards: Boolean\n canInitiatePayments: Boolean\n canManageAccountMembership: Boolean\n canManageBeneficiaries: Boolean\n canViewAccount: Boolean\n status: [AccountMembershipStatus!]\n email: String\n firstName: String\n lastName: String\n search: String\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagecardsbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canManageCards"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"COMING SOON\n",(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcaninitiatepaymentsbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canInitiatePayments"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user initiate payments on this account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanageaccountmembershipbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canManageAccountMembership"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user manage account membership")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagebeneficiariesbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canManageBeneficiaries"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user manage beneficiaries")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanviewaccountbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canViewAccount"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user view account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbstatusbcodeaccountmembershipstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"status"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-membership-status"},(0,o.kt)("inlineCode",{parentName:"a"},"[AccountMembershipStatus!]"))," ",(0,o.kt)(d,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,o.kt)(d,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Account memberships status/statuses we're looking for")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbemailbcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"email"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Filtered by email")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbfirstnamebcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"firstName"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Filtered by first name")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputblastnamebcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"lastName"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Filtered by last name")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbsearchbcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"search"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Searches email, first name, last name, and id")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/queries/account-memberships"},(0,o.kt)("inlineCode",{parentName:"a"},"accountMemberships"))," ",(0,o.kt)(d,{class:"secondary",text:"query",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[54068],{3905:(e,t,n)=>{n.d(t,{Zo:()=>m,kt:()=>b});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var i=a.createContext({}),s=function(e){var t=a.useContext(i),n=t;return e&&(n="function"==typeof e?e(t):c(c({},t),e)),n},m=function(e){var t=s(e.components);return a.createElement(i.Provider,{value:t},e.children)},p="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},d=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,i=e.parentName,m=l(e,["components","mdxType","originalType","parentName"]),p=s(n),d=r,b=p["".concat(i,".").concat(d)]||p[d]||u[d]||o;return n?a.createElement(b,c(c({ref:t},m),{},{components:n})):a.createElement(b,c({ref:t},m))}));function b(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,c=new Array(o);c[0]=d;var l={};for(var i in t)hasOwnProperty.call(t,i)&&(l[i]=t[i]);l.originalType=e,l[p]="string"==typeof e?e:r,c[1]=l;for(var s=2;s{n.r(t),n.d(t,{Badge:()=>d,Bullet:()=>p,SpecifiedBy:()=>u,assets:()=>s,contentTitle:()=>l,default:()=>f,frontMatter:()=>c,metadata:()=>i,toc:()=>m});var a=n(83117),r=n(67294),o=n(3905);const c={id:"account-memberships-filter-input",title:"AccountMembershipsFilterInput",hide_table_of_contents:!1},l=void 0,i={unversionedId:"api-reference/inputs/account-memberships-filter-input",id:"api-reference/inputs/account-memberships-filter-input",title:"AccountMembershipsFilterInput",description:"Filters that can be applied when listing accounts (Only applied in user context)",source:"@site/docs/api-reference/inputs/account-memberships-filter-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/account-memberships-filter-input",permalink:"/api-reference/inputs/account-memberships-filter-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/account-memberships-filter-input.mdx",tags:[],version:"current",frontMatter:{id:"account-memberships-filter-input",title:"AccountMembershipsFilterInput",hide_table_of_contents:!1}},s={},m=[{value:"Fields",id:"fields",level:3},{value:'AccountMembershipsFilterInput.canManageCardsBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagecardsbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canInitiatePaymentsBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcaninitiatepaymentsbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canManageAccountMembershipBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanageaccountmembershipbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canManageBeneficiariesBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagebeneficiariesbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.canViewAccountBoolean ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanviewaccountbcodeboolean-",level:4},{value:'AccountMembershipsFilterInput.status[AccountMembershipStatus!] ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbstatusbcodeaccountmembershipstatus--",level:4},{value:'AccountMembershipsFilterInput.emailString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbemailbcodestring-",level:4},{value:'AccountMembershipsFilterInput.firstNameString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbfirstnamebcodestring-",level:4},{value:'AccountMembershipsFilterInput.lastNameString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputblastnamebcodestring-",level:4},{value:'AccountMembershipsFilterInput.searchString ',id:"code-style-fontweight-normal-accountmembershipsfilterinputbsearchbcodestring-",level:4},{value:"Member of",id:"member-of",level:3}],p=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),d=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),b={toc:m,Bullet:p,SpecifiedBy:u,Badge:d},h="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(h,(0,a.Z)({},b,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Filters that can be applied when listing accounts (Only applied in user context)"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input AccountMembershipsFilterInput {\n canManageCards: Boolean\n canInitiatePayments: Boolean\n canManageAccountMembership: Boolean\n canManageBeneficiaries: Boolean\n canViewAccount: Boolean\n status: [AccountMembershipStatus!]\n email: String\n firstName: String\n lastName: String\n search: String\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagecardsbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canManageCards"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},(0,o.kt)("inlineCode",{parentName:"p"},"true")," if this account membership can manage cards for himself or to the memberships he manages")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcaninitiatepaymentsbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canInitiatePayments"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user initiate payments on this account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanageaccountmembershipbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canManageAccountMembership"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user manage account membership")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanmanagebeneficiariesbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canManageBeneficiaries"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user manage beneficiaries")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbcanviewaccountbcodeboolean-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"canViewAccount"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,o.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Can the user view account")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbstatusbcodeaccountmembershipstatus--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"status"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/account-membership-status"},(0,o.kt)("inlineCode",{parentName:"a"},"[AccountMembershipStatus!]"))," ",(0,o.kt)(d,{class:"secondary",text:"list",mdxType:"Badge"})," ",(0,o.kt)(d,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Account memberships status/statuses we're looking for")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbemailbcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"email"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Filtered by email")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbfirstnamebcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"firstName"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Filtered by first name")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputblastnamebcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"lastName"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Filtered by last name")),(0,o.kt)("h4",{id:"code-style-fontweight-normal-accountmembershipsfilterinputbsearchbcodestring-"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AccountMembershipsFilterInput.",(0,o.kt)("b",null,"search"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,o.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,o.kt)(d,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Searches email, first name, last name, and id")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/queries/account-memberships"},(0,o.kt)("inlineCode",{parentName:"a"},"accountMemberships"))," ",(0,o.kt)(d,{class:"secondary",text:"query",mdxType:"Badge"})))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/eead291e.53f63cca.js b/assets/js/eead291e.355f0317.js similarity index 50% rename from assets/js/eead291e.53f63cca.js rename to assets/js/eead291e.355f0317.js index 95edaea818d..6590ee661e9 100644 --- a/assets/js/eead291e.53f63cca.js +++ b/assets/js/eead291e.355f0317.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[82918],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var a=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var s=a.createContext({}),c=function(e){var t=a.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return a.createElement(s.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,i=e.mdxType,r=e.originalType,s=e.parentName,d=l(e,["components","mdxType","originalType","parentName"]),f=c(n),p=i,m=f["".concat(s,".").concat(p)]||f[p]||u[p]||r;return n?a.createElement(m,o(o({ref:t},d),{},{components:n})):a.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var r=n.length,o=new Array(r);o[0]=p;var l={};for(var s in t)hasOwnProperty.call(t,s)&&(l[s]=t[s]);l.originalType=e,l[f]="string"==typeof e?e:i,o[1]=l;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>l,default:()=>v,frontMatter:()=>o,metadata:()=>s,toc:()=>d});var a=n(83117),i=n(67294),r=n(3905);const o={id:"started-identification-level-status-info",title:"StartedIdentificationLevelStatusInfo",hide_table_of_contents:!1},l=void 0,s={unversionedId:"api-reference/objects/started-identification-level-status-info",id:"api-reference/objects/started-identification-level-status-info",title:"StartedIdentificationLevelStatusInfo",description:"Describes an identification level that has started for the process of the current identification",source:"@site/docs/api-reference/objects/started-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/started-identification-level-status-info",permalink:"/api-reference/objects/started-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/started-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"started-identification-level-status-info",title:"StartedIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'StartedIdentificationLevelStatusInfo.statusIdentificationLevelStatus! ',id:"code-style-fontweight-normal-startedidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(i.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},y="wrapper";function v(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that has started for the process of the current identification"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type StartedIdentificationLevelStatusInfo {\n status: IdentificationLevelStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-startedidentificationlevelstatusinfobstatusbcodeidentificationlevelstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"StartedIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-level-status"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatus!"))," ",(0,r.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"Started"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[82918],{3905:(e,t,n)=>{n.d(t,{Zo:()=>d,kt:()=>m});var a=n(67294);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var l=a.createContext({}),c=function(e){var t=a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},d=function(e){var t=c(e.components);return a.createElement(l.Provider,{value:t},e.children)},f="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},p=a.forwardRef((function(e,t){var n=e.components,i=e.mdxType,r=e.originalType,l=e.parentName,d=s(e,["components","mdxType","originalType","parentName"]),f=c(n),p=i,m=f["".concat(l,".").concat(p)]||f[p]||u[p]||r;return n?a.createElement(m,o(o({ref:t},d),{},{components:n})):a.createElement(m,o({ref:t},d))}));function m(e,t){var n=arguments,i=t&&t.mdxType;if("string"==typeof e||i){var r=n.length,o=new Array(r);o[0]=p;var s={};for(var l in t)hasOwnProperty.call(t,l)&&(s[l]=t[l]);s.originalType=e,s[f]="string"==typeof e?e:i,o[1]=s;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>p,Bullet:()=>f,SpecifiedBy:()=>u,assets:()=>c,contentTitle:()=>s,default:()=>b,frontMatter:()=>o,metadata:()=>l,toc:()=>d});var a=n(83117),i=n(67294),r=n(3905);const o={id:"started-identification-level-status-info",title:"StartedIdentificationLevelStatusInfo",hide_table_of_contents:!1},s=void 0,l={unversionedId:"api-reference/objects/started-identification-level-status-info",id:"api-reference/objects/started-identification-level-status-info",title:"StartedIdentificationLevelStatusInfo",description:"Describes an identification level that has started for the process of the current identification",source:"@site/docs/api-reference/objects/started-identification-level-status-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/started-identification-level-status-info",permalink:"/api-reference/objects/started-identification-level-status-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/started-identification-level-status-info.mdx",tags:[],version:"current",frontMatter:{id:"started-identification-level-status-info",title:"StartedIdentificationLevelStatusInfo",hide_table_of_contents:!1}},c={},d=[{value:"Fields",id:"fields",level:3},{value:'StartedIdentificationLevelStatusInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-startedidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],f=()=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,r.kt)(i.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),p=e=>(0,r.kt)(i.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:d,Bullet:f,SpecifiedBy:u,Badge:p},y="wrapper";function b(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,a.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"Describes an identification level that has started for the process of the current identification"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type StartedIdentificationLevelStatusInfo {\n status: SwanIdentificationStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-startedidentificationlevelstatusinfobstatusbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"StartedIdentificationLevelStatusInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(f,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,r.kt)(p,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(p,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"Always set to ",(0,r.kt)("inlineCode",{parentName:"p"},"Started"))),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-level-status-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationLevelStatusInfo"))," ",(0,r.kt)(p,{class:"secondary",text:"union",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/f180e4fd.27166798.js b/assets/js/f180e4fd.11e55646.js similarity index 98% rename from assets/js/f180e4fd.27166798.js rename to assets/js/f180e4fd.11e55646.js index 7f73407f608..f7a48647cdb 100644 --- a/assets/js/f180e4fd.27166798.js +++ b/assets/js/f180e4fd.11e55646.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[2203],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),d=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},p=function(e){var t=d(e.components);return r.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),s=d(n),f=a,m=s["".concat(c,".").concat(f)]||s[f]||u[f]||o;return n?r.createElement(m,l(l({ref:t},p),{},{components:n})):r.createElement(m,l({ref:t},p))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,l=new Array(o);l[0]=f;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[s]="string"==typeof e?e:a,l[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>b,frontMatter:()=>l,metadata:()=>c,toc:()=>p});var r=n(83117),a=n(67294),o=n(3905);const l={id:"allow-sdd-input",title:"AllowSddInput",hide_table_of_contents:!1},i=void 0,c={unversionedId:"api-reference/inputs/allow-sdd-input",id:"api-reference/inputs/allow-sdd-input",title:"AllowSddInput",description:"Input to Allow SDD",source:"@site/docs/api-reference/inputs/allow-sdd-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/allow-sdd-input",permalink:"/api-reference/inputs/allow-sdd-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/allow-sdd-input.mdx",tags:[],version:"current",frontMatter:{id:"allow-sdd-input",title:"AllowSddInput",hide_table_of_contents:!1}},d={},p=[{value:"Fields",id:"fields",level:3},{value:'AllowSddInput.accountIdID! ',id:"code-style-fontweight-normal-allowsddinputbaccountidbcodeid--",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:p,Bullet:s,SpecifiedBy:u,Badge:f},y="wrapper";function b(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Input to Allow SDD"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input AllowSddInput {\n accountId: ID!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-allowsddinputbaccountidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AllowSddInput.",(0,o.kt)("b",null,"accountId"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"unique identifier of a given account")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/allow-sdd"},(0,o.kt)("inlineCode",{parentName:"a"},"allowSdd"))," ",(0,o.kt)(f,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[2203],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>m});var r=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var c=r.createContext({}),d=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},p=function(e){var t=d(e.components);return r.createElement(c.Provider,{value:t},e.children)},s="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},f=r.forwardRef((function(e,t){var n=e.components,a=e.mdxType,o=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),s=d(n),f=a,m=s["".concat(c,".").concat(f)]||s[f]||u[f]||o;return n?r.createElement(m,l(l({ref:t},p),{},{components:n})):r.createElement(m,l({ref:t},p))}));function m(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var o=n.length,l=new Array(o);l[0]=f;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[s]="string"==typeof e?e:a,l[1]=i;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>f,Bullet:()=>s,SpecifiedBy:()=>u,assets:()=>d,contentTitle:()=>i,default:()=>b,frontMatter:()=>l,metadata:()=>c,toc:()=>p});var r=n(83117),a=n(67294),o=n(3905);const l={id:"allow-sdd-input",title:"AllowSddInput",hide_table_of_contents:!1},i=void 0,c={unversionedId:"api-reference/inputs/allow-sdd-input",id:"api-reference/inputs/allow-sdd-input",title:"AllowSddInput",description:"Input to Allow SDD",source:"@site/docs/api-reference/inputs/allow-sdd-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/allow-sdd-input",permalink:"/api-reference/inputs/allow-sdd-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/allow-sdd-input.mdx",tags:[],version:"current",frontMatter:{id:"allow-sdd-input",title:"AllowSddInput",hide_table_of_contents:!1}},d={},p=[{value:"Fields",id:"fields",level:3},{value:'AllowSddInput.accountIdID! ',id:"code-style-fontweight-normal-allowsddinputbaccountidbcodeid--",level:4},{value:"Member of",id:"member-of",level:3}],s=()=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),u=e=>(0,o.kt)(a.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),f=e=>(0,o.kt)(a.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:p,Bullet:s,SpecifiedBy:u,Badge:f},y="wrapper";function b(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,r.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"Input to Allow SDD"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"input AllowSddInput {\n accountId: ID!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-allowsddinputbaccountidbcodeid--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"AllowSddInput.",(0,o.kt)("b",null,"accountId"))),(0,o.kt)(s,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,o.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,o.kt)(f,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(f,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account")),(0,o.kt)("h3",{id:"member-of"},"Member of"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/mutations/allow-sdd"},(0,o.kt)("inlineCode",{parentName:"a"},"allowSdd"))," ",(0,o.kt)(f,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/f184911c.03157cee.js b/assets/js/f184911c.03157cee.js deleted file mode 100644 index c6184f6d97d..00000000000 --- a/assets/js/f184911c.03157cee.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[68584],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>m});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=i.createContext({}),d=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},l=function(e){var t=d(e.components);return i.createElement(s.Provider,{value:t},e.children)},p="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,s=e.parentName,l=c(e,["components","mdxType","originalType","parentName"]),p=d(n),u=r,m=p["".concat(s,".").concat(u)]||p[u]||f[u]||o;return n?i.createElement(m,a(a({ref:t},l),{},{components:n})):i.createElement(m,a({ref:t},l))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,a=new Array(o);a[0]=u;var c={};for(var s in t)hasOwnProperty.call(t,s)&&(c[s]=t[s]);c.originalType=e,c[p]="string"==typeof e?e:r,a[1]=c;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>f,assets:()=>d,contentTitle:()=>c,default:()=>v,frontMatter:()=>a,metadata:()=>s,toc:()=>l});var i=n(83117),r=n(67294),o=n(3905);const a={id:"identification-pvidprocess-info",title:"IdentificationPVIDProcessInfo",hide_table_of_contents:!1},c=void 0,s={unversionedId:"api-reference/objects/identification-pvidprocess-info",id:"api-reference/objects/identification-pvidprocess-info",title:"IdentificationPVIDProcessInfo",description:"The identification process associated to the PVID/Remote Identity Verification Service level",source:"@site/docs/api-reference/objects/identification-pvidprocess-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification-pvidprocess-info",permalink:"/api-reference/objects/identification-pvidprocess-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification-pvidprocess-info.mdx",tags:[],version:"current",frontMatter:{id:"identification-pvidprocess-info",title:"IdentificationPVIDProcessInfo",hide_table_of_contents:!1}},d={},l=[{value:"Fields",id:"fields",level:3},{value:'IdentificationPVIDProcessInfo.providerIdentificationPVIDProcessProvider! ',id:"code-style-fontweight-normal-identificationpvidprocessinfobproviderbcodeidentificationpvidprocessprovider--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,o.kt)(r.Fragment,null,"Specification",(0,o.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,o.kt)(r.Fragment,null,(0,o.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:l,Bullet:p,SpecifiedBy:f,Badge:u},y="wrapper";function v(e){let{components:t,...n}=e;return(0,o.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"The identification process associated to the PVID/Remote Identity Verification Service level"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-graphql"},"type IdentificationPVIDProcessInfo {\n provider: IdentificationPVIDProcessProvider!\n}\n")),(0,o.kt)("h3",{id:"fields"},"Fields"),(0,o.kt)("h4",{id:"code-style-fontweight-normal-identificationpvidprocessinfobproviderbcodeidentificationpvidprocessprovider--"},(0,o.kt)("a",{parentName:"h4",href:"#"},(0,o.kt)("code",{style:{fontWeight:"normal"}},"IdentificationPVIDProcessInfo.",(0,o.kt)("b",null,"provider"))),(0,o.kt)(p,{mdxType:"Bullet"}),(0,o.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-pvidprocess-provider"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationPVIDProcessProvider!"))," ",(0,o.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,o.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,o.kt)("blockquote",null,(0,o.kt)("p",{parentName:"blockquote"},"The identification process associated to the pvid level.\nUsing an alias to map this property is mandatory when querying multiple processes.")),(0,o.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,o.kt)("p",null,(0,o.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-process-info"},(0,o.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo"))," ",(0,o.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/f184911c.7fb44b3e.js b/assets/js/f184911c.7fb44b3e.js new file mode 100644 index 00000000000..05961dc7a57 --- /dev/null +++ b/assets/js/f184911c.7fb44b3e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[68584],{3905:(e,t,n)=>{n.d(t,{Zo:()=>l,kt:()=>m});var i=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var s=i.createContext({}),d=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},l=function(e){var t=d(e.components);return i.createElement(s.Provider,{value:t},e.children)},p="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},u=i.forwardRef((function(e,t){var n=e.components,o=e.mdxType,r=e.originalType,s=e.parentName,l=c(e,["components","mdxType","originalType","parentName"]),p=d(n),u=o,m=p["".concat(s,".").concat(u)]||p[u]||f[u]||r;return n?i.createElement(m,a(a({ref:t},l),{},{components:n})):i.createElement(m,a({ref:t},l))}));function m(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var r=n.length,a=new Array(r);a[0]=u;var c={};for(var s in t)hasOwnProperty.call(t,s)&&(c[s]=t[s]);c.originalType=e,c[p]="string"==typeof e?e:o,a[1]=c;for(var d=2;d{n.r(t),n.d(t,{Badge:()=>u,Bullet:()=>p,SpecifiedBy:()=>f,assets:()=>d,contentTitle:()=>c,default:()=>v,frontMatter:()=>a,metadata:()=>s,toc:()=>l});var i=n(83117),o=n(67294),r=n(3905);const a={id:"identification-pvidprocess-info",title:"IdentificationPVIDProcessInfo",hide_table_of_contents:!1},c=void 0,s={unversionedId:"api-reference/objects/identification-pvidprocess-info",id:"api-reference/objects/identification-pvidprocess-info",title:"IdentificationPVIDProcessInfo",description:"The identification process associated to the PVID/Remote Identity Verification Service level",source:"@site/docs/api-reference/objects/identification-pvidprocess-info.mdx",sourceDirName:"api-reference/objects",slug:"/api-reference/objects/identification-pvidprocess-info",permalink:"/api-reference/objects/identification-pvidprocess-info",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/objects/identification-pvidprocess-info.mdx",tags:[],version:"current",frontMatter:{id:"identification-pvidprocess-info",title:"IdentificationPVIDProcessInfo",hide_table_of_contents:!1}},d={},l=[{value:"Fields",id:"fields",level:3},{value:'IdentificationPVIDProcessInfo.providerIdentificationPVIDProcessProvider! ',id:"code-style-fontweight-normal-identificationpvidprocessinfobproviderbcodeidentificationpvidprocessprovider--",level:4},{value:'IdentificationPVIDProcessInfo.statusSwanIdentificationStatus! ',id:"code-style-fontweight-normal-identificationpvidprocessinfobstatusbcodeswanidentificationstatus--",level:4},{value:"Implemented by",id:"implemented-by",level:3}],p=()=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),f=e=>(0,r.kt)(o.Fragment,null,"Specification",(0,r.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),u=e=>(0,r.kt)(o.Fragment,null,(0,r.kt)("span",{className:"badge badge--"+e.class},e.text)),m={toc:l,Bullet:p,SpecifiedBy:f,Badge:u},y="wrapper";function v(e){let{components:t,...n}=e;return(0,r.kt)(y,(0,i.Z)({},m,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("p",null,"The identification process associated to the PVID/Remote Identity Verification Service level"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-graphql"},"type IdentificationPVIDProcessInfo {\n provider: IdentificationPVIDProcessProvider!\n status: SwanIdentificationStatus!\n}\n")),(0,r.kt)("h3",{id:"fields"},"Fields"),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationpvidprocessinfobproviderbcodeidentificationpvidprocessprovider--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationPVIDProcessInfo.",(0,r.kt)("b",null,"provider"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/identification-pvidprocess-provider"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationPVIDProcessProvider!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"The identification process associated to the pvid level.\nUsing an alias to map this property is mandatory when querying multiple processes.")),(0,r.kt)("h4",{id:"code-style-fontweight-normal-identificationpvidprocessinfobstatusbcodeswanidentificationstatus--"},(0,r.kt)("a",{parentName:"h4",href:"#"},(0,r.kt)("code",{style:{fontWeight:"normal"}},"IdentificationPVIDProcessInfo.",(0,r.kt)("b",null,"status"))),(0,r.kt)(p,{mdxType:"Bullet"}),(0,r.kt)("a",{parentName:"h4",href:"/api-reference/enums/swan-identification-status"},(0,r.kt)("inlineCode",{parentName:"a"},"SwanIdentificationStatus!"))," ",(0,r.kt)(u,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,r.kt)(u,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,r.kt)("blockquote",null,(0,r.kt)("p",{parentName:"blockquote"},"The global status of the identification process")),(0,r.kt)("h3",{id:"implemented-by"},"Implemented by"),(0,r.kt)("p",null,(0,r.kt)("a",{parentName:"p",href:"/api-reference/unions/identification-process-info"},(0,r.kt)("inlineCode",{parentName:"a"},"IdentificationProcessInfo"))," ",(0,r.kt)(u,{class:"secondary",text:"union",mdxType:"Badge"})))}v.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/f2936bbd.4547d8e1.js b/assets/js/f2936bbd.e346d380.js similarity index 98% rename from assets/js/f2936bbd.4547d8e1.js rename to assets/js/f2936bbd.e346d380.js index a19e4e39a83..7816a978904 100644 --- a/assets/js/f2936bbd.4547d8e1.js +++ b/assets/js/f2936bbd.e346d380.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[36569],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>g});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var o=a.createContext({}),c=function(e){var t=a.useContext(o),n=t;return e&&(n="function"==typeof e?e(t):d(d({},t),e)),n},s=function(e){var t=c(e.components);return a.createElement(o.Provider,{value:t},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,l=e.originalType,o=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),u=c(n),m=r,g=u["".concat(o,".").concat(m)]||u[m]||p[m]||l;return n?a.createElement(g,d(d({ref:t},s),{},{components:n})):a.createElement(g,d({ref:t},s))}));function g(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=n.length,d=new Array(l);d[0]=m;var i={};for(var o in t)hasOwnProperty.call(t,o)&&(i[o]=t[o]);i.originalType=e,i[u]="string"==typeof e?e:r,d[1]=i;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>i,default:()=>b,frontMatter:()=>d,metadata:()=>o,toc:()=>s});var a=n(83117),r=n(67294),l=n(3905);const d={id:"add-single-use-virtual-card-input",title:"AddSingleUseVirtualCardInput",hide_table_of_contents:!1},i=void 0,o={unversionedId:"api-reference/inputs/add-single-use-virtual-card-input",id:"api-reference/inputs/add-single-use-virtual-card-input",title:"AddSingleUseVirtualCardInput",description:"Inputs to add a new card",source:"@site/docs/api-reference/inputs/add-single-use-virtual-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-single-use-virtual-card-input",permalink:"/api-reference/inputs/add-single-use-virtual-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-single-use-virtual-card-input.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card-input",title:"AddSingleUseVirtualCardInput",hide_table_of_contents:!1}},c={},s=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbaccountmembershipidbcodeid--",level:4},{value:'AddSingleUseVirtualCardInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbspendinglimitbcodespendinglimitinput--",level:4},{value:'AddSingleUseVirtualCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbconsentredirecturlbcodestring--",level:4},{value:'AddSingleUseVirtualCardInput.nameString ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbnamebcodestring-",level:4},{value:'AddSingleUseVirtualCardInput.viewCardNumberBoolean ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbviewcardnumberbcodeboolean-",level:4},{value:'AddSingleUseVirtualCardInput.cardProductIdID ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],u=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),g={toc:s,Bullet:u,SpecifiedBy:p,Badge:m},f="wrapper";function b(e){let{components:t,...n}=e;return(0,l.kt)(f,(0,a.Z)({},g,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Inputs to add a new card"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddSingleUseVirtualCardInput {\n accountMembershipId: ID!\n spendingLimit: SpendingLimitInput!\n consentRedirectUrl: String!\n name: String\n viewCardNumber: Boolean\n cardProductId: ID\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbaccountmembershipidbcodeid--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"accountMembershipId"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"unique identifier of a given account membership")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbspendinglimitbcodespendinglimitinput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"spendingLimit"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,l.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"spending limit")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbconsentredirecturlbcodestring--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"consentRedirectUrl"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbnamebcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"name"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Card name")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbviewcardnumberbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"viewCardNumber"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},(0,l.kt)("inlineCode",{parentName:"p"},"true")," to show the card confidential information in the same request")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbcardproductidbcodeid-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"cardProductId"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"The if of the card product to use to create the new card.")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-single-use-virtual-card"},(0,l.kt)("inlineCode",{parentName:"a"},"addSingleUseVirtualCard"))," ",(0,l.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[36569],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>g});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var o=a.createContext({}),c=function(e){var t=a.useContext(o),n=t;return e&&(n="function"==typeof e?e(t):d(d({},t),e)),n},s=function(e){var t=c(e.components);return a.createElement(o.Provider,{value:t},e.children)},u="mdxType",p={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,l=e.originalType,o=e.parentName,s=i(e,["components","mdxType","originalType","parentName"]),u=c(n),m=r,g=u["".concat(o,".").concat(m)]||u[m]||p[m]||l;return n?a.createElement(g,d(d({ref:t},s),{},{components:n})):a.createElement(g,d({ref:t},s))}));function g(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var l=n.length,d=new Array(l);d[0]=m;var i={};for(var o in t)hasOwnProperty.call(t,o)&&(i[o]=t[o]);i.originalType=e,i[u]="string"==typeof e?e:r,d[1]=i;for(var c=2;c{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>u,SpecifiedBy:()=>p,assets:()=>c,contentTitle:()=>i,default:()=>b,frontMatter:()=>d,metadata:()=>o,toc:()=>s});var a=n(83117),r=n(67294),l=n(3905);const d={id:"add-single-use-virtual-card-input",title:"AddSingleUseVirtualCardInput",hide_table_of_contents:!1},i=void 0,o={unversionedId:"api-reference/inputs/add-single-use-virtual-card-input",id:"api-reference/inputs/add-single-use-virtual-card-input",title:"AddSingleUseVirtualCardInput",description:"Inputs to add a new card",source:"@site/docs/api-reference/inputs/add-single-use-virtual-card-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-single-use-virtual-card-input",permalink:"/api-reference/inputs/add-single-use-virtual-card-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-single-use-virtual-card-input.mdx",tags:[],version:"current",frontMatter:{id:"add-single-use-virtual-card-input",title:"AddSingleUseVirtualCardInput",hide_table_of_contents:!1}},c={},s=[{value:"Fields",id:"fields",level:3},{value:'AddSingleUseVirtualCardInput.accountMembershipIdID! ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbaccountmembershipidbcodeid--",level:4},{value:'AddSingleUseVirtualCardInput.spendingLimitSpendingLimitInput! ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbspendinglimitbcodespendinglimitinput--",level:4},{value:'AddSingleUseVirtualCardInput.consentRedirectUrlString! ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbconsentredirecturlbcodestring--",level:4},{value:'AddSingleUseVirtualCardInput.nameString ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbnamebcodestring-",level:4},{value:'AddSingleUseVirtualCardInput.viewCardNumberBoolean ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbviewcardnumberbcodeboolean-",level:4},{value:'AddSingleUseVirtualCardInput.cardProductIdID ',id:"code-style-fontweight-normal-addsingleusevirtualcardinputbcardproductidbcodeid-",level:4},{value:"Member of",id:"member-of",level:3}],u=()=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),p=e=>(0,l.kt)(r.Fragment,null,"Specification",(0,l.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,l.kt)(r.Fragment,null,(0,l.kt)("span",{className:"badge badge--"+e.class},e.text)),g={toc:s,Bullet:u,SpecifiedBy:p,Badge:m},f="wrapper";function b(e){let{components:t,...n}=e;return(0,l.kt)(f,(0,a.Z)({},g,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("p",null,"Inputs to add a new card"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddSingleUseVirtualCardInput {\n accountMembershipId: ID!\n spendingLimit: SpendingLimitInput!\n consentRedirectUrl: String!\n name: String\n viewCardNumber: Boolean\n cardProductId: ID\n}\n")),(0,l.kt)("h3",{id:"fields"},"Fields"),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbaccountmembershipidbcodeid--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"accountMembershipId"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Unique identifier of a given account membership")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbspendinglimitbcodespendinglimitinput--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"spendingLimit"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/inputs/spending-limit-input"},(0,l.kt)("inlineCode",{parentName:"a"},"SpendingLimitInput!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Spending limit")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbconsentredirecturlbcodestring--"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"consentRedirectUrl"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String!"))," ",(0,l.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"URL the user is redirected to after consent has been given")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbnamebcodestring-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"name"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/string"},(0,l.kt)("inlineCode",{parentName:"a"},"String"))," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"Card name")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbviewcardnumberbcodeboolean-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"viewCardNumber"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/boolean"},(0,l.kt)("inlineCode",{parentName:"a"},"Boolean"))," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},(0,l.kt)("inlineCode",{parentName:"p"},"true")," to show the card confidential information in the same request")),(0,l.kt)("h4",{id:"code-style-fontweight-normal-addsingleusevirtualcardinputbcardproductidbcodeid-"},(0,l.kt)("a",{parentName:"h4",href:"#"},(0,l.kt)("code",{style:{fontWeight:"normal"}},"AddSingleUseVirtualCardInput.",(0,l.kt)("b",null,"cardProductId"))),(0,l.kt)(u,{mdxType:"Bullet"}),(0,l.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,l.kt)("inlineCode",{parentName:"a"},"ID"))," ",(0,l.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,l.kt)("blockquote",null,(0,l.kt)("p",{parentName:"blockquote"},"The id of the card product to use to create the new card.")),(0,l.kt)("h3",{id:"member-of"},"Member of"),(0,l.kt)("p",null,(0,l.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-single-use-virtual-card"},(0,l.kt)("inlineCode",{parentName:"a"},"addSingleUseVirtualCard"))," ",(0,l.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/fca10f8f.d6ae853f.js b/assets/js/fca10f8f.90dac8fd.js similarity index 99% rename from assets/js/fca10f8f.d6ae853f.js rename to assets/js/fca10f8f.90dac8fd.js index 41ad3cdd605..56a55055f78 100644 --- a/assets/js/fca10f8f.d6ae853f.js +++ b/assets/js/fca10f8f.90dac8fd.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[45504],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>f});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var d=a.createContext({}),u=function(e){var t=a.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},p=function(e){var t=u(e.components);return a.createElement(d.Provider,{value:t},e.children)},i="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,c=e.originalType,d=e.parentName,p=o(e,["components","mdxType","originalType","parentName"]),i=u(n),m=r,f=i["".concat(d,".").concat(m)]||i[m]||s[m]||c;return n?a.createElement(f,l(l({ref:t},p),{},{components:n})):a.createElement(f,l({ref:t},p))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=n.length,l=new Array(c);l[0]=m;var o={};for(var d in t)hasOwnProperty.call(t,d)&&(o[d]=t[d]);o.originalType=e,o[i]="string"==typeof e?e:r,l[1]=o;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>i,SpecifiedBy:()=>s,assets:()=>u,contentTitle:()=>o,default:()=>b,frontMatter:()=>l,metadata:()=>d,toc:()=>p});var a=n(83117),r=n(67294),c=n(3905);const l={id:"add-or-update-external-account-balance-input",title:"AddOrUpdateExternalAccountBalanceInput",hide_table_of_contents:!1},o=void 0,d={unversionedId:"api-reference/inputs/add-or-update-external-account-balance-input",id:"api-reference/inputs/add-or-update-external-account-balance-input",title:"AddOrUpdateExternalAccountBalanceInput",description:"No description",source:"@site/docs/api-reference/inputs/add-or-update-external-account-balance-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-or-update-external-account-balance-input",permalink:"/api-reference/inputs/add-or-update-external-account-balance-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-or-update-external-account-balance-input.mdx",tags:[],version:"current",frontMatter:{id:"add-or-update-external-account-balance-input",title:"AddOrUpdateExternalAccountBalanceInput",hide_table_of_contents:!1}},u={},p=[{value:"Fields",id:"fields",level:3},{value:'AddOrUpdateExternalAccountBalanceInput.externalAccountIdID! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbexternalaccountidbcodeid--",level:4},{value:'AddOrUpdateExternalAccountBalanceInput.amountAmountInput! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbamountbcodeamountinput--",level:4},{value:'AddOrUpdateExternalAccountBalanceInput.typeExternalAccountBalanceType! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--",level:4},{value:'AddOrUpdateExternalAccountBalanceInput.lastChangedAtDateTime! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputblastchangedatbcodedatetime--",level:4},{value:"Member of",id:"member-of",level:3}],i=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:i,SpecifiedBy:s,Badge:m},y="wrapper";function b(e){let{components:t,...n}=e;return(0,c.kt)(y,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddOrUpdateExternalAccountBalanceInput {\n externalAccountId: ID!\n amount: AmountInput!\n type: ExternalAccountBalanceType!\n lastChangedAt: DateTime!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbexternalaccountidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"externalAccountId"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"unique identifier of a given external account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbamountbcodeamountinput--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"amount"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/amount-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AmountInput!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Amount of the balance")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"type"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/external-account-balance-type"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceType!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Type of the balance")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputblastchangedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"lastChangedAt"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Last changed Date")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-or-update-external-account-balance"},(0,c.kt)("inlineCode",{parentName:"a"},"addOrUpdateExternalAccountBalance"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[45504],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>f});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var d=a.createContext({}),u=function(e){var t=a.useContext(d),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},p=function(e){var t=u(e.components);return a.createElement(d.Provider,{value:t},e.children)},i="mdxType",s={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},m=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,c=e.originalType,d=e.parentName,p=o(e,["components","mdxType","originalType","parentName"]),i=u(n),m=r,f=i["".concat(d,".").concat(m)]||i[m]||s[m]||c;return n?a.createElement(f,l(l({ref:t},p),{},{components:n})):a.createElement(f,l({ref:t},p))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var c=n.length,l=new Array(c);l[0]=m;var o={};for(var d in t)hasOwnProperty.call(t,d)&&(o[d]=t[d]);o.originalType=e,o[i]="string"==typeof e?e:r,l[1]=o;for(var u=2;u{n.r(t),n.d(t,{Badge:()=>m,Bullet:()=>i,SpecifiedBy:()=>s,assets:()=>u,contentTitle:()=>o,default:()=>b,frontMatter:()=>l,metadata:()=>d,toc:()=>p});var a=n(83117),r=n(67294),c=n(3905);const l={id:"add-or-update-external-account-balance-input",title:"AddOrUpdateExternalAccountBalanceInput",hide_table_of_contents:!1},o=void 0,d={unversionedId:"api-reference/inputs/add-or-update-external-account-balance-input",id:"api-reference/inputs/add-or-update-external-account-balance-input",title:"AddOrUpdateExternalAccountBalanceInput",description:"No description",source:"@site/docs/api-reference/inputs/add-or-update-external-account-balance-input.mdx",sourceDirName:"api-reference/inputs",slug:"/api-reference/inputs/add-or-update-external-account-balance-input",permalink:"/api-reference/inputs/add-or-update-external-account-balance-input",draft:!1,editUrl:"https://github.com/swan-io/docs/edit/main/docs/docs/api-reference/inputs/add-or-update-external-account-balance-input.mdx",tags:[],version:"current",frontMatter:{id:"add-or-update-external-account-balance-input",title:"AddOrUpdateExternalAccountBalanceInput",hide_table_of_contents:!1}},u={},p=[{value:"Fields",id:"fields",level:3},{value:'AddOrUpdateExternalAccountBalanceInput.externalAccountIdID! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbexternalaccountidbcodeid--",level:4},{value:'AddOrUpdateExternalAccountBalanceInput.amountAmountInput! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbamountbcodeamountinput--",level:4},{value:'AddOrUpdateExternalAccountBalanceInput.typeExternalAccountBalanceType! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--",level:4},{value:'AddOrUpdateExternalAccountBalanceInput.lastChangedAtDateTime! ',id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputblastchangedatbcodedatetime--",level:4},{value:"Member of",id:"member-of",level:3}],i=()=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{style:{fontWeight:"normal",fontSize:".5em",color:"var(--ifm-color-secondary-darkest)"}},"\xa0\u25cf\xa0")),s=e=>(0,c.kt)(r.Fragment,null,"Specification",(0,c.kt)("a",{className:"link",style:{fontSize:"1.5em",paddingLeft:"4px"},target:"_blank",href:e.url,title:"Specified by "+e.url},"\u2398")),m=e=>(0,c.kt)(r.Fragment,null,(0,c.kt)("span",{className:"badge badge--"+e.class},e.text)),f={toc:p,Bullet:i,SpecifiedBy:s,Badge:m},y="wrapper";function b(e){let{components:t,...n}=e;return(0,c.kt)(y,(0,a.Z)({},f,n,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,"No description"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-graphql"},"input AddOrUpdateExternalAccountBalanceInput {\n externalAccountId: ID!\n amount: AmountInput!\n type: ExternalAccountBalanceType!\n lastChangedAt: DateTime!\n}\n")),(0,c.kt)("h3",{id:"fields"},"Fields"),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbexternalaccountidbcodeid--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"externalAccountId"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/id"},(0,c.kt)("inlineCode",{parentName:"a"},"ID!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Unique identifier of a given external account")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbamountbcodeamountinput--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"amount"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/inputs/amount-input"},(0,c.kt)("inlineCode",{parentName:"a"},"AmountInput!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"input",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Amount of the balance")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputbtypebcodeexternalaccountbalancetype--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"type"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/enums/external-account-balance-type"},(0,c.kt)("inlineCode",{parentName:"a"},"ExternalAccountBalanceType!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"enum",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Type of the balance")),(0,c.kt)("h4",{id:"code-style-fontweight-normal-addorupdateexternalaccountbalanceinputblastchangedatbcodedatetime--"},(0,c.kt)("a",{parentName:"h4",href:"#"},(0,c.kt)("code",{style:{fontWeight:"normal"}},"AddOrUpdateExternalAccountBalanceInput.",(0,c.kt)("b",null,"lastChangedAt"))),(0,c.kt)(i,{mdxType:"Bullet"}),(0,c.kt)("a",{parentName:"h4",href:"/api-reference/scalars/date-time"},(0,c.kt)("inlineCode",{parentName:"a"},"DateTime!"))," ",(0,c.kt)(m,{class:"secondary",text:"non-null",mdxType:"Badge"})," ",(0,c.kt)(m,{class:"secondary",text:"scalar",mdxType:"Badge"})),(0,c.kt)("blockquote",null,(0,c.kt)("p",{parentName:"blockquote"},"Last changed Date")),(0,c.kt)("h3",{id:"member-of"},"Member of"),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/api-reference/mutations/add-or-update-external-account-balance"},(0,c.kt)("inlineCode",{parentName:"a"},"addOrUpdateExternalAccountBalance"))," ",(0,c.kt)(m,{class:"secondary",text:"mutation",mdxType:"Badge"})))}b.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/main.a2721480.js b/assets/js/main.a2721480.js new file mode 100644 index 00000000000..1a47141208c --- /dev/null +++ b/assets/js/main.a2721480.js @@ -0,0 +1,2 @@ +/*! For license information please see main.a2721480.js.LICENSE.txt */ +(self.webpackChunk_swan_io_docs=self.webpackChunk_swan_io_docs||[]).push([[40179],{20830:(e,t,n)=>{"use strict";n.d(t,{W:()=>r});var a=n(67294);function r(){return a.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20"},a.createElement("path",{d:"M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}},34334:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;tr});const r=function(){for(var e,t,n=0,r="";n{"use strict";n.d(t,{Z:()=>i});var a=function(){var e=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,n={},a={util:{encode:function e(t){return t instanceof r?new r(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/=u.reach);w+=_.value.length,_=_.next){var k=_.value;if(t.length>e.length)return;if(!(k instanceof r)){var E,S=1;if(y){if(!(E=i(x,w,e,g))||E.index>=e.length)break;var T=E.index,C=E.index+E[0].length,q=w;for(q+=_.value.length;T>=q;)q+=(_=_.next).value.length;if(w=q-=_.value.length,_.value instanceof r)continue;for(var A=_;A!==t.tail&&(qu.reach&&(u.reach=O);var N=_.prev;if(R&&(N=s(t,N,R),w+=R.length),d(t,N,S),_=s(t,N,new r(l,h?a.tokenize(L,h):L,j,L)),P&&s(t,_,P),S>1){var I={cause:l+","+m,reach:O};c(e,t,n,_.prev,w,I),u&&I.reach>u.reach&&(u.reach=I.reach)}}}}}}function o(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function s(e,t,n){var a=t.next,r={value:n,prev:t,next:a};return t.next=r,a.prev=r,e.length++,r}function d(e,t,n){for(var a=t.next,r=0;r"+i.content+""},a}(),r=a;a.default=a,r.languages.markup={comment:{pattern://,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.languages.markup.doctype.inside["internal-subset"].inside=r.languages.markup,r.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^$)/i,lookbehind:!0,inside:r.languages[t]},n.cdata=/^$/i;var a={"included-cdata":{pattern://i,inside:n}};a["language-"+t]={pattern:/[\s\S]+/,inside:r.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:a},r.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(r.languages.markup.tag,"addAttribute",{value:function(e,t){r.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:r.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.xml=r.languages.extend("markup",{}),r.languages.ssml=r.languages.xml,r.languages.atom=r.languages.xml,r.languages.rss=r.languages.xml,function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},a={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:a},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:a},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:a.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:a.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var r=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=a.variable[1].inside,c=0;c]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},r.languages.c=r.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),r.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),r.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},r.languages.c.string],char:r.languages.c.char,comment:r.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:r.languages.c}}}}),r.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete r.languages.c.boolean,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!)\w+(?:\s*\.\s*\w+)*\b/.source.replace(//g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!)\w+/.source.replace(//g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/(?:\s*:\s*)?|:\s*/.source.replace(//g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(r),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(r),function(e){var t,n=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp("\\[(?:[^[\\]\"']|"+n.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[n,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}});var a={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},r={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:a,number:r,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:a,number:r})}(r),r.languages.javascript=r.languages.extend("clike",{"class-name":[r.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,r.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:r.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:r.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),r.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),r.languages.markup&&(r.languages.markup.tag.addInlined("script","javascript"),r.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),r.languages.js=r.languages.javascript,function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(r),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,a="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",r=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function c(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,(function(){return a})).replace(/<>/g,(function(){return e}));return RegExp(n,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,(function(){return a}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,(function(){return a})).replace(/<>/g,(function(){return"(?:"+r+"|"+i+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:c(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:c(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:c(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:c(i),lookbehind:!0,greedy:!0},number:{pattern:c(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(r),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(//g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var a=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,r=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return a})),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+r+i+"(?:"+r+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+r+i+")(?:"+r+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(a),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+r+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+r+"$"),inside:{"table-header":{pattern:RegExp(a),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)|_(?:(?!_))+_)+__\b|\*\*(?:(?!\*)|\*(?:(?!\*))+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)|__(?:(?!_))+__)+_\b|\*(?:(?!\*)|\*\*(?:(?!\*))+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~))+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\]))+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\]))+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,a=t.length;n",quot:'"'},s=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(r),r.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:r.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},r.hooks.add("after-tokenize",(function(e){if("graphql"===e.language)for(var t=e.tokens.filter((function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type})),n=0;n0)){var o=l(/^\{$/,/^\}$/);if(-1===o)continue;for(var s=n;s=0&&f(d,"variable-input")}}}}function p(e){return t[n+e]}function u(e,t){t=t||0;for(var n=0;n?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,a=t.inside.interpolation,r=a.inside["interpolation-punctuation"],i=a.pattern.source;function c(t,a){if(e.languages[t])return{pattern:RegExp("((?:"+a+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function o(e,t){return"___"+t.toUpperCase()+"_"+e+"___"}function s(t,n,a){var r={code:t,grammar:n,language:a};return e.hooks.run("before-tokenize",r),r.tokens=e.tokenize(r.code,r.grammar),e.hooks.run("after-tokenize",r),r.tokens}function d(t){var n={};n["interpolation-punctuation"]=r;var i=e.tokenize(t,n);if(3===i.length){var c=[1,1];c.push.apply(c,s(i[1],e.languages.javascript,"javascript")),i.splice.apply(i,c)}return new e.Token("interpolation",i,a.alias,t)}function p(t,n,a){var r=e.tokenize(t,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),c=0,p={},u=s(r.map((function(e){if("string"==typeof e)return e;for(var n,r=e.content;-1!==t.indexOf(n=o(c++,a)););return p[n]=r,n})).join(""),n,a),l=Object.keys(p);return c=0,function e(t){for(var n=0;n=l.length)return;var a=t[n];if("string"==typeof a||"string"==typeof a.content){var r=l[c],i="string"==typeof a?a:a.content,o=i.indexOf(r);if(-1!==o){++c;var s=i.substring(0,o),u=d(p[r]),f=i.substring(o+r.length),m=[];if(s&&m.push(s),m.push(u),f){var b=[f];e(b),m.push.apply(m,b)}"string"==typeof a?(t.splice.apply(t,[n,1].concat(m)),n+=m.length-1):a.content=m}}else{var h=a.content;Array.isArray(h)?e(h):e([h])}}}(u),new e.Token(a,u,"language-"+a,t)}e.languages.javascript["template-string"]=[c("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),c("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),c("svg",/\bsvg/.source),c("markdown",/\b(?:markdown|md)/.source),c("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),c("sql",/\bsql/.source),t].filter(Boolean);var u={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function l(e){return"string"==typeof e?e:Array.isArray(e)?e.map(l).join(""):l(e.content)}e.hooks.add("after-tokenize",(function(t){t.language in u&&function t(n){for(var a=0,r=n.length;a]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(r),function(e){function t(e,t){return RegExp(e.replace(//g,(function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source})),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:(?:\s*,\s*(?:\*\s*as\s+|\{[^{}]*\}))?|\*\s*as\s+|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],a=0;a*\.{3}(?:[^{}]|)*\})/.source;function i(e,t){return e=e.replace(//g,(function(){return n})).replace(//g,(function(){return a})).replace(//g,(function(){return r})),RegExp(e,t)}r=i(r).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|))?|))**\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(//.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var c=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(c).join(""):""},o=function(t){for(var n=[],a=0;a0&&n[n.length-1].tagName===c(r.content[0].content[1])&&n.pop():"/>"===r.content[r.content.length-1].content||n.push({tagName:c(r.content[0].content[1]),openedBraces:0}):n.length>0&&"punctuation"===r.type&&"{"===r.content?n[n.length-1].openedBraces++:n.length>0&&n[n.length-1].openedBraces>0&&"punctuation"===r.type&&"}"===r.content?n[n.length-1].openedBraces--:i=!0),(i||"string"==typeof r)&&n.length>0&&0===n[n.length-1].openedBraces){var s=c(r);a0&&("string"==typeof t[a-1]||"plain-text"===t[a-1].type)&&(s=c(t[a-1])+s,t.splice(a-1,1),a--),t[a]=new e.Token("plain-text",s,null,s)}r.content&&"string"!=typeof r.content&&o(r.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||o(e.tokens)}))}(r),function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(n){var a=t[n],r=[];/^\w+$/.test(n)||r.push(/\w+/.exec(n)[0]),"diff"===n&&r.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+a+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:r,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}})),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}(r),r.languages.git={comment:/^#.*/m,deleted:/^[-\u2013].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m},r.languages.go=r.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),r.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete r.languages.go["class-name"],function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,a,r,i){if(n.language===a){var c=n.tokenStack=[];n.code=n.code.replace(r,(function(e){if("function"==typeof i&&!i(e))return e;for(var r,o=c.length;-1!==n.code.indexOf(r=t(a,o));)++o;return c[o]=e,r})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,a){if(n.language===a&&n.tokenStack){n.grammar=e.languages[a];var r=0,i=Object.keys(n.tokenStack);!function c(o){for(var s=0;s=i.length);s++){var d=o[s];if("string"==typeof d||d.content&&"string"==typeof d.content){var p=i[r],u=n.tokenStack[p],l="string"==typeof d?d:d.content,f=t(a,p),m=l.indexOf(f);if(m>-1){++r;var b=l.substring(0,m),h=new e.Token(a,e.tokenize(u,n.grammar),"language-"+a,u),g=l.substring(m+f.length),y=[];b&&y.push.apply(y,c([b])),y.push(h),g&&y.push.apply(y,c([g])),"string"==typeof d?o.splice.apply(o,[s,1].concat(y)):d.content=y}}else d.content&&c(d.content)}return o}(n.tokens)}}}})}(r),function(e){e.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},e.hooks.add("before-tokenize",(function(t){e.languages["markup-templating"].buildPlaceholders(t,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"handlebars")})),e.languages.hbs=e.languages.handlebars}(r),r.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},r.languages.webmanifest=r.languages.json,r.languages.less=r.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),r.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}}),r.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/},r.languages.objectivec=r.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete r.languages.objectivec["class-name"],r.languages.objc=r.languages.objectivec,r.languages.ocaml={comment:{pattern:/\(\*[\s\S]*?\*\)/,greedy:!0},char:{pattern:/'(?:[^\\\r\n']|\\(?:.|[ox]?[0-9a-f]{1,3}))'/i,greedy:!0},string:[{pattern:/"(?:\\(?:[\s\S]|\r\n)|[^\\\r\n"])*"/,greedy:!0},{pattern:/\{([a-z_]*)\|[\s\S]*?\|\1\}/,greedy:!0}],number:[/\b(?:0b[01][01_]*|0o[0-7][0-7_]*)\b/i,/\b0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]*)?(?:p[+-]?\d[\d_]*)?(?!\w)/i,/\b\d[\d_]*(?:\.[\d_]*)?(?:e[+-]?\d[\d_]*)?(?!\w)/i],directive:{pattern:/\B#\w+/,alias:"property"},label:{pattern:/\B~\w+/,alias:"property"},"type-variable":{pattern:/\B'\w+/,alias:"function"},variant:{pattern:/`\w+/,alias:"symbol"},keyword:/\b(?:as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|nonrec|object|of|open|private|rec|sig|struct|then|to|try|type|val|value|virtual|when|where|while|with)\b/,boolean:/\b(?:false|true)\b/,"operator-like-punctuation":{pattern:/\[[<>|]|[>|]\]|\{<|>\}/,alias:"punctuation"},operator:/\.[.~]|:[=>]|[=<>@^|&+\-*\/$%!?~][!$%&*+\-.\/:<=>?@^|~]*|\b(?:and|asr|land|lor|lsl|lsr|lxor|mod|or)\b/,punctuation:/;;|::|[(){}\[\].,:;#]|\b_\b/},r.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},r.languages.python["string-interpolation"].inside.interpolation.inside.rest=r.languages.python,r.languages.py=r.languages.python,r.languages.reason=r.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),r.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete r.languages.reason.function,function(e){e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete e.languages.sass.atrule;var t=/\$[-\w]+|#\{\$[-\w]+\}/,n=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}];e.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:t,operator:n}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:t,operator:n,important:e.languages.sass.important}}}),delete e.languages.sass.property,delete e.languages.sass.important,e.languages.insertBefore("sass","punctuation",{selector:{pattern:/^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,lookbehind:!0,greedy:!0}})}(r),r.languages.scss=r.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),r.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),r.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),r.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),r.languages.scss.atrule.inside.rest=r.languages.scss,function(e){var t={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},a={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},url:{pattern:/\burl\((["']?).*?\1\)/i,greedy:!0},string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,color:[/\b(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)\b/i,{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:n,punctuation:/[{}()\[\];:,]/};a.interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:a}},a.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:a}},e.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:a}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:a}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:a}},"property-declaration":{pattern:/((?:^|\{)([ \t]*))(?:[\w-]|\{[^}\r\n]+\})+(?:\s*:\s*|[ \t]+)(?!\s)[^{\r\n]*(?:;|[^{\r\n,]$(?!(?:\r?\n|\r)(?:\{|\2[ \t])))/m,lookbehind:!0,inside:{property:{pattern:/^[^\s:]+/,inside:{interpolation:a.interpolation}},rest:a}},selector:{pattern:/(^[ \t]*)(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)(?:(?:\r?\n|\r)(?:\1(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)))*(?:,$|\{|(?=(?:\r?\n|\r)(?:\{|\1[ \t])))/m,lookbehind:!0,inside:{interpolation:a.interpolation,comment:a.comment,punctuation:/[{},]/}},func:a.func,string:a.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:a.interpolation,punctuation:/[{}()\[\];:.]/}}(r),function(e){var t=e.util.clone(e.languages.typescript);e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"];var n=e.languages.tsx.tag;n.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+n.pattern.source+")",n.pattern.flags),n.lookbehind=!0}(r),r.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|neg?|nearest|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|sqrt|store(?:8|16|32)?|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))?|memory\.(?:grow|size))\b/,inside:{punctuation:/\./}},/\b(?:anyfunc|block|br(?:_if|_table)?|call(?:_indirect)?|data|drop|elem|else|end|export|func|get_(?:global|local)|global|if|import|local|loop|memory|module|mut|nop|offset|param|result|return|select|set_(?:global|local)|start|table|tee_local|then|type|unreachable)\b/],variable:/\$[\w!#$%&'*+\-./:<=>?@\\^`|~]+/,number:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,punctuation:/[()]/};const i=r},87459:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;tr});const r=function(){for(var e,t,n=0,r="";n{"use strict";n.d(t,{Z:()=>f});var a=n(67294),r=n(83117),i=n(68356),c=n.n(i),o=n(16887);const s={"007417dc":[()=>n.e(83695).then(n.bind(n,34225)),"@site/docs/api-reference/objects/payment-rejected.mdx",34225],"008d8ed8":[()=>n.e(95422).then(n.bind(n,869)),"@site/docs/api-reference/enums/product-type.mdx",869],"00a77e21":[()=>n.e(79286).then(n.bind(n,77737)),"@site/docs/api-reference/objects/internal-credit-transfer-out-debtor.mdx",77737],"00c5a843":[()=>n.e(35101).then(n.bind(n,25635)),"@site/docs/api-reference/objects/drivers-license-document.mdx",25635],"00d30b51":[()=>n.e(78636).then(n.bind(n,27149)),"@site/docs/api-reference/objects/received-direct-debit-mandate-not-found-rejection.mdx",27149],"00deb6ac":[()=>n.e(51427).then(n.bind(n,30150)),"@site/docs/api-reference/objects/account-membership.mdx",30150],"0120a125":[()=>n.e(99023).then(n.bind(n,53869)),"@site/docs/api-reference/objects/consent-edge.mdx",53869],"014fea84":[()=>n.e(34548).then(n.bind(n,79553)),"@site/docs/api-reference/enums/account-membership-order-by-field-input.mdx",79553],"015f3359":[()=>n.e(67759).then(n.bind(n,27774)),"@site/docs/api-reference/objects/rejected-merchant-payment-method-status-info.mdx",27774],"0163d222":[()=>n.e(62910).then(n.bind(n,93596)),"@site/docs/api-reference/inputs/request-merchant-payment-methods-input.mdx",93596],"016c99f5":[()=>n.e(84342).then(n.bind(n,94396)),"@site/docs/api-reference/objects/missing-mandatory-field-rejection.mdx",94396],"01a29863":[()=>n.e(38908).then(n.bind(n,36212)),"@site/docs/api-reference/objects/refund-success-payload.mdx",36212],"01def2f0":[()=>n.e(48173).then(n.bind(n,88839)),"@site/docs/api-reference/interfaces/internal-direct-debit-mandate.mdx",88839],"01eff7bb":[()=>n.e(58588).then(n.bind(n,49279)),"@site/docs/api-reference/enums/account-order-by-field-input.mdx",49279],"0222bab5":[()=>n.e(37897).then(n.bind(n,26418)),"@site/docs/api-reference/objects/supporting-document-upload-not-allowed-rejection.mdx",26418],"025c3845":[()=>n.e(83911).then(n.bind(n,67123)),"@site/docs/api-reference/inputs/internal-direct-debit-standard-payment-method-input.mdx",67123],"025c8e15":[()=>n.e(95075).then(n.bind(n,97683)),"@site/docs/api-reference/objects/view-physical-card-numbers-success-payload.mdx",97683],"026d8b4a":[()=>n.e(60344).then(n.bind(n,65782)),"@site/docs/api-reference/objects/supporting-document-collection-edge.mdx",65782],"033aa841":[()=>n.e(59590).then(n.bind(n,60112)),"@site/docs/api-reference/objects/pre-provisioning-suvcard-settings.mdx",60112],"033b8e71":[()=>n.e(27146).then(n.bind(n,51467)),"@site/docs/api-reference/queries/funding-source.mdx",51467],"036bdd50":[()=>n.e(98558).then(n.bind(n,34364)),"@site/docs/api-reference/inputs/transactions-filters-input.mdx",34364],"042b05c7":[()=>n.e(59522).then(n.bind(n,22830)),"@site/docs/api-reference/inputs/address-information-input.mdx",22830],"042e442b":[()=>n.e(49893).then(n.bind(n,26690)),"@site/docs/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection.mdx",26690],"049b698e":[()=>n.e(19283).then(n.bind(n,53)),"@site/docs/api-reference/interfaces/sepacredit-transfer-debtor.mdx",53],"04fe8bc7":[()=>n.e(77332).then(n.bind(n,51190)),"@site/docs/api-reference/queries/capital-deposit-case.mdx",51190],"05619c3b":[()=>n.e(32900).then(n.bind(n,59343)),"@site/docs/api-reference/objects/card-not-found-rejection.mdx",59343],"05747eec":[()=>n.e(29685).then(n.bind(n,50487)),"@site/docs/api-reference/enums/payment-mandate-scheme.mdx",50487],"05847173":[()=>n.e(72238).then(n.bind(n,75897)),"@site/docs/api-reference/objects/card-design-background.mdx",75897],"05b090b6":[()=>n.e(99444).then(n.bind(n,45398)),"@site/docs/api-reference/objects/invalid-iban.mdx",45398],"063c6f4a":[()=>n.e(96048).then(n.bind(n,83816)),"@site/docs/api-reference/objects/received-direct-debit-mandate-connection.mdx",83816],"06470666":[()=>n.e(97221).then(n.bind(n,24024)),"@site/docs/api-reference/objects/server-consent-signature-not-valid-rejection.mdx",24024],"065500c2":[()=>n.e(8196).then(n.bind(n,98303)),"@site/docs/api-reference/objects/complete-digital-card.mdx",98303],"06598b01":[()=>Promise.all([n.e(40532),n.e(2972)]).then(n.bind(n,26712)),"@site/docs/topics/onboarding/account-holders/sandbox.mdx",26712],"06e611a4":[()=>n.e(43638).then(n.bind(n,59248)),"@site/docs/api-reference/objects/fee-settings-not-found-rejection.mdx",59248],"0726a80a":[()=>n.e(1776).then(n.bind(n,95497)),"@site/docs/api-reference/enums/account-verification-status.mdx",95497],"07cc5864":[()=>n.e(59407).then(n.bind(n,6312)),"@site/docs/api-reference/objects/sepadirect-debit-transaction.mdx",6312],"07e92a52":[()=>n.e(79260).then(n.bind(n,89526)),"@site/docs/api-reference/mutations/add-sepa-direct-debit-payment-mandate.mdx",89526],"0839c2f2":[()=>n.e(28505).then(n.bind(n,58107)),"@site/docs/api-reference/enums/individual-ultimate-beneficial-owner-type-enum.mdx",58107],"083b5ee8":[()=>n.e(2624).then(n.bind(n,43783)),"@site/docs/api-reference/objects/payment-mandate-mandate-not-found-rejection.mdx",43783],"0846aa9c":[()=>n.e(83096).then(n.bind(n,45949)),"@site/docs/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative.mdx",45949],"085530f7":[()=>n.e(57855).then(n.bind(n,88698)),"@site/docs/api-reference/objects/funding-limit-settings.mdx",88698],"086f8d41":[()=>n.e(338).then(n.bind(n,54750)),"@site/docs/api-reference/enums/identification-invalid-reason.mdx",54750],"0891475e":[()=>n.e(49581).then(n.bind(n,37415)),"@site/docs/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate.mdx",37415],"08bfe654":[()=>n.e(69637).then(n.bind(n,55195)),"@site/docs/api-reference/objects/onboarding-individual-account-holder-info.mdx",55195],"090ef090":[()=>n.e(33031).then(n.bind(n,43850)),"@site/docs/api-reference/unions/cancel-funding-source-payload.mdx",43850],"0984c047":[()=>n.e(11224).then(n.bind(n,96481)),"@site/docs/api-reference/objects/project-instant-funding-limit-exceeded-rejection.mdx",96481],"099be5df":[()=>n.e(10800).then(n.bind(n,42196)),"@site/docs/api-reference/objects/ultimate-beneficial-direct-owner-individual-info.mdx",42196],"09ab147a":[()=>n.e(44666).then(n.bind(n,18307)),"@site/docs/api-reference/objects/received-direct-debit-mandate-edge.mdx",18307],"09bc9840":[()=>n.e(16077).then(n.bind(n,66191)),"@site/docs/api-reference/objects/date-field.mdx",66191],"0a55acc3":[()=>n.e(63424).then(n.bind(n,62479)),"@site/docs/api-reference/objects/sepadirect-debit-in-debtor.mdx",62479],"0a58537d":[()=>n.e(60899).then(n.bind(n,22032)),"@site/docs/api-reference/objects/project-card-settings.mdx",22032],"0a67da07":[()=>n.e(31474).then(n.bind(n,68889)),"@site/docs/api-reference/objects/valid-iban.mdx",68889],"0a89b070":[()=>n.e(20057).then(n.bind(n,20973)),"@site/docs/api-reference/inputs/complete-address-with-contact-input.mdx",20973],"0a8b996c":[()=>n.e(95885).then(n.bind(n,18216)),"@site/docs/api-reference/objects/external-account.mdx",18216],"0a9480b9":[()=>n.e(12707).then(n.bind(n,10179)),"@site/docs/api-reference/mutations/view-physical-card-pin.mdx",10179],"0abe0fe0":[()=>n.e(25588).then(n.bind(n,2139)),"@site/docs/api-reference/objects/statement-connection.mdx",2139],"0ac661cd":[()=>n.e(62530).then(n.bind(n,94400)),"@site/docs/api-reference/mutations/cancel-funding-source.mdx",94400],"0b34dda5":[()=>n.e(23221).then(n.bind(n,77782)),"@site/docs/api-reference/objects/sepapayment-mandate-creditor.mdx",77782],"0b34e84c":[()=>n.e(41772).then(n.bind(n,73841)),"@site/docs/api-reference/objects/add-digital-card-success-payload.mdx",73841],"0b59f9d9":[()=>n.e(92906).then(n.bind(n,27426)),"@site/docs/api-reference/scalars/cca3.mdx",27426],"0bb30126":[()=>n.e(54157).then(n.bind(n,33180)),"@site/docs/api-reference/interfaces/supporting-document-status-info.mdx",33180],"0bb5cb3b":[()=>n.e(55133).then(n.bind(n,10786)),"@site/docs/api-reference/mutations/schedule-standing-order.mdx",10786],"0c0856cf":[()=>n.e(91645).then(n.bind(n,30992)),"@site/docs/api-reference/objects/schedule-standing-order-success-payload.mdx",30992],"0c1e2e5e":[()=>n.e(99582).then(n.bind(n,87042)),"@site/docs/api-reference/unions/request-merchant-payment-methods-payload.mdx",87042],"0c5a975b":[()=>n.e(23778).then(n.bind(n,97370)),"@site/docs/api-reference/objects/internal-credit-transfer.mdx",97370],"0c7f2f7d":[()=>n.e(60553).then(n.bind(n,85341)),"@site/docs/api-reference/enums/invoice-type.mdx",85341],"0d3ce22a":[()=>n.e(56469).then(n.bind(n,16253)),"@site/docs/api-reference/enums/digital-card-order-by-field-input.mdx",16253],"0d45fbb6":[()=>n.e(45954).then(n.bind(n,71927)),"@site/docs/api-reference/objects/payment-mandate-enabled-status-info.mdx",71927],"0d7e0438":[()=>n.e(75719).then(n.bind(n,5458)),"@site/docs/api-reference/objects/onboarding-connection.mdx",5458],"0d899299":[()=>n.e(19088).then(n.bind(n,77728)),"@site/docs/api-reference/objects/account.mdx",77728],"0d97815c":[()=>n.e(46532).then(n.bind(n,6148)),"@site/docs/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload.mdx",6148],"0dadcc1e":[()=>n.e(4389).then(n.bind(n,92296)),"@site/docs/api-reference/mutations/add-single-use-virtual-card.mdx",92296],"0ddd1b1b":[()=>n.e(16774).then(n.bind(n,75443)),"@site/docs/api-reference/objects/rejected-transaction-status-info.mdx",75443],"0e0784f8":[()=>n.e(71822).then(n.bind(n,24894)),"@site/docs/partnership/country-guides/index.mdx",24894],"0e555118":[()=>n.e(19726).then(n.bind(n,33624)),"@site/docs/api-reference/inputs/initiate-international-credit-transfer-input.mdx",33624],"0e645450":[()=>n.e(525).then(n.bind(n,67540)),"@site/docs/api-reference/objects/update-account-success-payload.mdx",67540],"0e698270":[()=>n.e(85054).then(n.bind(n,9743)),"@site/docs/api-reference/objects/account-membership-edge.mdx",9743],"0eb675f4":[()=>n.e(39894).then(n.bind(n,88369)),"@site/docs/topics/onboarding/documents/guide-request-collection-review.mdx",88369],"0f276f47":[()=>n.e(55846).then(n.bind(n,31899)),"@site/docs/api-reference/objects/pending-funding-source-status-info.mdx",31899],"0f573e36":[()=>n.e(76802).then(n.bind(n,10878)),"@site/docs/api-reference/objects/global-funding-limit-exceeded-rejection.mdx",10878],"0f6f90b2":[()=>n.e(40905).then(n.bind(n,40528)),"@site/docs/developers/about/intro.mdx",40528],"0fafb84a":[()=>n.e(93093).then(n.bind(n,90945)),"@site/docs/api-reference/inputs/card-config-input.mdx",90945],"10109baf":[()=>n.e(47826).then(n.bind(n,35808)),"@site/docs/api-reference/enums/supporting-document-status.mdx",35808],"1070ce60":[()=>n.e(62257).then(n.bind(n,6991)),"@site/docs/api-reference/enums/account-memberships-permission.mdx",6991],"108d6373":[()=>n.e(11544).then(n.bind(n,37710)),"@site/docs/api-reference/inputs/print-physical-card-input.mdx",37710],"10a1121f":[()=>n.e(17155).then(n.bind(n,91152)),"@site/docs/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload.mdx",91152],"10aecf45":[()=>n.e(48244).then(n.bind(n,79202)),"@site/docs/api-reference/enums/identification-expert-process-provider.mdx",79202],"10d6e584":[()=>n.e(21092).then(n.bind(n,82188)),"@site/docs/api-reference/enums/payment-order-by-field-input.mdx",82188],11020189:[()=>n.e(92977).then(n.bind(n,34810)),"@site/docs/api-reference/objects/internal-beneficiary.mdx",34810],"116e6c65":[()=>n.e(26381).then(n.bind(n,29841)),"@site/docs/api-reference/enums/field-validation-error.mdx",29841],"11f9c043":[()=>n.e(7685).then(n.bind(n,47462)),"@site/docs/api-reference/objects/onboarding-edge.mdx",47462],"121548f7":[()=>n.e(50901).then(n.bind(n,1032)),"@site/docs/api-reference/unions/add-or-update-external-account-balance-payload.mdx",1032],"124cf492":[()=>n.e(87762).then(n.bind(n,12063)),"@site/docs/api-reference/objects/standing-order.mdx",12063],"125c6f18":[()=>n.e(66674).then(n.bind(n,39733)),"@site/docs/api-reference/mutations/add-card.mdx",39733],"127d0327":[()=>n.e(3291).then(n.bind(n,36137)),"@site/docs/api-reference/mutations/add-direct-debit-funding-source.mdx",36137],"12a4832c":[()=>n.e(59700).then(n.bind(n,26381)),"@site/docs/api-reference/inputs/card-filters-input.mdx",26381],"12d9b1bd":[()=>n.e(46694).then(n.bind(n,64965)),"@site/docs/api-reference/objects/capital-deposit-case-edge.mdx",64965],"12f84441":[()=>n.e(25264).then(n.bind(n,97864)),"@site/docs/api-reference/queries/funding-limit-settings-change-request.mdx",97864],"13052e62":[()=>n.e(96168).then(n.bind(n,45899)),"@site/docs/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload.mdx",45899],"1370613c":[()=>n.e(35978).then(n.bind(n,8401)),"@site/docs/api-reference/objects/delete-supporting-document-success-payload.mdx",8401],"137c07e2":[()=>n.e(38696).then(n.bind(n,57854)),"@site/docs/api-reference/inputs/identifications-order-by-input.mdx",57854],"13c60c15":[()=>n.e(1002).then(n.bind(n,42104)),"@site/docs/developers/webhooks/about.mdx",42104],"13f01a8a":[()=>n.e(36389).then(n.bind(n,6883)),"@site/docs/api-reference/objects/sepacredit-transfer-out-creditor.mdx",6883],"1441571f":[()=>n.e(58954).then(n.bind(n,46662)),"@site/docs/api-reference/objects/too-many-items-rejection.mdx",46662],"14b34cf0":[()=>n.e(47357).then(n.bind(n,75515)),"@site/docs/api-reference/objects/forbidden-rejection.mdx",75515],"14e8926f":[()=>n.e(58671).then(n.bind(n,31680)),"@site/docs/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input.mdx",31680],"15e029d2":[()=>n.e(55362).then(n.bind(n,37884)),"@site/docs/api-reference/mutations/add-external-account-balance.mdx",37884],"15f51de4":[()=>n.e(5603).then(n.bind(n,59717)),"@site/docs/api-reference/enums/project-status.mdx",59717],"160f3a79":[()=>n.e(72342).then(n.bind(n,8179)),"@site/docs/api-reference/objects/direct-debit-account-verification.mdx",8179],"1632ccbd":[()=>n.e(43696).then(n.bind(n,58096)),"@site/docs/api-reference/inputs/check-payment-collection-input.mdx",58096],"16756a68":[()=>n.e(55239).then(n.bind(n,60321)),"@site/docs/api-reference/objects/digital-card-not-found-rejection.mdx",60321],16888267:[()=>n.e(89126).then(n.bind(n,259)),"@site/docs/api-reference/unions/grant-consent-with-server-signature-payload.mdx",259],"16af972d":[()=>n.e(73788).then(n.bind(n,75574)),"@site/docs/api-reference/enums/sepapayment-mandate-scheme.mdx",75574],"16eb2325":[()=>n.e(40333).then(n.bind(n,89803)),"@site/docs/api-reference/objects/pending-consent-account-membership-update.mdx",89803],"17187cda":[()=>n.e(20623).then(n.bind(n,55443)),"@site/docs/api-reference/mutations/update-account.mdx",55443],"175ab1e6":[()=>n.e(77286).then(n.bind(n,97162)),"@site/docs/api-reference/objects/card.mdx",97162],17896441:[()=>Promise.all([n.e(40532),n.e(27918)]).then(n.bind(n,69229)),"@theme/DocItem",69229],"179e41e0":[()=>n.e(89608).then(n.bind(n,48935)),"@site/docs/api-reference/enums/authenticator-type.mdx",48935],"17a3c4c7":[()=>n.e(89563).then(n.bind(n,13645)),"@site/docs/api-reference/inputs/funding-limit-settings-change-request-filters-input.mdx",13645],"17c256d3":[()=>n.e(98440).then(n.bind(n,64180)),"@site/docs/api-reference/unions/refund-payload.mdx",64180],"17f8d39f":[()=>n.e(52720).then(n.bind(n,26906)),"@site/docs/api-reference/objects/account-closing-status.mdx",26906],"1800faa3":[()=>n.e(88135).then(n.bind(n,6482)),"@site/docs/api-reference/scalars/currency.mdx",6482],"18612f1d":[()=>n.e(41085).then(n.bind(n,56232)),"@site/docs/api-reference/objects/sepapayment-direct-debit-mandate.mdx",56232],"1861b089":[()=>n.e(15283).then(n.bind(n,4284)),"@site/docs/developers/access-tokens/about.mdx",4284],"18b7481c":[()=>n.e(83819).then(n.bind(n,28689)),"@site/docs/api-reference/objects/invalid-siren-number-rejection.mdx",28689],"18d02db7":[()=>n.e(51440).then(n.bind(n,67131)),"@site/docs/api-reference/objects/funding-limit.mdx",67131],"1931bcc3":[()=>n.e(31029).then(n.bind(n,55687)),"@site/docs/api-reference/objects/fee-in-debtor.mdx",55687],"1931fdd9":[()=>n.e(33064).then(n.bind(n,35748)),"@site/docs/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload.mdx",35748],"19b24147":[()=>n.e(58299).then(n.bind(n,85554)),"@site/docs/api-reference/scalars/date.mdx",85554],"19b75377":[()=>n.e(61749).then(n.bind(n,6536)),"@site/docs/api-reference/enums/internal-received-direct-debit-mandate-sequence.mdx",6536],"19dd9055":[()=>n.e(60418).then(n.bind(n,17771)),"@site/docs/api-reference/enums/mandate-language.mdx",17771],"1a3d40eb":[()=>n.e(79418).then(n.bind(n,87332)),"@site/docs/api-reference/objects/account-membership-suspended-status-info.mdx",87332],"1a47e540":[()=>n.e(93124).then(n.bind(n,23090)),"@site/docs/api-reference/objects/account-not-eligible-rejection.mdx",23090],"1a4e3797":[()=>Promise.all([n.e(40532),n.e(97920)]).then(n.bind(n,84998)),"@theme/SearchPage",84998],"1aa8ceda":[()=>n.e(34071).then(n.bind(n,25327)),"@site/docs/api-reference/objects/identification-edge.mdx",25327],"1ac3e25d":[()=>n.e(47457).then(n.bind(n,11516)),"@site/docs/developers/access-tokens/get-token-user.mdx",11516],"1ac80f48":[()=>n.e(86706).then(n.bind(n,91881)),"@site/docs/api-reference/objects/cancel-funding-source-success-payload.mdx",91881],"1ae90838":[()=>n.e(51637).then(n.bind(n,70314)),"@site/docs/api-reference/objects/card-product-used-rejection.mdx",70314],"1b5a6a39":[()=>n.e(15295).then(n.bind(n,39875)),"@site/docs/api-reference/enums/document-file-side.mdx",39875],"1b7953ef":[()=>n.e(95111).then(n.bind(n,6816)),"@site/docs/api-reference/objects/generate-supporting-document-upload-url-success-payload.mdx",6816],"1b7f2ddb":[()=>n.e(97982).then(n.bind(n,27572)),"@site/docs/topics/onboarding/documents/guide-upload-document.mdx",27572],"1bc5c1c5":[()=>n.e(99867).then(n.bind(n,18628)),"@site/docs/partnership/rules.mdx",18628],"1bc96b4f":[()=>n.e(74498).then(n.bind(n,50363)),"@site/docs/api-reference/unions/request-merchant-profile-update-payload.mdx",50363],"1bdd8362":[()=>n.e(58228).then(n.bind(n,5553)),"@site/docs/api-reference/enums/card-status.mdx",5553],"1be78505":[()=>Promise.all([n.e(40532),n.e(29514)]).then(n.bind(n,19963)),"@theme/DocPage",19963],"1cc5ecbe":[()=>n.e(49018).then(n.bind(n,90372)),"@site/docs/api-reference/mutations/close-account.mdx",90372],"1cecf61d":[()=>n.e(41444).then(n.bind(n,46568)),"@site/docs/api-reference/queries/payments.mdx",46568],"1cf8363a":[()=>n.e(1792).then(n.bind(n,85552)),"@site/docs/api-reference/unions/update-account-payload.mdx",85552],"1d4593ba":[()=>n.e(6753).then(n.bind(n,36154)),"@site/docs/api-reference/unions/add-internal-direct-debit-payment-mandate-payload.mdx",36154],"1d4a58b2":[()=>n.e(24617).then(n.bind(n,54880)),"@site/docs/api-reference/objects/internal-direct-debit-debtor.mdx",54880],"1d717d5f":[()=>n.e(81884).then(n.bind(n,30198)),"@site/docs/api-reference/unions/cancel-consent-payload.mdx",30198],"1d792ce4":[()=>n.e(4277).then(n.bind(n,47549)),"@site/docs/api-reference/enums/digitalization-type.mdx",47549],"1dccb938":[()=>n.e(24082).then(n.bind(n,11531)),"@site/docs/topics/projects/guide-activate-project.mdx",11531],"1df635da":[()=>n.e(21830).then(n.bind(n,76596)),"@site/docs/api-reference/objects/sepacredit-transfer-in-debtor.mdx",76596],"1e436d1a":[()=>n.e(18757).then(n.bind(n,54344)),"@site/docs/api-reference/objects/shareholder.mdx",54344],"1e7bea2b":[()=>n.e(86381).then(n.bind(n,10347)),"@site/docs/api-reference/interfaces/sepacredit-transfer-creditor.mdx",10347],"1e8bd5b0":[()=>n.e(35679).then(n.bind(n,68923)),"@site/docs/api-reference/objects/account-holder-connection.mdx",68923],"1e9fbabd":[()=>n.e(19037).then(n.bind(n,6458)),"@site/docs/api-reference/objects/account-verification-wrong-status-rejection.mdx",6458],"1eaf0a35":[()=>n.e(2864).then(n.bind(n,47629)),"@site/docs/api-reference/mutations/finalize-onboarding.mdx",47629],"1f2cae39":[()=>n.e(2139).then(n.bind(n,90190)),"@site/docs/api-reference/enums/external-account-usage.mdx",90190],"1f6e0f09":[()=>n.e(12760).then(n.bind(n,71523)),"@site/docs/api-reference/unions/onboard-individual-account-holder-payload.mdx",71523],"1fb294c0":[()=>n.e(66050).then(n.bind(n,41793)),"@site/docs/api-reference/objects/supporting-document-status-does-not-allow-update-rejection.mdx",41793],"1fe18e32":[()=>n.e(51301).then(n.bind(n,43323)),"@site/docs/api-reference/queries/users.mdx",43323],"1ffbea02":[()=>n.e(66975).then(n.bind(n,48289)),"@site/docs/api-reference/objects/external-balance-connection.mdx",48289],"20126dcc":[()=>n.e(28290).then(n.bind(n,90872)),"@site/docs/api-reference/objects/update-card-success-payload.mdx",90872],"2093545b":[()=>n.e(68632).then(n.bind(n,73547)),"@site/docs/api-reference/objects/physical-card-wrong-status-rejection.mdx",73547],"2093a25c":[()=>n.e(84533).then(n.bind(n,14292)),"@site/docs/api-reference/objects/cancel-standing-order-success-payload.mdx",14292],"20c2d804":[()=>n.e(72470).then(n.bind(n,80209)),"@site/docs/api-reference/enums/signature-status.mdx",80209],"21124f8f":[()=>n.e(5810).then(n.bind(n,49946)),"@site/docs/api-reference/objects/internal-payment-mandate-debtor.mdx",49946],"225e92a1":[()=>n.e(23054).then(n.bind(n,23862)),"@site/docs/api-reference/objects/update-company-onboarding-success-payload.mdx",23862],"2272e4a0":[()=>n.e(29242).then(n.bind(n,18607)),"@site/docs/api-reference/inputs/request-supporting-document-collection-review-input.mdx",18607],"228df3ee":[()=>n.e(41103).then(n.bind(n,7486)),"@site/docs/api-reference/inputs/statement-filters-input.mdx",7486],"228e0e4a":[()=>n.e(51760).then(n.bind(n,23194)),"@site/docs/api-reference/mutations/create-multi-consent.mdx",23194],"22a8b3e5":[()=>n.e(3635).then(n.bind(n,26329)),"@site/docs/use-cases/swan-solo.mdx",26329],23065245:[()=>n.e(27534).then(n.bind(n,54929)),"@site/docs/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection.mdx",54929],"23095ca6":[()=>n.e(7442).then(n.bind(n,10579)),"@site/docs/api-reference/objects/residence-permit-document-file.mdx",10579],"2314758f":[()=>n.e(15299).then(n.bind(n,3458)),"@site/docs/api-reference/objects/suspend-account-reason.mdx",3458],"231e519f":[()=>n.e(9126).then(n.bind(n,55750)),"@site/docs/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input.mdx",55750],"2368976d":[()=>n.e(80589).then(n.bind(n,40840)),"@site/docs/api-reference/objects/add-direct-debit-funding-source-success-payload.mdx",40840],"23bab739":[()=>n.e(31189).then(n.bind(n,7017)),"@site/docs/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection.mdx",7017],"23c8d0ec":[()=>n.e(70875).then(n.bind(n,66474)),"@site/docs/developers/rejections/about.mdx",66474],"247783bb":[()=>n.e(59334).then(n.t.bind(n,83769,19)),"/home/runner/work/docs/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json",83769],"24abe6c9":[()=>n.e(1725).then(n.bind(n,55732)),"@site/docs/api-reference/scalars/string.mdx",55732],"24fa4cec":[()=>n.e(79398).then(n.bind(n,51578)),"@site/docs/api-reference/objects/user-not-card-holder-rejection.mdx",51578],"25185f0e":[()=>n.e(59148).then(n.bind(n,74138)),"@site/docs/api-reference/inputs/legal-documents-filter-input.mdx",74138],"2550b685":[()=>n.e(81476).then(n.bind(n,20877)),"@site/docs/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input.mdx",20877],"2563e8e0":[()=>n.e(59065).then(n.bind(n,257)),"@site/docs/api-reference/inputs/capital-deposit-case-filters-input.mdx",257],"25c39f22":[()=>n.e(7059).then(n.bind(n,2024)),"@site/docs/topics/onboarding/company/guide-create-onboarding.mdx",2024],"2618151e":[()=>n.e(30735).then(n.bind(n,26851)),"@site/docs/api-reference/inputs/transactions-order-by-input.mdx",26851],"261a3c4c":[()=>n.e(4202).then(n.bind(n,5809)),"@site/docs/api-reference/objects/address-info.mdx",5809],"2642e3b9":[()=>n.e(55207).then(n.bind(n,35327)),"@site/docs/api-reference/objects/enabled-funding-limit-settings-status-info.mdx",35327],"267cf944":[()=>n.e(26354).then(n.bind(n,75104)),"@site/docs/api-reference/objects/transaction-connection.mdx",75104],"26b44581":[()=>n.e(10973).then(n.bind(n,67351)),"@site/docs/api-reference/objects/account-holder-company-info.mdx",67351],"2763779d":[()=>n.e(71370).then(n.bind(n,34034)),"@site/docs/api-reference/inputs/disable-account-membership-input.mdx",34034],"278c3025":[()=>n.e(55474).then(n.bind(n,24495)),"@site/docs/api-reference/objects/suspended-funding-limit-settings-status-info.mdx",24495],"278ca12b":[()=>n.e(53124).then(n.bind(n,46430)),"@site/docs/api-reference/objects/payment-mandate-consent-pending-status-info.mdx",46430],"27ba56f5":[()=>n.e(89780).then(n.bind(n,2331)),"@site/docs/api-reference/objects/digital-card-enabled-status-info.mdx",2331],"288ff6dd":[()=>n.e(17347).then(n.bind(n,37625)),"@site/docs/api-reference/inputs/cancel-card-input.mdx",37625],"291af9ca":[()=>n.e(53897).then(n.bind(n,40653)),"@site/docs/api-reference/inputs/request-merchant-profile-update-input.mdx",40653],"292e8373":[()=>n.e(29025).then(n.bind(n,17123)),"@site/docs/api-reference/interfaces/beneficiary.mdx",17123],"293b7ec8":[()=>n.e(96074).then(n.bind(n,68623)),"@site/docs/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info.mdx",68623],"295bad4c":[()=>n.e(59293).then(n.bind(n,15991)),"@site/docs/api-reference/objects/internal-error-rejection.mdx",15991],"2974c85a":[()=>n.e(95961).then(n.bind(n,71216)),"@site/docs/api-reference/unions/allow-sdd-virtual-iban-entry-payload.mdx",71216],"29a89901":[()=>n.e(81242).then(n.bind(n,62199)),"@site/docs/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload.mdx",62199],"29beb3fc":[()=>n.e(36364).then(n.bind(n,49587)),"@site/docs/api-reference/objects/canceled-transaction-status-info.mdx",49587],"29c4964b":[()=>n.e(50103).then(n.bind(n,57633)),"@site/docs/api-reference/scalars/card-token.mdx",57633],"2a054627":[()=>n.e(82788).then(n.bind(n,81652)),"@site/docs/api-reference/mutations/grant-consent-with-server-signature.mdx",81652],"2a38130d":[()=>n.e(75746).then(n.bind(n,85700)),"@site/docs/api-reference/unions/request-supporting-document-collection-review-payload.mdx",85700],"2a49ba60":[()=>n.e(6071).then(n.bind(n,93378)),"@site/docs/api-reference/enums/international-credit-transfer-route-input.mdx",93378],"2a7e9090":[()=>n.e(75161).then(n.bind(n,43906)),"@site/docs/api-reference/objects/not-supported-identification-level-status-info.mdx",43906],"2a99c066":[()=>n.e(20078).then(n.bind(n,39699)),"@site/docs/topics/onboarding/company/guide-update-onboarding.mdx",39699],"2a9cb50e":[()=>n.e(36050).then(n.bind(n,18857)),"@site/docs/api-reference/objects/report-document-file.mdx",18857],"2acac63a":[()=>n.e(19165).then(n.bind(n,88330)),"@site/docs/api-reference/inputs/membership-info-input.mdx",88330],"2ad15ba3":[()=>n.e(66865).then(n.bind(n,44902)),"@site/docs/api-reference/objects/instant-funding-limit.mdx",44902],"2ae384d0":[()=>n.e(58951).then(n.bind(n,17197)),"@site/docs/api-reference/objects/account-verification-already-rejected-rejection.mdx",17197],"2ae6ee92":[()=>n.e(73907).then(n.bind(n,7523)),"@site/docs/api-reference/mutations/update-card.mdx",7523],"2b017db6":[()=>n.e(56584).then(n.bind(n,67380)),"@site/docs/api-reference/inputs/update-account-input.mdx",67380],"2b3d484b":[()=>n.e(91002).then(n.bind(n,68002)),"@site/docs/api-reference/unions/add-cards-with-group-delivery-payload.mdx",68002],"2b4f8af7":[()=>n.e(25942).then(n.bind(n,95564)),"@site/docs/api-reference/enums/monthly-payment-volume.mdx",95564],"2b52c7ce":[()=>n.e(50703).then(n.bind(n,33550)),"@site/docs/api-reference/objects/supporting-document.mdx",33550],"2b52cffa":[()=>n.e(64955).then(n.bind(n,64126)),"@site/docs/api-reference/objects/payment-method-not-compatible-rejection.mdx",64126],"2b66fdf3":[()=>n.e(80817).then(n.bind(n,11702)),"@site/docs/api-reference/scalars/boolean.mdx",11702],"2bb60e70":[()=>n.e(64994).then(n.bind(n,20986)),"@site/docs/api-reference/mutations/onboard-individual-account-holder.mdx",20986],"2bc58688":[()=>n.e(49547).then(n.bind(n,85751)),"@site/docs/api-reference/unions/add-single-use-virtual-cards-payload.mdx",85751],"2bd866c9":[()=>n.e(14050).then(n.bind(n,59891)),"@site/docs/api-reference/objects/add-cards-success-payload.mdx",59891],"2c444a10":[()=>n.e(63274).then(n.bind(n,80284)),"@site/docs/api-reference/objects/project-funding-limit-exceeded-rejection.mdx",80284],"2c48271a":[()=>n.e(54317).then(n.bind(n,89171)),"@site/docs/api-reference/mutations/cancel-physical-card.mdx",89171],"2c586235":[()=>n.e(44909).then(n.bind(n,66656)),"@site/docs/api-reference/mutations/allow-sdd.mdx",66656],"2c65fa8f":[()=>n.e(25290).then(n.bind(n,80575)),"@site/docs/api-reference/inputs/view-card-numbers-input.mdx",80575],"2c72cb8a":[()=>n.e(99256).then(n.bind(n,38376)),"@site/docs/api-reference/enums/sepapayment-mandate-sequence.mdx",38376],"2c8652ef":[()=>n.e(19334).then(n.bind(n,37169)),"@site/docs/api-reference/unions/cancel-transaction-payload.mdx",37169],"2cc3cbd0":[()=>n.e(72418).then(n.bind(n,89835)),"@site/docs/api-reference/unions/initiate-international-credit-transfer-response-payload.mdx",89835],"2cc9756f":[()=>n.e(80706).then(n.bind(n,8494)),"@site/docs/api-reference/objects/supporting-document-not-uploaded-status-info.mdx",8494],"2d013051":[()=>n.e(19394).then(n.bind(n,43208)),"@site/docs/api-reference/objects/csv-statement.mdx",43208],"2d35682d":[()=>n.e(67179).then(n.bind(n,53430)),"@site/docs/api-reference/objects/international-credit-transfer-out-creditor.mdx",53430],"2d92d3d5":[()=>n.e(4696).then(n.bind(n,32479)),"@site/docs/api-reference/mutations/add-account-memberships.mdx",32479],"2d934cf3":[()=>n.e(21748).then(n.bind(n,85332)),"@site/docs/api-reference/objects/card-canceling-status-info.mdx",85332],"2da5c4d8":[()=>n.e(39805).then(n.bind(n,49210)),"@site/docs/api-reference/enums/standing-order-status.mdx",49210],"2dc1fad6":[()=>n.e(59320).then(n.bind(n,40158)),"@site/docs/api-reference/objects/project-invalid-status-rejection.mdx",40158],"2dedc8a4":[()=>n.e(48541).then(n.bind(n,31090)),"@site/docs/api-reference/objects/account-membership-cannot-be-updated-rejection.mdx",31090],"2e5a906c":[()=>n.e(97607).then(n.bind(n,63490)),"@site/docs/api-reference/enums/capital-deposit-document-status.mdx",63490],"2f679eca":[()=>n.e(70319).then(n.bind(n,52789)),"@site/docs/api-reference/objects/restricted-to-user-rejection.mdx",52789],"3027b40c":[()=>n.e(18545).then(n.bind(n,68795)),"@site/docs/api-reference/queries/payment.mdx",68795],"3087f363":[()=>n.e(87767).then(n.bind(n,30690)),"@site/docs/api-reference/objects/booked-transaction-status-info.mdx",30690],"30fab45c":[()=>n.e(81269).then(n.bind(n,92021)),"@site/docs/api-reference/objects/identity-already-bind-to-account-membership-rejection.mdx",92021],"310d826d":[()=>n.e(35022).then(n.bind(n,65006)),"@site/docs/api-reference/objects/request-supporting-document-collection-review-success-payload.mdx",65006],"314c70b6":[()=>n.e(8850).then(n.bind(n,18859)),"@site/docs/api-reference/enums/account-holder-status.mdx",18859],"317022e7":[()=>n.e(30326).then(n.bind(n,3262)),"@site/docs/api-reference/objects/funding-source-edge.mdx",3262],"319e16c8":[()=>n.e(61683).then(n.bind(n,62905)),"@site/docs/api-reference/enums/funding-limit-settings-change-request-status.mdx",62905],"31b043b0":[()=>n.e(50996).then(n.bind(n,7717)),"@site/docs/api-reference/inputs/add-virtual-iban-input.mdx",7717],"31f6e61c":[()=>n.e(83435).then(n.bind(n,27819)),"@site/docs/api-reference/objects/permission-cannot-be-granted-rejection.mdx",27819],"31fb3847":[()=>n.e(87535).then(n.bind(n,21416)),"@site/docs/api-reference/unions/initiate-credit-transfers-payload.mdx",21416],"321507eb":[()=>n.e(92463).then(n.bind(n,44673)),"@site/docs/api-reference/objects/disable-account-membership-success-payload.mdx",44673],"329d1cb3":[()=>n.e(45910).then(n.bind(n,41299)),"@site/docs/api-reference/objects/user.mdx",41299],"32b53397":[()=>n.e(14061).then(n.bind(n,48060)),"@site/docs/api-reference/scalars/email-address.mdx",48060],"32e1a604":[()=>n.e(86842).then(n.bind(n,82899)),"@site/docs/api-reference/objects/validation-field-error.mdx",82899],"33152f28":[()=>n.e(80169).then(n.bind(n,35695)),"@site/docs/api-reference/unions/update-card-payload.mdx",35695],"3378914f":[()=>n.e(80534).then(n.bind(n,37115)),"@site/docs/topics/onboarding/overview/guide-get-onboarding-info.mdx",37115],"33ddb308":[()=>n.e(46784).then(n.bind(n,90636)),"@site/docs/api-reference/inputs/reason-input.mdx",90636],"3424d603":[()=>n.e(71181).then(n.bind(n,6251)),"@site/docs/api-reference/mutations/create-capital-deposit-case.mdx",6251],"3466985c":[()=>n.e(60829).then(n.bind(n,47427)),"@site/docs/api-reference/objects/rejected-verification-status-info.mdx",47427],"34a00c10":[()=>n.e(41409).then(n.bind(n,42077)),"@site/docs/api-reference/enums/statement-period.mdx",42077],"34a4c1ef":[()=>n.e(12658).then(n.bind(n,57646)),"@site/docs/api-reference/interfaces/statement-info.mdx",57646],"34ba053d":[()=>n.e(56640).then(n.bind(n,31484)),"@site/docs/api-reference/objects/select-field.mdx",31484],"34c58755":[()=>n.e(38793).then(n.bind(n,89306)),"@site/docs/api-reference/enums/statement-status.mdx",89306],"354a9724":[()=>n.e(41104).then(n.bind(n,4431)),"@site/docs/api-reference/inputs/resume-account-membership-input.mdx",4431],"3603dc64":[()=>n.e(84101).then(n.bind(n,1246)),"@site/docs/api-reference/mutations/request-merchant-payment-methods.mdx",1246],"36121d87":[()=>n.e(47730).then(n.bind(n,55843)),"@site/docs/api-reference/unions/update-account-membership-payload.mdx",55843],"3685cb1b":[()=>n.e(49284).then(n.bind(n,44817)),"@site/docs/api-reference/interfaces/sepadirect-debit-debtor.mdx",44817],"36eb0943":[()=>n.e(26698).then(n.bind(n,301)),"@site/docs/api-reference/enums/payment-mandate-sequence.mdx",301],"3704b249":[()=>n.e(33617).then(n.bind(n,5103)),"@site/docs/api-reference/enums/released-reason.mdx",5103],"3708790d":[()=>n.e(98476).then(n.bind(n,10331)),"@site/docs/api-reference/interfaces/account-holder-info.mdx",10331],"370ba5bb":[()=>n.e(23128).then(n.bind(n,82099)),"@site/docs/api-reference/objects/internal-direct-debit-transaction.mdx",82099],37289545:[()=>n.e(4624).then(n.bind(n,29871)),"@site/docs/api-reference/inputs/payment-mandate-order-by-input.mdx",29871],"3758fb0e":[()=>n.e(90093).then(n.bind(n,31901)),"@site/docs/api-reference/enums/payment-level.mdx",31901],"37eacde6":[()=>n.e(21052).then(n.bind(n,41132)),"@site/docs/api-reference/objects/international-credit-transfer-details.mdx",41132],"37f62d04":[()=>n.e(36557).then(n.bind(n,49212)),"@site/docs/api-reference/objects/account-opened-status.mdx",49212],"38e0aa1b":[()=>n.e(29698).then(n.bind(n,54363)),"@site/docs/api-reference/objects/grant-consent-with-server-signature-success-payload.mdx",54363],"39109a85":[()=>n.e(79104).then(n.bind(n,20703)),"@site/docs/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload.mdx",20703],39251080:[()=>n.e(31895).then(n.bind(n,46106)),"@site/docs/api-reference/mutations/add-internal-direct-debit-payment-mandate.mdx",46106],"39630c6f":[()=>n.e(95901).then(n.bind(n,21367)),"@site/docs/developers/guides/rejections.mdx",21367],"39bec462":[()=>n.e(3047).then(n.bind(n,19721)),"@site/docs/api-reference/objects/company-shareholder.mdx",19721],"39d45e0f":[()=>n.e(20372).then(n.bind(n,13241)),"@site/docs/api-reference/objects/payment-mandate-rejected-status-info.mdx",13241],"3a277a94":[()=>n.e(49450).then(n.bind(n,33975)),"@site/docs/api-reference/objects/onboarding-not-completed-rejection.mdx",33975],"3a50ac54":[()=>n.e(41403).then(n.bind(n,50611)),"@site/docs/api-reference/enums/spending-limit-period-input.mdx",50611],"3a558158":[()=>n.e(51880).then(n.bind(n,47979)),"@site/docs/api-reference/objects/suspended-merchant-profile-status-info.mdx",47979],"3a5b218f":[()=>n.e(66221).then(n.bind(n,4247)),"@site/docs/topics/onboarding/individual/guide-create-onboarding.mdx",4247],"3a9ce421":[()=>n.e(74134).then(n.bind(n,92714)),"@site/docs/api-reference/inputs/generate-supporting-document-upload-url-input.mdx",92714],"3aacd70e":[()=>n.e(2987).then(n.bind(n,57174)),"@site/docs/api-reference/enums/funding-source-status.mdx",57174],"3b1e8a04":[()=>n.e(26).then(n.bind(n,64229)),"@site/docs/api-reference/objects/legal-document.mdx",64229],"3b8c5879":[()=>n.e(52289).then(n.bind(n,25636)),"@site/docs/api-reference/unions/initiate-merchant-payment-collection-payload.mdx",25636],"3bbd7fdc":[()=>n.e(98698).then(n.bind(n,68279)),"@site/docs/api-reference/objects/sepacredit-transfer-internal-in-debtor.mdx",68279],"3bc32dbb":[()=>n.e(59219).then(n.bind(n,90330)),"@site/docs/api-reference/inputs/consents-filters-input.mdx",90330],"3bfcb7ef":[()=>n.e(96137).then(n.bind(n,77214)),"@site/docs/api-reference/queries/account-holders.mdx",77214],"3c2019bf":[()=>n.e(70466).then(n.bind(n,6039)),"@site/docs/api-reference/enums/merchant-payment-method-status.mdx",6039],"3c721eea":[()=>n.e(57679).then(n.bind(n,17400)),"@site/docs/api-reference/inputs/cancel-standing-order-input.mdx",17400],"3c881dfe":[()=>n.e(36282).then(n.bind(n,1275)),"@site/docs/api-reference/objects/financial-institution.mdx",1275],"3ccf320e":[()=>n.e(79994).then(n.bind(n,10806)),"@site/docs/api-reference/unions/cancel-card-payload.mdx",10806],"3d32fb4a":[()=>n.e(74857).then(n.bind(n,31771)),"@site/docs/api-reference/enums/category.mdx",31771],"3dae3655":[()=>n.e(23474).then(n.bind(n,25159)),"@site/docs/api-reference/objects/card-product-design.mdx",25159],"3dc458f1":[()=>n.e(9624).then(n.bind(n,62821)),"@site/docs/api-reference/objects/web-banking-settings.mdx",62821],"3e43a2b2":[()=>n.e(20535).then(n.bind(n,83299)),"@site/docs/topics/capital-deposits/france/guide.mdx",83299],"3eb0e82d":[()=>n.e(52467).then(n.bind(n,77460)),"@site/docs/api-reference/enums/close-account-reason-type.mdx",77460],"3ee0fc6b":[()=>n.e(97984).then(n.bind(n,63766)),"@site/docs/api-reference/objects/payment.mdx",63766],"3f2d9761":[()=>n.e(31907).then(n.bind(n,84605)),"@site/docs/api-reference/objects/device.mdx",84605],"3f3bc418":[()=>n.e(75812).then(n.bind(n,35666)),"@site/docs/api-reference/enums/received-direct-debit-mandate-status.mdx",35666],"3f5a9aec":[()=>n.e(49611).then(n.bind(n,53259)),"@site/docs/api-reference/objects/sepacredit-transfer-out-debtor.mdx",53259],"3f613908":[()=>n.e(47044).then(n.bind(n,52891)),"@site/docs/api-reference/inputs/onboard-individual-account-holder-input.mdx",52891],"3f6ccc4d":[()=>n.e(81701).then(n.bind(n,19556)),"@site/docs/topics/onboarding/individual/guide-update-onboarding.mdx",19556],"4003e254":[()=>n.e(1440).then(n.bind(n,78425)),"@site/docs/api-reference/objects/external-account-already-exists-rejection.mdx",78425],"401f64d8":[()=>n.e(36161).then(n.bind(n,96075)),"@site/docs/api-reference/enums/cancel-physical-card-reason.mdx",96075],40357306:[()=>n.e(89955).then(n.bind(n,10965)),"@site/docs/api-reference/objects/external-account-connection.mdx",10965],"404bc1a3":[()=>n.e(56124).then(n.bind(n,8807)),"@site/docs/api-reference/objects/physical-card-renewed-status-info.mdx",8807],"40500d46":[()=>n.e(85731).then(n.bind(n,9323)),"@site/docs/api-reference/objects/received-direct-debit-mandate-status-info-canceled.mdx",9323],"40c0f930":[()=>n.e(17709).then(n.bind(n,52288)),"@site/docs/api-reference/mutations/add-or-update-external-account-balance.mdx",52288],"4129c5c1":[()=>n.e(31752).then(n.bind(n,54150)),"@site/docs/api-reference/inputs/resume-physical-card-input.mdx",54150],"4139b91a":[()=>n.e(33124).then(n.bind(n,81559)),"@site/docs/api-reference/enums/type-of-representation.mdx",81559],"41da606f":[()=>n.e(84890).then(n.bind(n,24183)),"@site/docs/api-reference/enums/physical-card-status.mdx",24183],"425e8d85":[()=>n.e(25398).then(n.bind(n,62826)),"@site/docs/api-reference/objects/authenticator.mdx",62826],"427b33e3":[()=>n.e(47682).then(n.bind(n,78815)),"@site/docs/api-reference/objects/card-wrong-status-rejection.mdx",78815],"43039bb0":[()=>n.e(80060).then(n.bind(n,54568)),"@site/docs/api-reference/scalars/float.mdx",54568],"4343594b":[()=>n.e(75730).then(n.bind(n,32799)),"@site/docs/api-reference/objects/legal-document-upcoming-status-info.mdx",32799],"4343afaa":[()=>n.e(25781).then(n.bind(n,17366)),"@site/docs/api-reference/inputs/sepa-beneficiary-input.mdx",17366],"434eb2b3":[()=>n.e(65546).then(n.bind(n,44553)),"@site/docs/api-reference/enums/ibanstatus.mdx",44553],"4356cfc6":[()=>n.e(27006).then(n.bind(n,12509)),"@site/docs/api-reference/objects/add-external-account-success-payload.mdx",12509],"43bd0f3e":[()=>n.e(88571).then(n.bind(n,63366)),"@site/docs/api-reference/enums/project-card-status.mdx",63366],"43c15dd6":[()=>n.e(72321).then(n.bind(n,79249)),"@site/docs/api-reference/interfaces/complete-digital-card-status-info.mdx",79249],"43ec88e9":[()=>n.e(32028).then(n.bind(n,65524)),"@site/docs/api-reference/inputs/add-cards-with-group-delivery-input.mdx",65524],"43fc11eb":[()=>n.e(38266).then(n.bind(n,78167)),"@site/docs/api-reference/objects/account-membership-enabled-status-info.mdx",78167],"4463978c":[()=>n.e(66983).then(n.bind(n,63501)),"@site/docs/api-reference/objects/physical-card-to-activate-status-info.mdx",63501],"448e9ff0":[()=>n.e(79096).then(n.bind(n,8049)),"@site/docs/api-reference/queries/received-direct-debit-mandate.mdx",8049],"4493ef81":[()=>n.e(92345).then(n.bind(n,44077)),"@site/docs/api-reference/interfaces/onboarding-status-info.mdx",44077],"44f979a3":[()=>n.e(12291).then(n.bind(n,80611)),"@site/docs/api-reference/objects/physical-card-canceling-status-info.mdx",80611],"45c3a72d":[()=>n.e(4488).then(n.bind(n,50646)),"@site/docs/api-reference/objects/supporting-document-collection-rejected-status-info.mdx",50646],"45dc364c":[()=>n.e(18991).then(n.bind(n,62632)),"@site/docs/topics/contact.mdx",62632],"45e2ccab":[()=>n.e(79652).then(n.bind(n,54693)),"@site/docs/api-reference/mutations/add-external-account.mdx",54693],"463c6316":[()=>n.e(96915).then(n.bind(n,94594)),"@site/docs/api-reference/objects/print-physical-card-success-payload.mdx",94594],"464f51d8":[()=>n.e(71126).then(n.bind(n,5989)),"@site/docs/api-reference/interfaces/physical-card-status-info.mdx",5989],"466913f7":[()=>n.e(49070).then(n.bind(n,62452)),"@site/docs/api-reference/objects/validation-rejection.mdx",62452],46994613:[()=>n.e(69301).then(n.bind(n,75442)),"@site/docs/api-reference/enums/standing-order-period.mdx",75442],"46ea937d":[()=>n.e(1296).then(n.bind(n,17298)),"@site/docs/api-reference/objects/received-direct-debit-mandate-already-exist-rejection.mdx",17298],"46f7fadb":[()=>n.e(45997).then(n.bind(n,37299)),"@site/docs/api-reference/enums/simulation-card-type.mdx",37299],47295864:[()=>n.e(4222).then(n.bind(n,45071)),"@site/docs/api-reference/objects/create-capital-deposit-case-success-payload.mdx",45071],"473c41fb":[()=>n.e(45074).then(n.bind(n,84391)),"@site/docs/api-reference/enums/transactions-order-by-field.mdx",84391],"485fd60f":[()=>n.e(94445).then(n.bind(n,71324)),"@site/docs/api-reference/inputs/credit-transfer-input.mdx",71324],"487820d5":[()=>n.e(63152).then(n.bind(n,61425)),"@site/docs/api-reference/objects/onboarding-valid-status-info.mdx",61425],"48867f70":[()=>n.e(21117).then(n.bind(n,84416)),"@site/docs/api-reference/objects/suspended-merchant-payment-method-status-info.mdx",84416],"48d023ac":[()=>n.e(99242).then(n.bind(n,70930)),"@site/docs/api-reference/interfaces/payment-status-info.mdx",70930],"4966510b":[()=>n.e(99505).then(n.bind(n,90516)),"@site/docs/api-reference/enums/transaction-side.mdx",90516],"4971b70e":[()=>n.e(69747).then(n.bind(n,49178)),"@site/docs/api-reference/interfaces/payment-direct-debit-mandate.mdx",49178],"49d02f2b":[()=>n.e(73714).then(n.bind(n,82998)),"@site/docs/api-reference/enums/separeceived-direct-debit-mandate-scheme.mdx",82998],"4ad894f8":[()=>n.e(47315).then(n.bind(n,87647)),"@site/docs/api-reference/objects/funding-limit-settings-change-request-edge.mdx",87647],"4ae49aac":[()=>n.e(13650).then(n.bind(n,74524)),"@site/docs/api-reference/interfaces/internal-credit-transfer-debtor.mdx",74524],"4b1cfb23":[()=>n.e(32417).then(n.bind(n,64173)),"@site/docs/api-reference/enums/suspend-account-reason-type.mdx",64173],"4b910cd9":[()=>n.e(23737).then(n.bind(n,48233)),"@site/docs/api-reference/queries/standing-order.mdx",48233],"4bac9b1f":[()=>n.e(39978).then(n.bind(n,2818)),"@site/docs/api-reference/unions/update-user-consent-settings-payload.mdx",2818],"4bd5222a":[()=>n.e(54781).then(n.bind(n,78811)),"@site/docs/api-reference/scalars/iban.mdx",78811],"4bdf8047":[()=>n.e(94242).then(n.bind(n,62955)),"@site/docs/api-reference/objects/invalid-argument-rejection-field.mdx",62955],"4bfd2db8":[()=>n.e(33898).then(n.bind(n,5873)),"@site/docs/api-reference/queries/account-invoice.mdx",5873],"4c12bb41":[()=>n.e(86461).then(n.bind(n,60408)),"@site/docs/api-reference/objects/too-many-child-consents-rejection.mdx",60408],"4c3162b5":[()=>n.e(14167).then(n.bind(n,80837)),"@site/docs/api-reference/objects/payment-mandate-connection.mdx",80837],"4c412ed3":[()=>n.e(41653).then(n.bind(n,28036)),"@site/docs/api-reference/objects/funding-limit-amount.mdx",28036],"4c7d984b":[()=>n.e(68567).then(n.bind(n,26926)),"@site/docs/api-reference/objects/external-account-balance.mdx",26926],"4cb8fa66":[()=>n.e(75993).then(n.bind(n,45633)),"@site/docs/api-reference/objects/initiate-merchant-payment-collection-success-payload.mdx",45633],"4d564705":[()=>n.e(52137).then(n.bind(n,56252)),"@site/docs/api-reference/objects/funding-source-not-found-rejection.mdx",56252],"4d5fcd64":[()=>n.e(55126).then(n.bind(n,77982)),"@site/docs/api-reference/enums/env-type.mdx",77982],"4d78e6a7":[()=>n.e(64172).then(n.bind(n,1517)),"@site/docs/api-reference/objects/add-account-memberships-success-payload.mdx",1517],"4e18715a":[()=>n.e(61691).then(n.bind(n,8459)),"@site/docs/api-reference/scalars/wallet-token.mdx",8459],"4e1c7b49":[()=>n.e(23022).then(n.bind(n,49e3)),"@site/docs/api-reference/inputs/sepa-payment-mandate-debtor-input.mdx",49e3],"4e3c9c36":[()=>n.e(66053).then(n.bind(n,34663)),"@site/docs/api-reference/enums/card-authorization-type.mdx",34663],"4e42ba9b":[()=>n.e(89633).then(n.bind(n,13813)),"@site/docs/api-reference/enums/transaction-reason-code.mdx",13813],"4e5e925f":[()=>n.e(4754).then(n.bind(n,31029)),"@site/docs/api-reference/enums/canceled-funding-source-reason.mdx",31029],"4e658f9f":[()=>n.e(41217).then(n.bind(n,93352)),"@site/docs/api-reference/unions/deny-sdd-payload.mdx",93352],"4e721e97":[()=>n.e(49076).then(n.bind(n,94002)),"@site/docs/api-reference/objects/virtual-ibanentry-connection.mdx",94002],"4ec98ed4":[()=>n.e(29654).then(n.bind(n,78685)),"@site/docs/api-reference/inputs/single-use-virtual-card-config-input.mdx",78685],"4eda58a2":[()=>n.e(70361).then(n.bind(n,25447)),"@site/docs/api-reference/interfaces/payment-mandate.mdx",25447],"4edc808e":[()=>n.e(34173).then(n.bind(n,11788)),"@site/docs/index.mdx",11788],"4ee205e8":[()=>n.e(54149).then(n.bind(n,81629)),"@site/docs/api-reference/scalars/bic.mdx",81629],"4eecffc4":[()=>n.e(96994).then(n.bind(n,78289)),"@site/docs/api-reference/inputs/funding-limit-settings-change-request-order-by-input.mdx",78289],"4f0ea51f":[()=>n.e(5728).then(n.bind(n,91536)),"@site/docs/api-reference/objects/finalize-onboarding-success-payload.mdx",91536],"4f2a10e5":[()=>n.e(64129).then(n.bind(n,15821)),"@site/docs/developers/about/endpoints.mdx",15821],"4f36b0ab":[()=>n.e(88012).then(n.bind(n,25275)),"@site/docs/api-reference/objects/separeceived-direct-debit-mandate-creditor.mdx",25275],"4f49b4a6":[()=>n.e(75275).then(n.bind(n,87881)),"@site/docs/api-reference/enums/card-design-status.mdx",87881],"4fa7e8ec":[()=>n.e(65952).then(n.bind(n,48158)),"@site/docs/api-reference/inputs/account-received-direct-debit-order-by-input.mdx",48158],"4fb704a5":[()=>n.e(12743).then(n.bind(n,30572)),"@site/docs/api-reference/objects/account-holder-canceled-status-info.mdx",30572],"4fbefc11":[()=>n.e(80237).then(n.bind(n,98740)),"@site/docs/api-reference/objects/account-membership-cannot-be-disabled-rejection.mdx",98740],"5011814c":[()=>n.e(22638).then(n.bind(n,98720)),"@site/docs/api-reference/objects/rejected-merchant-profile-status-info.mdx",98720],"50c72a68":[()=>n.e(4121).then(n.bind(n,49592)),"@site/docs/api-reference/unions/schedule-standing-order-payload.mdx",49592],"50d0703e":[()=>n.e(57291).then(n.bind(n,69601)),"@site/docs/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method.mdx",69601],"50ddb176":[()=>n.e(71292).then(n.bind(n,5571)),"@site/docs/api-reference/objects/direct-debit-funding-source.mdx",5571],"50f34778":[()=>n.e(99776).then(n.bind(n,36200)),"@site/docs/api-reference/queries/onboarding.mdx",36200],"511dcd27":[()=>n.e(39260).then(n.bind(n,92264)),"@site/docs/api-reference/objects/already-valid-physical-card-rejection.mdx",92264],"51b8fc83":[()=>n.e(11664).then(n.bind(n,14779)),"@site/docs/api-reference/enums/identification-level-input.mdx",14779],"51e24d73":[()=>n.e(24564).then(n.bind(n,91879)),"@site/docs/api-reference/interfaces/edge.mdx",91879],"520f27a2":[()=>n.e(34236).then(n.bind(n,70881)),"@site/docs/api-reference/objects/add-card-success-payload.mdx",70881],"522ef36b":[()=>n.e(45860).then(n.bind(n,29890)),"@site/docs/api-reference/mutations/add-virtual-iban-entry.mdx",29890],"526c94fd":[()=>n.e(80090).then(n.bind(n,68622)),"@site/docs/api-reference/inputs/onboard-individual-shareholder-input.mdx",68622],"52a00ac0":[()=>n.e(11353).then(n.bind(n,46814)),"@site/docs/api-reference/generated.md",46814],"52c0afd0":[()=>n.e(69376).then(n.bind(n,8975)),"@site/docs/api-reference/unions/bind-account-membership-payload.mdx",8975],"52c5d90f":[()=>n.e(28970).then(n.bind(n,39470)),"@site/docs/api-reference/inputs/account-received-direct-debit-mandate-filters-input.mdx",39470],"52d7d962":[()=>n.e(46808).then(n.bind(n,71729)),"@site/docs/partnership/country-guides/spain.mdx",71729],"52e0ffdd":[()=>n.e(15180).then(n.bind(n,55475)),"@site/docs/api-reference/inputs/account-holder-order-by-input.mdx",55475],"5303177b":[()=>n.e(15707).then(n.bind(n,4620)),"@site/docs/api-reference/interfaces/digital-card.mdx",4620],"531d36a8":[()=>n.e(36516).then(n.bind(n,45931)),"@site/docs/api-reference/objects/sepadirect-debit-out-debtor.mdx",45931],"532df885":[()=>n.e(71371).then(n.bind(n,32659)),"@site/docs/api-reference/objects/server-consent-project-credential-not-found-rejection.mdx",32659],"533e4ee8":[()=>n.e(89281).then(n.bind(n,94615)),"@site/docs/api-reference/inputs/onboard-company-account-holder-input.mdx",94615],"537d16fa":[()=>n.e(87311).then(n.bind(n,3957)),"@site/docs/developers/rejections/using-rejections.mdx",3957],"537e891e":[()=>n.e(197).then(n.bind(n,38817)),"@site/docs/api-reference/objects/account-membership-invitation-sent-status-info.mdx",38817],"5404c6be":[()=>n.e(4209).then(n.bind(n,76031)),"@site/docs/api-reference/objects/card-consent-pending-status-info.mdx",76031],54890881:[()=>n.e(95043).then(n.bind(n,23284)),"@site/docs/api-reference/objects/suspend-received-direct-debit-mandate-success-payload.mdx",23284],"54b20349":[()=>n.e(86407).then(n.bind(n,5186)),"@site/docs/api-reference/inputs/refund-input.mdx",5186],"54d368d0":[()=>n.e(77169).then(n.bind(n,96704)),"@site/docs/api-reference/unions/create-multi-consent-payload.mdx",96704],"54e35760":[()=>n.e(57252).then(n.bind(n,87258)),"@site/docs/api-reference/queries/capital-deposit-document.mdx",87258],"553ac137":[()=>n.e(39821).then(n.bind(n,88485)),"@site/docs/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection.mdx",88485],"554e0e92":[()=>n.e(68072).then(n.bind(n,31825)),"@site/docs/api-reference/unions/enable-received-direct-debit-mandate-payload.mdx",31825],"5561a7b6":[()=>n.e(64634).then(n.bind(n,4454)),"@site/docs/developers/webhooks/using-webhooks.mdx",4454],"55c9ddce":[()=>n.e(57698).then(n.bind(n,82519)),"@site/docs/api-reference/scalars/sepa-creditor-identifier.mdx",82519],"55ec9319":[()=>n.e(57477).then(n.bind(n,38780)),"@site/docs/api-reference/interfaces/document-file.mdx",38780],"55f3c723":[()=>n.e(83157).then(n.bind(n,35495)),"@site/docs/api-reference/unions/view-physical-card-pin-payload.mdx",35495],"564774e4":[()=>n.e(41408).then(n.bind(n,88537)),"@site/docs/api-reference/objects/ibannot-valid-rejection.mdx",88537],"565c7e7a":[()=>n.e(34522).then(n.bind(n,11509)),"@site/docs/api-reference/objects/public-onboarding-disabled-rejection.mdx",11509],"56acf746":[()=>n.e(95018).then(n.bind(n,86517)),"@site/docs/api-reference/objects/international-beneficiary-dynamic-forms.mdx",86517],"56b21ce1":[()=>n.e(18335).then(n.bind(n,85081)),"@site/docs/api-reference/enums/identification-level.mdx",85081],"56bbc919":[()=>n.e(66288).then(n.bind(n,98731)),"@site/docs/api-reference/enums/project-type.mdx",98731],"56cdcb55":[()=>n.e(1969).then(n.bind(n,86310)),"@site/docs/api-reference/enums/refund-rejection-code.mdx",86310],"579e796e":[()=>n.e(95847).then(n.bind(n,87563)),"@site/docs/api-reference/mutations/update-account-holder.mdx",87563],"57a52ec7":[()=>n.e(37501).then(n.bind(n,10575)),"@site/docs/api-reference/objects/internal-payment-direct-debit-mandate.mdx",10575],"57afb12e":[()=>n.e(819).then(n.bind(n,41327)),"@site/docs/api-reference/enums/rejected-verification-reason.mdx",41327],"57b3bd5a":[()=>n.e(91234).then(n.bind(n,50565)),"@site/docs/api-reference/unions/view-card-numbers-payload.mdx",50565],"581c1936":[()=>n.e(70517).then(n.bind(n,17201)),"@site/docs/api-reference/objects/approved-funding-limit.mdx",17201],"582cf9cf":[()=>n.e(81650).then(n.bind(n,87869)),"@site/docs/api-reference/objects/international-credit-transfer-currency-exchange.mdx",87869],"586f596e":[()=>n.e(75012).then(n.bind(n,17486)),"@site/docs/api-reference/inputs/user-order-by-input.mdx",17486],"58d70cba":[()=>n.e(70861).then(n.bind(n,35615)),"@site/docs/api-reference/objects/pending-review-status-info.mdx",35615],"592a270e":[()=>n.e(71165).then(n.bind(n,97092)),"@site/docs/topics/onboarding/index.mdx",97092],"59733b92":[()=>n.e(42801).then(n.bind(n,40028)),"@site/docs/api-reference/objects/invalid-identification-level-status-info.mdx",40028],"59b068d1":[()=>n.e(66385).then(n.t.bind(n,7085,19)),"/home/runner/work/docs/docs/.docusaurus/docusaurus-theme-search-algolia/default/plugin-route-context-module-100.json",7085],"59d9644b":[()=>n.e(67178).then(n.bind(n,68705)),"@site/docs/api-reference/inputs/card-order-by-input.mdx",68705],"59f94b0a":[()=>n.e(89772).then(n.bind(n,68240)),"@site/docs/api-reference/enums/payment-mandate-canceled-reason.mdx",68240],"5a7373d1":[()=>n.e(9643).then(n.bind(n,92293)),"@site/docs/api-reference/inputs/merchant-profile-filters-input.mdx",92293],"5a9f8cc2":[()=>n.e(98707).then(n.bind(n,12440)),"@site/docs/partnership/intro.mdx",12440],"5ab9c5bb":[()=>n.e(24506).then(n.bind(n,6894)),"@site/docs/api-reference/interfaces/ultimate-beneficial-owner-info.mdx",6894],"5ac43825":[()=>n.e(18015).then(n.bind(n,4114)),"@site/docs/partnership/country-guides/france.mdx",4114],"5acbe74d":[()=>n.e(43557).then(n.bind(n,75037)),"@site/docs/api-reference/mutations/delete-supporting-document.mdx",75037],"5bc7d28f":[()=>n.e(67715).then(n.bind(n,8070)),"@site/docs/api-reference/unions/add-cards-payload.mdx",8070],"5be0fa3d":[()=>n.e(77792).then(n.bind(n,9486)),"@site/docs/api-reference/objects/internal-direct-debit-creditor.mdx",9486],"5c00a2ae":[()=>n.e(95170).then(n.bind(n,55140)),"@site/docs/api-reference/objects/balance.mdx",55140],"5c4c98c9":[()=>n.e(45716).then(n.bind(n,96267)),"@site/docs/api-reference/unions/identification-process-info.mdx",96267],"5c56d4eb":[()=>n.e(30147).then(n.bind(n,13421)),"@site/docs/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending.mdx",13421],"5cdd0279":[()=>n.e(66995).then(n.bind(n,9994)),"@site/docs/api-reference/objects/request-merchant-profile-update-success-payload.mdx",9994],"5ce80a97":[()=>n.e(75786).then(n.bind(n,43311)),"@site/docs/api-reference/objects/supporting-document-collection.mdx",43311],"5d026d5b":[()=>n.e(563).then(n.bind(n,10702)),"@site/docs/api-reference/objects/project-settings-status-not-reachable.mdx",10702],"5d71ce26":[()=>n.e(16756).then(n.bind(n,68226)),"@site/docs/api-reference/objects/supporting-document-collection-approved-status-info.mdx",68226],"5d918b0d":[()=>n.e(52645).then(n.bind(n,79364)),"@site/docs/api-reference/enums/internal-payment-mandate-scheme.mdx",79364],"5db048a0":[()=>n.e(62756).then(n.bind(n,32694)),"@site/docs/api-reference/objects/server-consent-project-credential-missing-rejection.mdx",32694],"5dfde814":[()=>n.e(48817).then(n.bind(n,98818)),"@site/docs/api-reference/directives/include.mdx",98818],"5e0eddb9":[()=>n.e(57411).then(n.bind(n,25667)),"@site/docs/api-reference/objects/card-settings.mdx",25667],"5e2ed9e0":[()=>n.e(45784).then(n.bind(n,61219)),"@site/docs/api-reference/unions/allow-sdd-payload.mdx",61219],"5e72b495":[()=>n.e(82154).then(n.bind(n,30043)),"@site/docs/api-reference/enums/supporting-document-purpose-enum.mdx",30043],"5e7874ef":[()=>n.e(24369).then(n.bind(n,24851)),"@site/docs/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection.mdx",24851],"5e8bc7eb":[()=>n.e(68005).then(n.bind(n,22184)),"@site/docs/api-reference/unions/iban-validation-result.mdx",22184],"5e9f5e1a":[()=>Promise.resolve().then(n.bind(n,36809)),"@generated/docusaurus.config",36809],"5eeb66fc":[()=>n.e(78350).then(n.bind(n,3907)),"@site/docs/api-reference/objects/standing-order-edge.mdx",3907],"5f623ea8":[()=>n.e(99236).then(n.bind(n,72818)),"@site/docs/api-reference/interfaces/transaction-status-info.mdx",72818],"5f6d7dc2":[()=>n.e(67395).then(n.bind(n,52493)),"@site/docs/api-reference/inputs/view-physical-card-pin-input.mdx",52493],"5fdd6e70":[()=>n.e(29473).then(n.bind(n,37523)),"@site/docs/api-reference/objects/add-account-membership-success-payload.mdx",37523],"6058e000":[()=>n.e(45137).then(n.bind(n,92674)),"@site/docs/api-reference/objects/sepa-direct-debit-core-merchant-payment-method.mdx",92674],60667150:[()=>n.e(85642).then(n.bind(n,66423)),"@site/docs/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method.mdx",66423],"608605fe":[()=>n.e(86965).then(n.bind(n,25825)),"@site/docs/api-reference/scalars/account-number.mdx",25825],"60c8650b":[()=>n.e(23418).then(n.bind(n,57706)),"@site/docs/api-reference/objects/payment-mandate-edge.mdx",57706],"6119656b":[()=>n.e(7314).then(n.bind(n,49496)),"@site/docs/api-reference/objects/card-edge.mdx",49496],"611d7e33":[()=>n.e(78107).then(n.bind(n,47867)),"@site/docs/api-reference/objects/onboarding-invalid-status-info.mdx",47867],61358661:[()=>n.e(8557).then(n.bind(n,57044)),"@site/docs/api-reference/interfaces/received-direct-debit-mandate-status-info.mdx",57044],"6162ad7c":[()=>n.e(56192).then(n.bind(n,36114)),"@site/docs/api-reference/inputs/identification-filters-input.mdx",36114],"6162d70a":[()=>n.e(18989).then(n.bind(n,57616)),"@site/docs/api-reference/interfaces/individual-ultimate-beneficial-owner-info.mdx",57616],"61d1e172":[()=>n.e(81093).then(n.bind(n,71595)),"@site/docs/api-reference/objects/onboard-company-account-holder-success-payload.mdx",71595],"6239da7f":[()=>n.e(12567).then(n.bind(n,3994)),"@site/docs/api-reference/enums/statement-type.mdx",3994],"628f19ed":[()=>n.e(87706).then(n.bind(n,74748)),"@site/docs/api-reference/enums/account-membership-status.mdx",74748],"62ad48cd":[()=>n.e(10814).then(n.bind(n,93401)),"@site/docs/api-reference/objects/partnership-canceling-status-info.mdx",93401],"62ff3f98":[()=>n.e(76015).then(n.bind(n,44258)),"@site/docs/api-reference/objects/activate-physical-card-success-payload.mdx",44258],"63089e85":[()=>n.e(47380).then(n.bind(n,83)),"@site/docs/api-reference/objects/payment-initiated.mdx",83],"6324826a":[()=>n.e(66198).then(n.bind(n,84931)),"@site/docs/api-reference/objects/in-app-provisioning-data.mdx",84931],"6355eb0e":[()=>n.e(38369).then(n.bind(n,31959)),"@site/docs/api-reference/objects/cancel-virtual-iban-entry-success-payload.mdx",31959],"63a20395":[()=>n.e(51388).then(n.bind(n,76893)),"@site/docs/api-reference/objects/canceled-merchant-profile-status-info.mdx",76893],"63bf94b5":[()=>n.e(64339).then(n.bind(n,21777)),"@site/docs/api-reference/interfaces/supporting-document-collection-status-info.mdx",21777],"63f6e2ef":[()=>n.e(58188).then(n.bind(n,89793)),"@site/docs/api-reference/unions/add-direct-debit-funding-source-payload.mdx",89793],"63fc0890":[()=>n.e(11153).then(n.bind(n,94090)),"@site/docs/api-reference/enums/preferred-notification-channel.mdx",94090],"644a76c8":[()=>n.e(50629).then(n.bind(n,51905)),"@site/docs/api-reference/enums/account-status.mdx",51905],64882008:[()=>n.e(39610).then(n.bind(n,51122)),"@site/docs/api-reference/enums/international-credit-transfer-display-language.mdx",51122],"6494d608":[()=>n.e(44705).then(n.bind(n,28934)),"@site/docs/api-reference/directives/specified-by.mdx",28934],"64b0b10e":[()=>n.e(27850).then(n.bind(n,58920)),"@site/docs/api-reference/inputs/restricted-to-input.mdx",58920],"64ca5894":[()=>n.e(97466).then(n.bind(n,14463)),"@site/docs/api-reference/objects/address.mdx",14463],"65439e23":[()=>n.e(28926).then(n.bind(n,7007)),"@site/docs/api-reference/objects/not-found-rejection.mdx",7007],"65aea855":[()=>n.e(7956).then(n.bind(n,23988)),"@site/docs/api-reference/objects/invalid-argument-rejection.mdx",23988],"6606b81d":[()=>n.e(83105).then(n.bind(n,16606)),"@site/docs/api-reference/objects/received-direct-debit-mandate-canceled-rejection.mdx",16606],"66f7d59f":[()=>n.e(70710).then(n.bind(n,73579)),"@site/docs/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate.mdx",73579],"67a4571f":[()=>n.e(15778).then(n.bind(n,66672)),"@site/docs/api-reference/objects/account-holder-type-individual-rejection.mdx",66672],"67b9a9ed":[()=>n.e(84275).then(n.bind(n,76890)),"@site/docs/api-reference/enums/external-account-data-source-type.mdx",76890],"67e7a7a2":[()=>n.e(86616).then(n.bind(n,51519)),"@site/docs/api-reference/inputs/external-account-balance-input.mdx",51519],"680a02ad":[()=>n.e(13629).then(n.bind(n,1227)),"@site/docs/api-reference/objects/digital-card-consent-pending-status-info.mdx",1227],"685e914e":[()=>n.e(5647).then(n.bind(n,18797)),"@site/docs/api-reference/objects/update-user-consent-settings-token-rejection.mdx",18797],"686a27f5":[()=>n.e(90353).then(n.bind(n,74497)),"@site/docs/api-reference/inputs/swan-account-beneficiary-input.mdx",74497],"68d59462":[()=>n.e(24884).then(n.bind(n,37241)),"@site/docs/api-reference/mutations/activate-physical-card.mdx",37241],"68e7302e":[()=>n.e(82833).then(n.bind(n,95129)),"@site/docs/api-reference/queries/project-info.mdx",95129],"6935d919":[()=>n.e(99384).then(n.bind(n,32665)),"@site/docs/developers/access-tokens/get-token-project.mdx",32665],69804668:[()=>n.e(70034).then(n.bind(n,87662)),"@site/docs/api-reference/enums/identification-pvidprocess-provider.mdx",87662],"69c976eb":[()=>n.e(24079).then(n.bind(n,93292)),"@site/docs/api-reference/objects/payment-connection.mdx",93292],"6a1fc806":[()=>n.e(22852).then(n.bind(n,28141)),"@site/docs/api-reference/queries/account-statement.mdx",28141],"6a4c1420":[()=>n.e(19517).then(n.bind(n,71478)),"@site/docs/starter-guides/intro.mdx",71478],"6a4cfdc3":[()=>n.e(62013).then(n.bind(n,22663)),"@site/docs/api-reference/queries/user.mdx",22663],"6a61db4c":[()=>n.e(81617).then(n.bind(n,33285)),"@site/docs/api-reference/queries/transaction.mdx",33285],"6a6856d7":[()=>n.e(29728).then(n.bind(n,30382)),"@site/docs/api-reference/objects/physical-card-not-found-rejection.mdx",30382],"6a9ba154":[()=>n.e(39182).then(n.bind(n,33635)),"@site/docs/api-reference/inputs/onboarding-order-by-input.mdx",33635],"6ab254e3":[()=>n.e(84084).then(n.bind(n,41230)),"@site/docs/api-reference/objects/card-product-suspended-rejection.mdx",41230],"6ad82f9f":[()=>n.e(598).then(n.bind(n,27941)),"@site/docs/api-reference/inputs/create-multi-consent-input.mdx",27941],"6b3ff6cc":[()=>n.e(33273).then(n.bind(n,24039)),"@site/docs/topics/onboarding/support.mdx",24039],"6b418b9d":[()=>n.e(35377).then(n.bind(n,91801)),"@site/docs/api-reference/objects/supporting-document-uploaded-status-info.mdx",91801],"6b67672f":[()=>n.e(23798).then(n.bind(n,63542)),"@site/docs/api-reference/inputs/generate-account-statement-input.mdx",63542],"6b962ab1":[()=>n.e(6202).then(n.bind(n,66346)),"@site/docs/api-reference/enums/rejected-funding-source-reason.mdx",66346],"6c071a02":[()=>n.e(10278).then(n.bind(n,18847)),"@site/docs/api-reference/objects/sepabeneficiary.mdx",18847],"6c105199":[()=>n.e(16759).then(n.bind(n,97106)),"@site/docs/api-reference/objects/pending-digital-card.mdx",97106],"6c6a3c28":[()=>n.e(64509).then(n.bind(n,72827)),"@site/docs/api-reference/inputs/add-single-use-virtual-cards-input.mdx",72827],"6c80d7a1":[()=>n.e(20477).then(n.bind(n,89140)),"@site/docs/api-reference/queries/card.mdx",89140],"6c8b5710":[()=>n.e(29650).then(n.bind(n,43135)),"@site/docs/api-reference/enums/aml-risk-level.mdx",43135],"6ce587a7":[()=>n.e(5826).then(n.bind(n,83557)),"@site/docs/api-reference/objects/digital-card-suspended-status-info.mdx",83557],"6d4bff2e":[()=>n.e(4420).then(n.bind(n,58727)),"@site/docs/api-reference/queries/accounts.mdx",58727],"6d8d2f2d":[()=>n.e(63860).then(n.bind(n,52533)),"@site/docs/api-reference/objects/international-credit-transfer-dynamic-form.mdx",52533],"6dff6091":[()=>n.e(43055).then(n.bind(n,45208)),"@site/docs/api-reference/objects/international-credit-transfer-quote.mdx",45208],"6e1b0d5d":[()=>n.e(70254).then(n.bind(n,71790)),"@site/docs/api-reference/inputs/finalize-onboarding-input.mdx",71790],"6e4ce4c4":[()=>n.e(52969).then(n.bind(n,5780)),"@site/docs/api-reference/objects/internal-credit-transfer-in-creditor.mdx",5780],"6ed227de":[()=>n.e(62704).then(n.bind(n,27018)),"@site/docs/api-reference/objects/account-holder-edge.mdx",27018],"6ef156d1":[()=>n.e(91016).then(n.bind(n,19888)),"@site/docs/api-reference/inputs/cancel-transaction-input.mdx",19888],"6f1a1ca8":[()=>n.e(20504).then(n.bind(n,89473)),"@site/docs/api-reference/inputs/user-filter-input.mdx",89473],"6f230234":[()=>n.e(85486).then(n.bind(n,12283)),"@site/docs/api-reference/enums/rejected-reason-code.mdx",12283],"6f265f1e":[()=>n.e(69089).then(n.bind(n,50862)),"@site/docs/api-reference/inputs/enable-received-direct-debit-mandate-input.mdx",50862],"6f799ed7":[()=>n.e(51201).then(n.bind(n,51165)),"@site/docs/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection.mdx",51165],"6f86928c":[()=>n.e(47706).then(n.bind(n,37761)),"@site/docs/api-reference/objects/add-or-update-external-account-balance-success-payload.mdx",37761],"6f89da90":[()=>n.e(9714).then(n.bind(n,37234)),"@site/docs/api-reference/objects/enable-received-direct-debit-mandate-success-payload.mdx",37234],"6f9fe13d":[()=>n.e(62866).then(n.bind(n,66893)),"@site/docs/api-reference/enums/fees-type-enum.mdx",66893],"6faf837f":[()=>n.e(91147).then(n.bind(n,54780)),"@site/docs/topics/onboarding/documents/guide-delete-document.mdx",54780],"7113b392":[()=>n.e(55417).then(n.bind(n,97294)),"@site/docs/api-reference/enums/merchant-category-description.mdx",97294],"717eed18":[()=>n.e(22341).then(n.bind(n,27134)),"@site/docs/api-reference/mutations/update-account-membership.mdx",27134],"71b18881":[()=>n.e(60023).then(n.bind(n,62599)),"@site/docs/api-reference/objects/payment-mandate-canceled-status-info.mdx",62599],"71bd3347":[()=>n.e(32211).then(n.bind(n,47377)),"@site/docs/api-reference/objects/supporting-document-post-field.mdx",47377],"720ef584":[()=>n.e(84959).then(n.bind(n,66660)),"@site/docs/api-reference/objects/sepadirect-debit-in-creditor.mdx",66660],"723df87b":[()=>n.e(53172).then(n.bind(n,66286)),"@site/docs/api-reference/mutations/generate-capital-deposit-document-upload-url.mdx",66286],"731b568d":[()=>n.e(96298).then(n.bind(n,88264)),"@site/docs/api-reference/objects/consent-connection.mdx",88264],"735d0569":[()=>n.e(77445).then(n.bind(n,80997)),"@site/docs/changelog.mdx",80997],"7390d34f":[()=>n.e(22963).then(n.bind(n,27694)),"@site/docs/api-reference/objects/report-document.mdx",27694],"73eb95b3":[()=>n.e(3046).then(n.bind(n,38584)),"@site/docs/api-reference/objects/identification-level-statuses-info.mdx",38584],"7412879b":[()=>n.e(55030).then(n.bind(n,21145)),"@site/docs/api-reference/objects/scheme.mdx",21145],74842326:[()=>n.e(89525).then(n.bind(n,60545)),"@site/docs/api-reference/mutations/cancel-virtual-iban-entry.mdx",60545],"750bdf24":[()=>n.e(93178).then(n.bind(n,90897)),"@site/docs/api-reference/enums/sepadirect-debit-scheme.mdx",90897],"75933c16":[()=>n.e(39961).then(n.bind(n,71707)),"@site/docs/api-reference/mutations/initiate-credit-transfers.mdx",71707],"759e8857":[()=>n.e(74398).then(n.bind(n,58651)),"@site/docs/api-reference/interfaces/sepadirect-debit-mandate.mdx",58651],"75bcd1ec":[()=>n.e(88858).then(n.bind(n,48288)),"@site/docs/api-reference/mutations/add-single-use-virtual-cards.mdx",48288],"75bfabaf":[()=>n.e(40358).then(n.bind(n,67653)),"@site/docs/api-reference/inputs/physical-card-custom-options-for-print-input.mdx",67653],"75cd7400":[()=>n.e(25118).then(n.bind(n,65080)),"@site/docs/api-reference/enums/invoice-status.mdx",65080],"75f7345d":[()=>n.e(57045).then(n.bind(n,13628)),"@site/docs/api-reference/inputs/digital-card-filters-input.mdx",13628],"761392cf":[()=>n.e(27678).then(n.bind(n,93211)),"@site/docs/api-reference/mutations/view-physical-card-numbers.mdx",93211],"761c0fee":[()=>n.e(62171).then(n.bind(n,45937)),"@site/docs/api-reference/objects/international-credit-transfer-transaction.mdx",45937],"7639e195":[()=>n.e(22992).then(n.bind(n,17323)),"@site/docs/api-reference/objects/card-canceled-status-info.mdx",17323],"779a5035":[()=>n.e(82941).then(n.bind(n,3203)),"@site/docs/api-reference/objects/close-account-reason.mdx",3203],"77e0268b":[()=>n.e(87399).then(n.bind(n,3100)),"@site/docs/api-reference/mutations/update-individual-onboarding.mdx",3100],"77ec448e":[()=>n.e(58148).then(n.bind(n,86680)),"@site/docs/api-reference/objects/physical-card-activated-status-info.mdx",86680],"784cefee":[()=>n.e(91170).then(n.bind(n,5024)),"@site/docs/api-reference/objects/headquarters.mdx",5024],"78a121f7":[()=>n.e(78866).then(n.bind(n,47658)),"@site/docs/api-reference/objects/debtor-account-closed-rejection.mdx",47658],"78acccc5":[()=>n.e(91889).then(n.bind(n,66231)),"@site/docs/api-reference/objects/enabled-merchant-payment-method-status-info.mdx",66231],"78be5594":[()=>n.e(89343).then(n.bind(n,10232)),"@site/docs/api-reference/unions/add-digital-card-payload.mdx",10232],"793d570b":[()=>n.e(97878).then(n.bind(n,16682)),"@site/docs/api-reference/interfaces/field.mdx",16682],"797a29cf":[()=>n.e(21502).then(n.bind(n,75425)),"@site/docs/api-reference/enums/account-received-direct-debit-order-by-field-input.mdx",75425],"79dba252":[()=>n.e(23442).then(n.bind(n,57432)),"@site/docs/api-reference/inputs/oauth-redirect-parameters-input.mdx",57432],"7a283c56":[()=>n.e(16672).then(n.bind(n,27296)),"@site/docs/api-reference/enums/account-language.mdx",27296],"7aacce42":[()=>n.e(14840).then(n.bind(n,71305)),"@site/docs/use-cases/bnpl.mdx",71305],"7b44e488":[()=>n.e(97077).then(n.bind(n,53183)),"@site/docs/api-reference/objects/statement-edge.mdx",53183],"7b9635e1":[()=>n.e(97987).then(n.bind(n,52792)),"@site/docs/api-reference/objects/physical-card-custom-options.mdx",52792],"7c63c948":[()=>n.e(47844).then(n.bind(n,26813)),"@site/docs/api-reference/objects/account-edge.mdx",26813],"7c81aff9":[()=>n.e(68257).then(n.bind(n,79706)),"@site/docs/api-reference/unions/add-merchant-profile-payload.mdx",79706],"7c9ab105":[()=>n.e(35133).then(n.bind(n,27275)),"@site/docs/api-reference/objects/funding-limit-settings-change-request-connection.mdx",27275],"7cb78d0e":[()=>n.e(94808).then(n.bind(n,3980)),"@site/docs/api-reference/objects/pending-verification-status-info.mdx",3980],"7cbcba93":[()=>n.e(22645).then(n.bind(n,51135)),"@site/docs/api-reference/objects/not-reachable-consent-status-rejection.mdx",51135],"7cf026eb":[()=>n.e(49660).then(n.bind(n,6828)),"@site/docs/api-reference/objects/digital-card-declined-status-info.mdx",6828],"7dc96604":[()=>n.e(38073).then(n.bind(n,32467)),"@site/docs/api-reference/objects/allowed-value.mdx",32467],"7e044534":[()=>n.e(20773).then(n.bind(n,93887)),"@site/docs/api-reference/objects/received-direct-debit-mandate-status-info-enabled.mdx",93887],"7e418921":[()=>n.e(464).then(n.bind(n,90838)),"@site/docs/api-reference/interfaces/received-direct-debit-mandate.mdx",90838],"7e4776c6":[()=>n.e(383).then(n.bind(n,75297)),"@site/docs/api-reference/enums/funding-limit-settings-change-request-order-by-field-input.mdx",75297],"7ea3161b":[()=>n.e(88744).then(n.bind(n,34584)),"@site/docs/api-reference/interfaces/onboarding-account-holder-info.mdx",34584],"7eb8af8a":[()=>n.e(43792).then(n.bind(n,18150)),"@site/docs/api-reference/inputs/updated-restricted-to-input.mdx",18150],"7f277d92":[()=>n.e(25332).then(n.bind(n,91549)),"@site/docs/api-reference/objects/international-credit-transfer-out-debtor.mdx",91549],"7f490342":[()=>n.e(72846).then(n.bind(n,10339)),"@site/docs/api-reference/objects/wallet-provider.mdx",10339],"7f6f7401":[()=>n.e(7207).then(n.bind(n,33118)),"@site/docs/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input.mdx",33118],"7fcaa117":[()=>n.e(62e3).then(n.bind(n,74691)),"@site/docs/api-reference/enums/partner-close-account-reason-type.mdx",74691],"801281af":[()=>n.e(23577).then(n.bind(n,92106)),"@site/docs/api-reference/inputs/memberships-filter-input.mdx",92106],80159696:[()=>n.e(41335).then(n.bind(n,12690)),"@site/docs/api-reference/objects/user-edge.mdx",12690],"8015a322":[()=>n.e(18598).then(n.bind(n,13932)),"@site/docs/api-reference/scalars/int.mdx",13932],"8021ccb9":[()=>n.e(77669).then(n.bind(n,64168)),"@site/docs/api-reference/inputs/add-internal-direct-debit-payment-mandate-input.mdx",64168],"80f93b6a":[()=>n.e(60019).then(n.bind(n,83429)),"@site/docs/api-reference/mutations/add-merchant-profile.mdx",83429],"8157c2dd":[()=>n.e(21911).then(n.bind(n,96649)),"@site/docs/api-reference/objects/upcoming-transaction-status-info.mdx",96649],"815a3dac":[()=>n.e(34204).then(n.bind(n,35062)),"@site/docs/api-reference/enums/authorization-type.mdx",35062],"81617aef":[()=>n.e(90758).then(n.bind(n,26598)),"@site/docs/api-reference/objects/account-holder-individual-info.mdx",26598],"816e92e0":[()=>n.e(42827).then(n.bind(n,18721)),"@site/docs/api-reference/directives/deprecated.mdx",18721],"81cdb831":[()=>n.e(51623).then(n.bind(n,29594)),"@site/docs/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection.mdx",29594],"81fcdb1a":[()=>n.e(15592).then(n.bind(n,57862)),"@site/docs/api-reference/objects/project-settings-not-found.mdx",57862],"8285bf0a":[()=>n.e(80322).then(n.bind(n,72771)),"@site/docs/api-reference/objects/virtual-ibanentry-edge.mdx",72771],"82d44727":[()=>n.e(6950).then(n.bind(n,10474)),"@site/docs/api-reference/objects/sepacredit-transfer-in-creditor.mdx",10474],"830d9274":[()=>n.e(87631).then(n.bind(n,64647)),"@site/docs/api-reference/objects/virtual-ibanentry.mdx",64647],"83429edb":[()=>n.e(53218).then(n.bind(n,70781)),"@site/docs/api-reference/objects/amount.mdx",70781],"8357b658":[()=>n.e(70262).then(n.bind(n,20369)),"@site/docs/api-reference/objects/separeceived-direct-debit-mandate.mdx",20369],"839ba15c":[()=>n.e(20092).then(n.bind(n,29230)),"@site/docs/api-reference/enums/shareholder-type.mdx",29230],"83c14c5b":[()=>n.e(69125).then(n.bind(n,55944)),"@site/docs/api-reference/objects/account-membership-connection.mdx",55944],"83f52709":[()=>n.e(10882).then(n.bind(n,32915)),"@site/docs/api-reference/enums/merchant-payment-method-type.mdx",32915],"8428dc8e":[()=>n.e(45357).then(n.bind(n,20353)),"@site/docs/api-reference/inputs/cancel-consent-input.mdx",20353],"845352e9":[()=>n.e(98181).then(n.bind(n,83007)),"@site/docs/api-reference/objects/server-consent-project-settings-not-found-rejection.mdx",83007],"847878ab":[()=>n.e(15052).then(n.bind(n,1640)),"@site/docs/api-reference/inputs/add-funding-limit-settings-change-request-input.mdx",1640],"855cc29f":[()=>n.e(68317).then(n.bind(n,8449)),"@site/docs/api-reference/objects/passport-document.mdx",8449],"85a71def":[()=>n.e(14025).then(n.bind(n,88052)),"@site/docs/api-reference/objects/account-balances.mdx",88052],"85b33b51":[()=>n.e(69853).then(n.bind(n,33924)),"@site/docs/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection.mdx",33924],"85f27db4":[()=>n.e(53118).then(n.bind(n,16656)),"@site/docs/api-reference/objects/address-information.mdx",16656],"8604e9d1":[()=>n.e(53511).then(n.bind(n,2335)),"@site/docs/api-reference/mutations/generate-account-statement.mdx",2335],86369399:[()=>n.e(96636).then(n.bind(n,22341)),"@site/docs/api-reference/objects/legal-document-connection.mdx",22341],"864a1832":[()=>n.e(24132).then(n.bind(n,93239)),"@site/docs/api-reference/queries/iban-validation.mdx",93239],"867ce6c5":[()=>n.e(66560).then(n.bind(n,92751)),"@site/docs/api-reference/objects/id-card-document-file.mdx",92751],86929204:[()=>n.e(49770).then(n.bind(n,35343)),"@site/docs/api-reference/inputs/add-digital-card-input.mdx",35343],"86be6eb7":[()=>n.e(69131).then(n.bind(n,3752)),"@site/docs/api-reference/enums/identification-process.mdx",3752],"86fd3823":[()=>n.e(77943).then(n.bind(n,27007)),"@site/docs/api-reference/unions/suspend-account-membership-payload.mdx",27007],"872b574f":[()=>n.e(28432).then(n.bind(n,30454)),"@site/docs/topics/projects/support.mdx",30454],"8750ec25":[()=>n.e(49020).then(n.bind(n,40459)),"@site/docs/api-reference/unions/suspend-account-status-reason.mdx",40459],"87963f8e":[()=>n.e(82214).then(n.bind(n,30649)),"@site/docs/api-reference/interfaces/account-holder-status-info.mdx",30649],88087531:[()=>n.e(48216).then(n.bind(n,94963)),"@site/docs/api-reference/mutations/initiate-merchant-payment-collection.mdx",94963],"88494be0":[()=>n.e(97981).then(n.bind(n,31627)),"@site/docs/api-reference/objects/suspend-received-direct-debit-mandated-rejection.mdx",31627],"8850d7c4":[()=>n.e(7173).then(n.bind(n,83409)),"@site/docs/api-reference/objects/project-not-found-rejection.mdx",83409],"885af34c":[()=>n.e(15013).then(n.bind(n,68894)),"@site/docs/api-reference/mutations/request-merchant-profile-update.mdx",68894],"889bb296":[()=>n.e(21290).then(n.bind(n,156)),"@site/docs/starter-guides/activate.mdx",156],"88bdac60":[()=>n.e(41736).then(n.bind(n,92533)),"@site/docs/api-reference/objects/consent.mdx",92533],"88c4a046":[()=>n.e(59487).then(n.bind(n,54146)),"@site/docs/api-reference/interfaces/pending-digital-card-status-info.mdx",54146],"88ce8468":[()=>n.e(54992).then(n.bind(n,57209)),"@site/docs/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection.mdx",57209],"88cfda8b":[()=>n.e(36125).then(n.bind(n,77861)),"@site/docs/api-reference/objects/standing-order-enabled-status-info.mdx",77861],"88f0c610":[()=>n.e(62656).then(n.bind(n,58244)),"@site/docs/api-reference/enums/monthly-income.mdx",58244],"890ce2a7":[()=>n.e(32310).then(n.bind(n,16603)),"@site/docs/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate.mdx",16603],"899eb281":[()=>n.e(55968).then(n.bind(n,73086)),"@site/docs/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload.mdx",73086],"89a0769b":[()=>n.e(37644).then(n.bind(n,16655)),"@site/docs/api-reference/enums/card-product-status.mdx",16655],"89b93789":[()=>n.e(61427).then(n.bind(n,66449)),"@site/docs/api-reference/unions/view-physical-card-numbers-payload.mdx",66449],"8a0d38f2":[()=>n.e(31074).then(n.bind(n,38554)),"@site/docs/api-reference/objects/resume-account-membership-success-payload.mdx",38554],"8a1a46cf":[()=>n.e(79916).then(n.bind(n,36201)),"@site/docs/api-reference/objects/released-transaction-status-info.mdx",36201],"8a7333e7":[()=>n.e(12067).then(n.bind(n,34466)),"@site/docs/api-reference/interfaces/funding-limit-settings-status-info.mdx",34466],"8ab7b0cd":[()=>n.e(21141).then(n.bind(n,66290)),"@site/docs/api-reference/objects/cancel-card-success-payload.mdx",66290],"8af6147a":[()=>n.e(78436).then(n.bind(n,36664)),"@site/docs/api-reference/objects/capital-deposit-document-can-not-be-uploaded.mdx",36664],"8b060552":[()=>n.e(75093).then(n.bind(n,92710)),"@site/docs/api-reference/enums/payment-mandate-status.mdx",92710],"8ba07a28":[()=>n.e(95283).then(n.bind(n,35494)),"@site/docs/api-reference/objects/supporting-document-validated-status-info.mdx",35494],"8bdfcaf4":[()=>n.e(16633).then(n.bind(n,52323)),"@site/docs/api-reference/objects/card-product.mdx",52323],"8c7ba56e":[()=>n.e(79548).then(n.bind(n,25363)),"@site/docs/api-reference/enums/employment-status.mdx",25363],"8c7c8eb3":[()=>n.e(79388).then(n.bind(n,81150)),"@site/docs/api-reference/inputs/activate-physical-card-input.mdx",81150],"8cb31f65":[()=>n.e(16872).then(n.bind(n,40708)),"@site/docs/api-reference/interfaces/funding-source.mdx",40708],"8da44a2f":[()=>n.e(24938).then(n.bind(n,26131)),"@site/docs/api-reference/queries/international-beneficiary-dynamic-forms.mdx",26131],"8dc06929":[()=>n.e(6051).then(n.bind(n,12942)),"@site/docs/api-reference/unions/add-single-use-virtual-card-payload.mdx",12942],"8ddac3e7":[()=>n.e(32067).then(n.bind(n,79377)),"@site/docs/api-reference/objects/create-multi-consent-success-payload.mdx",79377],"8de80b01":[()=>n.e(40350).then(n.bind(n,71299)),"@site/docs/api-reference/objects/expired-identification-level-status-info.mdx",71299],"8e99cb43":[()=>n.e(75857).then(n.bind(n,77914)),"@site/docs/api-reference/inputs/cancel-virtual-iban-entry-input.mdx",77914],"8ecee473":[()=>n.e(8884).then(n.bind(n,82831)),"@site/docs/api-reference/mutations/enable-received-direct-debit-mandate.mdx",82831],"8eeac047":[()=>n.e(58902).then(n.bind(n,70747)),"@site/docs/api-reference/objects/individual-shareholder.mdx",70747],"8f371e5f":[()=>n.e(59032).then(n.bind(n,45706)),"@site/docs/api-reference/objects/request-merchant-profile-update.mdx",45706],"8f507c52":[()=>n.e(10230).then(n.bind(n,71914)),"@site/docs/api-reference/objects/onboarding-finalized-status-info.mdx",71914],"8f735039":[()=>n.e(61022).then(n.bind(n,15974)),"@site/docs/api-reference/unions/cancel-physical-card-payload.mdx",15974],"8fa063df":[()=>n.e(37775).then(n.bind(n,42527)),"@site/docs/api-reference/objects/rejected-funding-source-status-info.mdx",42527],"905d5f29":[()=>n.e(94039).then(n.bind(n,18930)),"@site/docs/api-reference/objects/internal-direct-debit-standard-merchant-payment-method.mdx",18930],"906be0f5":[()=>n.e(188).then(n.bind(n,73515)),"@site/docs/topics/capital-deposits/france/guide-create-case.mdx",73515],"90f9c342":[()=>n.e(49058).then(n.bind(n,17424)),"@site/docs/api-reference/enums/onboarding-order-by-field-input.mdx",17424],"916e7802":[()=>n.e(17797).then(n.bind(n,48928)),"@site/docs/api-reference/inputs/sepa-direct-debit-payment-collection-input.mdx",48928],"91a669f2":[()=>n.e(59020).then(n.bind(n,44112)),"@site/docs/api-reference/inputs/sepa-direct-debit-core-payment-method-input.mdx",44112],"91c3c2b4":[()=>n.e(53378).then(n.bind(n,27695)),"@site/docs/api-reference/enums/complete-digital-card-status.mdx",27695],"925ec2c4":[()=>n.e(80142).then(n.bind(n,51300)),"@site/docs/api-reference/mutations/suspend-account-membership.mdx",51300],"9281c204":[()=>n.e(56373).then(n.bind(n,45629)),"@site/docs/api-reference/objects/pending-merchant-payment-method-status-info.mdx",45629],"92a099f2":[()=>n.e(30572).then(n.bind(n,17528)),"@site/docs/api-reference/enums/transaction-status.mdx",17528],"92a4540d":[()=>n.e(83576).then(n.bind(n,56285)),"@site/docs/api-reference/mutations/allow-sdd-virtual-iban-entry.mdx",56285],"92a67a5e":[()=>n.e(90717).then(n.bind(n,15043)),"@site/docs/api-reference/objects/merchant-profile.mdx",15043],"92cbc932":[()=>n.e(34641).then(n.bind(n,30754)),"@site/docs/api-reference/objects/canceled-identification-level-status-info.mdx",30754],"933633e8":[()=>n.e(3459).then(n.bind(n,33106)),"@site/docs/api-reference/objects/pending-transaction-status-info.mdx",33106],93403402:[()=>n.e(85925).then(n.bind(n,89188)),"@site/docs/api-reference/unions/add-account-memberships-payload.mdx",89188],"935b2aef":[()=>n.e(29627).then(n.bind(n,10639)),"@site/docs/api-reference/objects/residence-permit-document.mdx",10639],"935f2afb":[()=>n.e(80053).then(n.t.bind(n,1109,19)),"~docs/default/version-current-metadata-prop-751.json",1109],"9467a3a7":[()=>n.e(68917).then(n.bind(n,92390)),"@site/docs/api-reference/unions/add-virtual-iban-entry-payload.mdx",92390],"94bf1f11":[()=>n.e(68532).then(n.bind(n,87482)),"@site/docs/api-reference/objects/internal-received-direct-debit-mandate.mdx",87482],"94c15580":[()=>n.e(21252).then(n.bind(n,42178)),"@site/docs/api-reference/objects/invoice-edge.mdx",42178],95036120:[()=>n.e(1978).then(n.bind(n,6559)),"@site/docs/api-reference/objects/payment-edge.mdx",6559],"952b6790":[()=>n.e(39160).then(n.bind(n,29020)),"@site/docs/api-reference/objects/account-holder-enabled-status-info.mdx",29020],"953bfb97":[()=>n.e(74404).then(n.bind(n,37499)),"@site/docs/developers/about/webhooks.mdx",37499],"9562f221":[()=>n.e(45785).then(n.bind(n,72894)),"@site/docs/api-reference/objects/standing-order-consent-pending-status-info.mdx",72894],"956b4570":[()=>n.e(48783).then(n.bind(n,2624)),"@site/docs/api-reference/objects/internal-credit-transfer-out-creditor.mdx",2624],"95a967db":[()=>n.e(8757).then(n.bind(n,40982)),"@site/docs/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload.mdx",40982],"95ae2e11":[()=>n.e(93104).then(n.bind(n,61514)),"@site/docs/api-reference/inputs/cancel-physical-card-input.mdx",61514],"95f72fa5":[()=>n.e(73495).then(n.bind(n,94915)),"@site/docs/api-reference/unions/initiate-funding-request-payload.mdx",94915],"95f798c9":[()=>n.e(29497).then(n.bind(n,32383)),"@site/docs/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection.mdx",32383],"95fc7c58":[()=>n.e(31636).then(n.bind(n,6119)),"@site/docs/api-reference/enums/wallet-provider-type.mdx",6119],"9625e3cf":[()=>n.e(41832).then(n.bind(n,16764)),"@site/docs/api-reference/unions/update-account-holder-payload.mdx",16764],"962c73d5":[()=>n.e(96470).then(n.bind(n,10393)),"@site/docs/api-reference/inputs/amount-input.mdx",10393],"963b198d":[()=>n.e(19070).then(n.bind(n,65872)),"@site/docs/api-reference/objects/not-supported-country-rejection.mdx",65872],"964e7fd1":[()=>n.e(5028).then(n.bind(n,12041)),"@site/docs/api-reference/queries/account-memberships.mdx",12041],"969f08fc":[()=>n.e(25056).then(n.bind(n,84909)),"@site/docs/api-reference/inputs/capital-deposit-case-order-by-input.mdx",84909],"96dae183":[()=>n.e(35874).then(n.bind(n,68117)),"@site/docs/api-reference/inputs/suspend-physical-card-input.mdx",68117],"975678f9":[()=>n.e(68883).then(n.bind(n,39171)),"@site/docs/api-reference/objects/account-closed-status.mdx",39171],"97b652a2":[()=>n.e(52351).then(n.bind(n,45972)),"@site/docs/api-reference/interfaces/transaction.mdx",45972],"97bdb81e":[()=>n.e(1569).then(n.bind(n,3494)),"@site/docs/api-reference/enums/legal-document-type.mdx",3494],"97cecdc7":[()=>n.e(2641).then(n.bind(n,14279)),"@site/docs/api-reference/scalars/phone-number.mdx",14279],"97f09500":[()=>n.e(77053).then(n.bind(n,90453)),"@site/docs/api-reference/objects/scheme-wrong-rejection.mdx",90453],"988fba77":[()=>n.e(18208).then(n.bind(n,69813)),"@site/docs/api-reference/unions/create-capital-deposit-case-payload.mdx",69813],"98ad38c6":[()=>n.e(48243).then(n.bind(n,59747)),"@site/docs/api-reference/enums/partnership-status.mdx",59747],"98e30f2f":[()=>n.e(4074).then(n.bind(n,40943)),"@site/docs/api-reference/inputs/account-standing-order-order-by-input.mdx",40943],"98fad2e1":[()=>n.e(73953).then(n.bind(n,86772)),"@site/docs/api-reference/objects/internal-payment-mandate-creditor.mdx",86772],"9905859b":[()=>n.e(28100).then(n.bind(n,58781)),"@site/docs/api-reference/enums/card-transaction-category.mdx",58781],"990c7218":[()=>n.e(41348).then(n.bind(n,640)),"@site/docs/api-reference/mutations/initiate-international-credit-transfer.mdx",640],"9951ca2b":[()=>n.e(18034).then(n.bind(n,14802)),"@site/docs/api-reference/interfaces/payment-mandate-status-info.mdx",14802],"9985b6b4":[()=>n.e(85760).then(n.bind(n,98289)),"@site/docs/api-reference/interfaces/reason.mdx",98289],"99dcad14":[()=>n.e(45661).then(n.bind(n,59189)),"@site/docs/api-reference/objects/cannot-activate-physical-card-rejection.mdx",59189],"99eee64d":[()=>n.e(51211).then(n.bind(n,32777)),"@site/docs/api-reference/inputs/update-supporting-document-input.mdx",32777],"99f09de0":[()=>n.e(624).then(n.bind(n,97335)),"@site/docs/topics/projects/index.mdx",97335],"9a1f0ffb":[()=>n.e(95508).then(n.bind(n,64194)),"@site/docs/api-reference/inputs/account-order-by-input.mdx",64194],"9a2c7022":[()=>n.e(34991).then(n.bind(n,27538)),"@site/docs/api-reference/objects/funding-source-wrong-status-rejection.mdx",27538],"9a42e497":[()=>n.e(26101).then(n.bind(n,31847)),"@site/docs/api-reference/inputs/view-physical-card-numbers-input.mdx",31847],"9a4b7ed4":[()=>n.e(80831).then(n.bind(n,20546)),"@site/docs/api-reference/enums/order-by-direction.mdx",20546],"9a5fc07a":[()=>n.e(23613).then(n.bind(n,18024)),"@site/docs/api-reference/interfaces/account-membership-status-info.mdx",18024],"9a86d8cc":[()=>n.e(38786).then(n.bind(n,86785)),"@site/docs/api-reference/objects/physical-card-consent-pending-status-info.mdx",86785],"9a89681b":[()=>n.e(40086).then(n.bind(n,91616)),"@site/docs/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending.mdx",91616],"9aa8b2ce":[()=>n.e(92192).then(n.bind(n,22396)),"@site/docs/api-reference/objects/cancel-transaction-success-payload.mdx",22396],"9af30fc0":[()=>n.e(18514).then(n.bind(n,17859)),"@site/docs/api-reference/queries/account-membership.mdx",17859],"9b1e992b":[()=>n.e(4903).then(n.bind(n,87024)),"@site/docs/api-reference/mutations/view-card-numbers.mdx",87024],"9b326bb9":[()=>n.e(66730).then(n.bind(n,81737)),"@site/docs/api-reference/objects/account-membership-binding-user-error-status-info.mdx",81737],"9b399d10":[()=>n.e(35994).then(n.bind(n,76402)),"@site/docs/api-reference/enums/validation-field-error-code.mdx",76402],"9ba75874":[()=>n.e(45879).then(n.bind(n,54036)),"@site/docs/api-reference/interfaces/account-verification-status-info.mdx",54036],"9bc0fec8":[()=>n.e(12454).then(n.bind(n,96996)),"@site/docs/api-reference/objects/payment-consent-pending.mdx",96996],"9c105a4a":[()=>n.e(80631).then(n.bind(n,96534)),"@site/docs/api-reference/objects/swan-tcudocument-not-found-rejection.mdx",96534],"9c17e59b":[()=>n.e(7755).then(n.bind(n,80901)),"@site/docs/api-reference/enums/spending-limit-period.mdx",80901],"9c790e35":[()=>n.e(64701).then(n.bind(n,3455)),"@site/docs/api-reference/enums/separeceived-direct-debit-mandate-sequence.mdx",3455],"9c9cb554":[()=>n.e(16317).then(n.bind(n,46867)),"@site/docs/api-reference/objects/invalid-phone-number-rejection.mdx",46867],"9c9f4b72":[()=>n.e(34960).then(n.bind(n,21404)),"@site/docs/partnership/contact.mdx",21404],"9cb826bf":[()=>n.e(43989).then(n.bind(n,43755)),"@site/docs/api-reference/objects/add-external-account-balance-success-payload.mdx",43755],"9cc83235":[()=>n.e(4884).then(n.bind(n,27005)),"@site/docs/api-reference/queries/supporting-document-collection.mdx",27005],"9d4344f6":[()=>n.e(26871).then(n.bind(n,15137)),"@site/docs/api-reference/objects/external-account-balance-already-exists-rejection.mdx",15137],"9e41ed88":[()=>n.e(18681).then(n.bind(n,84380)),"@site/docs/api-reference/unions/suspend-received-direct-debit-mandate-payload.mdx",84380],"9efc327a":[()=>n.e(71135).then(n.bind(n,44043)),"@site/docs/api-reference/objects/funding-limit-settings-change-request-approved-status-info.mdx",44043],"9f063840":[()=>Promise.all([n.e(40532),n.e(84861)]).then(n.bind(n,52027)),"@site/docs/topics/onboarding/documents/guide-retrieve-info.mdx",52027],"9f135918":[()=>n.e(11475).then(n.bind(n,94753)),"@site/docs/api-reference/enums/capital-deposit-document-type.mdx",94753],"9f37195c":[()=>n.e(99524).then(n.bind(n,52114)),"@site/docs/api-reference/interfaces/fee-creditor.mdx",52114],"9f60fd43":[()=>n.e(89183).then(n.bind(n,66951)),"@site/docs/api-reference/objects/account-membership-disabled-status-info.mdx",66951],"9f6eb29d":[()=>n.e(78197).then(n.bind(n,67311)),"@site/docs/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload.mdx",67311],"9f8006c1":[()=>n.e(25197).then(n.bind(n,87898)),"@site/docs/api-reference/inputs/bind-account-membership-input.mdx",87898],a0089c72:[()=>n.e(10727).then(n.bind(n,54264)),"@site/docs/api-reference/enums/consent-purpose.mdx",54264],a03b08dd:[()=>n.e(9730).then(n.bind(n,12558)),"@site/docs/api-reference/objects/supporting-document-collection-connection.mdx",12558],a06c4f73:[()=>n.e(49998).then(n.bind(n,67862)),"@site/docs/api-reference/interfaces/rejection.mdx",67862],a07ff668:[()=>Promise.all([n.e(40532),n.e(99369)]).then(n.bind(n,90083)),"@site/docs/topics/onboarding/documents/sandbox.mdx",90083],a0e83a2e:[()=>n.e(36840).then(n.bind(n,83318)),"@site/docs/api-reference/enums/pending-digital-card-status.mdx",83318],a0ffd745:[()=>n.e(17421).then(n.bind(n,19799)),"@site/docs/api-reference/enums/identity-document-type.mdx",19799],a10f0673:[()=>n.e(98758).then(n.bind(n,67274)),"@site/docs/api-reference/mutations/add-cards-with-group-delivery.mdx",67274],a13e61a2:[()=>n.e(1554).then(n.bind(n,31533)),"@site/docs/api-reference/inputs/refund-transaction.mdx",31533],a14955b7:[()=>n.e(25562).then(n.bind(n,64144)),"@site/docs/api-reference/objects/account-holder-not-found-rejection.mdx",64144],a14bba07:[()=>n.e(30010).then(n.bind(n,84652)),"@site/docs/api-reference/queries/consents.mdx",84652],a1505666:[()=>n.e(84816).then(n.bind(n,64890)),"@site/docs/api-reference/inputs/update-card-input.mdx",64890],a1694c7f:[()=>n.e(24748).then(n.bind(n,31675)),"@site/docs/api-reference/objects/onboarding-info.mdx",31675],a1720262:[()=>n.e(30089).then(n.bind(n,10096)),"@site/docs/api-reference/objects/account-holder.mdx",10096],a175cf8b:[()=>n.e(48304).then(n.bind(n,44915)),"@site/docs/api-reference/objects/identification-connection.mdx",44915],a19c031b:[()=>n.e(11647).then(n.bind(n,88331)),"@site/docs/api-reference/objects/fee-in-creditor.mdx",88331],a1c220e1:[()=>n.e(80906).then(n.bind(n,49547)),"@site/docs/api-reference/objects/bank.mdx",49547],a1d6df89:[()=>n.e(86569).then(n.bind(n,85844)),"@site/docs/api-reference/enums/ultimate-beneficial-owner-type.mdx",85844],a21e3f2b:[()=>n.e(69638).then(n.bind(n,92925)),"@site/docs/api-reference/inputs/iban-validation-input.mdx",92925],a30ec1ba:[()=>n.e(21461).then(n.bind(n,89982)),"@site/docs/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload.mdx",89982],a32c2e8f:[()=>n.e(11074).then(n.bind(n,28447)),"@site/docs/api-reference/enums/verification-status.mdx",28447],a3657298:[()=>n.e(36052).then(n.bind(n,53316)),"@site/docs/api-reference/objects/account-suspended-status.mdx",53316],a37b42b8:[()=>n.e(28678).then(n.bind(n,88798)),"@site/docs/api-reference/objects/physical-card-processing-status-info.mdx",88798],a3bb5839:[()=>n.e(40049).then(n.bind(n,85962)),"@site/docs/api-reference/objects/supporting-document-status-not-allowed-rejection.mdx",85962],a3e8cdfd:[()=>n.e(48604).then(n.bind(n,89926)),"@site/docs/api-reference/objects/disabled-funding-limit-settings-status-info.mdx",89926],a3f20d95:[()=>n.e(67141).then(n.bind(n,73488)),"@site/docs/topics/onboarding/account-holders/index.mdx",73488],a3fb4be0:[()=>n.e(7096).then(n.bind(n,90247)),"@site/docs/api-reference/inputs/account-holder-filter-input.mdx",90247],a403b8e5:[()=>n.e(11145).then(n.bind(n,52983)),"@site/docs/api-reference/enums/internal-received-direct-debit-mandate-scheme.mdx",52983],a408a83e:[()=>n.e(67169).then(n.bind(n,40180)),"@site/docs/api-reference/enums/supporting-document-collect-mode.mdx",40180],a4bba936:[()=>n.e(95554).then(n.bind(n,53150)),"@site/docs/api-reference/mutations/deny-sdd.mdx",53150],a55d2b67:[()=>n.e(58300).then(n.bind(n,82064)),"@site/docs/api-reference/unions/suspend-physical-card-payload.mdx",82064],a5782e6c:[()=>n.e(54543).then(n.bind(n,28397)),"@site/docs/api-reference/interfaces/connection.mdx",28397],a57c97e1:[()=>n.e(89722).then(n.bind(n,20554)),"@site/docs/api-reference/interfaces/sepadirect-debit-creditor.mdx",20554],a5d8d2c0:[()=>n.e(55251).then(n.bind(n,98985)),"@site/docs/api-reference/unions/delete-supporting-document-payload.mdx",98985],a5f653a7:[()=>n.e(20592).then(n.bind(n,66060)),"@site/docs/api-reference/inputs/suspend-account-reason-input.mdx",66060],a61a29c6:[()=>n.e(9630).then(n.bind(n,23041)),"@site/docs/api-reference/inputs/payment-order-by-input.mdx",23041],a6278bdf:[()=>n.e(60746).then(n.bind(n,59724)),"@site/docs/api-reference/objects/digital-card-pending-status-info.mdx",59724],a671d179:[()=>n.e(49701).then(n.bind(n,55172)),"@site/docs/api-reference/objects/supporting-document-purpose.mdx",55172],a677fec3:[()=>n.e(92541).then(n.bind(n,99010)),"@site/docs/api-reference/objects/card-enabled-status-info.mdx",99010],a6798804:[()=>n.e(20969).then(n.bind(n,72432)),"@site/docs/api-reference/inputs/add-external-account-input.mdx",72432],a68e5d78:[()=>n.e(32408).then(n.bind(n,2243)),"@site/docs/use-cases/vertical.mdx",2243],a6c97d01:[()=>n.e(41735).then(n.bind(n,19997)),"@site/docs/api-reference/enums/merchant-profile-status.mdx",19997],a6ce14aa:[()=>n.e(55165).then(n.bind(n,96455)),"@site/docs/topics/capital-deposits/support.mdx",96455],a72e3859:[()=>n.e(91667).then(n.bind(n,21377)),"@site/docs/api-reference/objects/digital-card-edge.mdx",21377],a7434565:[()=>n.e(77645).then(n.t.bind(n,15745,19)),"/home/runner/work/docs/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json",15745],a7cbd17c:[()=>n.e(19621).then(n.bind(n,42653)),"@site/docs/api-reference/objects/project-not-found.mdx",42653],a7d26b7e:[()=>n.e(18943).then(n.bind(n,5523)),"@site/docs/topics/capital-deposits/france/guide-upload-documents.mdx",5523],a7de3171:[()=>n.e(87401).then(n.bind(n,83083)),"@site/docs/api-reference/inputs/international-beneficiary-details-input.mdx",83083],a8272bf5:[()=>n.e(18530).then(n.bind(n,44139)),"@site/docs/api-reference/enums/payment-product.mdx",44139],a852c08e:[()=>n.e(71015).then(n.bind(n,41226)),"@site/docs/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason.mdx",41226],a8546f28:[()=>n.e(68041).then(n.bind(n,42490)),"@site/docs/api-reference/objects/supporting-document-collection-waiting-for-document-status-info.mdx",42490],a8a098e3:[()=>n.e(81743).then(n.bind(n,84728)),"@site/docs/api-reference/mutations/cancel-digital-card.mdx",84728],a8cae02b:[()=>n.e(10770).then(n.bind(n,40445)),"@site/docs/api-reference/enums/payment-status.mdx",40445],aa19dd49:[()=>n.e(77102).then(n.bind(n,76827)),"@site/docs/api-reference/inputs/schedule-standing-order-input.mdx",76827],ab40f74c:[()=>n.e(98365).then(n.bind(n,61598)),"@site/docs/api-reference/inputs/initiate-funding-request-input.mdx",61598],aba58f6c:[()=>n.e(43524).then(n.bind(n,6620)),"@site/docs/api-reference/objects/card-can-not-be-digitalized-rejection.mdx",6620],abb82bb2:[()=>n.e(17054).then(n.bind(n,30688)),"@site/docs/api-reference/mutations/add-funding-limit-settings-change-request.mdx",30688],ac53eefd:[()=>n.e(44339).then(n.bind(n,39226)),"@site/docs/topics/onboarding/individual/index.mdx",39226],ac7a7d4b:[()=>n.e(55940).then(n.bind(n,57097)),"@site/docs/api-reference/inputs/allow-sdd-virtual-iban-entry-input.mdx",57097],acf6d009:[()=>n.e(25453).then(n.bind(n,24240)),"@site/docs/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection.mdx",24240],ad09e4f2:[()=>n.e(15579).then(n.bind(n,13503)),"@site/docs/api-reference/objects/physical-card-canceled-status-info.mdx",13503],ad555afc:[()=>n.e(53622).then(n.bind(n,73401)),"@site/docs/api-reference/inputs/onboard-company-shareholder-input.mdx",73401],ada2d469:[()=>n.e(18213).then(n.bind(n,32554)),"@site/docs/api-reference/inputs/spending-limit-input.mdx",32554],adb2bd7f:[()=>n.e(27363).then(n.bind(n,76991)),"@site/docs/api-reference/objects/cancel-consent-success-payload.mdx",76991],adcc1d8e:[()=>n.e(49139).then(n.bind(n,52471)),"@site/docs/api-reference/enums/credit-transfer-mode.mdx",52471],ae9e0374:[()=>n.e(52205).then(n.bind(n,20850)),"@site/docs/api-reference/objects/bind-account-membership-success-payload.mdx",20850],aeaf9c67:[()=>n.e(33296).then(n.bind(n,82245)),"@site/docs/api-reference/unions/print-physical-card-payload.mdx",82245],aebc2649:[()=>n.e(2843).then(n.bind(n,30765)),"@site/docs/api-reference/objects/add-funding-limit-settings-change-request-success-payload.mdx",30765],aeec9328:[()=>n.e(2379).then(n.bind(n,85170)),"@site/docs/api-reference/inputs/cancel-digital-card-input.mdx",85170],aefde56c:[()=>n.e(37440).then(n.bind(n,37454)),"@site/docs/api-reference/objects/identification-expert-process-info.mdx",37454],af5b8f37:[()=>n.e(67983).then(n.bind(n,70133)),"@site/docs/api-reference/objects/supporting-document-not-found-rejection.mdx",70133],af5ff4a8:[()=>n.e(13592).then(n.bind(n,21147)),"@site/docs/api-reference/mutations/cancel-standing-order.mdx",21147],af646d81:[()=>n.e(53698).then(n.bind(n,82291)),"@site/docs/api-reference/enums/internal-direct-debit-sequence.mdx",82291],afa13d6c:[()=>n.e(47901).then(n.bind(n,78678)),"@site/docs/api-reference/inputs/account-filter-input.mdx",78678],afb57966:[()=>n.e(77722).then(n.bind(n,37707)),"@site/docs/api-reference/objects/pdf-statement.mdx",37707],afe3715f:[()=>n.e(47497).then(n.bind(n,32984)),"@site/docs/api-reference/objects/sepacredit-transfer-internal-out-creditor.mdx",32984],b02f9910:[()=>n.e(48384).then(n.bind(n,18740)),"@site/docs/api-reference/scalars/hex-color-code.mdx",18740],b0e2212e:[()=>n.e(74192).then(n.bind(n,25108)),"@site/docs/api-reference/scalars/url.mdx",25108],b10334f9:[()=>n.e(62917).then(n.bind(n,13824)),"@site/docs/api-reference/objects/supporting-document-collection-canceled-status-info.mdx",13824],b167da58:[()=>n.e(35775).then(n.bind(n,39819)),"@site/docs/api-reference/enums/card-type.mdx",39819],b179e805:[()=>n.e(67461).then(n.bind(n,96786)),"@site/docs/api-reference/objects/supporting-document-settings.mdx",96786],b180c4b3:[()=>n.e(33036).then(n.bind(n,22034)),"@site/docs/api-reference/mutations/generate-supporting-document-upload-url.mdx",22034],b182ba5a:[()=>n.e(36344).then(n.bind(n,99979)),"@site/docs/api-reference/objects/instant-funding-limit-exceeded-rejection.mdx",99979],b183078b:[()=>n.e(45384).then(n.bind(n,4642)),"@site/docs/api-reference/objects/fee-out-debtor.mdx",4642],b1843cea:[()=>n.e(61385).then(n.bind(n,13490)),"@site/docs/api-reference/inputs/add-card-input.mdx",13490],b184d701:[()=>n.e(10915).then(n.bind(n,5500)),"@site/docs/api-reference/objects/signature.mdx",5500],b225e9f7:[()=>n.e(83787).then(n.bind(n,62882)),"@site/docs/api-reference/objects/project-info.mdx",62882],b22c8d77:[()=>n.e(28407).then(n.bind(n,65602)),"@site/docs/api-reference/inputs/close-account-input.mdx",65602],b2c78190:[()=>n.e(551).then(n.bind(n,6203)),"@site/docs/api-reference/inputs/address-input.mdx",6203],b2e3041d:[()=>n.e(20656).then(n.bind(n,28038)),"@site/docs/api-reference/inputs/merchant-profile-order-by-input.mdx",28038],b30e2096:[()=>n.e(15378).then(n.bind(n,14351)),"@site/docs/api-reference/mutations/request-supporting-document-collection-review.mdx",14351],b3d49b53:[()=>n.e(35730).then(n.bind(n,15983)),"@site/docs/api-reference/queries/cards.mdx",15983],b3dbcea3:[()=>n.e(41909).then(n.bind(n,1434)),"@site/docs/api-reference/objects/account-membership-consent-pending-status-info.mdx",1434],b3e24b6b:[()=>n.e(79792).then(n.bind(n,74546)),"@site/docs/api-reference/objects/supporting-document-collection-pending-review-status-info.mdx",74546],b3f9dbb3:[()=>n.e(73181).then(n.bind(n,25913)),"@site/docs/topics/onboarding/company/index.mdx",25913],b3ffaa5d:[()=>n.e(53946).then(n.bind(n,95319)),"@site/docs/api-reference/objects/funding-source-connection.mdx",95319],b4031aab:[()=>n.e(78112).then(n.bind(n,77827)),"@site/docs/api-reference/mutations/suspend-received-direct-debit-mandate.mdx",77827],b472f62c:[()=>n.e(24881).then(n.bind(n,87267)),"@site/docs/api-reference/unions/add-account-membership-payload.mdx",87267],b49dfbe6:[()=>n.e(82401).then(n.bind(n,65579)),"@site/docs/api-reference/objects/pinnot-ready-rejection.mdx",65579],b4cbc673:[()=>n.e(88976).then(n.bind(n,84894)),"@site/docs/api-reference/objects/external-account-edge.mdx",84894],b4d7d4ad:[()=>n.e(33308).then(n.bind(n,83252)),"@site/docs/api-reference/interfaces/internal-credit-transfer-creditor.mdx",83252],b4defd80:[()=>n.e(20662).then(n.bind(n,74260)),"@site/docs/api-reference/interfaces/merchant-payment-method.mdx",74260],b511d978:[()=>n.e(89744).then(n.bind(n,83879)),"@site/docs/api-reference/enums/supporting-document-collection-status.mdx",83879],b591fba7:[()=>n.e(74843).then(n.bind(n,92576)),"@site/docs/api-reference/objects/supporting-document-collection-not-found-rejection.mdx",92576],b59ff28b:[()=>n.e(95428).then(n.bind(n,11487)),"@site/docs/api-reference/scalars/upload.mdx",11487],b5ae6a43:[()=>n.e(93677).then(n.bind(n,58725)),"@site/docs/api-reference/enums/business-activity.mdx",58725],b612009c:[()=>n.e(5584).then(n.bind(n,38299)),"@site/docs/api-reference/queries/onboardings.mdx",38299],b615932b:[()=>n.e(47104).then(n.bind(n,88453)),"@site/docs/topics/capital-deposits/index.mdx",88453],b6607c60:[()=>n.e(95827).then(n.bind(n,68275)),"@site/docs/api-reference/objects/individual-ultimate-beneficial-owner-type-other.mdx",68275],b6981fe2:[()=>n.e(11303).then(n.bind(n,15732)),"@site/docs/api-reference/objects/transaction-edge.mdx",15732],b6c80156:[()=>n.e(34298).then(n.bind(n,80191)),"@site/docs/api-reference/objects/funding-limit-settings-change-request-refused-status-info.mdx",80191],b6ca6818:[()=>n.e(38491).then(n.bind(n,55458)),"@site/docs/api-reference/unions/cancel-standing-order-payload.mdx",55458],b76fe286:[()=>n.e(43152).then(n.bind(n,7493)),"@site/docs/api-reference/inputs/funding-source-filters-input.mdx",7493],b77877a9:[()=>n.e(20534).then(n.bind(n,36961)),"@site/docs/api-reference/objects/physical-card.mdx",36961],b7a47829:[()=>n.e(85235).then(n.bind(n,48657)),"@site/docs/api-reference/objects/check-transaction.mdx",48657],b7db8f42:[()=>n.e(90318).then(n.bind(n,70686)),"@site/docs/api-reference/objects/identification-levels.mdx",70686],b807fc4f:[()=>n.e(18803).then(n.bind(n,52785)),"@site/docs/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form.mdx",52785],b808e4e2:[()=>n.e(48024).then(n.bind(n,44317)),"@site/docs/api-reference/objects/consent-type-not-supported-by-server-consent-rejection.mdx",44317],b8b08371:[()=>n.e(73855).then(n.bind(n,67477)),"@site/docs/api-reference/objects/statement.mdx",67477],b8e222b7:[()=>n.e(57867).then(n.bind(n,71040)),"@site/docs/api-reference/inputs/card-config-with-group-delivery-input.mdx",71040],b8eded90:[()=>n.e(44450).then(n.bind(n,52185)),"@site/docs/api-reference/objects/bad-request-rejection.mdx",52185],b8fc97f5:[()=>n.e(83057).then(n.bind(n,83332)),"@site/docs/api-reference/scalars/authorization-id.mdx",83332],b9099eab:[()=>n.e(38310).then(n.bind(n,28739)),"@site/docs/api-reference/objects/page-info.mdx",28739],b93ce049:[()=>n.e(68626).then(n.bind(n,31953)),"@site/docs/api-reference/interfaces/standing-order-status-info.mdx",31953],b9583340:[()=>n.e(87486).then(n.bind(n,51517)),"@site/docs/api-reference/objects/individual-ultimate-beneficial-owner.mdx",51517],b967ba9e:[()=>n.e(35708).then(n.bind(n,62541)),"@site/docs/api-reference/objects/consents-already-linked-to-multi-consent-rejection.mdx",62541],b9b4cc70:[()=>n.e(47675).then(n.bind(n,99591)),"@site/docs/api-reference/unions/deny-sdd-virtual-iban-entry-payload.mdx",99591],b9f191e0:[()=>n.e(77243).then(n.bind(n,48173)),"@site/docs/api-reference/objects/internal-received-direct-debit-mandate-creditor.mdx",48173],ba1c8a39:[()=>n.e(51421).then(n.bind(n,97547)),"@site/docs/api-reference/enums/identification-expert-with-qesprocess-provider.mdx",97547],ba291cc5:[()=>n.e(12653).then(n.bind(n,59028)),"@site/docs/api-reference/inputs/payment-mandate-filters-input.mdx",59028],ba3d63bb:[()=>n.e(6267).then(n.bind(n,6755)),"@site/docs/api-reference/objects/add-cards-with-group-delivery-success-payload.mdx",6755],ba6c4f44:[()=>n.e(88406).then(n.bind(n,78210)),"@site/docs/api-reference/objects/capital-deposit-case.mdx",78210],baa2ddd1:[()=>n.e(76042).then(n.bind(n,77529)),"@site/docs/api-reference/objects/digital-card-canceled-status-info.mdx",77529],baa6e992:[()=>n.e(19561).then(n.bind(n,5811)),"@site/docs/api-reference/queries/merchant-profile.mdx",5811],bb1a22fe:[()=>n.e(86845).then(n.bind(n,84851)),"@site/docs/api-reference/objects/drivers-license-document-file.mdx",84851],bb5adb3f:[()=>n.e(85688).then(n.bind(n,3479)),"@site/docs/api-reference/unions/update-individual-onboarding-payload.mdx",3479],bb87ec56:[()=>n.e(40543).then(n.bind(n,78856)),"@site/docs/api-reference/inputs/update-individual-onboarding-input.mdx",78856],bba534cb:[()=>n.e(80731).then(n.bind(n,12197)),"@site/docs/api-reference/objects/account-membership-not-allowed-rejection.mdx",12197],bbad6248:[()=>n.e(12723).then(n.bind(n,71504)),"@site/docs/api-reference/objects/restricted-to.mdx",71504],bbba91a4:[()=>n.e(79512).then(n.bind(n,75146)),"@site/docs/api-reference/inputs/complete-address-input.mdx",75146],bbd11534:[()=>n.e(61787).then(n.bind(n,26596)),"@site/docs/api-reference/inputs/certificate.mdx",26596],bbeccb15:[()=>n.e(41096).then(n.bind(n,15915)),"@site/docs/api-reference/enums/identification-status.mdx",15915],bc0dc214:[()=>n.e(39607).then(n.bind(n,78812)),"@site/docs/api-reference/objects/sepacredit-transfer-transaction.mdx",78812],bc3592ca:[()=>n.e(9595).then(n.bind(n,85230)),"@site/docs/topics/onboarding/account-holders/guide-add-additional-account.mdx",85230],bc521218:[()=>n.e(23637).then(n.bind(n,46330)),"@site/docs/api-reference/objects/supporting-document-collection-status-not-allowed-rejection.mdx",46330],bcf3c208:[()=>n.e(75634).then(n.bind(n,12224)),"@site/docs/api-reference/directives/skip.mdx",12224],bd05747c:[()=>n.e(60070).then(n.bind(n,39735)),"@site/docs/use-cases/rental.mdx",39735],bd292e6b:[()=>n.e(95480).then(n.bind(n,33846)),"@site/docs/api-reference/mutations/update-user-consent-settings.mdx",33846],bd3a40d0:[()=>n.e(39586).then(n.bind(n,65824)),"@site/docs/api-reference/mutations/add-account-membership.mdx",65824],bd79b770:[()=>n.e(20930).then(n.bind(n,87188)),"@site/docs/api-reference/mutations/bind-account-membership.mdx",87188],bdc9175c:[()=>n.e(82913).then(n.bind(n,49492)),"@site/docs/api-reference/enums/account-country.mdx",49492],bdd2828a:[()=>n.e(31500).then(n.bind(n,54945)),"@site/docs/api-reference/enums/spending-limit-type.mdx",54945],bdd9896c:[()=>n.e(33035).then(n.bind(n,50558)),"@site/docs/api-reference/inputs/suspend-received-direct-debit-mandate-input.mdx",50558],be177392:[()=>n.e(24753).then(n.bind(n,35654)),"@site/docs/api-reference/enums/funding-source-order-by-field-input.mdx",35654],be3a27c1:[()=>n.e(36776).then(n.bind(n,27440)),"@site/docs/topics/onboarding/documents/index.mdx",27440],be96c5c5:[()=>n.e(98487).then(n.bind(n,68557)),"@site/docs/api-reference/objects/close-account-success-payload.mdx",68557],beeaecb2:[()=>n.e(83447).then(n.bind(n,61202)),"@site/docs/api-reference/objects/account-holder-suspended-status-info.mdx",61202],bf268afd:[()=>n.e(45019).then(n.bind(n,56238)),"@site/docs/api-reference/objects/company-info.mdx",56238],bf5b21c2:[()=>n.e(45960).then(n.bind(n,99868)),"@site/docs/api-reference/objects/fee-transaction.mdx",99868],bfc68003:[()=>n.e(40323).then(n.bind(n,55526)),"@site/docs/api-reference/inputs/physical-card-custom-options-for-group-delivery-input.mdx",55526],c01d5add:[()=>n.e(83593).then(n.bind(n,83028)),"@site/docs/api-reference/objects/capital-deposit-case-connection.mdx",83028],c0ae11fb:[()=>n.e(8719).then(n.bind(n,43014)),"@site/docs/api-reference/objects/fee-out-creditor.mdx",43014],c12755ef:[()=>n.e(55488).then(n.bind(n,72621)),"@site/docs/api-reference/objects/digital-card-connection.mdx",72621],c14439a5:[()=>n.e(57511).then(n.bind(n,3148)),"@site/docs/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload.mdx",3148],c18b3dd3:[()=>n.e(19682).then(n.bind(n,92877)),"@site/docs/api-reference/enums/company-type.mdx",92877],c1d3d149:[()=>n.e(65826).then(n.bind(n,72234)),"@site/docs/api-reference/inputs/create-capital-deposit-case-input.mdx",72234],c1e74a4c:[()=>n.e(40060).then(n.bind(n,50271)),"@site/docs/api-reference/objects/swan-tcudocument-status-not-allowed-rejection.mdx",50271],c20f32fe:[()=>n.e(28644).then(n.bind(n,23923)),"@site/docs/api-reference/interfaces/fee-debtor.mdx",23923],c22afb16:[()=>n.e(10908).then(n.bind(n,14940)),"@site/docs/api-reference/unions/generate-capital-deposit-document-upload-url-payload.mdx",14940],c22b7e4d:[()=>n.e(83153).then(n.bind(n,88681)),"@site/docs/api-reference/objects/cancel-digital-card-success-payload.mdx",88681],c24ffec6:[()=>n.e(62886).then(n.bind(n,91475)),"@site/docs/api-reference/objects/funding-limit-settings-change-request.mdx",91475],c29d33ae:[()=>n.e(58388).then(n.bind(n,89200)),"@site/docs/api-reference/objects/received-direct-debit-mandate-status-info-suspended.mdx",89200],c2aa9606:[()=>n.e(26282).then(n.bind(n,56579)),"@site/docs/api-reference/enums/received-direct-debit-mandate-scheme.mdx",56579],c2c02732:[()=>n.e(53896).then(n.bind(n,4220)),"@site/docs/api-reference/objects/server-consent-not-allowed-for-project-rejection.mdx",4220],c2c9f624:[()=>n.e(38468).then(n.bind(n,48437)),"@site/docs/api-reference/interfaces/funding-source-status-info.mdx",48437],c2cc4b3d:[()=>n.e(57596).then(n.bind(n,27612)),"@site/docs/api-reference/scalars/audit-id.mdx",27612],c2e1fe96:[()=>n.e(98518).then(n.bind(n,70465)),"@site/docs/api-reference/enums/onboarding-status.mdx",70465],c34595d4:[()=>n.e(92580).then(n.bind(n,95152)),"@site/docs/api-reference/objects/disabled-merchant-payment-method-status-info.mdx",95152],c3a56b2b:[()=>n.e(91500).then(n.bind(n,26212)),"@site/docs/api-reference/inputs/digital-card-order-by-input.mdx",26212],c3b842f0:[()=>n.e(91437).then(n.bind(n,53186)),"@site/docs/api-reference/enums/invalid-iban-code.mdx",53186],c3c45dd1:[()=>n.e(9060).then(n.bind(n,35812)),"@site/docs/api-reference/enums/request-merchant-profile-update-status.mdx",35812],c3f4f527:[()=>n.e(14842).then(n.bind(n,20239)),"@site/docs/api-reference/inputs/funding-limit-amount-input.mdx",20239],c48e9267:[()=>n.e(13511).then(n.bind(n,65849)),"@site/docs/api-reference/objects/cancel-physical-card-success-payload.mdx",65849],c4a78fec:[()=>n.e(618).then(n.bind(n,89192)),"@site/docs/api-reference/objects/report-exchange-rate.mdx",89192],c4cd5cb0:[()=>n.e(10483).then(n.bind(n,82801)),"@site/docs/api-reference/objects/card-confidential.mdx",82801],c519648a:[()=>n.e(65134).then(n.bind(n,12180)),"@site/docs/api-reference/inputs/physical-card-config-input.mdx",12180],c52d395c:[()=>n.e(52947).then(n.bind(n,35997)),"@site/docs/api-reference/inputs/account-standing-order-filters-input.mdx",35997],c53da6e2:[()=>n.e(53956).then(n.bind(n,92596)),"@site/docs/api-reference/enums/cash-account-type.mdx",92596],c587f49b:[()=>n.e(32747).then(n.bind(n,43891)),"@site/docs/api-reference/enums/account-funding-limits-reached-reason.mdx",43891],c59dc8af:[()=>n.e(18563).then(n.bind(n,48037)),"@site/docs/api-reference/objects/spending.mdx",48037],c5d1a363:[()=>n.e(3600).then(n.bind(n,73533)),"@site/docs/api-reference/mutations/update-supporting-document.mdx",73533],c64a672c:[()=>n.e(39515).then(n.bind(n,57928)),"@site/docs/api-reference/enums/payment-mandate-order-by-field-input.mdx",57928],c651b04a:[()=>n.e(59782).then(n.bind(n,72774)),"@site/docs/use-cases/financial.mdx",72774],c65e1a11:[()=>n.e(32845).then(n.bind(n,12982)),"@site/docs/api-reference/queries/international-credit-transfer-quote.mdx",12982],c6756e66:[()=>n.e(39013).then(n.bind(n,59324)),"@site/docs/api-reference/objects/view-physical-card-pin-success-payload.mdx",59324],c6c4f55e:[()=>n.e(66235).then(n.bind(n,73653)),"@site/docs/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input.mdx",73653],c79960d7:[()=>n.e(16762).then(n.bind(n,70091)),"@site/docs/api-reference/mutations/disable-account-membership.mdx",70091],c7dee171:[()=>n.e(95738).then(n.bind(n,63483)),"@site/docs/api-reference/unions/generate-supporting-document-upload-url-payload.mdx",63483],c856918f:[()=>n.e(65392).then(n.bind(n,37925)),"@site/docs/api-reference/inputs/generate-capital-deposit-document-upload-url-input.mdx",37925],c883a7d2:[()=>n.e(5600).then(n.bind(n,71250)),"@site/docs/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection.mdx",71250],c8867ead:[()=>n.e(38626).then(n.bind(n,82205)),"@site/docs/api-reference/enums/capital-deposit-case-order-by-field-input.mdx",82205],c8dcf605:[()=>n.e(17951).then(n.bind(n,45027)),"@site/docs/api-reference/objects/enabled-card-design-not-found-rejection.mdx",45027],c9307803:[()=>n.e(84109).then(n.bind(n,40138)),"@site/docs/api-reference/unions/add-external-account-payload.mdx",40138],c97ea729:[()=>n.e(10388).then(n.bind(n,13557)),"@site/docs/api-reference/inputs/individual-ultimate-beneficial-owner-input.mdx",13557],c99c2808:[()=>n.e(70247).then(n.bind(n,44693)),"@site/docs/api-reference/objects/bad-account-status-rejection.mdx",44693],ca92d177:[()=>n.e(93658).then(n.bind(n,77190)),"@site/docs/api-reference/objects/user-connection.mdx",77190],cb228c6f:[()=>n.e(46908).then(n.bind(n,34186)),"@site/docs/api-reference/mutations/cancel-transaction.mdx",34186],cb2c479a:[()=>n.e(73080).then(n.bind(n,53258)),"@site/docs/api-reference/objects/sepapayment-mandate-debtor.mdx",53258],cb3894f2:[()=>n.e(64633).then(n.bind(n,8675)),"@site/docs/api-reference/objects/face-photo-document.mdx",8675],cc0a4513:[()=>n.e(60843).then(n.bind(n,33379)),"@site/docs/api-reference/inputs/payment-filters-input.mdx",33379],cc1ec4e2:[()=>n.e(91760).then(n.bind(n,94311)),"@site/docs/api-reference/interfaces/merchant-profile-status-info.mdx",94311],cc3efc88:[()=>n.e(14914).then(n.bind(n,30033)),"@site/docs/api-reference/enums/international-credit-transfer-route.mdx",30033],cc4926bd:[()=>n.e(72051).then(n.bind(n,18063)),"@site/docs/api-reference/queries/account-holder.mdx",18063],cc51bb94:[()=>n.e(72626).then(n.bind(n,17044)),"@site/docs/api-reference/inputs/partner-close-account-reason-input.mdx",17044],cc53792f:[()=>n.e(92166).then(n.bind(n,76803)),"@site/docs/api-reference/mutations/print-physical-card.mdx",76803],cc624da4:[()=>n.e(893).then(n.bind(n,19992)),"@site/docs/api-reference/inputs/grant-consent-with-server-signature-input.mdx",19992],cc6e8ac5:[()=>n.e(58703).then(n.bind(n,38838)),"@site/docs/api-reference/interfaces/card-status-info.mdx",38838],cca24708:[()=>n.e(5263).then(n.bind(n,26106)),"@site/docs/api-reference/inputs/onboarding-filters-input.mdx",26106],ccb7b808:[()=>n.e(22010).then(n.bind(n,36826)),"@site/docs/api-reference/objects/suspend-physical-card-success-payload.mdx",36826],ccbe36b5:[()=>n.e(84589).then(n.bind(n,44590)),"@site/docs/api-reference/objects/add-merchant-profile-success-payload.mdx",44590],cd9fcd8b:[()=>n.e(55470).then(n.bind(n,27017)),"@site/docs/api-reference/inputs/residency-address-input.mdx",27017],cdac7eee:[()=>n.e(42654).then(n.bind(n,61632)),"@site/docs/api-reference/objects/view-card-numbers-success-payload.mdx",61632],cdd15c63:[()=>n.e(14733).then(n.bind(n,10167)),"@site/docs/api-reference/objects/standing-order-connection.mdx",10167],ce2e9252:[()=>n.e(74986).then(n.bind(n,38371)),"@site/docs/api-reference/unions/add-funding-limit-settings-change-request-payload.mdx",38371],ce404f5b:[()=>n.e(50598).then(n.bind(n,51694)),"@site/docs/api-reference/inputs/update-user-consent-settings-input.mdx",51694],ce76d2d2:[()=>n.e(44345).then(n.bind(n,61944)),"@site/docs/api-reference/unions/close-account-payload.mdx",61944],ce85cb6e:[()=>n.e(35630).then(n.bind(n,19223)),"@site/docs/api-reference/objects/user-consent-settings.mdx",19223],cf577441:[()=>n.e(4801).then(n.bind(n,84885)),"@site/docs/api-reference/inputs/cancel-funding-source-input.mdx",84885],cf96f01e:[()=>n.e(44326).then(n.bind(n,50333)),"@site/docs/api-reference/queries/consent.mdx",50333],cfa4d47c:[()=>n.e(36299).then(n.bind(n,43815)),"@site/docs/api-reference/interfaces/legal-document-status-info.mdx",43815],cfe23f40:[()=>n.e(72782).then(n.bind(n,15361)),"@site/docs/api-reference/objects/card-product-disabled-rejection.mdx",15361],cfef71aa:[()=>n.e(53418).then(n.bind(n,52399)),"@site/docs/api-reference/objects/update-account-holder-success-payload.mdx",52399],d0321f76:[()=>n.e(50931).then(n.bind(n,44108)),"@site/docs/api-reference/enums/legal-document-status.mdx",44108],d037a7a8:[()=>n.e(45938).then(n.bind(n,50971)),"@site/docs/api-reference/mutations/resume-physical-card.mdx",50971],d0afdb2d:[()=>n.e(2865).then(n.bind(n,34514)),"@site/docs/api-reference/enums/user-order-by-field-input.mdx",34514],d0b8f6f2:[()=>n.e(36420).then(n.bind(n,95719)),"@site/docs/api-reference/objects/standing-order-not-found-rejection.mdx",95719],d125fffa:[()=>n.e(9337).then(n.bind(n,16141)),"@site/docs/api-reference/enums/consent-status.mdx",16141],d13d7913:[()=>n.e(96766).then(n.bind(n,98423)),"@site/docs/api-reference/enums/title-enum.mdx",98423],d1bcbecc:[()=>n.e(61324).then(n.bind(n,49386)),"@site/docs/api-reference/objects/refund-rejection.mdx",49386],d1eaeaed:[()=>n.e(15971).then(n.bind(n,82312)),"@site/docs/api-reference/objects/project-forbidden-rejection.mdx",82312],d252dd99:[()=>n.e(22495).then(n.bind(n,53003)),"@site/docs/api-reference/objects/add-single-use-virtual-cards-success-payload.mdx",53003],d2ad78df:[()=>n.e(64231).then(n.bind(n,41650)),"@site/docs/api-reference/objects/merchant-profile-connection.mdx",41650],d327bfa8:[()=>n.e(65329).then(n.bind(n,76701)),"@site/docs/api-reference/enums/shareholder-status.mdx",76701],d3337921:[()=>n.e(73708).then(n.bind(n,66938)),"@site/docs/api-reference/unions/finalize-onboarding-payload.mdx",66938],d39426f1:[()=>n.e(89781).then(n.bind(n,48044)),"@site/docs/api-reference/inputs/add-external-account-balance-input.mdx",48044],d3d63dbd:[()=>n.e(74181).then(n.bind(n,64452)),"@site/docs/api-reference/objects/card-transaction.mdx",64452],d42050ab:[()=>n.e(7285).then(n.bind(n,3814)),"@site/docs/api-reference/unions/resume-physical-card-payload.mdx",3814],d43711a2:[()=>n.e(84609).then(n.bind(n,75430)),"@site/docs/api-reference/objects/project-settings-forbidden-error.mdx",75430],d452ad1f:[()=>n.e(24083).then(n.bind(n,42898)),"@site/docs/api-reference/objects/radio-field.mdx",42898],d4dc7dcd:[()=>n.e(99481).then(n.bind(n,67063)),"@site/docs/use-cases/expense.mdx",67063],d4ebab5c:[()=>n.e(16579).then(n.bind(n,11988)),"@site/docs/api-reference/objects/invoice.mdx",11988],d541116e:[()=>n.e(56976).then(n.bind(n,20153)),"@site/docs/api-reference/objects/rolling-reserve.mdx",20153],d54c413d:[()=>n.e(34736).then(n.bind(n,89615)),"@site/docs/api-reference/enums/project-card-settings-background-type.mdx",89615],d5bd3fe5:[()=>n.e(21524).then(n.bind(n,43803)),"@site/docs/api-reference/unions/shareholder-info.mdx",43803],d5ccaf8c:[()=>n.e(10963).then(n.bind(n,10614)),"@site/docs/api-reference/mutations/resume-account-membership.mdx",10614],d5dc8cd0:[()=>n.e(27501).then(n.bind(n,57962)),"@site/docs/api-reference/objects/update-account-membership-success-payload.mdx",57962],d647beeb:[()=>n.e(12127).then(n.bind(n,85803)),"@site/docs/api-reference/objects/pending-identification-level-status-info.mdx",85803],d6b34693:[()=>n.e(95551).then(n.bind(n,3872)),"@site/docs/api-reference/mutations/add-digital-card.mdx",3872],d6be9dd8:[()=>n.e(8489).then(n.bind(n,9308)),"@site/docs/api-reference/inputs/signature-data.mdx",9308],d6c89a37:[()=>n.e(93666).then(n.bind(n,10951)),"@site/docs/api-reference/objects/enabled-merchant-profile-status-info.mdx",10951],d6eb8501:[()=>n.e(5375).then(n.bind(n,21965)),"@site/docs/api-reference/objects/reachability.mdx",21965],d6f53db0:[()=>n.e(81502).then(n.bind(n,27826)),"@site/docs/api-reference/inputs/consent-id-with-order.mdx",27826],d72358c5:[()=>n.e(72137).then(n.bind(n,49263)),"@site/docs/api-reference/objects/pending-review-merchant-profile-status-info.mdx",49263],d73d1478:[()=>n.e(46003).then(n.bind(n,64957)),"@site/docs/api-reference/inputs/account-membership-order-by-input.mdx",64957],d74be7d9:[()=>n.e(79162).then(n.bind(n,5034)),"@site/docs/api-reference/inputs/add-merchant-profile-input.mdx",5034],d785bf34:[()=>n.e(8619).then(n.bind(n,23953)),"@site/docs/api-reference/scalars/date-time.mdx",23953],d79eea0f:[()=>n.e(67571).then(n.bind(n,96560)),"@site/docs/api-reference/objects/add-single-use-virtual-card-success-for-user-payload.mdx",96560],d7d4ca84:[()=>n.e(97603).then(n.bind(n,43705)),"@site/docs/api-reference/enums/account-holder-order-by-field-input.mdx",43705],d7fd2129:[()=>n.e(30058).then(n.bind(n,56036)),"@site/docs/api-reference/unions/activate-physical-card-payload.mdx",56036],d816822b:[()=>n.e(24758).then(n.bind(n,40878)),"@site/docs/api-reference/objects/iban-validation-rejection.mdx",40878],d82dae9c:[()=>n.e(91819).then(n.bind(n,6905)),"@site/docs/api-reference/objects/consent-not-found-rejection.mdx",6905],d913284c:[()=>n.e(39242).then(n.bind(n,63750)),"@site/docs/api-reference/objects/external-account-data-source.mdx",63750],d919af83:[()=>n.e(86438).then(n.bind(n,4737)),"@site/docs/topics/onboarding/documents/guide-add-document-webhooks.mdx",4737],d941769a:[()=>n.e(97955).then(n.bind(n,57669)),"@site/docs/api-reference/objects/supporting-document-waiting-for-upload-status-info.mdx",57669],d9db9575:[()=>n.e(93564).then(n.bind(n,541)),"@site/docs/topics/onboarding/documents/guide-list-documents.mdx",541],da0b5971:[()=>n.e(2933).then(n.bind(n,22811)),"@site/docs/api-reference/unions/identification-level-status-info.mdx",22811],da59ca95:[()=>n.e(83337).then(n.bind(n,23642)),"@site/docs/api-reference/objects/suspended-funding-source-status-info.mdx",23642],daa78cd9:[()=>n.e(53873).then(n.bind(n,23970)),"@site/docs/api-reference/objects/internal-credit-transfer-in-debtor.mdx",23970],dabd12eb:[()=>n.e(68872).then(n.bind(n,46906)),"@site/docs/api-reference/objects/update-supporting-document-success-payload.mdx",46906],dacd0a27:[()=>n.e(50094).then(n.bind(n,32939)),"@site/docs/api-reference/enums/swan-identification-status.mdx",32939],db09fed0:[()=>n.e(33107).then(n.bind(n,82852)),"@site/docs/api-reference/interfaces/funding-limit-settings-change-request-status-info.mdx",82852],db7e6e07:[()=>n.e(4261).then(n.bind(n,14578)),"@site/docs/api-reference/inputs/add-direct-debit-funding-source-input.mdx",14578],dbb0c5ba:[()=>n.e(77375).then(n.bind(n,61448)),"@site/docs/api-reference/interfaces/account-status-info.mdx",61448],dbb4b0dd:[()=>n.e(70283).then(n.bind(n,45279)),"@site/docs/api-reference/interfaces/payment-mandate-creditor.mdx",45279],dc1c2387:[()=>n.e(7890).then(n.bind(n,17101)),"@site/docs/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload.mdx",17101],dc306ea3:[()=>n.e(91971).then(n.bind(n,53377)),"@site/docs/api-reference/scalars/amount-value.mdx",53377],dc3d7fec:[()=>n.e(43688).then(n.bind(n,98169)),"@site/docs/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input.mdx",98169],dc535e8b:[()=>n.e(36797).then(n.bind(n,34176)),"@site/docs/api-reference/objects/identification.mdx",34176],dc75d149:[()=>n.e(59003).then(n.bind(n,27211)),"@site/docs/api-reference/objects/wrong-value-provided-rejection.mdx",27211],dce33e1f:[()=>n.e(75223).then(n.bind(n,43266)),"@site/docs/api-reference/unions/identification-document.mdx",43266],dcfeeef5:[()=>n.e(90788).then(n.bind(n,46882)),"@site/docs/api-reference/unions/onboard-company-account-holder-payload.mdx",46882],dd8a41d8:[()=>n.e(6604).then(n.bind(n,35129)),"@site/docs/api-reference/enums/supporting-document-type.mdx",35129],de0b42a2:[()=>n.e(63767).then(n.bind(n,64599)),"@site/docs/developers/guides/webhooks.mdx",64599],de3f1c9c:[()=>n.e(96965).then(n.bind(n,55974)),"@site/docs/api-reference/mutations/add-cards.mdx",55974],de7187cd:[()=>n.e(91692).then(n.bind(n,2234)),"@site/docs/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload.mdx",2234],dec461d7:[()=>n.e(70049).then(n.bind(n,12566)),"@site/docs/api-reference/queries/account.mdx",12566],deeedaab:[()=>n.e(73481).then(n.bind(n,67245)),"@site/docs/api-reference/enums/supporting-document-communication-language-settings.mdx",67245],df4f48df:[()=>n.e(21661).then(n.bind(n,42244)),"@site/docs/api-reference/objects/onboard-individual-account-holder-success-payload.mdx",42244],df994e82:[()=>n.e(21064).then(n.bind(n,3407)),"@site/docs/api-reference/enums/identifications-order-by-field.mdx",3407],df9d2e0e:[()=>n.e(60722).then(n.bind(n,22071)),"@site/docs/developers/guides/access-tokens.mdx",22071],e02048e8:[()=>n.e(50472).then(n.bind(n,60573)),"@site/docs/api-reference/scalars/sepa-reference.mdx",60573],e08af2f7:[()=>n.e(90781).then(n.bind(n,26689)),"@site/docs/api-reference/queries/transactions.mdx",26689],e0d18a7f:[()=>n.e(74459).then(n.bind(n,80673)),"@site/docs/api-reference/objects/deny-sdd-success-payload.mdx",80673],e12a3758:[()=>n.e(39619).then(n.bind(n,61377)),"@site/docs/api-reference/objects/account-connection.mdx",61377],e14d3193:[()=>n.e(91475).then(n.bind(n,34386)),"@site/docs/api-reference/scalars/token-requestor-id.mdx",34386],e17a71f3:[()=>n.e(26971).then(n.bind(n,47295)),"@site/docs/api-reference/objects/debtor-account-not-allowed-rejection.mdx",47295],e17f4cbd:[()=>n.e(55793).then(n.bind(n,33149)),"@site/docs/api-reference/objects/update-user-consent-settings-success-payload.mdx",33149],e1b037a6:[()=>n.e(84094).then(n.bind(n,43887)),"@site/docs/api-reference/objects/valid-identification-level-status-info.mdx",43887],e20e5b1b:[()=>n.e(85198).then(n.bind(n,58268)),"@site/docs/api-reference/unions/resume-account-membership-payload.mdx",58268],e21395a6:[()=>n.e(4566).then(n.bind(n,53454)),"@site/docs/api-reference/inputs/add-account-memberships-input.mdx",53454],e2294cb2:[()=>n.e(17177).then(n.bind(n,97676)),"@site/docs/api-reference/objects/account-membership-not-found-rejection.mdx",97676],e254b817:[()=>n.e(15913).then(n.bind(n,84589)),"@site/docs/api-reference/objects/physical-card-suspended-status-info.mdx",84589],e2a45f08:[()=>n.e(43585).then(n.bind(n,27543)),"@site/docs/api-reference/mutations/suspend-physical-card.mdx",27543],e2ab92e6:[()=>n.e(16901).then(n.bind(n,60585)),"@site/docs/api-reference/objects/payment-mandate-reference-already-used-rejection.mdx",60585],e2bb2cb5:[()=>n.e(30801).then(n.bind(n,9970)),"@site/docs/api-reference/objects/project-card-designs.mdx",9970],e2c26865:[()=>n.e(90032).then(n.bind(n,37293)),"@site/docs/api-reference/enums/card-authorization-outcome.mdx",37293],e2f2321d:[()=>n.e(92279).then(n.bind(n,36923)),"@site/docs/api-reference/mutations/cancel-card.mdx",36923],e3090d6c:[()=>n.e(37419).then(n.bind(n,61239)),"@site/docs/api-reference/inputs/add-account-membership-input.mdx",61239],e31d0546:[()=>n.e(18990).then(n.bind(n,26485)),"@site/docs/api-reference/unions/update-supporting-document-payload.mdx",26485],e342c8de:[()=>n.e(74455).then(n.bind(n,23498)),"@site/docs/api-reference/objects/insufficient-funds-rejection.mdx",23498],e35fe59d:[()=>n.e(93387).then(n.bind(n,87674)),"@site/docs/api-reference/enums/funding-limit-settings-status.mdx",87674],e3716ac0:[()=>Promise.all([n.e(40532),n.e(93200),n.e(52303)]).then(n.bind(n,9890)),"@site/src/pages/explorer.js",9890],e38dcdaf:[()=>n.e(26094).then(n.bind(n,29644)),"@site/docs/api-reference/inputs/initiate-credit-transfers-input.mdx",29644],e397a29c:[()=>n.e(21322).then(n.bind(n,11695)),"@site/docs/api-reference/inputs/update-company-onboarding-input.mdx",11695],e398b309:[()=>n.e(29998).then(n.bind(n,95501)),"@site/docs/api-reference/interfaces/account-verification.mdx",95501],e3a94193:[()=>n.e(81646).then(n.bind(n,54925)),"@site/docs/api-reference/objects/merchant-profile-wrong-status-rejection.mdx",54925],e3ae4459:[()=>n.e(54174).then(n.bind(n,10640)),"@site/docs/api-reference/inputs/physical-card-custom-options-input.mdx",10640],e3bc6914:[()=>n.e(84793).then(n.bind(n,83201)),"@site/docs/api-reference/objects/merchant-profile-edge.mdx",83201],e40db110:[()=>n.e(79274).then(n.bind(n,9098)),"@site/docs/api-reference/inputs/international-address-input.mdx",9098],e414dbe6:[()=>n.e(59009).then(n.bind(n,51443)),"@site/docs/api-reference/interfaces/merchant-payment-method-status-info.mdx",51443],e41b2273:[()=>n.e(36712).then(n.bind(n,79463)),"@site/docs/api-reference/objects/account-not-found-rejection.mdx",79463],e4bec3b4:[()=>n.e(21921).then(n.bind(n,39109)),"@site/docs/api-reference/objects/funding-limit-exceeded-rejection.mdx",39109],e4eca706:[()=>n.e(27663).then(n.bind(n,30299)),"@site/docs/api-reference/objects/initiate-funding-request-success-payload.mdx",30299],e50f849d:[()=>n.e(39955).then(n.bind(n,89248)),"@site/docs/api-reference/objects/card-product-not-found-rejection.mdx",89248],e5331bbf:[()=>n.e(92886).then(n.bind(n,79926)),"@site/docs/api-reference/scalars/id.mdx",79926],e53b72e5:[()=>n.e(31885).then(n.bind(n,37660)),"@site/docs/api-reference/inputs/international-beneficiary-input.mdx",37660],e562837c:[()=>n.e(86947).then(n.bind(n,57010)),"@site/docs/api-reference/objects/account-membership-not-ready-to-be-bound-rejection.mdx",57010],e5798c32:[()=>n.e(64441).then(n.bind(n,12018)),"@site/docs/api-reference/enums/verification-flow.mdx",12018],e5b99c64:[()=>n.e(65350).then(n.bind(n,39728)),"@site/docs/api-reference/unions/add-external-account-balance-payload.mdx",39728],e659bcf2:[()=>n.e(51297).then(n.bind(n,26061)),"@site/docs/api-reference/unions/update-company-onboarding-payload.mdx",26061],e6724f00:[()=>n.e(79783).then(n.bind(n,15342)),"@site/docs/api-reference/objects/ibannot-reachable-rejection.mdx",15342],e6762b5d:[()=>n.e(96550).then(n.bind(n,37106)),"@site/docs/api-reference/queries/shareholder.mdx",37106],e6963609:[()=>n.e(69859).then(n.bind(n,58289)),"@site/docs/api-reference/objects/check-merchant-payment-method.mdx",58289],e6bb218f:[()=>n.e(21964).then(n.bind(n,10116)),"@site/docs/api-reference/inputs/update-account-membership-input.mdx",10116],e6e5635e:[()=>n.e(53072).then(n.bind(n,92739)),"@site/docs/api-reference/unions/cancel-virtual-iban-entry-payload.mdx",92739],e740f973:[()=>n.e(70322).then(n.bind(n,65220)),"@site/docs/api-reference/objects/id-card-document.mdx",65220],e78fce63:[()=>n.e(54928).then(n.bind(n,53652)),"@site/docs/api-reference/objects/add-virtual-iban-entry-success-payload.mdx",53652],e799bcae:[()=>n.e(10638).then(n.bind(n,1729)),"@site/docs/api-reference/objects/resume-physical-card-success-payload.mdx",1729],e7ffdf0e:[()=>n.e(88733).then(n.bind(n,96886)),"@site/docs/api-reference/inputs/delete-supporting-document-input.mdx",96886],e820cfef:[()=>n.e(52060).then(n.bind(n,93677)),"@site/docs/api-reference/objects/legal-document-inactive-status-info.mdx",93677],e85ac3d2:[()=>n.e(59260).then(n.bind(n,2432)),"@site/docs/api-reference/inputs/add-cards-input.mdx",2432],e86f1faf:[()=>n.e(88877).then(n.bind(n,14103)),"@site/docs/api-reference/enums/onboarding-state.mdx",14103],e8f1b8cc:[()=>n.e(37366).then(n.bind(n,77202)),"@site/docs/api-reference/inputs/international-credit-transfer-details-input.mdx",77202],e8f88bc2:[()=>n.e(34607).then(n.bind(n,10665)),"@site/docs/api-reference/objects/adding-cards-to-different-accounts-rejection.mdx",10665],e8fc3664:[()=>n.e(34288).then(n.bind(n,43143)),"@site/docs/api-reference/objects/partnership-accepted-status-info.mdx",43143],e90bfa87:[()=>n.e(60800).then(n.bind(n,30140)),"@site/docs/api-reference/objects/update-individual-onboarding-success-payload.mdx",30140],e9754802:[()=>n.e(38537).then(n.bind(n,62419)),"@site/docs/api-reference/enums/account-standing-order-order-by-field-input.mdx",62419],e9b66c06:[()=>n.e(8839).then(n.bind(n,49501)),"@site/docs/api-reference/objects/legal-document-active-status-info.mdx",49501],e9bd8d12:[()=>n.e(96054).then(n.bind(n,93629)),"@site/docs/api-reference/inputs/initiate-merchant-payment-collection-input.mdx",93629],e9f7d2c3:[()=>n.e(27309).then(n.bind(n,34273)),"@site/docs/api-reference/objects/not-started-identification-level-status-info.mdx",34273],ea02488d:[()=>n.e(8707).then(n.bind(n,8286)),"@site/docs/api-reference/enums/card-design-background-type.mdx",8286],ea487cd6:[()=>n.e(25248).then(n.bind(n,36846)),"@site/docs/api-reference/objects/identification-expert-with-qesprocess-info.mdx",36846],ea7a23e5:[()=>n.e(76468).then(n.bind(n,58243)),"@site/docs/api-reference/inputs/deny-sdd-virtual-iban-entry-input.mdx",58243],ea98434a:[()=>n.e(226).then(n.bind(n,48502)),"@site/docs/api-reference/objects/canceled-merchant-payment-method-status-info.mdx",48502],eb134d49:[()=>n.e(73309).then(n.bind(n,95654)),"@site/docs/api-reference/objects/legal-document-edge.mdx",95654],ebb8b189:[()=>n.e(46550).then(n.bind(n,97638)),"@site/docs/api-reference/objects/onboarding.mdx",97638],ec258617:[()=>n.e(68623).then(n.bind(n,17433)),"@site/docs/api-reference/objects/ultimate-beneficial-indirect-owner-company-info.mdx",17433],ecb406fd:[()=>n.e(34579).then(n.bind(n,68904)),"@site/docs/api-reference/enums/payment-account-type.mdx",68904],ecc7bc3e:[()=>n.e(33892).then(n.bind(n,19285)),"@site/docs/api-reference/objects/verified-status-info.mdx",19285],eea5c50e:[()=>n.e(54068).then(n.bind(n,23964)),"@site/docs/api-reference/inputs/account-memberships-filter-input.mdx",23964],eead291e:[()=>n.e(82918).then(n.bind(n,24489)),"@site/docs/api-reference/objects/started-identification-level-status-info.mdx",24489],ef3ff2c2:[()=>n.e(79265).then(n.bind(n,90465)),"@site/docs/api-reference/objects/card-settings-background.mdx",90465],efa62701:[()=>n.e(11651).then(n.bind(n,26130)),"@site/docs/api-reference/inputs/internal-direct-debit-payment-collection-input.mdx",26130],effbb39b:[()=>n.e(23327).then(n.bind(n,24198)),"@site/docs/api-reference/objects/supporting-document-refused-status-info.mdx",24198],f0009b6d:[()=>n.e(2867).then(n.bind(n,14449)),"@site/docs/api-reference/objects/passport-document-file.mdx",14449],f09de917:[()=>n.e(58504).then(n.bind(n,27274)),"@site/docs/api-reference/objects/invoice-connection.mdx",27274],f171655a:[()=>n.e(98054).then(n.bind(n,69958)),"@site/docs/api-reference/objects/apple-pay-not-allowed-for-project-rejection.mdx",69958],f180e4fd:[()=>n.e(2203).then(n.bind(n,26324)),"@site/docs/api-reference/inputs/allow-sdd-input.mdx",26324],f184911c:[()=>n.e(68584).then(n.bind(n,10527)),"@site/docs/api-reference/objects/identification-pvidprocess-info.mdx",10527],f27f83f6:[()=>n.e(22022).then(n.bind(n,32789)),"@site/docs/api-reference/mutations/onboard-company-account-holder.mdx",32789],f2936bbd:[()=>n.e(36569).then(n.bind(n,12808)),"@site/docs/api-reference/inputs/add-single-use-virtual-card-input.mdx",12808],f2cad8f8:[()=>n.e(38574).then(n.bind(n,66243)),"@site/docs/api-reference/objects/transaction-not-found-rejection.mdx",66243],f30e2f4e:[()=>n.e(80309).then(n.bind(n,90109)),"@site/docs/glossary.mdx",90109],f33ae72c:[()=>n.e(66997).then(n.bind(n,43432)),"@site/docs/api-reference/unions/close-account-status-reason.mdx",43432],f35c768e:[()=>n.e(21414).then(n.bind(n,42338)),"@site/docs/api-reference/unions/add-card-payload.mdx",42338],f4664bca:[()=>n.e(32069).then(n.bind(n,28017)),"@site/docs/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info.mdx",28017],f4d6c510:[()=>n.e(17134).then(n.bind(n,40185)),"@site/docs/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital.mdx",40185],f5008ea7:[()=>n.e(33229).then(n.bind(n,39051)),"@site/docs/api-reference/mutations/update-company-onboarding.mdx",39051],f52c0eca:[()=>n.e(11796).then(n.bind(n,36898)),"@site/docs/api-reference/mutations/deny-sdd-virtual-iban-entry.mdx",36898],f5341953:[()=>n.e(41476).then(n.bind(n,33376)),"@site/docs/api-reference/objects/consents-not-all-in-created-status-rejection.mdx",33376],f59a48f5:[()=>n.e(9720).then(n.bind(n,29657)),"@site/docs/api-reference/objects/standing-order-canceled-status-info.mdx",29657],f5fed7b4:[()=>n.e(2020).then(n.bind(n,527)),"@site/docs/api-reference/objects/text-field.mdx",527],f6b07c9c:[()=>n.e(29043).then(n.bind(n,46414)),"@site/docs/api-reference/inputs/update-account-holder-input.mdx",46414],f6bb5feb:[()=>n.e(86638).then(n.bind(n,94345)),"@site/docs/api-reference/enums/direct-debit-sequence.mdx",94345],f7448900:[()=>n.e(29336).then(n.bind(n,18768)),"@site/docs/api-reference/enums/document-type.mdx",18768],f78aacb3:[()=>n.e(33005).then(n.bind(n,83283)),"@site/docs/api-reference/inputs/deny-sdd-input.mdx",83283],f797c0d1:[()=>n.e(54396).then(n.bind(n,34054)),"@site/docs/api-reference/objects/onboarding-company-account-holder-info.mdx",34054],f79e1d52:[()=>n.e(64065).then(n.bind(n,63590)),"@site/docs/api-reference/inputs/funding-source-order-by-input.mdx",63590],f7c61839:[()=>n.e(34864).then(n.bind(n,51207)),"@site/docs/api-reference/objects/partnership-canceled-status-info.mdx",51207],f7dd5460:[()=>n.e(57372).then(n.bind(n,27581)),"@site/docs/api-reference/inputs/check-payment-method-input.mdx",27581],f823c609:[()=>n.e(22294).then(n.bind(n,24018)),"@site/docs/api-reference/objects/card-connection.mdx",24018],f84941ff:[()=>n.e(27262).then(n.bind(n,64064)),"@site/docs/api-reference/objects/external-balance-edge.mdx",64064],f87dd7c3:[()=>n.e(16370).then(n.bind(n,496)),"@site/docs/api-reference/objects/consents-not-found-rejection.mdx",496],f8817707:[()=>n.e(85657).then(n.bind(n,64518)),"@site/docs/api-reference/objects/card-processing-status-info.mdx",64518],f9500687:[()=>n.e(43092).then(n.bind(n,48586)),"@site/docs/api-reference/objects/oauth-redirect-parameters.mdx",48586],f9761c5e:[()=>n.e(34698).then(n.bind(n,54354)),"@site/docs/api-reference/objects/enabled-funding-source-status-info.mdx",54354],f991dec4:[()=>n.e(5007).then(n.bind(n,37540)),"@site/docs/api-reference/objects/global-instant-funding-limit-exceeded-rejection.mdx",37540],fa05e9a5:[()=>n.e(19981).then(n.bind(n,39839)),"@site/docs/api-reference/enums/merchant-profile-order-by-field-input.mdx",39839],fa29f323:[()=>n.e(90757).then(n.bind(n,30183)),"@site/docs/api-reference/unions/disable-account-membership-payload.mdx",30183],fa7407c8:[()=>n.e(7560).then(n.bind(n,97748)),"@site/docs/developers/intro.mdx",97748],fa784e22:[()=>n.e(33392).then(n.bind(n,77932)),"@site/docs/api-reference/mutations/initiate-funding-request.mdx",77932],fa8b7820:[()=>n.e(74919).then(n.bind(n,44862)),"@site/docs/api-reference/unions/cancel-digital-card-payload.mdx",44862],fa9f7ab7:[()=>n.e(95808).then(n.bind(n,79404)),"@site/docs/api-reference/inputs/suspend-account-membership-input.mdx",79404],fab27b4b:[()=>n.e(21130).then(n.bind(n,91010)),"@site/docs/api-reference/enums/internal-payment-mandate-sequence.mdx",91010],fabd6154:[()=>n.e(49885).then(n.bind(n,44415)),"@site/docs/api-reference/objects/request-merchant-payment-methods-success-payload.mdx",44415],faebfef1:[()=>n.e(58533).then(n.bind(n,94702)),"@site/docs/api-reference/objects/supporting-document-upload-info.mdx",94702],fb2f18e8:[()=>n.e(50001).then(n.bind(n,15594)),"@site/docs/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection.mdx",15594],fb37a63f:[()=>n.e(45230).then(n.bind(n,48980)),"@site/docs/api-reference/objects/allow-sdd-success-payload.mdx",48980],fb6fbcbc:[()=>n.e(85510).then(n.bind(n,32269)),"@site/docs/api-reference/queries/capital-deposit-cases.mdx",32269],fb85aa06:[()=>n.e(99252).then(n.bind(n,78576)),"@site/docs/api-reference/enums/transaction-type-enum.mdx",78576],fb8b85c0:[()=>n.e(67630).then(n.bind(n,37491)),"@site/docs/api-reference/objects/spending-limit.mdx",37491],fb9b5d58:[()=>n.e(49473).then(n.bind(n,84030)),"@site/docs/topics/onboarding/overview/guide-finalize-onboarding.mdx",84030],fbc04c9c:[()=>n.e(52412).then(n.bind(n,4087)),"@site/docs/api-reference/interfaces/payment-mandate-debtor.mdx",4087],fbc0a5af:[()=>n.e(98004).then(n.bind(n,94024)),"@site/docs/api-reference/mutations/cancel-consent.mdx",94024],fbcf7722:[()=>n.e(74799).then(n.bind(n,76067)),"@site/docs/api-reference/objects/capital-deposit-document.mdx",76067],fbf8a582:[()=>n.e(70735).then(n.bind(n,69226)),"@site/docs/api-reference/scalars/cca2.mdx",69226],fc11e017:[()=>n.e(81177).then(n.bind(n,76903)),"@site/docs/api-reference/objects/initiate-international-credit-transfer-response-success-payload.mdx",76903],fc9c7bcb:[()=>n.e(29899).then(n.bind(n,4744)),"@site/docs/api-reference/enums/card-settings-background-type.mdx",4744],fca10f8f:[()=>n.e(45504).then(n.bind(n,82722)),"@site/docs/api-reference/inputs/add-or-update-external-account-balance-input.mdx",82722],fccf4da8:[()=>n.e(51586).then(n.bind(n,58088)),"@site/docs/use-cases/intro.mdx",58088],fd0a352e:[()=>n.e(81208).then(n.bind(n,92244)),"@site/docs/api-reference/objects/sepadirect-debit-out-creditor.mdx",92244],fd6d72c8:[()=>n.e(61210).then(n.bind(n,11626)),"@site/docs/api-reference/mutations/refund.mdx",11626],fd8bf6ff:[()=>n.e(99537).then(n.bind(n,9710)),"@site/docs/api-reference/objects/validation-error.mdx",9710],fde3b619:[()=>n.e(62080).then(n.bind(n,68834)),"@site/docs/api-reference/enums/capital-deposit-case-status.mdx",68834],fe1d7d76:[()=>n.e(57355).then(n.bind(n,54031)),"@site/docs/api-reference/objects/canceled-funding-source-status-info.mdx",54031],fe23e6b8:[()=>n.e(50154).then(n.bind(n,93788)),"@site/docs/api-reference/enums/card-order-by-field-input.mdx",93788],fe669216:[()=>n.e(73407).then(n.bind(n,31760)),"@site/docs/api-reference/enums/external-account-balance-type.mdx",31760],fe68b5e4:[()=>n.e(32800).then(n.bind(n,90895)),"@site/docs/api-reference/objects/initiate-credit-transfers-success-payload.mdx",90895],feb1c55f:[()=>n.e(78222).then(n.bind(n,99543)),"@site/docs/api-reference/objects/ultimate-beneficial-direct-owner-company-info.mdx",99543],fec91b88:[()=>n.e(93117).then(n.bind(n,86529)),"@site/docs/api-reference/objects/suspend-account-membership-success-payload.mdx",86529],ff16d4d9:[()=>n.e(48745).then(n.bind(n,56550)),"@site/docs/api-reference/objects/funding-limit-settings-change-request-pending-status-info.mdx",56550],ff332aec:[()=>n.e(68428).then(n.bind(n,35499)),"@site/docs/api-reference/enums/invalid-argument-rejection-code.mdx",35499],ff3d1153:[()=>n.e(72260).then(n.bind(n,89951)),"@site/docs/api-reference/interfaces/partnership-status-info.mdx",89951],ff7950bf:[()=>n.e(6584).then(n.bind(n,82557)),"@site/docs/api-reference/scalars/pin.mdx",82557],ffe0d0d7:[()=>n.e(80872).then(n.bind(n,99251)),"@site/docs/api-reference/enums/account-holder-type.mdx",99251]};function d(e){let{error:t,retry:n,pastDelay:r}=e;return t?a.createElement("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"}},a.createElement("p",null,String(t)),a.createElement("div",null,a.createElement("button",{type:"button",onClick:n},"Retry"))):r?a.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"}},a.createElement("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb"},a.createElement("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2"},a.createElement("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0"},a.createElement("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})),a.createElement("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0"},a.createElement("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})),a.createElement("circle",{cx:"22",cy:"22",r:"8"},a.createElement("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"}))))):null}var p=n(99670),u=n(30226);function l(e,t){if("*"===e)return c()({loading:d,loader:()=>n.e(4972).then(n.bind(n,4972)),modules:["@theme/NotFound"],webpack:()=>[4972],render(e,t){const n=e.default;return a.createElement(u.z,{value:{plugin:{name:"native",id:"default"}}},a.createElement(n,t))}});const i=o[`${e}-${t}`],l={},f=[],m=[],b=(0,p.Z)(i);return Object.entries(b).forEach((e=>{let[t,n]=e;const a=s[n];a&&(l[t]=a[0],f.push(a[1]),m.push(a[2]))})),c().Map({loading:d,loader:l,modules:f,webpack:()=>m,render(t,n){const c=JSON.parse(JSON.stringify(i));Object.entries(t).forEach((t=>{let[n,a]=t;const r=a.default;if(!r)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof r&&"function"!=typeof r||Object.keys(a).filter((e=>"default"!==e)).forEach((e=>{r[e]=a[e]}));let i=c;const o=n.split(".");o.slice(0,-1).forEach((e=>{i=i[e]})),i[o[o.length-1]]=r}));const o=c.__comp;delete c.__comp;const s=c.__context;return delete c.__context,a.createElement(u.z,{value:s},a.createElement(o,(0,r.Z)({},c,n)))}})}const f=[{path:"/explorer",component:l("/explorer","81c"),exact:!0},{path:"/search",component:l("/search","48c"),exact:!0},{path:"/",component:l("/","78e"),routes:[{path:"/",component:l("/","642"),exact:!0,sidebar:"docSidebar"},{path:"/api-reference",component:l("/api-reference","3be"),exact:!0},{path:"/api-reference/directives/deprecated",component:l("/api-reference/directives/deprecated","87a"),exact:!0},{path:"/api-reference/directives/include",component:l("/api-reference/directives/include","a36"),exact:!0},{path:"/api-reference/directives/skip",component:l("/api-reference/directives/skip","591"),exact:!0},{path:"/api-reference/directives/specified-by",component:l("/api-reference/directives/specified-by","304"),exact:!0},{path:"/api-reference/enums/account-country",component:l("/api-reference/enums/account-country","528"),exact:!0},{path:"/api-reference/enums/account-funding-limits-reached-reason",component:l("/api-reference/enums/account-funding-limits-reached-reason","cbb"),exact:!0},{path:"/api-reference/enums/account-holder-order-by-field-input",component:l("/api-reference/enums/account-holder-order-by-field-input","f14"),exact:!0},{path:"/api-reference/enums/account-holder-status",component:l("/api-reference/enums/account-holder-status","348"),exact:!0},{path:"/api-reference/enums/account-holder-type",component:l("/api-reference/enums/account-holder-type","ec7"),exact:!0},{path:"/api-reference/enums/account-language",component:l("/api-reference/enums/account-language","883"),exact:!0},{path:"/api-reference/enums/account-membership-order-by-field-input",component:l("/api-reference/enums/account-membership-order-by-field-input","174"),exact:!0},{path:"/api-reference/enums/account-membership-status",component:l("/api-reference/enums/account-membership-status","309"),exact:!0},{path:"/api-reference/enums/account-memberships-permission",component:l("/api-reference/enums/account-memberships-permission","65f"),exact:!0},{path:"/api-reference/enums/account-order-by-field-input",component:l("/api-reference/enums/account-order-by-field-input","98e"),exact:!0},{path:"/api-reference/enums/account-received-direct-debit-order-by-field-input",component:l("/api-reference/enums/account-received-direct-debit-order-by-field-input","630"),exact:!0},{path:"/api-reference/enums/account-standing-order-order-by-field-input",component:l("/api-reference/enums/account-standing-order-order-by-field-input","3b7"),exact:!0},{path:"/api-reference/enums/account-status",component:l("/api-reference/enums/account-status","09d"),exact:!0},{path:"/api-reference/enums/account-verification-status",component:l("/api-reference/enums/account-verification-status","85f"),exact:!0},{path:"/api-reference/enums/aml-risk-level",component:l("/api-reference/enums/aml-risk-level","f9b"),exact:!0},{path:"/api-reference/enums/authenticator-type",component:l("/api-reference/enums/authenticator-type","6d8"),exact:!0},{path:"/api-reference/enums/authorization-type",component:l("/api-reference/enums/authorization-type","34b"),exact:!0},{path:"/api-reference/enums/business-activity",component:l("/api-reference/enums/business-activity","c1a"),exact:!0},{path:"/api-reference/enums/cancel-physical-card-reason",component:l("/api-reference/enums/cancel-physical-card-reason","1c9"),exact:!0},{path:"/api-reference/enums/canceled-funding-source-reason",component:l("/api-reference/enums/canceled-funding-source-reason","14c"),exact:!0},{path:"/api-reference/enums/capital-deposit-case-order-by-field-input",component:l("/api-reference/enums/capital-deposit-case-order-by-field-input","007"),exact:!0},{path:"/api-reference/enums/capital-deposit-case-status",component:l("/api-reference/enums/capital-deposit-case-status","fc1"),exact:!0},{path:"/api-reference/enums/capital-deposit-document-status",component:l("/api-reference/enums/capital-deposit-document-status","32a"),exact:!0},{path:"/api-reference/enums/capital-deposit-document-type",component:l("/api-reference/enums/capital-deposit-document-type","fbe"),exact:!0},{path:"/api-reference/enums/card-authorization-outcome",component:l("/api-reference/enums/card-authorization-outcome","e79"),exact:!0},{path:"/api-reference/enums/card-authorization-type",component:l("/api-reference/enums/card-authorization-type","aab"),exact:!0},{path:"/api-reference/enums/card-design-background-type",component:l("/api-reference/enums/card-design-background-type","fd7"),exact:!0},{path:"/api-reference/enums/card-design-status",component:l("/api-reference/enums/card-design-status","e0f"),exact:!0},{path:"/api-reference/enums/card-order-by-field-input",component:l("/api-reference/enums/card-order-by-field-input","a97"),exact:!0},{path:"/api-reference/enums/card-product-status",component:l("/api-reference/enums/card-product-status","534"),exact:!0},{path:"/api-reference/enums/card-settings-background-type",component:l("/api-reference/enums/card-settings-background-type","cf6"),exact:!0},{path:"/api-reference/enums/card-status",component:l("/api-reference/enums/card-status","a14"),exact:!0},{path:"/api-reference/enums/card-transaction-category",component:l("/api-reference/enums/card-transaction-category","117"),exact:!0},{path:"/api-reference/enums/card-type",component:l("/api-reference/enums/card-type","dfb"),exact:!0},{path:"/api-reference/enums/cash-account-type",component:l("/api-reference/enums/cash-account-type","2ea"),exact:!0},{path:"/api-reference/enums/category",component:l("/api-reference/enums/category","f05"),exact:!0},{path:"/api-reference/enums/close-account-reason-type",component:l("/api-reference/enums/close-account-reason-type","357"),exact:!0},{path:"/api-reference/enums/company-type",component:l("/api-reference/enums/company-type","b70"),exact:!0},{path:"/api-reference/enums/complete-digital-card-status",component:l("/api-reference/enums/complete-digital-card-status","271"),exact:!0},{path:"/api-reference/enums/consent-purpose",component:l("/api-reference/enums/consent-purpose","b9d"),exact:!0},{path:"/api-reference/enums/consent-status",component:l("/api-reference/enums/consent-status","c17"),exact:!0},{path:"/api-reference/enums/credit-transfer-mode",component:l("/api-reference/enums/credit-transfer-mode","033"),exact:!0},{path:"/api-reference/enums/digital-card-order-by-field-input",component:l("/api-reference/enums/digital-card-order-by-field-input","0cd"),exact:!0},{path:"/api-reference/enums/digitalization-type",component:l("/api-reference/enums/digitalization-type","5a6"),exact:!0},{path:"/api-reference/enums/direct-debit-sequence",component:l("/api-reference/enums/direct-debit-sequence","9c5"),exact:!0},{path:"/api-reference/enums/document-file-side",component:l("/api-reference/enums/document-file-side","6f1"),exact:!0},{path:"/api-reference/enums/document-type",component:l("/api-reference/enums/document-type","97c"),exact:!0},{path:"/api-reference/enums/employment-status",component:l("/api-reference/enums/employment-status","fb5"),exact:!0},{path:"/api-reference/enums/env-type",component:l("/api-reference/enums/env-type","7e2"),exact:!0},{path:"/api-reference/enums/external-account-balance-type",component:l("/api-reference/enums/external-account-balance-type","45b"),exact:!0},{path:"/api-reference/enums/external-account-data-source-type",component:l("/api-reference/enums/external-account-data-source-type","2e9"),exact:!0},{path:"/api-reference/enums/external-account-usage",component:l("/api-reference/enums/external-account-usage","d26"),exact:!0},{path:"/api-reference/enums/fees-type-enum",component:l("/api-reference/enums/fees-type-enum","cd7"),exact:!0},{path:"/api-reference/enums/field-validation-error",component:l("/api-reference/enums/field-validation-error","4fb"),exact:!0},{path:"/api-reference/enums/funding-limit-settings-change-request-order-by-field-input",component:l("/api-reference/enums/funding-limit-settings-change-request-order-by-field-input","3ac"),exact:!0},{path:"/api-reference/enums/funding-limit-settings-change-request-status",component:l("/api-reference/enums/funding-limit-settings-change-request-status","dbf"),exact:!0},{path:"/api-reference/enums/funding-limit-settings-status",component:l("/api-reference/enums/funding-limit-settings-status","185"),exact:!0},{path:"/api-reference/enums/funding-source-order-by-field-input",component:l("/api-reference/enums/funding-source-order-by-field-input","ff5"),exact:!0},{path:"/api-reference/enums/funding-source-status",component:l("/api-reference/enums/funding-source-status","111"),exact:!0},{path:"/api-reference/enums/ibanstatus",component:l("/api-reference/enums/ibanstatus","df8"),exact:!0},{path:"/api-reference/enums/identification-expert-process-provider",component:l("/api-reference/enums/identification-expert-process-provider","f7c"),exact:!0},{path:"/api-reference/enums/identification-expert-with-qesprocess-provider",component:l("/api-reference/enums/identification-expert-with-qesprocess-provider","e95"),exact:!0},{path:"/api-reference/enums/identification-invalid-reason",component:l("/api-reference/enums/identification-invalid-reason","071"),exact:!0},{path:"/api-reference/enums/identification-level",component:l("/api-reference/enums/identification-level","847"),exact:!0},{path:"/api-reference/enums/identification-level-input",component:l("/api-reference/enums/identification-level-input","b1e"),exact:!0},{path:"/api-reference/enums/identification-process",component:l("/api-reference/enums/identification-process","18d"),exact:!0},{path:"/api-reference/enums/identification-pvidprocess-provider",component:l("/api-reference/enums/identification-pvidprocess-provider","a63"),exact:!0},{path:"/api-reference/enums/identification-status",component:l("/api-reference/enums/identification-status","53d"),exact:!0},{path:"/api-reference/enums/identifications-order-by-field",component:l("/api-reference/enums/identifications-order-by-field","bf8"),exact:!0},{path:"/api-reference/enums/identity-document-type",component:l("/api-reference/enums/identity-document-type","bd8"),exact:!0},{path:"/api-reference/enums/individual-ultimate-beneficial-owner-type-enum",component:l("/api-reference/enums/individual-ultimate-beneficial-owner-type-enum","6b2"),exact:!0},{path:"/api-reference/enums/internal-direct-debit-sequence",component:l("/api-reference/enums/internal-direct-debit-sequence","b10"),exact:!0},{path:"/api-reference/enums/internal-payment-mandate-scheme",component:l("/api-reference/enums/internal-payment-mandate-scheme","967"),exact:!0},{path:"/api-reference/enums/internal-payment-mandate-sequence",component:l("/api-reference/enums/internal-payment-mandate-sequence","4ea"),exact:!0},{path:"/api-reference/enums/internal-received-direct-debit-mandate-scheme",component:l("/api-reference/enums/internal-received-direct-debit-mandate-scheme","e3d"),exact:!0},{path:"/api-reference/enums/internal-received-direct-debit-mandate-sequence",component:l("/api-reference/enums/internal-received-direct-debit-mandate-sequence","8a5"),exact:!0},{path:"/api-reference/enums/international-credit-transfer-display-language",component:l("/api-reference/enums/international-credit-transfer-display-language","004"),exact:!0},{path:"/api-reference/enums/international-credit-transfer-route",component:l("/api-reference/enums/international-credit-transfer-route","07b"),exact:!0},{path:"/api-reference/enums/international-credit-transfer-route-input",component:l("/api-reference/enums/international-credit-transfer-route-input","462"),exact:!0},{path:"/api-reference/enums/invalid-argument-rejection-code",component:l("/api-reference/enums/invalid-argument-rejection-code","21f"),exact:!0},{path:"/api-reference/enums/invalid-iban-code",component:l("/api-reference/enums/invalid-iban-code","f1a"),exact:!0},{path:"/api-reference/enums/invoice-status",component:l("/api-reference/enums/invoice-status","3bd"),exact:!0},{path:"/api-reference/enums/invoice-type",component:l("/api-reference/enums/invoice-type","a46"),exact:!0},{path:"/api-reference/enums/legal-document-status",component:l("/api-reference/enums/legal-document-status","9d8"),exact:!0},{path:"/api-reference/enums/legal-document-type",component:l("/api-reference/enums/legal-document-type","9b9"),exact:!0},{path:"/api-reference/enums/mandate-language",component:l("/api-reference/enums/mandate-language","db9"),exact:!0},{path:"/api-reference/enums/merchant-category-description",component:l("/api-reference/enums/merchant-category-description","543"),exact:!0},{path:"/api-reference/enums/merchant-payment-method-status",component:l("/api-reference/enums/merchant-payment-method-status","3d8"),exact:!0},{path:"/api-reference/enums/merchant-payment-method-type",component:l("/api-reference/enums/merchant-payment-method-type","67c"),exact:!0},{path:"/api-reference/enums/merchant-profile-order-by-field-input",component:l("/api-reference/enums/merchant-profile-order-by-field-input","c30"),exact:!0},{path:"/api-reference/enums/merchant-profile-status",component:l("/api-reference/enums/merchant-profile-status","fa8"),exact:!0},{path:"/api-reference/enums/monthly-income",component:l("/api-reference/enums/monthly-income","486"),exact:!0},{path:"/api-reference/enums/monthly-payment-volume",component:l("/api-reference/enums/monthly-payment-volume","87d"),exact:!0},{path:"/api-reference/enums/onboarding-order-by-field-input",component:l("/api-reference/enums/onboarding-order-by-field-input","953"),exact:!0},{path:"/api-reference/enums/onboarding-state",component:l("/api-reference/enums/onboarding-state","0f5"),exact:!0},{path:"/api-reference/enums/onboarding-status",component:l("/api-reference/enums/onboarding-status","d7c"),exact:!0},{path:"/api-reference/enums/order-by-direction",component:l("/api-reference/enums/order-by-direction","e67"),exact:!0},{path:"/api-reference/enums/partner-close-account-reason-type",component:l("/api-reference/enums/partner-close-account-reason-type","cea"),exact:!0},{path:"/api-reference/enums/partnership-status",component:l("/api-reference/enums/partnership-status","847"),exact:!0},{path:"/api-reference/enums/payment-account-type",component:l("/api-reference/enums/payment-account-type","9ee"),exact:!0},{path:"/api-reference/enums/payment-level",component:l("/api-reference/enums/payment-level","1fd"),exact:!0},{path:"/api-reference/enums/payment-mandate-canceled-reason",component:l("/api-reference/enums/payment-mandate-canceled-reason","022"),exact:!0},{path:"/api-reference/enums/payment-mandate-order-by-field-input",component:l("/api-reference/enums/payment-mandate-order-by-field-input","e91"),exact:!0},{path:"/api-reference/enums/payment-mandate-scheme",component:l("/api-reference/enums/payment-mandate-scheme","eeb"),exact:!0},{path:"/api-reference/enums/payment-mandate-sequence",component:l("/api-reference/enums/payment-mandate-sequence","b61"),exact:!0},{path:"/api-reference/enums/payment-mandate-status",component:l("/api-reference/enums/payment-mandate-status","9ab"),exact:!0},{path:"/api-reference/enums/payment-order-by-field-input",component:l("/api-reference/enums/payment-order-by-field-input","103"),exact:!0},{path:"/api-reference/enums/payment-product",component:l("/api-reference/enums/payment-product","927"),exact:!0},{path:"/api-reference/enums/payment-status",component:l("/api-reference/enums/payment-status","a57"),exact:!0},{path:"/api-reference/enums/pending-digital-card-status",component:l("/api-reference/enums/pending-digital-card-status","422"),exact:!0},{path:"/api-reference/enums/physical-card-status",component:l("/api-reference/enums/physical-card-status","3e0"),exact:!0},{path:"/api-reference/enums/preferred-notification-channel",component:l("/api-reference/enums/preferred-notification-channel","023"),exact:!0},{path:"/api-reference/enums/product-type",component:l("/api-reference/enums/product-type","0fc"),exact:!0},{path:"/api-reference/enums/project-card-settings-background-type",component:l("/api-reference/enums/project-card-settings-background-type","9f2"),exact:!0},{path:"/api-reference/enums/project-card-status",component:l("/api-reference/enums/project-card-status","62c"),exact:!0},{path:"/api-reference/enums/project-status",component:l("/api-reference/enums/project-status","110"),exact:!0},{path:"/api-reference/enums/project-type",component:l("/api-reference/enums/project-type","c83"),exact:!0},{path:"/api-reference/enums/received-direct-debit-mandate-scheme",component:l("/api-reference/enums/received-direct-debit-mandate-scheme","d17"),exact:!0},{path:"/api-reference/enums/received-direct-debit-mandate-status",component:l("/api-reference/enums/received-direct-debit-mandate-status","1c8"),exact:!0},{path:"/api-reference/enums/refund-rejection-code",component:l("/api-reference/enums/refund-rejection-code","487"),exact:!0},{path:"/api-reference/enums/rejected-funding-source-reason",component:l("/api-reference/enums/rejected-funding-source-reason","99e"),exact:!0},{path:"/api-reference/enums/rejected-reason-code",component:l("/api-reference/enums/rejected-reason-code","f96"),exact:!0},{path:"/api-reference/enums/rejected-verification-reason",component:l("/api-reference/enums/rejected-verification-reason","5bf"),exact:!0},{path:"/api-reference/enums/released-reason",component:l("/api-reference/enums/released-reason","ccc"),exact:!0},{path:"/api-reference/enums/request-merchant-profile-update-status",component:l("/api-reference/enums/request-merchant-profile-update-status","fbf"),exact:!0},{path:"/api-reference/enums/sepadirect-debit-scheme",component:l("/api-reference/enums/sepadirect-debit-scheme","e5d"),exact:!0},{path:"/api-reference/enums/sepapayment-mandate-scheme",component:l("/api-reference/enums/sepapayment-mandate-scheme","0a1"),exact:!0},{path:"/api-reference/enums/sepapayment-mandate-sequence",component:l("/api-reference/enums/sepapayment-mandate-sequence","af6"),exact:!0},{path:"/api-reference/enums/separeceived-direct-debit-mandate-scheme",component:l("/api-reference/enums/separeceived-direct-debit-mandate-scheme","c48"),exact:!0},{path:"/api-reference/enums/separeceived-direct-debit-mandate-sequence",component:l("/api-reference/enums/separeceived-direct-debit-mandate-sequence","02d"),exact:!0},{path:"/api-reference/enums/shareholder-status",component:l("/api-reference/enums/shareholder-status","e27"),exact:!0},{path:"/api-reference/enums/shareholder-type",component:l("/api-reference/enums/shareholder-type","356"),exact:!0},{path:"/api-reference/enums/signature-status",component:l("/api-reference/enums/signature-status","f11"),exact:!0},{path:"/api-reference/enums/simulation-card-type",component:l("/api-reference/enums/simulation-card-type","993"),exact:!0},{path:"/api-reference/enums/spending-limit-period",component:l("/api-reference/enums/spending-limit-period","789"),exact:!0},{path:"/api-reference/enums/spending-limit-period-input",component:l("/api-reference/enums/spending-limit-period-input","9d2"),exact:!0},{path:"/api-reference/enums/spending-limit-type",component:l("/api-reference/enums/spending-limit-type","e64"),exact:!0},{path:"/api-reference/enums/standing-order-period",component:l("/api-reference/enums/standing-order-period","6f2"),exact:!0},{path:"/api-reference/enums/standing-order-status",component:l("/api-reference/enums/standing-order-status","fcf"),exact:!0},{path:"/api-reference/enums/statement-period",component:l("/api-reference/enums/statement-period","16e"),exact:!0},{path:"/api-reference/enums/statement-status",component:l("/api-reference/enums/statement-status","0a0"),exact:!0},{path:"/api-reference/enums/statement-type",component:l("/api-reference/enums/statement-type","ecf"),exact:!0},{path:"/api-reference/enums/supporting-document-collect-mode",component:l("/api-reference/enums/supporting-document-collect-mode","b70"),exact:!0},{path:"/api-reference/enums/supporting-document-collection-status",component:l("/api-reference/enums/supporting-document-collection-status","727"),exact:!0},{path:"/api-reference/enums/supporting-document-communication-language-settings",component:l("/api-reference/enums/supporting-document-communication-language-settings","7eb"),exact:!0},{path:"/api-reference/enums/supporting-document-purpose-enum",component:l("/api-reference/enums/supporting-document-purpose-enum","5f9"),exact:!0},{path:"/api-reference/enums/supporting-document-status",component:l("/api-reference/enums/supporting-document-status","8be"),exact:!0},{path:"/api-reference/enums/supporting-document-type",component:l("/api-reference/enums/supporting-document-type","c14"),exact:!0},{path:"/api-reference/enums/suspend-account-reason-type",component:l("/api-reference/enums/suspend-account-reason-type","f2b"),exact:!0},{path:"/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason",component:l("/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason","50c"),exact:!0},{path:"/api-reference/enums/swan-identification-status",component:l("/api-reference/enums/swan-identification-status","4c9"),exact:!0},{path:"/api-reference/enums/title-enum",component:l("/api-reference/enums/title-enum","316"),exact:!0},{path:"/api-reference/enums/transaction-reason-code",component:l("/api-reference/enums/transaction-reason-code","ced"),exact:!0},{path:"/api-reference/enums/transaction-side",component:l("/api-reference/enums/transaction-side","d1b"),exact:!0},{path:"/api-reference/enums/transaction-status",component:l("/api-reference/enums/transaction-status","6b7"),exact:!0},{path:"/api-reference/enums/transaction-type-enum",component:l("/api-reference/enums/transaction-type-enum","a4c"),exact:!0},{path:"/api-reference/enums/transactions-order-by-field",component:l("/api-reference/enums/transactions-order-by-field","bdd"),exact:!0},{path:"/api-reference/enums/type-of-representation",component:l("/api-reference/enums/type-of-representation","7a0"),exact:!0},{path:"/api-reference/enums/ultimate-beneficial-owner-type",component:l("/api-reference/enums/ultimate-beneficial-owner-type","b87"),exact:!0},{path:"/api-reference/enums/user-order-by-field-input",component:l("/api-reference/enums/user-order-by-field-input","011"),exact:!0},{path:"/api-reference/enums/validation-field-error-code",component:l("/api-reference/enums/validation-field-error-code","105"),exact:!0},{path:"/api-reference/enums/verification-flow",component:l("/api-reference/enums/verification-flow","aac"),exact:!0},{path:"/api-reference/enums/verification-status",component:l("/api-reference/enums/verification-status","926"),exact:!0},{path:"/api-reference/enums/wallet-provider-type",component:l("/api-reference/enums/wallet-provider-type","da9"),exact:!0},{path:"/api-reference/inputs/account-filter-input",component:l("/api-reference/inputs/account-filter-input","1fa"),exact:!0},{path:"/api-reference/inputs/account-holder-filter-input",component:l("/api-reference/inputs/account-holder-filter-input","f47"),exact:!0},{path:"/api-reference/inputs/account-holder-order-by-input",component:l("/api-reference/inputs/account-holder-order-by-input","169"),exact:!0},{path:"/api-reference/inputs/account-membership-order-by-input",component:l("/api-reference/inputs/account-membership-order-by-input","540"),exact:!0},{path:"/api-reference/inputs/account-memberships-filter-input",component:l("/api-reference/inputs/account-memberships-filter-input","ef7"),exact:!0},{path:"/api-reference/inputs/account-order-by-input",component:l("/api-reference/inputs/account-order-by-input","854"),exact:!0},{path:"/api-reference/inputs/account-received-direct-debit-mandate-filters-input",component:l("/api-reference/inputs/account-received-direct-debit-mandate-filters-input","006"),exact:!0},{path:"/api-reference/inputs/account-received-direct-debit-order-by-input",component:l("/api-reference/inputs/account-received-direct-debit-order-by-input","4d1"),exact:!0},{path:"/api-reference/inputs/account-standing-order-filters-input",component:l("/api-reference/inputs/account-standing-order-filters-input","08b"),exact:!0},{path:"/api-reference/inputs/account-standing-order-order-by-input",component:l("/api-reference/inputs/account-standing-order-order-by-input","b26"),exact:!0},{path:"/api-reference/inputs/activate-physical-card-input",component:l("/api-reference/inputs/activate-physical-card-input","b08"),exact:!0},{path:"/api-reference/inputs/add-account-membership-input",component:l("/api-reference/inputs/add-account-membership-input","75e"),exact:!0},{path:"/api-reference/inputs/add-account-memberships-input",component:l("/api-reference/inputs/add-account-memberships-input","926"),exact:!0},{path:"/api-reference/inputs/add-card-input",component:l("/api-reference/inputs/add-card-input","e84"),exact:!0},{path:"/api-reference/inputs/add-cards-input",component:l("/api-reference/inputs/add-cards-input","ad6"),exact:!0},{path:"/api-reference/inputs/add-cards-with-group-delivery-input",component:l("/api-reference/inputs/add-cards-with-group-delivery-input","5c4"),exact:!0},{path:"/api-reference/inputs/add-digital-card-input",component:l("/api-reference/inputs/add-digital-card-input","ffc"),exact:!0},{path:"/api-reference/inputs/add-direct-debit-funding-source-input",component:l("/api-reference/inputs/add-direct-debit-funding-source-input","549"),exact:!0},{path:"/api-reference/inputs/add-external-account-balance-input",component:l("/api-reference/inputs/add-external-account-balance-input","6b7"),exact:!0},{path:"/api-reference/inputs/add-external-account-input",component:l("/api-reference/inputs/add-external-account-input","937"),exact:!0},{path:"/api-reference/inputs/add-funding-limit-settings-change-request-input",component:l("/api-reference/inputs/add-funding-limit-settings-change-request-input","ddb"),exact:!0},{path:"/api-reference/inputs/add-internal-direct-debit-payment-mandate-input",component:l("/api-reference/inputs/add-internal-direct-debit-payment-mandate-input","655"),exact:!0},{path:"/api-reference/inputs/add-merchant-profile-input",component:l("/api-reference/inputs/add-merchant-profile-input","fea"),exact:!0},{path:"/api-reference/inputs/add-or-update-external-account-balance-input",component:l("/api-reference/inputs/add-or-update-external-account-balance-input","c69"),exact:!0},{path:"/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input",component:l("/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input","7a6"),exact:!0},{path:"/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input",component:l("/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input","4e2"),exact:!0},{path:"/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input",component:l("/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input","7f7"),exact:!0},{path:"/api-reference/inputs/add-single-use-virtual-card-input",component:l("/api-reference/inputs/add-single-use-virtual-card-input","b90"),exact:!0},{path:"/api-reference/inputs/add-single-use-virtual-cards-input",component:l("/api-reference/inputs/add-single-use-virtual-cards-input","dbd"),exact:!0},{path:"/api-reference/inputs/add-virtual-iban-input",component:l("/api-reference/inputs/add-virtual-iban-input","7ff"),exact:!0},{path:"/api-reference/inputs/address-information-input",component:l("/api-reference/inputs/address-information-input","920"),exact:!0},{path:"/api-reference/inputs/address-input",component:l("/api-reference/inputs/address-input","41e"),exact:!0},{path:"/api-reference/inputs/allow-sdd-input",component:l("/api-reference/inputs/allow-sdd-input","407"),exact:!0},{path:"/api-reference/inputs/allow-sdd-virtual-iban-entry-input",component:l("/api-reference/inputs/allow-sdd-virtual-iban-entry-input","fbc"),exact:!0},{path:"/api-reference/inputs/amount-input",component:l("/api-reference/inputs/amount-input","174"),exact:!0},{path:"/api-reference/inputs/bind-account-membership-input",component:l("/api-reference/inputs/bind-account-membership-input","85e"),exact:!0},{path:"/api-reference/inputs/cancel-card-input",component:l("/api-reference/inputs/cancel-card-input","7f2"),exact:!0},{path:"/api-reference/inputs/cancel-consent-input",component:l("/api-reference/inputs/cancel-consent-input","2a8"),exact:!0},{path:"/api-reference/inputs/cancel-digital-card-input",component:l("/api-reference/inputs/cancel-digital-card-input","d19"),exact:!0},{path:"/api-reference/inputs/cancel-funding-source-input",component:l("/api-reference/inputs/cancel-funding-source-input","aac"),exact:!0},{path:"/api-reference/inputs/cancel-physical-card-input",component:l("/api-reference/inputs/cancel-physical-card-input","725"),exact:!0},{path:"/api-reference/inputs/cancel-standing-order-input",component:l("/api-reference/inputs/cancel-standing-order-input","960"),exact:!0},{path:"/api-reference/inputs/cancel-transaction-input",component:l("/api-reference/inputs/cancel-transaction-input","459"),exact:!0},{path:"/api-reference/inputs/cancel-virtual-iban-entry-input",component:l("/api-reference/inputs/cancel-virtual-iban-entry-input","219"),exact:!0},{path:"/api-reference/inputs/capital-deposit-case-filters-input",component:l("/api-reference/inputs/capital-deposit-case-filters-input","9ee"),exact:!0},{path:"/api-reference/inputs/capital-deposit-case-order-by-input",component:l("/api-reference/inputs/capital-deposit-case-order-by-input","8b9"),exact:!0},{path:"/api-reference/inputs/card-config-input",component:l("/api-reference/inputs/card-config-input","131"),exact:!0},{path:"/api-reference/inputs/card-config-with-group-delivery-input",component:l("/api-reference/inputs/card-config-with-group-delivery-input","7e5"),exact:!0},{path:"/api-reference/inputs/card-filters-input",component:l("/api-reference/inputs/card-filters-input","f1f"),exact:!0},{path:"/api-reference/inputs/card-order-by-input",component:l("/api-reference/inputs/card-order-by-input","60c"),exact:!0},{path:"/api-reference/inputs/certificate",component:l("/api-reference/inputs/certificate","75e"),exact:!0},{path:"/api-reference/inputs/check-payment-collection-input",component:l("/api-reference/inputs/check-payment-collection-input","ea5"),exact:!0},{path:"/api-reference/inputs/check-payment-method-input",component:l("/api-reference/inputs/check-payment-method-input","f55"),exact:!0},{path:"/api-reference/inputs/close-account-input",component:l("/api-reference/inputs/close-account-input","569"),exact:!0},{path:"/api-reference/inputs/complete-address-input",component:l("/api-reference/inputs/complete-address-input","9e4"),exact:!0},{path:"/api-reference/inputs/complete-address-with-contact-input",component:l("/api-reference/inputs/complete-address-with-contact-input","4f0"),exact:!0},{path:"/api-reference/inputs/consent-id-with-order",component:l("/api-reference/inputs/consent-id-with-order","b13"),exact:!0},{path:"/api-reference/inputs/consents-filters-input",component:l("/api-reference/inputs/consents-filters-input","a76"),exact:!0},{path:"/api-reference/inputs/create-capital-deposit-case-input",component:l("/api-reference/inputs/create-capital-deposit-case-input","0bb"),exact:!0},{path:"/api-reference/inputs/create-multi-consent-input",component:l("/api-reference/inputs/create-multi-consent-input","962"),exact:!0},{path:"/api-reference/inputs/credit-transfer-input",component:l("/api-reference/inputs/credit-transfer-input","6f9"),exact:!0},{path:"/api-reference/inputs/delete-supporting-document-input",component:l("/api-reference/inputs/delete-supporting-document-input","dbb"),exact:!0},{path:"/api-reference/inputs/deny-sdd-input",component:l("/api-reference/inputs/deny-sdd-input","946"),exact:!0},{path:"/api-reference/inputs/deny-sdd-virtual-iban-entry-input",component:l("/api-reference/inputs/deny-sdd-virtual-iban-entry-input","859"),exact:!0},{path:"/api-reference/inputs/digital-card-filters-input",component:l("/api-reference/inputs/digital-card-filters-input","b9f"),exact:!0},{path:"/api-reference/inputs/digital-card-order-by-input",component:l("/api-reference/inputs/digital-card-order-by-input","b75"),exact:!0},{path:"/api-reference/inputs/disable-account-membership-input",component:l("/api-reference/inputs/disable-account-membership-input","e87"),exact:!0},{path:"/api-reference/inputs/enable-received-direct-debit-mandate-input",component:l("/api-reference/inputs/enable-received-direct-debit-mandate-input","79d"),exact:!0},{path:"/api-reference/inputs/external-account-balance-input",component:l("/api-reference/inputs/external-account-balance-input","7ad"),exact:!0},{path:"/api-reference/inputs/finalize-onboarding-input",component:l("/api-reference/inputs/finalize-onboarding-input","d66"),exact:!0},{path:"/api-reference/inputs/funding-limit-amount-input",component:l("/api-reference/inputs/funding-limit-amount-input","b96"),exact:!0},{path:"/api-reference/inputs/funding-limit-settings-change-request-filters-input",component:l("/api-reference/inputs/funding-limit-settings-change-request-filters-input","4f3"),exact:!0},{path:"/api-reference/inputs/funding-limit-settings-change-request-order-by-input",component:l("/api-reference/inputs/funding-limit-settings-change-request-order-by-input","55d"),exact:!0},{path:"/api-reference/inputs/funding-source-filters-input",component:l("/api-reference/inputs/funding-source-filters-input","d94"),exact:!0},{path:"/api-reference/inputs/funding-source-order-by-input",component:l("/api-reference/inputs/funding-source-order-by-input","9f3"),exact:!0},{path:"/api-reference/inputs/generate-account-statement-input",component:l("/api-reference/inputs/generate-account-statement-input","2cc"),exact:!0},{path:"/api-reference/inputs/generate-capital-deposit-document-upload-url-input",component:l("/api-reference/inputs/generate-capital-deposit-document-upload-url-input","b6b"),exact:!0},{path:"/api-reference/inputs/generate-supporting-document-upload-url-input",component:l("/api-reference/inputs/generate-supporting-document-upload-url-input","5ee"),exact:!0},{path:"/api-reference/inputs/grant-consent-with-server-signature-input",component:l("/api-reference/inputs/grant-consent-with-server-signature-input","be8"),exact:!0},{path:"/api-reference/inputs/iban-validation-input",component:l("/api-reference/inputs/iban-validation-input","597"),exact:!0},{path:"/api-reference/inputs/identification-filters-input",component:l("/api-reference/inputs/identification-filters-input","f29"),exact:!0},{path:"/api-reference/inputs/identifications-order-by-input",component:l("/api-reference/inputs/identifications-order-by-input","d13"),exact:!0},{path:"/api-reference/inputs/individual-ultimate-beneficial-owner-input",component:l("/api-reference/inputs/individual-ultimate-beneficial-owner-input","559"),exact:!0},{path:"/api-reference/inputs/initiate-credit-transfers-input",component:l("/api-reference/inputs/initiate-credit-transfers-input","e52"),exact:!0},{path:"/api-reference/inputs/initiate-funding-request-input",component:l("/api-reference/inputs/initiate-funding-request-input","486"),exact:!0},{path:"/api-reference/inputs/initiate-international-credit-transfer-input",component:l("/api-reference/inputs/initiate-international-credit-transfer-input","41f"),exact:!0},{path:"/api-reference/inputs/initiate-merchant-payment-collection-input",component:l("/api-reference/inputs/initiate-merchant-payment-collection-input","e5d"),exact:!0},{path:"/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input",component:l("/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input","c19"),exact:!0},{path:"/api-reference/inputs/internal-direct-debit-payment-collection-input",component:l("/api-reference/inputs/internal-direct-debit-payment-collection-input","318"),exact:!0},{path:"/api-reference/inputs/internal-direct-debit-standard-payment-method-input",component:l("/api-reference/inputs/internal-direct-debit-standard-payment-method-input","b0d"),exact:!0},{path:"/api-reference/inputs/international-address-input",component:l("/api-reference/inputs/international-address-input","f92"),exact:!0},{path:"/api-reference/inputs/international-beneficiary-details-input",component:l("/api-reference/inputs/international-beneficiary-details-input","226"),exact:!0},{path:"/api-reference/inputs/international-beneficiary-input",component:l("/api-reference/inputs/international-beneficiary-input","e83"),exact:!0},{path:"/api-reference/inputs/international-credit-transfer-details-input",component:l("/api-reference/inputs/international-credit-transfer-details-input","ea7"),exact:!0},{path:"/api-reference/inputs/legal-documents-filter-input",component:l("/api-reference/inputs/legal-documents-filter-input","570"),exact:!0},{path:"/api-reference/inputs/membership-info-input",component:l("/api-reference/inputs/membership-info-input","b4e"),exact:!0},{path:"/api-reference/inputs/memberships-filter-input",component:l("/api-reference/inputs/memberships-filter-input","0fe"),exact:!0},{path:"/api-reference/inputs/merchant-profile-filters-input",component:l("/api-reference/inputs/merchant-profile-filters-input","d0d"),exact:!0},{path:"/api-reference/inputs/merchant-profile-order-by-input",component:l("/api-reference/inputs/merchant-profile-order-by-input","c28"),exact:!0},{path:"/api-reference/inputs/oauth-redirect-parameters-input",component:l("/api-reference/inputs/oauth-redirect-parameters-input","493"),exact:!0},{path:"/api-reference/inputs/onboard-company-account-holder-input",component:l("/api-reference/inputs/onboard-company-account-holder-input","39c"),exact:!0},{path:"/api-reference/inputs/onboard-company-shareholder-input",component:l("/api-reference/inputs/onboard-company-shareholder-input","820"),exact:!0},{path:"/api-reference/inputs/onboard-individual-account-holder-input",component:l("/api-reference/inputs/onboard-individual-account-holder-input","f56"),exact:!0},{path:"/api-reference/inputs/onboard-individual-shareholder-input",component:l("/api-reference/inputs/onboard-individual-shareholder-input","64f"),exact:!0},{path:"/api-reference/inputs/onboarding-filters-input",component:l("/api-reference/inputs/onboarding-filters-input","212"),exact:!0},{path:"/api-reference/inputs/onboarding-order-by-input",component:l("/api-reference/inputs/onboarding-order-by-input","d73"),exact:!0},{path:"/api-reference/inputs/partner-close-account-reason-input",component:l("/api-reference/inputs/partner-close-account-reason-input","113"),exact:!0},{path:"/api-reference/inputs/payment-filters-input",component:l("/api-reference/inputs/payment-filters-input","c51"),exact:!0},{path:"/api-reference/inputs/payment-mandate-filters-input",component:l("/api-reference/inputs/payment-mandate-filters-input","493"),exact:!0},{path:"/api-reference/inputs/payment-mandate-order-by-input",component:l("/api-reference/inputs/payment-mandate-order-by-input","2b1"),exact:!0},{path:"/api-reference/inputs/payment-order-by-input",component:l("/api-reference/inputs/payment-order-by-input","59b"),exact:!0},{path:"/api-reference/inputs/physical-card-config-input",component:l("/api-reference/inputs/physical-card-config-input","2cb"),exact:!0},{path:"/api-reference/inputs/physical-card-custom-options-for-group-delivery-input",component:l("/api-reference/inputs/physical-card-custom-options-for-group-delivery-input","c56"),exact:!0},{path:"/api-reference/inputs/physical-card-custom-options-for-print-input",component:l("/api-reference/inputs/physical-card-custom-options-for-print-input","560"),exact:!0},{path:"/api-reference/inputs/physical-card-custom-options-input",component:l("/api-reference/inputs/physical-card-custom-options-input","a9b"),exact:!0},{path:"/api-reference/inputs/print-physical-card-input",component:l("/api-reference/inputs/print-physical-card-input","021"),exact:!0},{path:"/api-reference/inputs/reason-input",component:l("/api-reference/inputs/reason-input","84b"),exact:!0},{path:"/api-reference/inputs/refund-input",component:l("/api-reference/inputs/refund-input","fad"),exact:!0},{path:"/api-reference/inputs/refund-transaction",component:l("/api-reference/inputs/refund-transaction","ba2"),exact:!0},{path:"/api-reference/inputs/request-merchant-payment-methods-input",component:l("/api-reference/inputs/request-merchant-payment-methods-input","aad"),exact:!0},{path:"/api-reference/inputs/request-merchant-profile-update-input",component:l("/api-reference/inputs/request-merchant-profile-update-input","50d"),exact:!0},{path:"/api-reference/inputs/request-supporting-document-collection-review-input",component:l("/api-reference/inputs/request-supporting-document-collection-review-input","ef9"),exact:!0},{path:"/api-reference/inputs/residency-address-input",component:l("/api-reference/inputs/residency-address-input","06b"),exact:!0},{path:"/api-reference/inputs/restricted-to-input",component:l("/api-reference/inputs/restricted-to-input","d75"),exact:!0},{path:"/api-reference/inputs/resume-account-membership-input",component:l("/api-reference/inputs/resume-account-membership-input","a1f"),exact:!0},{path:"/api-reference/inputs/resume-physical-card-input",component:l("/api-reference/inputs/resume-physical-card-input","aa7"),exact:!0},{path:"/api-reference/inputs/schedule-standing-order-input",component:l("/api-reference/inputs/schedule-standing-order-input","28a"),exact:!0},{path:"/api-reference/inputs/sepa-beneficiary-input",component:l("/api-reference/inputs/sepa-beneficiary-input","338"),exact:!0},{path:"/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input",component:l("/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input","d0e"),exact:!0},{path:"/api-reference/inputs/sepa-direct-debit-core-payment-method-input",component:l("/api-reference/inputs/sepa-direct-debit-core-payment-method-input","f32"),exact:!0},{path:"/api-reference/inputs/sepa-direct-debit-payment-collection-input",component:l("/api-reference/inputs/sepa-direct-debit-payment-collection-input","c15"),exact:!0},{path:"/api-reference/inputs/sepa-payment-mandate-debtor-input",component:l("/api-reference/inputs/sepa-payment-mandate-debtor-input","a4c"),exact:!0},{path:"/api-reference/inputs/signature-data",component:l("/api-reference/inputs/signature-data","d4a"),exact:!0},{path:"/api-reference/inputs/single-use-virtual-card-config-input",component:l("/api-reference/inputs/single-use-virtual-card-config-input","93b"),exact:!0},{path:"/api-reference/inputs/spending-limit-input",component:l("/api-reference/inputs/spending-limit-input","18f"),exact:!0},{path:"/api-reference/inputs/statement-filters-input",component:l("/api-reference/inputs/statement-filters-input","a26"),exact:!0},{path:"/api-reference/inputs/suspend-account-membership-input",component:l("/api-reference/inputs/suspend-account-membership-input","0aa"),exact:!0},{path:"/api-reference/inputs/suspend-account-reason-input",component:l("/api-reference/inputs/suspend-account-reason-input","352"),exact:!0},{path:"/api-reference/inputs/suspend-physical-card-input",component:l("/api-reference/inputs/suspend-physical-card-input","b60"),exact:!0},{path:"/api-reference/inputs/suspend-received-direct-debit-mandate-input",component:l("/api-reference/inputs/suspend-received-direct-debit-mandate-input","eda"),exact:!0},{path:"/api-reference/inputs/swan-account-beneficiary-input",component:l("/api-reference/inputs/swan-account-beneficiary-input","6fd"),exact:!0},{path:"/api-reference/inputs/transactions-filters-input",component:l("/api-reference/inputs/transactions-filters-input","d77"),exact:!0},{path:"/api-reference/inputs/transactions-order-by-input",component:l("/api-reference/inputs/transactions-order-by-input","3f9"),exact:!0},{path:"/api-reference/inputs/update-account-holder-input",component:l("/api-reference/inputs/update-account-holder-input","98b"),exact:!0},{path:"/api-reference/inputs/update-account-input",component:l("/api-reference/inputs/update-account-input","014"),exact:!0},{path:"/api-reference/inputs/update-account-membership-input",component:l("/api-reference/inputs/update-account-membership-input","84b"),exact:!0},{path:"/api-reference/inputs/update-card-input",component:l("/api-reference/inputs/update-card-input","3c4"),exact:!0},{path:"/api-reference/inputs/update-company-onboarding-input",component:l("/api-reference/inputs/update-company-onboarding-input","430"),exact:!0},{path:"/api-reference/inputs/update-individual-onboarding-input",component:l("/api-reference/inputs/update-individual-onboarding-input","1bf"),exact:!0},{path:"/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input",component:l("/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input","f1a"),exact:!0},{path:"/api-reference/inputs/update-supporting-document-input",component:l("/api-reference/inputs/update-supporting-document-input","56a"),exact:!0},{path:"/api-reference/inputs/update-user-consent-settings-input",component:l("/api-reference/inputs/update-user-consent-settings-input","034"),exact:!0},{path:"/api-reference/inputs/updated-restricted-to-input",component:l("/api-reference/inputs/updated-restricted-to-input","277"),exact:!0},{path:"/api-reference/inputs/user-filter-input",component:l("/api-reference/inputs/user-filter-input","aaa"),exact:!0},{path:"/api-reference/inputs/user-order-by-input",component:l("/api-reference/inputs/user-order-by-input","a75"),exact:!0},{path:"/api-reference/inputs/view-card-numbers-input",component:l("/api-reference/inputs/view-card-numbers-input","04d"),exact:!0},{path:"/api-reference/inputs/view-physical-card-numbers-input",component:l("/api-reference/inputs/view-physical-card-numbers-input","efb"),exact:!0},{path:"/api-reference/inputs/view-physical-card-pin-input",component:l("/api-reference/inputs/view-physical-card-pin-input","c05"),exact:!0},{path:"/api-reference/interfaces/account-holder-info",component:l("/api-reference/interfaces/account-holder-info","280"),exact:!0},{path:"/api-reference/interfaces/account-holder-status-info",component:l("/api-reference/interfaces/account-holder-status-info","9ba"),exact:!0},{path:"/api-reference/interfaces/account-membership-status-info",component:l("/api-reference/interfaces/account-membership-status-info","ae2"),exact:!0},{path:"/api-reference/interfaces/account-status-info",component:l("/api-reference/interfaces/account-status-info","e42"),exact:!0},{path:"/api-reference/interfaces/account-verification",component:l("/api-reference/interfaces/account-verification","b00"),exact:!0},{path:"/api-reference/interfaces/account-verification-status-info",component:l("/api-reference/interfaces/account-verification-status-info","302"),exact:!0},{path:"/api-reference/interfaces/beneficiary",component:l("/api-reference/interfaces/beneficiary","82c"),exact:!0},{path:"/api-reference/interfaces/card-status-info",component:l("/api-reference/interfaces/card-status-info","8bc"),exact:!0},{path:"/api-reference/interfaces/complete-digital-card-status-info",component:l("/api-reference/interfaces/complete-digital-card-status-info","c16"),exact:!0},{path:"/api-reference/interfaces/connection",component:l("/api-reference/interfaces/connection","2ac"),exact:!0},{path:"/api-reference/interfaces/digital-card",component:l("/api-reference/interfaces/digital-card","a1c"),exact:!0},{path:"/api-reference/interfaces/document-file",component:l("/api-reference/interfaces/document-file","14d"),exact:!0},{path:"/api-reference/interfaces/edge",component:l("/api-reference/interfaces/edge","9e8"),exact:!0},{path:"/api-reference/interfaces/fee-creditor",component:l("/api-reference/interfaces/fee-creditor","c26"),exact:!0},{path:"/api-reference/interfaces/fee-debtor",component:l("/api-reference/interfaces/fee-debtor","69a"),exact:!0},{path:"/api-reference/interfaces/field",component:l("/api-reference/interfaces/field","fec"),exact:!0},{path:"/api-reference/interfaces/funding-limit-settings-change-request-status-info",component:l("/api-reference/interfaces/funding-limit-settings-change-request-status-info","cb2"),exact:!0},{path:"/api-reference/interfaces/funding-limit-settings-status-info",component:l("/api-reference/interfaces/funding-limit-settings-status-info","1f3"),exact:!0},{path:"/api-reference/interfaces/funding-source",component:l("/api-reference/interfaces/funding-source","683"),exact:!0},{path:"/api-reference/interfaces/funding-source-status-info",component:l("/api-reference/interfaces/funding-source-status-info","f82"),exact:!0},{path:"/api-reference/interfaces/individual-ultimate-beneficial-owner-info",component:l("/api-reference/interfaces/individual-ultimate-beneficial-owner-info","ac9"),exact:!0},{path:"/api-reference/interfaces/internal-credit-transfer-creditor",component:l("/api-reference/interfaces/internal-credit-transfer-creditor","752"),exact:!0},{path:"/api-reference/interfaces/internal-credit-transfer-debtor",component:l("/api-reference/interfaces/internal-credit-transfer-debtor","7aa"),exact:!0},{path:"/api-reference/interfaces/internal-direct-debit-mandate",component:l("/api-reference/interfaces/internal-direct-debit-mandate","461"),exact:!0},{path:"/api-reference/interfaces/legal-document-status-info",component:l("/api-reference/interfaces/legal-document-status-info","e49"),exact:!0},{path:"/api-reference/interfaces/merchant-payment-method",component:l("/api-reference/interfaces/merchant-payment-method","370"),exact:!0},{path:"/api-reference/interfaces/merchant-payment-method-status-info",component:l("/api-reference/interfaces/merchant-payment-method-status-info","5bf"),exact:!0},{path:"/api-reference/interfaces/merchant-profile-status-info",component:l("/api-reference/interfaces/merchant-profile-status-info","2c6"),exact:!0},{path:"/api-reference/interfaces/onboarding-account-holder-info",component:l("/api-reference/interfaces/onboarding-account-holder-info","fee"),exact:!0},{path:"/api-reference/interfaces/onboarding-status-info",component:l("/api-reference/interfaces/onboarding-status-info","ddc"),exact:!0},{path:"/api-reference/interfaces/partnership-status-info",component:l("/api-reference/interfaces/partnership-status-info","afd"),exact:!0},{path:"/api-reference/interfaces/payment-direct-debit-mandate",component:l("/api-reference/interfaces/payment-direct-debit-mandate","8b2"),exact:!0},{path:"/api-reference/interfaces/payment-mandate",component:l("/api-reference/interfaces/payment-mandate","cfb"),exact:!0},{path:"/api-reference/interfaces/payment-mandate-creditor",component:l("/api-reference/interfaces/payment-mandate-creditor","cd4"),exact:!0},{path:"/api-reference/interfaces/payment-mandate-debtor",component:l("/api-reference/interfaces/payment-mandate-debtor","75e"),exact:!0},{path:"/api-reference/interfaces/payment-mandate-status-info",component:l("/api-reference/interfaces/payment-mandate-status-info","16b"),exact:!0},{path:"/api-reference/interfaces/payment-status-info",component:l("/api-reference/interfaces/payment-status-info","78f"),exact:!0},{path:"/api-reference/interfaces/pending-digital-card-status-info",component:l("/api-reference/interfaces/pending-digital-card-status-info","75b"),exact:!0},{path:"/api-reference/interfaces/physical-card-status-info",component:l("/api-reference/interfaces/physical-card-status-info","c06"),exact:!0},{path:"/api-reference/interfaces/reason",component:l("/api-reference/interfaces/reason","55a"),exact:!0},{path:"/api-reference/interfaces/received-direct-debit-mandate",component:l("/api-reference/interfaces/received-direct-debit-mandate","564"),exact:!0},{path:"/api-reference/interfaces/received-direct-debit-mandate-status-info",component:l("/api-reference/interfaces/received-direct-debit-mandate-status-info","f08"),exact:!0},{path:"/api-reference/interfaces/rejection",component:l("/api-reference/interfaces/rejection","b48"),exact:!0},{path:"/api-reference/interfaces/sepacredit-transfer-creditor",component:l("/api-reference/interfaces/sepacredit-transfer-creditor","8d5"),exact:!0},{path:"/api-reference/interfaces/sepacredit-transfer-debtor",component:l("/api-reference/interfaces/sepacredit-transfer-debtor","6e8"),exact:!0},{path:"/api-reference/interfaces/sepadirect-debit-creditor",component:l("/api-reference/interfaces/sepadirect-debit-creditor","453"),exact:!0},{path:"/api-reference/interfaces/sepadirect-debit-debtor",component:l("/api-reference/interfaces/sepadirect-debit-debtor","e5a"),exact:!0},{path:"/api-reference/interfaces/sepadirect-debit-mandate",component:l("/api-reference/interfaces/sepadirect-debit-mandate","020"),exact:!0},{path:"/api-reference/interfaces/standing-order-status-info",component:l("/api-reference/interfaces/standing-order-status-info","6f9"),exact:!0},{path:"/api-reference/interfaces/statement-info",component:l("/api-reference/interfaces/statement-info","0ae"),exact:!0},{path:"/api-reference/interfaces/supporting-document-collection-status-info",component:l("/api-reference/interfaces/supporting-document-collection-status-info","1dd"),exact:!0},{path:"/api-reference/interfaces/supporting-document-status-info",component:l("/api-reference/interfaces/supporting-document-status-info","807"),exact:!0},{path:"/api-reference/interfaces/transaction",component:l("/api-reference/interfaces/transaction","f96"),exact:!0},{path:"/api-reference/interfaces/transaction-status-info",component:l("/api-reference/interfaces/transaction-status-info","055"),exact:!0},{path:"/api-reference/interfaces/ultimate-beneficial-owner-info",component:l("/api-reference/interfaces/ultimate-beneficial-owner-info","3ab"),exact:!0},{path:"/api-reference/mutations/activate-physical-card",component:l("/api-reference/mutations/activate-physical-card","ee1"),exact:!0},{path:"/api-reference/mutations/add-account-membership",component:l("/api-reference/mutations/add-account-membership","fe6"),exact:!0},{path:"/api-reference/mutations/add-account-memberships",component:l("/api-reference/mutations/add-account-memberships","873"),exact:!0},{path:"/api-reference/mutations/add-card",component:l("/api-reference/mutations/add-card","53a"),exact:!0},{path:"/api-reference/mutations/add-cards",component:l("/api-reference/mutations/add-cards","094"),exact:!0},{path:"/api-reference/mutations/add-cards-with-group-delivery",component:l("/api-reference/mutations/add-cards-with-group-delivery","b53"),exact:!0},{path:"/api-reference/mutations/add-digital-card",component:l("/api-reference/mutations/add-digital-card","27f"),exact:!0},{path:"/api-reference/mutations/add-direct-debit-funding-source",component:l("/api-reference/mutations/add-direct-debit-funding-source","354"),exact:!0},{path:"/api-reference/mutations/add-external-account",component:l("/api-reference/mutations/add-external-account","649"),exact:!0},{path:"/api-reference/mutations/add-external-account-balance",component:l("/api-reference/mutations/add-external-account-balance","3d0"),exact:!0},{path:"/api-reference/mutations/add-funding-limit-settings-change-request",component:l("/api-reference/mutations/add-funding-limit-settings-change-request","19c"),exact:!0},{path:"/api-reference/mutations/add-internal-direct-debit-payment-mandate",component:l("/api-reference/mutations/add-internal-direct-debit-payment-mandate","562"),exact:!0},{path:"/api-reference/mutations/add-merchant-profile",component:l("/api-reference/mutations/add-merchant-profile","803"),exact:!0},{path:"/api-reference/mutations/add-or-update-external-account-balance",component:l("/api-reference/mutations/add-or-update-external-account-balance","798"),exact:!0},{path:"/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate",component:l("/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate","826"),exact:!0},{path:"/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate",component:l("/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate","d51"),exact:!0},{path:"/api-reference/mutations/add-sepa-direct-debit-payment-mandate",component:l("/api-reference/mutations/add-sepa-direct-debit-payment-mandate","abc"),exact:!0},{path:"/api-reference/mutations/add-single-use-virtual-card",component:l("/api-reference/mutations/add-single-use-virtual-card","e6f"),exact:!0},{path:"/api-reference/mutations/add-single-use-virtual-cards",component:l("/api-reference/mutations/add-single-use-virtual-cards","983"),exact:!0},{path:"/api-reference/mutations/add-virtual-iban-entry",component:l("/api-reference/mutations/add-virtual-iban-entry","31a"),exact:!0},{path:"/api-reference/mutations/allow-sdd",component:l("/api-reference/mutations/allow-sdd","f1f"),exact:!0},{path:"/api-reference/mutations/allow-sdd-virtual-iban-entry",component:l("/api-reference/mutations/allow-sdd-virtual-iban-entry","810"),exact:!0},{path:"/api-reference/mutations/bind-account-membership",component:l("/api-reference/mutations/bind-account-membership","f6e"),exact:!0},{path:"/api-reference/mutations/cancel-card",component:l("/api-reference/mutations/cancel-card","beb"),exact:!0},{path:"/api-reference/mutations/cancel-consent",component:l("/api-reference/mutations/cancel-consent","bd8"),exact:!0},{path:"/api-reference/mutations/cancel-digital-card",component:l("/api-reference/mutations/cancel-digital-card","57d"),exact:!0},{path:"/api-reference/mutations/cancel-funding-source",component:l("/api-reference/mutations/cancel-funding-source","909"),exact:!0},{path:"/api-reference/mutations/cancel-physical-card",component:l("/api-reference/mutations/cancel-physical-card","001"),exact:!0},{path:"/api-reference/mutations/cancel-standing-order",component:l("/api-reference/mutations/cancel-standing-order","676"),exact:!0},{path:"/api-reference/mutations/cancel-transaction",component:l("/api-reference/mutations/cancel-transaction","651"),exact:!0},{path:"/api-reference/mutations/cancel-virtual-iban-entry",component:l("/api-reference/mutations/cancel-virtual-iban-entry","db0"),exact:!0},{path:"/api-reference/mutations/close-account",component:l("/api-reference/mutations/close-account","6bf"),exact:!0},{path:"/api-reference/mutations/create-capital-deposit-case",component:l("/api-reference/mutations/create-capital-deposit-case","c5e"),exact:!0},{path:"/api-reference/mutations/create-multi-consent",component:l("/api-reference/mutations/create-multi-consent","f53"),exact:!0},{path:"/api-reference/mutations/delete-supporting-document",component:l("/api-reference/mutations/delete-supporting-document","10a"),exact:!0},{path:"/api-reference/mutations/deny-sdd",component:l("/api-reference/mutations/deny-sdd","421"),exact:!0},{path:"/api-reference/mutations/deny-sdd-virtual-iban-entry",component:l("/api-reference/mutations/deny-sdd-virtual-iban-entry","df5"),exact:!0},{path:"/api-reference/mutations/disable-account-membership",component:l("/api-reference/mutations/disable-account-membership","276"),exact:!0},{path:"/api-reference/mutations/enable-received-direct-debit-mandate",component:l("/api-reference/mutations/enable-received-direct-debit-mandate","b3a"),exact:!0},{path:"/api-reference/mutations/finalize-onboarding",component:l("/api-reference/mutations/finalize-onboarding","ece"),exact:!0},{path:"/api-reference/mutations/generate-account-statement",component:l("/api-reference/mutations/generate-account-statement","36e"),exact:!0},{path:"/api-reference/mutations/generate-capital-deposit-document-upload-url",component:l("/api-reference/mutations/generate-capital-deposit-document-upload-url","e97"),exact:!0},{path:"/api-reference/mutations/generate-supporting-document-upload-url",component:l("/api-reference/mutations/generate-supporting-document-upload-url","35a"),exact:!0},{path:"/api-reference/mutations/grant-consent-with-server-signature",component:l("/api-reference/mutations/grant-consent-with-server-signature","87a"),exact:!0},{path:"/api-reference/mutations/initiate-credit-transfers",component:l("/api-reference/mutations/initiate-credit-transfers","8a9"),exact:!0},{path:"/api-reference/mutations/initiate-funding-request",component:l("/api-reference/mutations/initiate-funding-request","9e3"),exact:!0},{path:"/api-reference/mutations/initiate-international-credit-transfer",component:l("/api-reference/mutations/initiate-international-credit-transfer","3c8"),exact:!0},{path:"/api-reference/mutations/initiate-merchant-payment-collection",component:l("/api-reference/mutations/initiate-merchant-payment-collection","219"),exact:!0},{path:"/api-reference/mutations/onboard-company-account-holder",component:l("/api-reference/mutations/onboard-company-account-holder","ab4"),exact:!0},{path:"/api-reference/mutations/onboard-individual-account-holder",component:l("/api-reference/mutations/onboard-individual-account-holder","a33"),exact:!0},{path:"/api-reference/mutations/print-physical-card",component:l("/api-reference/mutations/print-physical-card","ee7"),exact:!0},{path:"/api-reference/mutations/refund",component:l("/api-reference/mutations/refund","6e9"),exact:!0},{path:"/api-reference/mutations/request-merchant-payment-methods",component:l("/api-reference/mutations/request-merchant-payment-methods","366"),exact:!0},{path:"/api-reference/mutations/request-merchant-profile-update",component:l("/api-reference/mutations/request-merchant-profile-update","37a"),exact:!0},{path:"/api-reference/mutations/request-supporting-document-collection-review",component:l("/api-reference/mutations/request-supporting-document-collection-review","796"),exact:!0},{path:"/api-reference/mutations/resume-account-membership",component:l("/api-reference/mutations/resume-account-membership","dc1"),exact:!0},{path:"/api-reference/mutations/resume-physical-card",component:l("/api-reference/mutations/resume-physical-card","a57"),exact:!0},{path:"/api-reference/mutations/schedule-standing-order",component:l("/api-reference/mutations/schedule-standing-order","481"),exact:!0},{path:"/api-reference/mutations/suspend-account-membership",component:l("/api-reference/mutations/suspend-account-membership","5cc"),exact:!0},{path:"/api-reference/mutations/suspend-physical-card",component:l("/api-reference/mutations/suspend-physical-card","6eb"),exact:!0},{path:"/api-reference/mutations/suspend-received-direct-debit-mandate",component:l("/api-reference/mutations/suspend-received-direct-debit-mandate","318"),exact:!0},{path:"/api-reference/mutations/update-account",component:l("/api-reference/mutations/update-account","b65"),exact:!0},{path:"/api-reference/mutations/update-account-holder",component:l("/api-reference/mutations/update-account-holder","3a4"),exact:!0},{path:"/api-reference/mutations/update-account-membership",component:l("/api-reference/mutations/update-account-membership","965"),exact:!0},{path:"/api-reference/mutations/update-card",component:l("/api-reference/mutations/update-card","894"),exact:!0},{path:"/api-reference/mutations/update-company-onboarding",component:l("/api-reference/mutations/update-company-onboarding","c05"),exact:!0},{path:"/api-reference/mutations/update-individual-onboarding",component:l("/api-reference/mutations/update-individual-onboarding","fc5"),exact:!0},{path:"/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate",component:l("/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate","46e"),exact:!0},{path:"/api-reference/mutations/update-supporting-document",component:l("/api-reference/mutations/update-supporting-document","51e"),exact:!0},{path:"/api-reference/mutations/update-user-consent-settings",component:l("/api-reference/mutations/update-user-consent-settings","a2c"),exact:!0},{path:"/api-reference/mutations/view-card-numbers",component:l("/api-reference/mutations/view-card-numbers","4aa"),exact:!0},{path:"/api-reference/mutations/view-physical-card-numbers",component:l("/api-reference/mutations/view-physical-card-numbers","e19"),exact:!0},{path:"/api-reference/mutations/view-physical-card-pin",component:l("/api-reference/mutations/view-physical-card-pin","e5e"),exact:!0},{path:"/api-reference/objects/account",component:l("/api-reference/objects/account","8ce"),exact:!0},{path:"/api-reference/objects/account-balances",component:l("/api-reference/objects/account-balances","61e"),exact:!0},{path:"/api-reference/objects/account-closed-status",component:l("/api-reference/objects/account-closed-status","522"),exact:!0},{path:"/api-reference/objects/account-closing-status",component:l("/api-reference/objects/account-closing-status","38b"),exact:!0},{path:"/api-reference/objects/account-connection",component:l("/api-reference/objects/account-connection","61e"),exact:!0},{path:"/api-reference/objects/account-edge",component:l("/api-reference/objects/account-edge","275"),exact:!0},{path:"/api-reference/objects/account-holder",component:l("/api-reference/objects/account-holder","465"),exact:!0},{path:"/api-reference/objects/account-holder-canceled-status-info",component:l("/api-reference/objects/account-holder-canceled-status-info","ae2"),exact:!0},{path:"/api-reference/objects/account-holder-company-info",component:l("/api-reference/objects/account-holder-company-info","d02"),exact:!0},{path:"/api-reference/objects/account-holder-connection",component:l("/api-reference/objects/account-holder-connection","408"),exact:!0},{path:"/api-reference/objects/account-holder-edge",component:l("/api-reference/objects/account-holder-edge","7cb"),exact:!0},{path:"/api-reference/objects/account-holder-enabled-status-info",component:l("/api-reference/objects/account-holder-enabled-status-info","cb3"),exact:!0},{path:"/api-reference/objects/account-holder-individual-info",component:l("/api-reference/objects/account-holder-individual-info","e3e"),exact:!0},{path:"/api-reference/objects/account-holder-not-found-rejection",component:l("/api-reference/objects/account-holder-not-found-rejection","5e2"),exact:!0},{path:"/api-reference/objects/account-holder-suspended-status-info",component:l("/api-reference/objects/account-holder-suspended-status-info","399"),exact:!0},{path:"/api-reference/objects/account-holder-type-individual-rejection",component:l("/api-reference/objects/account-holder-type-individual-rejection","03f"),exact:!0},{path:"/api-reference/objects/account-membership",component:l("/api-reference/objects/account-membership","a18"),exact:!0},{path:"/api-reference/objects/account-membership-binding-user-error-status-info",component:l("/api-reference/objects/account-membership-binding-user-error-status-info","dff"),exact:!0},{path:"/api-reference/objects/account-membership-cannot-be-disabled-rejection",component:l("/api-reference/objects/account-membership-cannot-be-disabled-rejection","c57"),exact:!0},{path:"/api-reference/objects/account-membership-cannot-be-updated-rejection",component:l("/api-reference/objects/account-membership-cannot-be-updated-rejection","98e"),exact:!0},{path:"/api-reference/objects/account-membership-connection",component:l("/api-reference/objects/account-membership-connection","be0"),exact:!0},{path:"/api-reference/objects/account-membership-consent-pending-status-info",component:l("/api-reference/objects/account-membership-consent-pending-status-info","02f"),exact:!0},{path:"/api-reference/objects/account-membership-disabled-status-info",component:l("/api-reference/objects/account-membership-disabled-status-info","6b7"),exact:!0},{path:"/api-reference/objects/account-membership-edge",component:l("/api-reference/objects/account-membership-edge","ae9"),exact:!0},{path:"/api-reference/objects/account-membership-enabled-status-info",component:l("/api-reference/objects/account-membership-enabled-status-info","17e"),exact:!0},{path:"/api-reference/objects/account-membership-invitation-sent-status-info",component:l("/api-reference/objects/account-membership-invitation-sent-status-info","98c"),exact:!0},{path:"/api-reference/objects/account-membership-not-allowed-rejection",component:l("/api-reference/objects/account-membership-not-allowed-rejection","7ab"),exact:!0},{path:"/api-reference/objects/account-membership-not-found-rejection",component:l("/api-reference/objects/account-membership-not-found-rejection","c6d"),exact:!0},{path:"/api-reference/objects/account-membership-not-ready-to-be-bound-rejection",component:l("/api-reference/objects/account-membership-not-ready-to-be-bound-rejection","156"),exact:!0},{path:"/api-reference/objects/account-membership-suspended-status-info",component:l("/api-reference/objects/account-membership-suspended-status-info","964"),exact:!0},{path:"/api-reference/objects/account-not-eligible-rejection",component:l("/api-reference/objects/account-not-eligible-rejection","f10"),exact:!0},{path:"/api-reference/objects/account-not-found-rejection",component:l("/api-reference/objects/account-not-found-rejection","1fe"),exact:!0},{path:"/api-reference/objects/account-opened-status",component:l("/api-reference/objects/account-opened-status","a0e"),exact:!0},{path:"/api-reference/objects/account-suspended-status",component:l("/api-reference/objects/account-suspended-status","f76"),exact:!0},{path:"/api-reference/objects/account-verification-already-rejected-rejection",component:l("/api-reference/objects/account-verification-already-rejected-rejection","0a2"),exact:!0},{path:"/api-reference/objects/account-verification-wrong-status-rejection",component:l("/api-reference/objects/account-verification-wrong-status-rejection","58d"),exact:!0},{path:"/api-reference/objects/activate-physical-card-success-payload",component:l("/api-reference/objects/activate-physical-card-success-payload","d04"),exact:!0},{path:"/api-reference/objects/add-account-membership-success-payload",component:l("/api-reference/objects/add-account-membership-success-payload","aa7"),exact:!0},{path:"/api-reference/objects/add-account-memberships-success-payload",component:l("/api-reference/objects/add-account-memberships-success-payload","727"),exact:!0},{path:"/api-reference/objects/add-card-success-payload",component:l("/api-reference/objects/add-card-success-payload","191"),exact:!0},{path:"/api-reference/objects/add-cards-success-payload",component:l("/api-reference/objects/add-cards-success-payload","d90"),exact:!0},{path:"/api-reference/objects/add-cards-with-group-delivery-success-payload",component:l("/api-reference/objects/add-cards-with-group-delivery-success-payload","ec5"),exact:!0},{path:"/api-reference/objects/add-digital-card-success-payload",component:l("/api-reference/objects/add-digital-card-success-payload","2df"),exact:!0},{path:"/api-reference/objects/add-direct-debit-funding-source-success-payload",component:l("/api-reference/objects/add-direct-debit-funding-source-success-payload","c40"),exact:!0},{path:"/api-reference/objects/add-external-account-balance-success-payload",component:l("/api-reference/objects/add-external-account-balance-success-payload","9f3"),exact:!0},{path:"/api-reference/objects/add-external-account-success-payload",component:l("/api-reference/objects/add-external-account-success-payload","88a"),exact:!0},{path:"/api-reference/objects/add-funding-limit-settings-change-request-success-payload",component:l("/api-reference/objects/add-funding-limit-settings-change-request-success-payload","ff8"),exact:!0},{path:"/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload",component:l("/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload","7b7"),exact:!0},{path:"/api-reference/objects/add-merchant-profile-success-payload",component:l("/api-reference/objects/add-merchant-profile-success-payload","d74"),exact:!0},{path:"/api-reference/objects/add-or-update-external-account-balance-success-payload",component:l("/api-reference/objects/add-or-update-external-account-balance-success-payload","e5c"),exact:!0},{path:"/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload",component:l("/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload","168"),exact:!0},{path:"/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload",component:l("/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload","a4c"),exact:!0},{path:"/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload",component:l("/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload","111"),exact:!0},{path:"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload",component:l("/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload","1e9"),exact:!0},{path:"/api-reference/objects/add-single-use-virtual-card-success-for-user-payload",component:l("/api-reference/objects/add-single-use-virtual-card-success-for-user-payload","f69"),exact:!0},{path:"/api-reference/objects/add-single-use-virtual-cards-success-payload",component:l("/api-reference/objects/add-single-use-virtual-cards-success-payload","698"),exact:!0},{path:"/api-reference/objects/add-virtual-iban-entry-success-payload",component:l("/api-reference/objects/add-virtual-iban-entry-success-payload","813"),exact:!0},{path:"/api-reference/objects/adding-cards-to-different-accounts-rejection",component:l("/api-reference/objects/adding-cards-to-different-accounts-rejection","c34"),exact:!0},{path:"/api-reference/objects/address",component:l("/api-reference/objects/address","b0c"),exact:!0},{path:"/api-reference/objects/address-info",component:l("/api-reference/objects/address-info","45c"),exact:!0},{path:"/api-reference/objects/address-information",component:l("/api-reference/objects/address-information","767"),exact:!0},{path:"/api-reference/objects/allow-sdd-success-payload",component:l("/api-reference/objects/allow-sdd-success-payload","af6"),exact:!0},{path:"/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload",component:l("/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload","513"),exact:!0},{path:"/api-reference/objects/allowed-value",component:l("/api-reference/objects/allowed-value","ccf"),exact:!0},{path:"/api-reference/objects/already-valid-physical-card-rejection",component:l("/api-reference/objects/already-valid-physical-card-rejection","7c4"),exact:!0},{path:"/api-reference/objects/amount",component:l("/api-reference/objects/amount","137"),exact:!0},{path:"/api-reference/objects/apple-pay-not-allowed-for-project-rejection",component:l("/api-reference/objects/apple-pay-not-allowed-for-project-rejection","6ef"),exact:!0},{path:"/api-reference/objects/approved-funding-limit",component:l("/api-reference/objects/approved-funding-limit","515"),exact:!0},{path:"/api-reference/objects/authenticator",component:l("/api-reference/objects/authenticator","55b"),exact:!0},{path:"/api-reference/objects/bad-account-status-rejection",component:l("/api-reference/objects/bad-account-status-rejection","294"),exact:!0},{path:"/api-reference/objects/bad-request-rejection",component:l("/api-reference/objects/bad-request-rejection","8a6"),exact:!0},{path:"/api-reference/objects/balance",component:l("/api-reference/objects/balance","dfa"),exact:!0},{path:"/api-reference/objects/bank",component:l("/api-reference/objects/bank","75a"),exact:!0},{path:"/api-reference/objects/bind-account-membership-success-payload",component:l("/api-reference/objects/bind-account-membership-success-payload","26c"),exact:!0},{path:"/api-reference/objects/booked-transaction-status-info",component:l("/api-reference/objects/booked-transaction-status-info","c8c"),exact:!0},{path:"/api-reference/objects/cancel-card-success-payload",component:l("/api-reference/objects/cancel-card-success-payload","7b6"),exact:!0},{path:"/api-reference/objects/cancel-consent-success-payload",component:l("/api-reference/objects/cancel-consent-success-payload","0b3"),exact:!0},{path:"/api-reference/objects/cancel-digital-card-success-payload",component:l("/api-reference/objects/cancel-digital-card-success-payload","83f"),exact:!0},{path:"/api-reference/objects/cancel-funding-source-success-payload",component:l("/api-reference/objects/cancel-funding-source-success-payload","8eb"),exact:!0},{path:"/api-reference/objects/cancel-physical-card-success-payload",component:l("/api-reference/objects/cancel-physical-card-success-payload","3f5"),exact:!0},{path:"/api-reference/objects/cancel-standing-order-success-payload",component:l("/api-reference/objects/cancel-standing-order-success-payload","79c"),exact:!0},{path:"/api-reference/objects/cancel-transaction-success-payload",component:l("/api-reference/objects/cancel-transaction-success-payload","176"),exact:!0},{path:"/api-reference/objects/cancel-virtual-iban-entry-success-payload",component:l("/api-reference/objects/cancel-virtual-iban-entry-success-payload","a37"),exact:!0},{path:"/api-reference/objects/canceled-funding-source-status-info",component:l("/api-reference/objects/canceled-funding-source-status-info","fba"),exact:!0},{path:"/api-reference/objects/canceled-identification-level-status-info",component:l("/api-reference/objects/canceled-identification-level-status-info","821"),exact:!0},{path:"/api-reference/objects/canceled-merchant-payment-method-status-info",component:l("/api-reference/objects/canceled-merchant-payment-method-status-info","02d"),exact:!0},{path:"/api-reference/objects/canceled-merchant-profile-status-info",component:l("/api-reference/objects/canceled-merchant-profile-status-info","890"),exact:!0},{path:"/api-reference/objects/canceled-transaction-status-info",component:l("/api-reference/objects/canceled-transaction-status-info","159"),exact:!0},{path:"/api-reference/objects/cannot-activate-physical-card-rejection",component:l("/api-reference/objects/cannot-activate-physical-card-rejection","7cb"),exact:!0},{path:"/api-reference/objects/capital-deposit-case",component:l("/api-reference/objects/capital-deposit-case","4cb"),exact:!0},{path:"/api-reference/objects/capital-deposit-case-connection",component:l("/api-reference/objects/capital-deposit-case-connection","437"),exact:!0},{path:"/api-reference/objects/capital-deposit-case-edge",component:l("/api-reference/objects/capital-deposit-case-edge","ae0"),exact:!0},{path:"/api-reference/objects/capital-deposit-document",component:l("/api-reference/objects/capital-deposit-document","3e1"),exact:!0},{path:"/api-reference/objects/capital-deposit-document-can-not-be-uploaded",component:l("/api-reference/objects/capital-deposit-document-can-not-be-uploaded","d3c"),exact:!0},{path:"/api-reference/objects/card",component:l("/api-reference/objects/card","71a"),exact:!0},{path:"/api-reference/objects/card-can-not-be-digitalized-rejection",component:l("/api-reference/objects/card-can-not-be-digitalized-rejection","b95"),exact:!0},{path:"/api-reference/objects/card-canceled-status-info",component:l("/api-reference/objects/card-canceled-status-info","3f5"),exact:!0},{path:"/api-reference/objects/card-canceling-status-info",component:l("/api-reference/objects/card-canceling-status-info","5fb"),exact:!0},{path:"/api-reference/objects/card-confidential",component:l("/api-reference/objects/card-confidential","694"),exact:!0},{path:"/api-reference/objects/card-connection",component:l("/api-reference/objects/card-connection","1fe"),exact:!0},{path:"/api-reference/objects/card-consent-pending-status-info",component:l("/api-reference/objects/card-consent-pending-status-info","bca"),exact:!0},{path:"/api-reference/objects/card-design-background",component:l("/api-reference/objects/card-design-background","fb1"),exact:!0},{path:"/api-reference/objects/card-edge",component:l("/api-reference/objects/card-edge","911"),exact:!0},{path:"/api-reference/objects/card-enabled-status-info",component:l("/api-reference/objects/card-enabled-status-info","223"),exact:!0},{path:"/api-reference/objects/card-not-found-rejection",component:l("/api-reference/objects/card-not-found-rejection","948"),exact:!0},{path:"/api-reference/objects/card-processing-status-info",component:l("/api-reference/objects/card-processing-status-info","187"),exact:!0},{path:"/api-reference/objects/card-product",component:l("/api-reference/objects/card-product","924"),exact:!0},{path:"/api-reference/objects/card-product-design",component:l("/api-reference/objects/card-product-design","e47"),exact:!0},{path:"/api-reference/objects/card-product-disabled-rejection",component:l("/api-reference/objects/card-product-disabled-rejection","81e"),exact:!0},{path:"/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection",component:l("/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection","8f4"),exact:!0},{path:"/api-reference/objects/card-product-not-found-rejection",component:l("/api-reference/objects/card-product-not-found-rejection","064"),exact:!0},{path:"/api-reference/objects/card-product-suspended-rejection",component:l("/api-reference/objects/card-product-suspended-rejection","b24"),exact:!0},{path:"/api-reference/objects/card-product-used-rejection",component:l("/api-reference/objects/card-product-used-rejection","732"),exact:!0},{path:"/api-reference/objects/card-settings",component:l("/api-reference/objects/card-settings","bf6"),exact:!0},{path:"/api-reference/objects/card-settings-background",component:l("/api-reference/objects/card-settings-background","c8e"),exact:!0},{path:"/api-reference/objects/card-transaction",component:l("/api-reference/objects/card-transaction","ebf"),exact:!0},{path:"/api-reference/objects/card-wrong-status-rejection",component:l("/api-reference/objects/card-wrong-status-rejection","232"),exact:!0},{path:"/api-reference/objects/check-merchant-payment-method",component:l("/api-reference/objects/check-merchant-payment-method","201"),exact:!0},{path:"/api-reference/objects/check-transaction",component:l("/api-reference/objects/check-transaction","52c"),exact:!0},{path:"/api-reference/objects/close-account-reason",component:l("/api-reference/objects/close-account-reason","323"),exact:!0},{path:"/api-reference/objects/close-account-success-payload",component:l("/api-reference/objects/close-account-success-payload","77a"),exact:!0},{path:"/api-reference/objects/company-info",component:l("/api-reference/objects/company-info","94f"),exact:!0},{path:"/api-reference/objects/company-shareholder",component:l("/api-reference/objects/company-shareholder","819"),exact:!0},{path:"/api-reference/objects/complete-digital-card",component:l("/api-reference/objects/complete-digital-card","a2a"),exact:!0},{path:"/api-reference/objects/consent",component:l("/api-reference/objects/consent","793"),exact:!0},{path:"/api-reference/objects/consent-connection",component:l("/api-reference/objects/consent-connection","b82"),exact:!0},{path:"/api-reference/objects/consent-edge",component:l("/api-reference/objects/consent-edge","a33"),exact:!0},{path:"/api-reference/objects/consent-not-found-rejection",component:l("/api-reference/objects/consent-not-found-rejection","65e"),exact:!0},{path:"/api-reference/objects/consent-type-not-supported-by-server-consent-rejection",component:l("/api-reference/objects/consent-type-not-supported-by-server-consent-rejection","b07"),exact:!0},{path:"/api-reference/objects/consents-already-linked-to-multi-consent-rejection",component:l("/api-reference/objects/consents-already-linked-to-multi-consent-rejection","271"),exact:!0},{path:"/api-reference/objects/consents-not-all-in-created-status-rejection",component:l("/api-reference/objects/consents-not-all-in-created-status-rejection","0bb"),exact:!0},{path:"/api-reference/objects/consents-not-found-rejection",component:l("/api-reference/objects/consents-not-found-rejection","774"),exact:!0},{path:"/api-reference/objects/create-capital-deposit-case-success-payload",component:l("/api-reference/objects/create-capital-deposit-case-success-payload","ef2"),exact:!0},{path:"/api-reference/objects/create-multi-consent-success-payload",component:l("/api-reference/objects/create-multi-consent-success-payload","f2b"),exact:!0},{path:"/api-reference/objects/csv-statement",component:l("/api-reference/objects/csv-statement","9f6"),exact:!0},{path:"/api-reference/objects/date-field",component:l("/api-reference/objects/date-field","8c0"),exact:!0},{path:"/api-reference/objects/debtor-account-closed-rejection",component:l("/api-reference/objects/debtor-account-closed-rejection","2af"),exact:!0},{path:"/api-reference/objects/debtor-account-not-allowed-rejection",component:l("/api-reference/objects/debtor-account-not-allowed-rejection","c63"),exact:!0},{path:"/api-reference/objects/delete-supporting-document-success-payload",component:l("/api-reference/objects/delete-supporting-document-success-payload","bb4"),exact:!0},{path:"/api-reference/objects/deny-sdd-success-payload",component:l("/api-reference/objects/deny-sdd-success-payload","c65"),exact:!0},{path:"/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload",component:l("/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload","ac3"),exact:!0},{path:"/api-reference/objects/device",component:l("/api-reference/objects/device","136"),exact:!0},{path:"/api-reference/objects/digital-card-canceled-status-info",component:l("/api-reference/objects/digital-card-canceled-status-info","ebe"),exact:!0},{path:"/api-reference/objects/digital-card-connection",component:l("/api-reference/objects/digital-card-connection","a71"),exact:!0},{path:"/api-reference/objects/digital-card-consent-pending-status-info",component:l("/api-reference/objects/digital-card-consent-pending-status-info","186"),exact:!0},{path:"/api-reference/objects/digital-card-declined-status-info",component:l("/api-reference/objects/digital-card-declined-status-info","97d"),exact:!0},{path:"/api-reference/objects/digital-card-edge",component:l("/api-reference/objects/digital-card-edge","e77"),exact:!0},{path:"/api-reference/objects/digital-card-enabled-status-info",component:l("/api-reference/objects/digital-card-enabled-status-info","039"),exact:!0},{path:"/api-reference/objects/digital-card-not-found-rejection",component:l("/api-reference/objects/digital-card-not-found-rejection","7e1"),exact:!0},{path:"/api-reference/objects/digital-card-pending-status-info",component:l("/api-reference/objects/digital-card-pending-status-info","767"),exact:!0},{path:"/api-reference/objects/digital-card-suspended-status-info",component:l("/api-reference/objects/digital-card-suspended-status-info","a33"),exact:!0},{path:"/api-reference/objects/direct-debit-account-verification",component:l("/api-reference/objects/direct-debit-account-verification","95f"),exact:!0},{path:"/api-reference/objects/direct-debit-funding-source",component:l("/api-reference/objects/direct-debit-funding-source","e93"),exact:!0},{path:"/api-reference/objects/disable-account-membership-success-payload",component:l("/api-reference/objects/disable-account-membership-success-payload","4fa"),exact:!0},{path:"/api-reference/objects/disabled-funding-limit-settings-status-info",component:l("/api-reference/objects/disabled-funding-limit-settings-status-info","e19"),exact:!0},{path:"/api-reference/objects/disabled-merchant-payment-method-status-info",component:l("/api-reference/objects/disabled-merchant-payment-method-status-info","2dd"),exact:!0},{path:"/api-reference/objects/drivers-license-document",component:l("/api-reference/objects/drivers-license-document","ee8"),exact:!0},{path:"/api-reference/objects/drivers-license-document-file",component:l("/api-reference/objects/drivers-license-document-file","144"),exact:!0},{path:"/api-reference/objects/enable-received-direct-debit-mandate-success-payload",component:l("/api-reference/objects/enable-received-direct-debit-mandate-success-payload","061"),exact:!0},{path:"/api-reference/objects/enabled-card-design-not-found-rejection",component:l("/api-reference/objects/enabled-card-design-not-found-rejection","429"),exact:!0},{path:"/api-reference/objects/enabled-funding-limit-settings-status-info",component:l("/api-reference/objects/enabled-funding-limit-settings-status-info","2ba"),exact:!0},{path:"/api-reference/objects/enabled-funding-source-status-info",component:l("/api-reference/objects/enabled-funding-source-status-info","cb4"),exact:!0},{path:"/api-reference/objects/enabled-merchant-payment-method-status-info",component:l("/api-reference/objects/enabled-merchant-payment-method-status-info","d5e"),exact:!0},{path:"/api-reference/objects/enabled-merchant-profile-status-info",component:l("/api-reference/objects/enabled-merchant-profile-status-info","093"),exact:!0},{path:"/api-reference/objects/expired-identification-level-status-info",component:l("/api-reference/objects/expired-identification-level-status-info","796"),exact:!0},{path:"/api-reference/objects/external-account",component:l("/api-reference/objects/external-account","09f"),exact:!0},{path:"/api-reference/objects/external-account-already-exists-rejection",component:l("/api-reference/objects/external-account-already-exists-rejection","8ba"),exact:!0},{path:"/api-reference/objects/external-account-balance",component:l("/api-reference/objects/external-account-balance","bf8"),exact:!0},{path:"/api-reference/objects/external-account-balance-already-exists-rejection",component:l("/api-reference/objects/external-account-balance-already-exists-rejection","9b9"),exact:!0},{path:"/api-reference/objects/external-account-connection",component:l("/api-reference/objects/external-account-connection","636"),exact:!0},{path:"/api-reference/objects/external-account-data-source",component:l("/api-reference/objects/external-account-data-source","eaa"),exact:!0},{path:"/api-reference/objects/external-account-edge",component:l("/api-reference/objects/external-account-edge","435"),exact:!0},{path:"/api-reference/objects/external-balance-connection",component:l("/api-reference/objects/external-balance-connection","58c"),exact:!0},{path:"/api-reference/objects/external-balance-edge",component:l("/api-reference/objects/external-balance-edge","2de"),exact:!0},{path:"/api-reference/objects/face-photo-document",component:l("/api-reference/objects/face-photo-document","89f"),exact:!0},{path:"/api-reference/objects/fee-in-creditor",component:l("/api-reference/objects/fee-in-creditor","960"),exact:!0},{path:"/api-reference/objects/fee-in-debtor",component:l("/api-reference/objects/fee-in-debtor","62f"),exact:!0},{path:"/api-reference/objects/fee-out-creditor",component:l("/api-reference/objects/fee-out-creditor","ebf"),exact:!0},{path:"/api-reference/objects/fee-out-debtor",component:l("/api-reference/objects/fee-out-debtor","308"),exact:!0},{path:"/api-reference/objects/fee-settings-not-found-rejection",component:l("/api-reference/objects/fee-settings-not-found-rejection","229"),exact:!0},{path:"/api-reference/objects/fee-transaction",component:l("/api-reference/objects/fee-transaction","a06"),exact:!0},{path:"/api-reference/objects/finalize-onboarding-success-payload",component:l("/api-reference/objects/finalize-onboarding-success-payload","051"),exact:!0},{path:"/api-reference/objects/financial-institution",component:l("/api-reference/objects/financial-institution","dd1"),exact:!0},{path:"/api-reference/objects/forbidden-rejection",component:l("/api-reference/objects/forbidden-rejection","4cd"),exact:!0},{path:"/api-reference/objects/funding-limit",component:l("/api-reference/objects/funding-limit","38f"),exact:!0},{path:"/api-reference/objects/funding-limit-amount",component:l("/api-reference/objects/funding-limit-amount","6dc"),exact:!0},{path:"/api-reference/objects/funding-limit-exceeded-rejection",component:l("/api-reference/objects/funding-limit-exceeded-rejection","ecf"),exact:!0},{path:"/api-reference/objects/funding-limit-settings",component:l("/api-reference/objects/funding-limit-settings","cb6"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request",component:l("/api-reference/objects/funding-limit-settings-change-request","041"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request-approved-status-info",component:l("/api-reference/objects/funding-limit-settings-change-request-approved-status-info","285"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection",component:l("/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection","e19"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request-connection",component:l("/api-reference/objects/funding-limit-settings-change-request-connection","066"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request-edge",component:l("/api-reference/objects/funding-limit-settings-change-request-edge","7c4"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request-pending-status-info",component:l("/api-reference/objects/funding-limit-settings-change-request-pending-status-info","17a"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request-refused-status-info",component:l("/api-reference/objects/funding-limit-settings-change-request-refused-status-info","a1c"),exact:!0},{path:"/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info",component:l("/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info","7f8"),exact:!0},{path:"/api-reference/objects/funding-source-connection",component:l("/api-reference/objects/funding-source-connection","506"),exact:!0},{path:"/api-reference/objects/funding-source-edge",component:l("/api-reference/objects/funding-source-edge","2d5"),exact:!0},{path:"/api-reference/objects/funding-source-not-found-rejection",component:l("/api-reference/objects/funding-source-not-found-rejection","aa1"),exact:!0},{path:"/api-reference/objects/funding-source-wrong-status-rejection",component:l("/api-reference/objects/funding-source-wrong-status-rejection","2fe"),exact:!0},{path:"/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload",component:l("/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload","d22"),exact:!0},{path:"/api-reference/objects/generate-supporting-document-upload-url-success-payload",component:l("/api-reference/objects/generate-supporting-document-upload-url-success-payload","e90"),exact:!0},{path:"/api-reference/objects/global-funding-limit-exceeded-rejection",component:l("/api-reference/objects/global-funding-limit-exceeded-rejection","93b"),exact:!0},{path:"/api-reference/objects/global-instant-funding-limit-exceeded-rejection",component:l("/api-reference/objects/global-instant-funding-limit-exceeded-rejection","c57"),exact:!0},{path:"/api-reference/objects/grant-consent-with-server-signature-success-payload",component:l("/api-reference/objects/grant-consent-with-server-signature-success-payload","d67"),exact:!0},{path:"/api-reference/objects/headquarters",component:l("/api-reference/objects/headquarters","764"),exact:!0},{path:"/api-reference/objects/iban-validation-rejection",component:l("/api-reference/objects/iban-validation-rejection","e90"),exact:!0},{path:"/api-reference/objects/ibannot-reachable-rejection",component:l("/api-reference/objects/ibannot-reachable-rejection","6ce"),exact:!0},{path:"/api-reference/objects/ibannot-valid-rejection",component:l("/api-reference/objects/ibannot-valid-rejection","295"),exact:!0},{path:"/api-reference/objects/id-card-document",component:l("/api-reference/objects/id-card-document","04e"),exact:!0},{path:"/api-reference/objects/id-card-document-file",component:l("/api-reference/objects/id-card-document-file","a3e"),exact:!0},{path:"/api-reference/objects/identification",component:l("/api-reference/objects/identification","0a5"),exact:!0},{path:"/api-reference/objects/identification-connection",component:l("/api-reference/objects/identification-connection","df0"),exact:!0},{path:"/api-reference/objects/identification-edge",component:l("/api-reference/objects/identification-edge","81f"),exact:!0},{path:"/api-reference/objects/identification-expert-process-info",component:l("/api-reference/objects/identification-expert-process-info","a7e"),exact:!0},{path:"/api-reference/objects/identification-expert-with-qesprocess-info",component:l("/api-reference/objects/identification-expert-with-qesprocess-info","dca"),exact:!0},{path:"/api-reference/objects/identification-level-statuses-info",component:l("/api-reference/objects/identification-level-statuses-info","49d"),exact:!0},{path:"/api-reference/objects/identification-levels",component:l("/api-reference/objects/identification-levels","d8e"),exact:!0},{path:"/api-reference/objects/identification-pvidprocess-info",component:l("/api-reference/objects/identification-pvidprocess-info","1f2"),exact:!0},{path:"/api-reference/objects/identity-already-bind-to-account-membership-rejection",component:l("/api-reference/objects/identity-already-bind-to-account-membership-rejection","a4e"),exact:!0},{path:"/api-reference/objects/in-app-provisioning-data",component:l("/api-reference/objects/in-app-provisioning-data","dd6"),exact:!0},{path:"/api-reference/objects/individual-shareholder",component:l("/api-reference/objects/individual-shareholder","10c"),exact:!0},{path:"/api-reference/objects/individual-ultimate-beneficial-owner",component:l("/api-reference/objects/individual-ultimate-beneficial-owner","711"),exact:!0},{path:"/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital",component:l("/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital","b32"),exact:!0},{path:"/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative",component:l("/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative","af6"),exact:!0},{path:"/api-reference/objects/individual-ultimate-beneficial-owner-type-other",component:l("/api-reference/objects/individual-ultimate-beneficial-owner-type-other","d1c"),exact:!0},{path:"/api-reference/objects/initiate-credit-transfers-success-payload",component:l("/api-reference/objects/initiate-credit-transfers-success-payload","e24"),exact:!0},{path:"/api-reference/objects/initiate-funding-request-success-payload",component:l("/api-reference/objects/initiate-funding-request-success-payload","0d2"),exact:!0},{path:"/api-reference/objects/initiate-international-credit-transfer-response-success-payload",component:l("/api-reference/objects/initiate-international-credit-transfer-response-success-payload","6e6"),exact:!0},{path:"/api-reference/objects/initiate-merchant-payment-collection-success-payload",component:l("/api-reference/objects/initiate-merchant-payment-collection-success-payload","99c"),exact:!0},{path:"/api-reference/objects/instant-funding-limit",component:l("/api-reference/objects/instant-funding-limit","1c3"),exact:!0},{path:"/api-reference/objects/instant-funding-limit-exceeded-rejection",component:l("/api-reference/objects/instant-funding-limit-exceeded-rejection","40d"),exact:!0},{path:"/api-reference/objects/insufficient-funds-rejection",component:l("/api-reference/objects/insufficient-funds-rejection","3ac"),exact:!0},{path:"/api-reference/objects/internal-beneficiary",component:l("/api-reference/objects/internal-beneficiary","077"),exact:!0},{path:"/api-reference/objects/internal-credit-transfer",component:l("/api-reference/objects/internal-credit-transfer","4fa"),exact:!0},{path:"/api-reference/objects/internal-credit-transfer-in-creditor",component:l("/api-reference/objects/internal-credit-transfer-in-creditor","d23"),exact:!0},{path:"/api-reference/objects/internal-credit-transfer-in-debtor",component:l("/api-reference/objects/internal-credit-transfer-in-debtor","8b1"),exact:!0},{path:"/api-reference/objects/internal-credit-transfer-out-creditor",component:l("/api-reference/objects/internal-credit-transfer-out-creditor","79c"),exact:!0},{path:"/api-reference/objects/internal-credit-transfer-out-debtor",component:l("/api-reference/objects/internal-credit-transfer-out-debtor","d51"),exact:!0},{path:"/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method",component:l("/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method","7c4"),exact:!0},{path:"/api-reference/objects/internal-direct-debit-creditor",component:l("/api-reference/objects/internal-direct-debit-creditor","27c"),exact:!0},{path:"/api-reference/objects/internal-direct-debit-debtor",component:l("/api-reference/objects/internal-direct-debit-debtor","4b0"),exact:!0},{path:"/api-reference/objects/internal-direct-debit-standard-merchant-payment-method",component:l("/api-reference/objects/internal-direct-debit-standard-merchant-payment-method","2e3"),exact:!0},{path:"/api-reference/objects/internal-direct-debit-transaction",component:l("/api-reference/objects/internal-direct-debit-transaction","a99"),exact:!0},{path:"/api-reference/objects/internal-error-rejection",component:l("/api-reference/objects/internal-error-rejection","bb5"),exact:!0},{path:"/api-reference/objects/internal-payment-direct-debit-mandate",component:l("/api-reference/objects/internal-payment-direct-debit-mandate","15a"),exact:!0},{path:"/api-reference/objects/internal-payment-mandate-creditor",component:l("/api-reference/objects/internal-payment-mandate-creditor","b5e"),exact:!0},{path:"/api-reference/objects/internal-payment-mandate-debtor",component:l("/api-reference/objects/internal-payment-mandate-debtor","747"),exact:!0},{path:"/api-reference/objects/internal-received-direct-debit-mandate",component:l("/api-reference/objects/internal-received-direct-debit-mandate","66e"),exact:!0},{path:"/api-reference/objects/internal-received-direct-debit-mandate-creditor",component:l("/api-reference/objects/internal-received-direct-debit-mandate-creditor","d6e"),exact:!0},{path:"/api-reference/objects/international-beneficiary-dynamic-forms",component:l("/api-reference/objects/international-beneficiary-dynamic-forms","112"),exact:!0},{path:"/api-reference/objects/international-credit-transfer-currency-exchange",component:l("/api-reference/objects/international-credit-transfer-currency-exchange","1f1"),exact:!0},{path:"/api-reference/objects/international-credit-transfer-details",component:l("/api-reference/objects/international-credit-transfer-details","017"),exact:!0},{path:"/api-reference/objects/international-credit-transfer-dynamic-form",component:l("/api-reference/objects/international-credit-transfer-dynamic-form","204"),exact:!0},{path:"/api-reference/objects/international-credit-transfer-out-creditor",component:l("/api-reference/objects/international-credit-transfer-out-creditor","7b2"),exact:!0},{path:"/api-reference/objects/international-credit-transfer-out-debtor",component:l("/api-reference/objects/international-credit-transfer-out-debtor","b11"),exact:!0},{path:"/api-reference/objects/international-credit-transfer-quote",component:l("/api-reference/objects/international-credit-transfer-quote","d08"),exact:!0},{path:"/api-reference/objects/international-credit-transfer-transaction",component:l("/api-reference/objects/international-credit-transfer-transaction","26f"),exact:!0},{path:"/api-reference/objects/invalid-argument-rejection",component:l("/api-reference/objects/invalid-argument-rejection","fdd"),exact:!0},{path:"/api-reference/objects/invalid-argument-rejection-field",component:l("/api-reference/objects/invalid-argument-rejection-field","a69"),exact:!0},{path:"/api-reference/objects/invalid-iban",component:l("/api-reference/objects/invalid-iban","361"),exact:!0},{path:"/api-reference/objects/invalid-identification-level-status-info",component:l("/api-reference/objects/invalid-identification-level-status-info","9c5"),exact:!0},{path:"/api-reference/objects/invalid-phone-number-rejection",component:l("/api-reference/objects/invalid-phone-number-rejection","c3d"),exact:!0},{path:"/api-reference/objects/invalid-siren-number-rejection",component:l("/api-reference/objects/invalid-siren-number-rejection","668"),exact:!0},{path:"/api-reference/objects/invoice",component:l("/api-reference/objects/invoice","2d4"),exact:!0},{path:"/api-reference/objects/invoice-connection",component:l("/api-reference/objects/invoice-connection","89f"),exact:!0},{path:"/api-reference/objects/invoice-edge",component:l("/api-reference/objects/invoice-edge","6c5"),exact:!0},{path:"/api-reference/objects/legal-document",component:l("/api-reference/objects/legal-document","def"),exact:!0},{path:"/api-reference/objects/legal-document-active-status-info",component:l("/api-reference/objects/legal-document-active-status-info","dae"),exact:!0},{path:"/api-reference/objects/legal-document-connection",component:l("/api-reference/objects/legal-document-connection","f60"),exact:!0},{path:"/api-reference/objects/legal-document-edge",component:l("/api-reference/objects/legal-document-edge","17b"),exact:!0},{path:"/api-reference/objects/legal-document-inactive-status-info",component:l("/api-reference/objects/legal-document-inactive-status-info","a24"),exact:!0},{path:"/api-reference/objects/legal-document-upcoming-status-info",component:l("/api-reference/objects/legal-document-upcoming-status-info","646"),exact:!0},{path:"/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection",component:l("/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection","781"),exact:!0},{path:"/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection",component:l("/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection","7c5"),exact:!0},{path:"/api-reference/objects/merchant-profile",component:l("/api-reference/objects/merchant-profile","650"),exact:!0},{path:"/api-reference/objects/merchant-profile-connection",component:l("/api-reference/objects/merchant-profile-connection","dc8"),exact:!0},{path:"/api-reference/objects/merchant-profile-edge",component:l("/api-reference/objects/merchant-profile-edge","3c1"),exact:!0},{path:"/api-reference/objects/merchant-profile-wrong-status-rejection",component:l("/api-reference/objects/merchant-profile-wrong-status-rejection","539"),exact:!0},{path:"/api-reference/objects/missing-mandatory-field-rejection",component:l("/api-reference/objects/missing-mandatory-field-rejection","3b1"),exact:!0},{path:"/api-reference/objects/not-found-rejection",component:l("/api-reference/objects/not-found-rejection","5f8"),exact:!0},{path:"/api-reference/objects/not-reachable-consent-status-rejection",component:l("/api-reference/objects/not-reachable-consent-status-rejection","85a"),exact:!0},{path:"/api-reference/objects/not-started-identification-level-status-info",component:l("/api-reference/objects/not-started-identification-level-status-info","cda"),exact:!0},{path:"/api-reference/objects/not-supported-country-rejection",component:l("/api-reference/objects/not-supported-country-rejection","29e"),exact:!0},{path:"/api-reference/objects/not-supported-identification-level-status-info",component:l("/api-reference/objects/not-supported-identification-level-status-info","34e"),exact:!0},{path:"/api-reference/objects/oauth-redirect-parameters",component:l("/api-reference/objects/oauth-redirect-parameters","257"),exact:!0},{path:"/api-reference/objects/onboard-company-account-holder-success-payload",component:l("/api-reference/objects/onboard-company-account-holder-success-payload","a0f"),exact:!0},{path:"/api-reference/objects/onboard-individual-account-holder-success-payload",component:l("/api-reference/objects/onboard-individual-account-holder-success-payload","3e6"),exact:!0},{path:"/api-reference/objects/onboarding",component:l("/api-reference/objects/onboarding","d72"),exact:!0},{path:"/api-reference/objects/onboarding-company-account-holder-info",component:l("/api-reference/objects/onboarding-company-account-holder-info","c2b"),exact:!0},{path:"/api-reference/objects/onboarding-connection",component:l("/api-reference/objects/onboarding-connection","0ba"),exact:!0},{path:"/api-reference/objects/onboarding-edge",component:l("/api-reference/objects/onboarding-edge","7e8"),exact:!0},{path:"/api-reference/objects/onboarding-finalized-status-info",component:l("/api-reference/objects/onboarding-finalized-status-info","92e"),exact:!0},{path:"/api-reference/objects/onboarding-individual-account-holder-info",component:l("/api-reference/objects/onboarding-individual-account-holder-info","2b4"),exact:!0},{path:"/api-reference/objects/onboarding-info",component:l("/api-reference/objects/onboarding-info","637"),exact:!0},{path:"/api-reference/objects/onboarding-invalid-status-info",component:l("/api-reference/objects/onboarding-invalid-status-info","cdb"),exact:!0},{path:"/api-reference/objects/onboarding-not-completed-rejection",component:l("/api-reference/objects/onboarding-not-completed-rejection","f9b"),exact:!0},{path:"/api-reference/objects/onboarding-valid-status-info",component:l("/api-reference/objects/onboarding-valid-status-info","76f"),exact:!0},{path:"/api-reference/objects/page-info",component:l("/api-reference/objects/page-info","666"),exact:!0},{path:"/api-reference/objects/partnership-accepted-status-info",component:l("/api-reference/objects/partnership-accepted-status-info","ebc"),exact:!0},{path:"/api-reference/objects/partnership-canceled-status-info",component:l("/api-reference/objects/partnership-canceled-status-info","b8a"),exact:!0},{path:"/api-reference/objects/partnership-canceling-status-info",component:l("/api-reference/objects/partnership-canceling-status-info","1e3"),exact:!0},{path:"/api-reference/objects/passport-document",component:l("/api-reference/objects/passport-document","4f1"),exact:!0},{path:"/api-reference/objects/passport-document-file",component:l("/api-reference/objects/passport-document-file","612"),exact:!0},{path:"/api-reference/objects/payment",component:l("/api-reference/objects/payment","03d"),exact:!0},{path:"/api-reference/objects/payment-connection",component:l("/api-reference/objects/payment-connection","2b1"),exact:!0},{path:"/api-reference/objects/payment-consent-pending",component:l("/api-reference/objects/payment-consent-pending","22d"),exact:!0},{path:"/api-reference/objects/payment-edge",component:l("/api-reference/objects/payment-edge","19b"),exact:!0},{path:"/api-reference/objects/payment-initiated",component:l("/api-reference/objects/payment-initiated","983"),exact:!0},{path:"/api-reference/objects/payment-mandate-canceled-status-info",component:l("/api-reference/objects/payment-mandate-canceled-status-info","853"),exact:!0},{path:"/api-reference/objects/payment-mandate-connection",component:l("/api-reference/objects/payment-mandate-connection","eff"),exact:!0},{path:"/api-reference/objects/payment-mandate-consent-pending-status-info",component:l("/api-reference/objects/payment-mandate-consent-pending-status-info","e90"),exact:!0},{path:"/api-reference/objects/payment-mandate-edge",component:l("/api-reference/objects/payment-mandate-edge","906"),exact:!0},{path:"/api-reference/objects/payment-mandate-enabled-status-info",component:l("/api-reference/objects/payment-mandate-enabled-status-info","3eb"),exact:!0},{path:"/api-reference/objects/payment-mandate-mandate-not-found-rejection",component:l("/api-reference/objects/payment-mandate-mandate-not-found-rejection","fd1"),exact:!0},{path:"/api-reference/objects/payment-mandate-reference-already-used-rejection",component:l("/api-reference/objects/payment-mandate-reference-already-used-rejection","3a3"),exact:!0},{path:"/api-reference/objects/payment-mandate-rejected-status-info",component:l("/api-reference/objects/payment-mandate-rejected-status-info","7e8"),exact:!0},{path:"/api-reference/objects/payment-method-not-compatible-rejection",component:l("/api-reference/objects/payment-method-not-compatible-rejection","d53"),exact:!0},{path:"/api-reference/objects/payment-rejected",component:l("/api-reference/objects/payment-rejected","435"),exact:!0},{path:"/api-reference/objects/pdf-statement",component:l("/api-reference/objects/pdf-statement","72b"),exact:!0},{path:"/api-reference/objects/pending-consent-account-membership-update",component:l("/api-reference/objects/pending-consent-account-membership-update","604"),exact:!0},{path:"/api-reference/objects/pending-digital-card",component:l("/api-reference/objects/pending-digital-card","3e3"),exact:!0},{path:"/api-reference/objects/pending-funding-source-status-info",component:l("/api-reference/objects/pending-funding-source-status-info","4dd"),exact:!0},{path:"/api-reference/objects/pending-identification-level-status-info",component:l("/api-reference/objects/pending-identification-level-status-info","3fd"),exact:!0},{path:"/api-reference/objects/pending-merchant-payment-method-status-info",component:l("/api-reference/objects/pending-merchant-payment-method-status-info","4ce"),exact:!0},{path:"/api-reference/objects/pending-review-merchant-profile-status-info",component:l("/api-reference/objects/pending-review-merchant-profile-status-info","48a"),exact:!0},{path:"/api-reference/objects/pending-review-status-info",component:l("/api-reference/objects/pending-review-status-info","5cf"),exact:!0},{path:"/api-reference/objects/pending-transaction-status-info",component:l("/api-reference/objects/pending-transaction-status-info","b8a"),exact:!0},{path:"/api-reference/objects/pending-verification-status-info",component:l("/api-reference/objects/pending-verification-status-info","8b1"),exact:!0},{path:"/api-reference/objects/permission-cannot-be-granted-rejection",component:l("/api-reference/objects/permission-cannot-be-granted-rejection","b2d"),exact:!0},{path:"/api-reference/objects/physical-card",component:l("/api-reference/objects/physical-card","716"),exact:!0},{path:"/api-reference/objects/physical-card-activated-status-info",component:l("/api-reference/objects/physical-card-activated-status-info","c9d"),exact:!0},{path:"/api-reference/objects/physical-card-canceled-status-info",component:l("/api-reference/objects/physical-card-canceled-status-info","700"),exact:!0},{path:"/api-reference/objects/physical-card-canceling-status-info",component:l("/api-reference/objects/physical-card-canceling-status-info","451"),exact:!0},{path:"/api-reference/objects/physical-card-consent-pending-status-info",component:l("/api-reference/objects/physical-card-consent-pending-status-info","800"),exact:!0},{path:"/api-reference/objects/physical-card-custom-options",component:l("/api-reference/objects/physical-card-custom-options","0e3"),exact:!0},{path:"/api-reference/objects/physical-card-not-found-rejection",component:l("/api-reference/objects/physical-card-not-found-rejection","b1a"),exact:!0},{path:"/api-reference/objects/physical-card-processing-status-info",component:l("/api-reference/objects/physical-card-processing-status-info","cbd"),exact:!0},{path:"/api-reference/objects/physical-card-renewed-status-info",component:l("/api-reference/objects/physical-card-renewed-status-info","4d6"),exact:!0},{path:"/api-reference/objects/physical-card-suspended-status-info",component:l("/api-reference/objects/physical-card-suspended-status-info","e19"),exact:!0},{path:"/api-reference/objects/physical-card-to-activate-status-info",component:l("/api-reference/objects/physical-card-to-activate-status-info","851"),exact:!0},{path:"/api-reference/objects/physical-card-wrong-status-rejection",component:l("/api-reference/objects/physical-card-wrong-status-rejection","483"),exact:!0},{path:"/api-reference/objects/pinnot-ready-rejection",component:l("/api-reference/objects/pinnot-ready-rejection","3ca"),exact:!0},{path:"/api-reference/objects/pre-provisioning-suvcard-settings",component:l("/api-reference/objects/pre-provisioning-suvcard-settings","5e5"),exact:!0},{path:"/api-reference/objects/print-physical-card-success-payload",component:l("/api-reference/objects/print-physical-card-success-payload","a7b"),exact:!0},{path:"/api-reference/objects/project-card-designs",component:l("/api-reference/objects/project-card-designs","9d2"),exact:!0},{path:"/api-reference/objects/project-card-settings",component:l("/api-reference/objects/project-card-settings","d23"),exact:!0},{path:"/api-reference/objects/project-forbidden-rejection",component:l("/api-reference/objects/project-forbidden-rejection","800"),exact:!0},{path:"/api-reference/objects/project-funding-limit-exceeded-rejection",component:l("/api-reference/objects/project-funding-limit-exceeded-rejection","a65"),exact:!0},{path:"/api-reference/objects/project-info",component:l("/api-reference/objects/project-info","28a"),exact:!0},{path:"/api-reference/objects/project-instant-funding-limit-exceeded-rejection",component:l("/api-reference/objects/project-instant-funding-limit-exceeded-rejection","363"),exact:!0},{path:"/api-reference/objects/project-invalid-status-rejection",component:l("/api-reference/objects/project-invalid-status-rejection","b67"),exact:!0},{path:"/api-reference/objects/project-not-found",component:l("/api-reference/objects/project-not-found","1cb"),exact:!0},{path:"/api-reference/objects/project-not-found-rejection",component:l("/api-reference/objects/project-not-found-rejection","6c1"),exact:!0},{path:"/api-reference/objects/project-settings-forbidden-error",component:l("/api-reference/objects/project-settings-forbidden-error","f85"),exact:!0},{path:"/api-reference/objects/project-settings-not-found",component:l("/api-reference/objects/project-settings-not-found","e25"),exact:!0},{path:"/api-reference/objects/project-settings-status-not-reachable",component:l("/api-reference/objects/project-settings-status-not-reachable","9e5"),exact:!0},{path:"/api-reference/objects/public-onboarding-disabled-rejection",component:l("/api-reference/objects/public-onboarding-disabled-rejection","ea1"),exact:!0},{path:"/api-reference/objects/radio-field",component:l("/api-reference/objects/radio-field","ecf"),exact:!0},{path:"/api-reference/objects/reachability",component:l("/api-reference/objects/reachability","576"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-already-exist-rejection",component:l("/api-reference/objects/received-direct-debit-mandate-already-exist-rejection","138"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-canceled-rejection",component:l("/api-reference/objects/received-direct-debit-mandate-canceled-rejection","fc1"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-connection",component:l("/api-reference/objects/received-direct-debit-mandate-connection","419"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-edge",component:l("/api-reference/objects/received-direct-debit-mandate-edge","e0f"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection",component:l("/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection","91a"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-not-found-rejection",component:l("/api-reference/objects/received-direct-debit-mandate-not-found-rejection","808"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-status-info-canceled",component:l("/api-reference/objects/received-direct-debit-mandate-status-info-canceled","21d"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending",component:l("/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending","d32"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending",component:l("/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending","1c2"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-status-info-enabled",component:l("/api-reference/objects/received-direct-debit-mandate-status-info-enabled","056"),exact:!0},{path:"/api-reference/objects/received-direct-debit-mandate-status-info-suspended",component:l("/api-reference/objects/received-direct-debit-mandate-status-info-suspended","127"),exact:!0},{path:"/api-reference/objects/refund-rejection",component:l("/api-reference/objects/refund-rejection","132"),exact:!0},{path:"/api-reference/objects/refund-success-payload",component:l("/api-reference/objects/refund-success-payload","8c7"),exact:!0},{path:"/api-reference/objects/rejected-funding-source-status-info",component:l("/api-reference/objects/rejected-funding-source-status-info","468"),exact:!0},{path:"/api-reference/objects/rejected-merchant-payment-method-status-info",component:l("/api-reference/objects/rejected-merchant-payment-method-status-info","9d6"),exact:!0},{path:"/api-reference/objects/rejected-merchant-profile-status-info",component:l("/api-reference/objects/rejected-merchant-profile-status-info","ca8"),exact:!0},{path:"/api-reference/objects/rejected-transaction-status-info",component:l("/api-reference/objects/rejected-transaction-status-info","5e2"),exact:!0},{path:"/api-reference/objects/rejected-verification-status-info",component:l("/api-reference/objects/rejected-verification-status-info","703"),exact:!0},{path:"/api-reference/objects/released-transaction-status-info",component:l("/api-reference/objects/released-transaction-status-info","79d"),exact:!0},{path:"/api-reference/objects/report-document",component:l("/api-reference/objects/report-document","122"),exact:!0},{path:"/api-reference/objects/report-document-file",component:l("/api-reference/objects/report-document-file","423"),exact:!0},{path:"/api-reference/objects/report-exchange-rate",component:l("/api-reference/objects/report-exchange-rate","cb5"),exact:!0},{path:"/api-reference/objects/request-merchant-payment-methods-success-payload",component:l("/api-reference/objects/request-merchant-payment-methods-success-payload","dff"),exact:!0},{path:"/api-reference/objects/request-merchant-profile-update",component:l("/api-reference/objects/request-merchant-profile-update","de2"),exact:!0},{path:"/api-reference/objects/request-merchant-profile-update-success-payload",component:l("/api-reference/objects/request-merchant-profile-update-success-payload","bb8"),exact:!0},{path:"/api-reference/objects/request-supporting-document-collection-review-success-payload",component:l("/api-reference/objects/request-supporting-document-collection-review-success-payload","db5"),exact:!0},{path:"/api-reference/objects/residence-permit-document",component:l("/api-reference/objects/residence-permit-document","cdf"),exact:!0},{path:"/api-reference/objects/residence-permit-document-file",component:l("/api-reference/objects/residence-permit-document-file","121"),exact:!0},{path:"/api-reference/objects/restricted-to",component:l("/api-reference/objects/restricted-to","0ae"),exact:!0},{path:"/api-reference/objects/restricted-to-user-rejection",component:l("/api-reference/objects/restricted-to-user-rejection","837"),exact:!0},{path:"/api-reference/objects/resume-account-membership-success-payload",component:l("/api-reference/objects/resume-account-membership-success-payload","393"),exact:!0},{path:"/api-reference/objects/resume-physical-card-success-payload",component:l("/api-reference/objects/resume-physical-card-success-payload","d8d"),exact:!0},{path:"/api-reference/objects/rolling-reserve",component:l("/api-reference/objects/rolling-reserve","60c"),exact:!0},{path:"/api-reference/objects/schedule-standing-order-success-payload",component:l("/api-reference/objects/schedule-standing-order-success-payload","3c4"),exact:!0},{path:"/api-reference/objects/scheme",component:l("/api-reference/objects/scheme","81e"),exact:!0},{path:"/api-reference/objects/scheme-wrong-rejection",component:l("/api-reference/objects/scheme-wrong-rejection","340"),exact:!0},{path:"/api-reference/objects/select-field",component:l("/api-reference/objects/select-field","69b"),exact:!0},{path:"/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method",component:l("/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method","f2c"),exact:!0},{path:"/api-reference/objects/sepa-direct-debit-core-merchant-payment-method",component:l("/api-reference/objects/sepa-direct-debit-core-merchant-payment-method","d57"),exact:!0},{path:"/api-reference/objects/sepabeneficiary",component:l("/api-reference/objects/sepabeneficiary","ecc"),exact:!0},{path:"/api-reference/objects/sepacredit-transfer-in-creditor",component:l("/api-reference/objects/sepacredit-transfer-in-creditor","558"),exact:!0},{path:"/api-reference/objects/sepacredit-transfer-in-debtor",component:l("/api-reference/objects/sepacredit-transfer-in-debtor","2cb"),exact:!0},{path:"/api-reference/objects/sepacredit-transfer-internal-in-debtor",component:l("/api-reference/objects/sepacredit-transfer-internal-in-debtor","f21"),exact:!0},{path:"/api-reference/objects/sepacredit-transfer-internal-out-creditor",component:l("/api-reference/objects/sepacredit-transfer-internal-out-creditor","173"),exact:!0},{path:"/api-reference/objects/sepacredit-transfer-out-creditor",component:l("/api-reference/objects/sepacredit-transfer-out-creditor","45a"),exact:!0},{path:"/api-reference/objects/sepacredit-transfer-out-debtor",component:l("/api-reference/objects/sepacredit-transfer-out-debtor","75b"),exact:!0},{path:"/api-reference/objects/sepacredit-transfer-transaction",component:l("/api-reference/objects/sepacredit-transfer-transaction","5d8"),exact:!0},{path:"/api-reference/objects/sepadirect-debit-in-creditor",component:l("/api-reference/objects/sepadirect-debit-in-creditor","1b9"),exact:!0},{path:"/api-reference/objects/sepadirect-debit-in-debtor",component:l("/api-reference/objects/sepadirect-debit-in-debtor","ec6"),exact:!0},{path:"/api-reference/objects/sepadirect-debit-out-creditor",component:l("/api-reference/objects/sepadirect-debit-out-creditor","6a7"),exact:!0},{path:"/api-reference/objects/sepadirect-debit-out-debtor",component:l("/api-reference/objects/sepadirect-debit-out-debtor","3ea"),exact:!0},{path:"/api-reference/objects/sepadirect-debit-transaction",component:l("/api-reference/objects/sepadirect-debit-transaction","d14"),exact:!0},{path:"/api-reference/objects/sepapayment-direct-debit-mandate",component:l("/api-reference/objects/sepapayment-direct-debit-mandate","2af"),exact:!0},{path:"/api-reference/objects/sepapayment-mandate-creditor",component:l("/api-reference/objects/sepapayment-mandate-creditor","8ed"),exact:!0},{path:"/api-reference/objects/sepapayment-mandate-debtor",component:l("/api-reference/objects/sepapayment-mandate-debtor","62b"),exact:!0},{path:"/api-reference/objects/separeceived-direct-debit-mandate",component:l("/api-reference/objects/separeceived-direct-debit-mandate","6f3"),exact:!0},{path:"/api-reference/objects/separeceived-direct-debit-mandate-creditor",component:l("/api-reference/objects/separeceived-direct-debit-mandate-creditor","1b3"),exact:!0},{path:"/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection",component:l("/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection","1be"),exact:!0},{path:"/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection",component:l("/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection","ea8"),exact:!0},{path:"/api-reference/objects/server-consent-not-allowed-for-project-rejection",component:l("/api-reference/objects/server-consent-not-allowed-for-project-rejection","673"),exact:!0},{path:"/api-reference/objects/server-consent-project-credential-missing-rejection",component:l("/api-reference/objects/server-consent-project-credential-missing-rejection","511"),exact:!0},{path:"/api-reference/objects/server-consent-project-credential-not-found-rejection",component:l("/api-reference/objects/server-consent-project-credential-not-found-rejection","947"),exact:!0},{path:"/api-reference/objects/server-consent-project-settings-not-found-rejection",component:l("/api-reference/objects/server-consent-project-settings-not-found-rejection","99b"),exact:!0},{path:"/api-reference/objects/server-consent-signature-not-valid-rejection",component:l("/api-reference/objects/server-consent-signature-not-valid-rejection","7a3"),exact:!0},{path:"/api-reference/objects/shareholder",component:l("/api-reference/objects/shareholder","908"),exact:!0},{path:"/api-reference/objects/signature",component:l("/api-reference/objects/signature","c24"),exact:!0},{path:"/api-reference/objects/spending",component:l("/api-reference/objects/spending","3ef"),exact:!0},{path:"/api-reference/objects/spending-limit",component:l("/api-reference/objects/spending-limit","ce7"),exact:!0},{path:"/api-reference/objects/standing-order",component:l("/api-reference/objects/standing-order","e43"),exact:!0},{path:"/api-reference/objects/standing-order-canceled-status-info",component:l("/api-reference/objects/standing-order-canceled-status-info","7d6"),exact:!0},{path:"/api-reference/objects/standing-order-connection",component:l("/api-reference/objects/standing-order-connection","748"),exact:!0},{path:"/api-reference/objects/standing-order-consent-pending-status-info",component:l("/api-reference/objects/standing-order-consent-pending-status-info","eee"),exact:!0},{path:"/api-reference/objects/standing-order-edge",component:l("/api-reference/objects/standing-order-edge","4ac"),exact:!0},{path:"/api-reference/objects/standing-order-enabled-status-info",component:l("/api-reference/objects/standing-order-enabled-status-info","4a9"),exact:!0},{path:"/api-reference/objects/standing-order-not-found-rejection",component:l("/api-reference/objects/standing-order-not-found-rejection","124"),exact:!0},{path:"/api-reference/objects/started-identification-level-status-info",component:l("/api-reference/objects/started-identification-level-status-info","f07"),exact:!0},{path:"/api-reference/objects/statement",component:l("/api-reference/objects/statement","2bc"),exact:!0},{path:"/api-reference/objects/statement-connection",component:l("/api-reference/objects/statement-connection","07d"),exact:!0},{path:"/api-reference/objects/statement-edge",component:l("/api-reference/objects/statement-edge","2a9"),exact:!0},{path:"/api-reference/objects/supporting-document",component:l("/api-reference/objects/supporting-document","618"),exact:!0},{path:"/api-reference/objects/supporting-document-collection",component:l("/api-reference/objects/supporting-document-collection","f35"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-approved-status-info",component:l("/api-reference/objects/supporting-document-collection-approved-status-info","4ce"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-canceled-status-info",component:l("/api-reference/objects/supporting-document-collection-canceled-status-info","cf4"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-connection",component:l("/api-reference/objects/supporting-document-collection-connection","c58"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-edge",component:l("/api-reference/objects/supporting-document-collection-edge","e4c"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-not-found-rejection",component:l("/api-reference/objects/supporting-document-collection-not-found-rejection","8bd"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-pending-review-status-info",component:l("/api-reference/objects/supporting-document-collection-pending-review-status-info","57c"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-rejected-status-info",component:l("/api-reference/objects/supporting-document-collection-rejected-status-info","fc9"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection",component:l("/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection","927"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection",component:l("/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection","fc0"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-status-not-allowed-rejection",component:l("/api-reference/objects/supporting-document-collection-status-not-allowed-rejection","7f9"),exact:!0},{path:"/api-reference/objects/supporting-document-collection-waiting-for-document-status-info",component:l("/api-reference/objects/supporting-document-collection-waiting-for-document-status-info","25c"),exact:!0},{path:"/api-reference/objects/supporting-document-not-found-rejection",component:l("/api-reference/objects/supporting-document-not-found-rejection","580"),exact:!0},{path:"/api-reference/objects/supporting-document-not-uploaded-status-info",component:l("/api-reference/objects/supporting-document-not-uploaded-status-info","8b5"),exact:!0},{path:"/api-reference/objects/supporting-document-post-field",component:l("/api-reference/objects/supporting-document-post-field","403"),exact:!0},{path:"/api-reference/objects/supporting-document-purpose",component:l("/api-reference/objects/supporting-document-purpose","9e0"),exact:!0},{path:"/api-reference/objects/supporting-document-refused-status-info",component:l("/api-reference/objects/supporting-document-refused-status-info","740"),exact:!0},{path:"/api-reference/objects/supporting-document-settings",component:l("/api-reference/objects/supporting-document-settings","20f"),exact:!0},{path:"/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection",component:l("/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection","da4"),exact:!0},{path:"/api-reference/objects/supporting-document-status-does-not-allow-update-rejection",component:l("/api-reference/objects/supporting-document-status-does-not-allow-update-rejection","b0e"),exact:!0},{path:"/api-reference/objects/supporting-document-status-not-allowed-rejection",component:l("/api-reference/objects/supporting-document-status-not-allowed-rejection","933"),exact:!0},{path:"/api-reference/objects/supporting-document-upload-info",component:l("/api-reference/objects/supporting-document-upload-info","b3f"),exact:!0},{path:"/api-reference/objects/supporting-document-upload-not-allowed-rejection",component:l("/api-reference/objects/supporting-document-upload-not-allowed-rejection","738"),exact:!0},{path:"/api-reference/objects/supporting-document-uploaded-status-info",component:l("/api-reference/objects/supporting-document-uploaded-status-info","c3f"),exact:!0},{path:"/api-reference/objects/supporting-document-validated-status-info",component:l("/api-reference/objects/supporting-document-validated-status-info","df9"),exact:!0},{path:"/api-reference/objects/supporting-document-waiting-for-upload-status-info",component:l("/api-reference/objects/supporting-document-waiting-for-upload-status-info","e2e"),exact:!0},{path:"/api-reference/objects/suspend-account-membership-success-payload",component:l("/api-reference/objects/suspend-account-membership-success-payload","46c"),exact:!0},{path:"/api-reference/objects/suspend-account-reason",component:l("/api-reference/objects/suspend-account-reason","5e2"),exact:!0},{path:"/api-reference/objects/suspend-physical-card-success-payload",component:l("/api-reference/objects/suspend-physical-card-success-payload","362"),exact:!0},{path:"/api-reference/objects/suspend-received-direct-debit-mandate-success-payload",component:l("/api-reference/objects/suspend-received-direct-debit-mandate-success-payload","36f"),exact:!0},{path:"/api-reference/objects/suspend-received-direct-debit-mandated-rejection",component:l("/api-reference/objects/suspend-received-direct-debit-mandated-rejection","c4d"),exact:!0},{path:"/api-reference/objects/suspended-funding-limit-settings-status-info",component:l("/api-reference/objects/suspended-funding-limit-settings-status-info","b22"),exact:!0},{path:"/api-reference/objects/suspended-funding-source-status-info",component:l("/api-reference/objects/suspended-funding-source-status-info","b03"),exact:!0},{path:"/api-reference/objects/suspended-merchant-payment-method-status-info",component:l("/api-reference/objects/suspended-merchant-payment-method-status-info","cb0"),exact:!0},{path:"/api-reference/objects/suspended-merchant-profile-status-info",component:l("/api-reference/objects/suspended-merchant-profile-status-info","799"),exact:!0},{path:"/api-reference/objects/swan-tcudocument-not-found-rejection",component:l("/api-reference/objects/swan-tcudocument-not-found-rejection","f0b"),exact:!0},{path:"/api-reference/objects/swan-tcudocument-status-not-allowed-rejection",component:l("/api-reference/objects/swan-tcudocument-status-not-allowed-rejection","2bc"),exact:!0},{path:"/api-reference/objects/text-field",component:l("/api-reference/objects/text-field","f9d"),exact:!0},{path:"/api-reference/objects/too-many-child-consents-rejection",component:l("/api-reference/objects/too-many-child-consents-rejection","2c1"),exact:!0},{path:"/api-reference/objects/too-many-items-rejection",component:l("/api-reference/objects/too-many-items-rejection","bd1"),exact:!0},{path:"/api-reference/objects/transaction-connection",component:l("/api-reference/objects/transaction-connection","aab"),exact:!0},{path:"/api-reference/objects/transaction-edge",component:l("/api-reference/objects/transaction-edge","2ed"),exact:!0},{path:"/api-reference/objects/transaction-not-found-rejection",component:l("/api-reference/objects/transaction-not-found-rejection","6c5"),exact:!0},{path:"/api-reference/objects/ultimate-beneficial-direct-owner-company-info",component:l("/api-reference/objects/ultimate-beneficial-direct-owner-company-info","25a"),exact:!0},{path:"/api-reference/objects/ultimate-beneficial-direct-owner-individual-info",component:l("/api-reference/objects/ultimate-beneficial-direct-owner-individual-info","d61"),exact:!0},{path:"/api-reference/objects/ultimate-beneficial-indirect-owner-company-info",component:l("/api-reference/objects/ultimate-beneficial-indirect-owner-company-info","0fe"),exact:!0},{path:"/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info",component:l("/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info","4f2"),exact:!0},{path:"/api-reference/objects/upcoming-transaction-status-info",component:l("/api-reference/objects/upcoming-transaction-status-info","c3b"),exact:!0},{path:"/api-reference/objects/update-account-holder-success-payload",component:l("/api-reference/objects/update-account-holder-success-payload","a5f"),exact:!0},{path:"/api-reference/objects/update-account-membership-success-payload",component:l("/api-reference/objects/update-account-membership-success-payload","5a5"),exact:!0},{path:"/api-reference/objects/update-account-success-payload",component:l("/api-reference/objects/update-account-success-payload","0f5"),exact:!0},{path:"/api-reference/objects/update-card-success-payload",component:l("/api-reference/objects/update-card-success-payload","f9f"),exact:!0},{path:"/api-reference/objects/update-company-onboarding-success-payload",component:l("/api-reference/objects/update-company-onboarding-success-payload","5e3"),exact:!0},{path:"/api-reference/objects/update-individual-onboarding-success-payload",component:l("/api-reference/objects/update-individual-onboarding-success-payload","083"),exact:!0},{path:"/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload",component:l("/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload","28d"),exact:!0},{path:"/api-reference/objects/update-supporting-document-success-payload",component:l("/api-reference/objects/update-supporting-document-success-payload","46a"),exact:!0},{path:"/api-reference/objects/update-user-consent-settings-success-payload",component:l("/api-reference/objects/update-user-consent-settings-success-payload","31e"),exact:!0},{path:"/api-reference/objects/update-user-consent-settings-token-rejection",component:l("/api-reference/objects/update-user-consent-settings-token-rejection","0c0"),exact:!0},{path:"/api-reference/objects/user",component:l("/api-reference/objects/user","ccd"),exact:!0},{path:"/api-reference/objects/user-connection",component:l("/api-reference/objects/user-connection","5d4"),exact:!0},{path:"/api-reference/objects/user-consent-settings",component:l("/api-reference/objects/user-consent-settings","bab"),exact:!0},{path:"/api-reference/objects/user-edge",component:l("/api-reference/objects/user-edge","42e"),exact:!0},{path:"/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection",component:l("/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection","539"),exact:!0},{path:"/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection",component:l("/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection","010"),exact:!0},{path:"/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection",component:l("/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection","23f"),exact:!0},{path:"/api-reference/objects/user-not-card-holder-rejection",component:l("/api-reference/objects/user-not-card-holder-rejection","5b9"),exact:!0},{path:"/api-reference/objects/valid-iban",component:l("/api-reference/objects/valid-iban","2ed"),exact:!0},{path:"/api-reference/objects/valid-identification-level-status-info",component:l("/api-reference/objects/valid-identification-level-status-info","e08"),exact:!0},{path:"/api-reference/objects/validation-error",component:l("/api-reference/objects/validation-error","296"),exact:!0},{path:"/api-reference/objects/validation-field-error",component:l("/api-reference/objects/validation-field-error","0d0"),exact:!0},{path:"/api-reference/objects/validation-rejection",component:l("/api-reference/objects/validation-rejection","108"),exact:!0},{path:"/api-reference/objects/verified-status-info",component:l("/api-reference/objects/verified-status-info","7c6"),exact:!0},{path:"/api-reference/objects/view-card-numbers-success-payload",component:l("/api-reference/objects/view-card-numbers-success-payload","6bb"),exact:!0},{path:"/api-reference/objects/view-physical-card-numbers-success-payload",component:l("/api-reference/objects/view-physical-card-numbers-success-payload","57d"),exact:!0},{path:"/api-reference/objects/view-physical-card-pin-success-payload",component:l("/api-reference/objects/view-physical-card-pin-success-payload","532"),exact:!0},{path:"/api-reference/objects/virtual-ibanentry",component:l("/api-reference/objects/virtual-ibanentry","dcc"),exact:!0},{path:"/api-reference/objects/virtual-ibanentry-connection",component:l("/api-reference/objects/virtual-ibanentry-connection","0da"),exact:!0},{path:"/api-reference/objects/virtual-ibanentry-edge",component:l("/api-reference/objects/virtual-ibanentry-edge","bf4"),exact:!0},{path:"/api-reference/objects/wallet-provider",component:l("/api-reference/objects/wallet-provider","74b"),exact:!0},{path:"/api-reference/objects/web-banking-settings",component:l("/api-reference/objects/web-banking-settings","54d"),exact:!0},{path:"/api-reference/objects/wrong-value-provided-rejection",component:l("/api-reference/objects/wrong-value-provided-rejection","405"),exact:!0},{path:"/api-reference/queries/account",component:l("/api-reference/queries/account","956"),exact:!0},{path:"/api-reference/queries/account-holder",component:l("/api-reference/queries/account-holder","f82"),exact:!0},{path:"/api-reference/queries/account-holders",component:l("/api-reference/queries/account-holders","c09"),exact:!0},{path:"/api-reference/queries/account-invoice",component:l("/api-reference/queries/account-invoice","4fb"),exact:!0},{path:"/api-reference/queries/account-membership",component:l("/api-reference/queries/account-membership","89c"),exact:!0},{path:"/api-reference/queries/account-memberships",component:l("/api-reference/queries/account-memberships","482"),exact:!0},{path:"/api-reference/queries/account-statement",component:l("/api-reference/queries/account-statement","70e"),exact:!0},{path:"/api-reference/queries/accounts",component:l("/api-reference/queries/accounts","b92"),exact:!0},{path:"/api-reference/queries/capital-deposit-case",component:l("/api-reference/queries/capital-deposit-case","226"),exact:!0},{path:"/api-reference/queries/capital-deposit-cases",component:l("/api-reference/queries/capital-deposit-cases","dc2"),exact:!0},{path:"/api-reference/queries/capital-deposit-document",component:l("/api-reference/queries/capital-deposit-document","6e5"),exact:!0},{path:"/api-reference/queries/card",component:l("/api-reference/queries/card","1a6"),exact:!0},{path:"/api-reference/queries/cards",component:l("/api-reference/queries/cards","527"),exact:!0},{path:"/api-reference/queries/consent",component:l("/api-reference/queries/consent","b19"),exact:!0},{path:"/api-reference/queries/consents",component:l("/api-reference/queries/consents","c5b"),exact:!0},{path:"/api-reference/queries/funding-limit-settings-change-request",component:l("/api-reference/queries/funding-limit-settings-change-request","804"),exact:!0},{path:"/api-reference/queries/funding-source",component:l("/api-reference/queries/funding-source","f49"),exact:!0},{path:"/api-reference/queries/iban-validation",component:l("/api-reference/queries/iban-validation","8f5"),exact:!0},{path:"/api-reference/queries/international-beneficiary-dynamic-forms",component:l("/api-reference/queries/international-beneficiary-dynamic-forms","0b3"),exact:!0},{path:"/api-reference/queries/international-credit-transfer-quote",component:l("/api-reference/queries/international-credit-transfer-quote","63b"),exact:!0},{path:"/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form",component:l("/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form","865"),exact:!0},{path:"/api-reference/queries/merchant-profile",component:l("/api-reference/queries/merchant-profile","2da"),exact:!0},{path:"/api-reference/queries/onboarding",component:l("/api-reference/queries/onboarding","f93"),exact:!0},{path:"/api-reference/queries/onboardings",component:l("/api-reference/queries/onboardings","95f"),exact:!0},{path:"/api-reference/queries/payment",component:l("/api-reference/queries/payment","2af"),exact:!0},{path:"/api-reference/queries/payments",component:l("/api-reference/queries/payments","c74"),exact:!0},{path:"/api-reference/queries/project-info",component:l("/api-reference/queries/project-info","bc1"),exact:!0},{path:"/api-reference/queries/received-direct-debit-mandate",component:l("/api-reference/queries/received-direct-debit-mandate","888"),exact:!0},{path:"/api-reference/queries/shareholder",component:l("/api-reference/queries/shareholder","ba0"),exact:!0},{path:"/api-reference/queries/standing-order",component:l("/api-reference/queries/standing-order","f26"),exact:!0},{path:"/api-reference/queries/supporting-document-collection",component:l("/api-reference/queries/supporting-document-collection","499"),exact:!0},{path:"/api-reference/queries/transaction",component:l("/api-reference/queries/transaction","06d"),exact:!0},{path:"/api-reference/queries/transactions",component:l("/api-reference/queries/transactions","581"),exact:!0},{path:"/api-reference/queries/user",component:l("/api-reference/queries/user","4d0"),exact:!0},{path:"/api-reference/queries/users",component:l("/api-reference/queries/users","4f6"),exact:!0},{path:"/api-reference/scalars/account-number",component:l("/api-reference/scalars/account-number","afa"),exact:!0},{path:"/api-reference/scalars/amount-value",component:l("/api-reference/scalars/amount-value","a8e"),exact:!0},{path:"/api-reference/scalars/audit-id",component:l("/api-reference/scalars/audit-id","3c9"),exact:!0},{path:"/api-reference/scalars/authorization-id",component:l("/api-reference/scalars/authorization-id","9ee"),exact:!0},{path:"/api-reference/scalars/bic",component:l("/api-reference/scalars/bic","3f5"),exact:!0},{path:"/api-reference/scalars/boolean",component:l("/api-reference/scalars/boolean","c6f"),exact:!0},{path:"/api-reference/scalars/card-token",component:l("/api-reference/scalars/card-token","008"),exact:!0},{path:"/api-reference/scalars/cca2",component:l("/api-reference/scalars/cca2","622"),exact:!0},{path:"/api-reference/scalars/cca3",component:l("/api-reference/scalars/cca3","eb8"),exact:!0},{path:"/api-reference/scalars/currency",component:l("/api-reference/scalars/currency","a85"),exact:!0},{path:"/api-reference/scalars/date",component:l("/api-reference/scalars/date","906"),exact:!0},{path:"/api-reference/scalars/date-time",component:l("/api-reference/scalars/date-time","49d"),exact:!0},{path:"/api-reference/scalars/email-address",component:l("/api-reference/scalars/email-address","404"),exact:!0},{path:"/api-reference/scalars/float",component:l("/api-reference/scalars/float","893"),exact:!0},{path:"/api-reference/scalars/hex-color-code",component:l("/api-reference/scalars/hex-color-code","37c"),exact:!0},{path:"/api-reference/scalars/iban",component:l("/api-reference/scalars/iban","b1e"),exact:!0},{path:"/api-reference/scalars/id",component:l("/api-reference/scalars/id","88c"),exact:!0},{path:"/api-reference/scalars/int",component:l("/api-reference/scalars/int","bd5"),exact:!0},{path:"/api-reference/scalars/phone-number",component:l("/api-reference/scalars/phone-number","ccf"),exact:!0},{path:"/api-reference/scalars/pin",component:l("/api-reference/scalars/pin","be0"),exact:!0},{path:"/api-reference/scalars/sepa-creditor-identifier",component:l("/api-reference/scalars/sepa-creditor-identifier","a29"),exact:!0},{path:"/api-reference/scalars/sepa-reference",component:l("/api-reference/scalars/sepa-reference","68b"),exact:!0},{path:"/api-reference/scalars/string",component:l("/api-reference/scalars/string","ad8"),exact:!0},{path:"/api-reference/scalars/token-requestor-id",component:l("/api-reference/scalars/token-requestor-id","231"),exact:!0},{path:"/api-reference/scalars/upload",component:l("/api-reference/scalars/upload","036"),exact:!0},{path:"/api-reference/scalars/url",component:l("/api-reference/scalars/url","6b3"),exact:!0},{path:"/api-reference/scalars/wallet-token",component:l("/api-reference/scalars/wallet-token","804"),exact:!0},{path:"/api-reference/unions/activate-physical-card-payload",component:l("/api-reference/unions/activate-physical-card-payload","519"),exact:!0},{path:"/api-reference/unions/add-account-membership-payload",component:l("/api-reference/unions/add-account-membership-payload","ca6"),exact:!0},{path:"/api-reference/unions/add-account-memberships-payload",component:l("/api-reference/unions/add-account-memberships-payload","db4"),exact:!0},{path:"/api-reference/unions/add-card-payload",component:l("/api-reference/unions/add-card-payload","daf"),exact:!0},{path:"/api-reference/unions/add-cards-payload",component:l("/api-reference/unions/add-cards-payload","9db"),exact:!0},{path:"/api-reference/unions/add-cards-with-group-delivery-payload",component:l("/api-reference/unions/add-cards-with-group-delivery-payload","b9d"),exact:!0},{path:"/api-reference/unions/add-digital-card-payload",component:l("/api-reference/unions/add-digital-card-payload","156"),exact:!0},{path:"/api-reference/unions/add-direct-debit-funding-source-payload",component:l("/api-reference/unions/add-direct-debit-funding-source-payload","7d8"),exact:!0},{path:"/api-reference/unions/add-external-account-balance-payload",component:l("/api-reference/unions/add-external-account-balance-payload","d9f"),exact:!0},{path:"/api-reference/unions/add-external-account-payload",component:l("/api-reference/unions/add-external-account-payload","55a"),exact:!0},{path:"/api-reference/unions/add-funding-limit-settings-change-request-payload",component:l("/api-reference/unions/add-funding-limit-settings-change-request-payload","78b"),exact:!0},{path:"/api-reference/unions/add-internal-direct-debit-payment-mandate-payload",component:l("/api-reference/unions/add-internal-direct-debit-payment-mandate-payload","0da"),exact:!0},{path:"/api-reference/unions/add-merchant-profile-payload",component:l("/api-reference/unions/add-merchant-profile-payload","75e"),exact:!0},{path:"/api-reference/unions/add-or-update-external-account-balance-payload",component:l("/api-reference/unions/add-or-update-external-account-balance-payload","d3d"),exact:!0},{path:"/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload",component:l("/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload","6d7"),exact:!0},{path:"/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload",component:l("/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload","d0e"),exact:!0},{path:"/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload",component:l("/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload","09c"),exact:!0},{path:"/api-reference/unions/add-single-use-virtual-card-payload",component:l("/api-reference/unions/add-single-use-virtual-card-payload","0d8"),exact:!0},{path:"/api-reference/unions/add-single-use-virtual-cards-payload",component:l("/api-reference/unions/add-single-use-virtual-cards-payload","6ac"),exact:!0},{path:"/api-reference/unions/add-virtual-iban-entry-payload",component:l("/api-reference/unions/add-virtual-iban-entry-payload","d14"),exact:!0},{path:"/api-reference/unions/allow-sdd-payload",component:l("/api-reference/unions/allow-sdd-payload","de7"),exact:!0},{path:"/api-reference/unions/allow-sdd-virtual-iban-entry-payload",component:l("/api-reference/unions/allow-sdd-virtual-iban-entry-payload","a1b"),exact:!0},{path:"/api-reference/unions/bind-account-membership-payload",component:l("/api-reference/unions/bind-account-membership-payload","4b1"),exact:!0},{path:"/api-reference/unions/cancel-card-payload",component:l("/api-reference/unions/cancel-card-payload","e56"),exact:!0},{path:"/api-reference/unions/cancel-consent-payload",component:l("/api-reference/unions/cancel-consent-payload","004"),exact:!0},{path:"/api-reference/unions/cancel-digital-card-payload",component:l("/api-reference/unions/cancel-digital-card-payload","e52"),exact:!0},{path:"/api-reference/unions/cancel-funding-source-payload",component:l("/api-reference/unions/cancel-funding-source-payload","ef5"),exact:!0},{path:"/api-reference/unions/cancel-physical-card-payload",component:l("/api-reference/unions/cancel-physical-card-payload","f4b"),exact:!0},{path:"/api-reference/unions/cancel-standing-order-payload",component:l("/api-reference/unions/cancel-standing-order-payload","3c8"),exact:!0},{path:"/api-reference/unions/cancel-transaction-payload",component:l("/api-reference/unions/cancel-transaction-payload","a3e"),exact:!0},{path:"/api-reference/unions/cancel-virtual-iban-entry-payload",component:l("/api-reference/unions/cancel-virtual-iban-entry-payload","dea"),exact:!0},{path:"/api-reference/unions/close-account-payload",component:l("/api-reference/unions/close-account-payload","6e1"),exact:!0},{path:"/api-reference/unions/close-account-status-reason",component:l("/api-reference/unions/close-account-status-reason","e8a"),exact:!0},{path:"/api-reference/unions/create-capital-deposit-case-payload",component:l("/api-reference/unions/create-capital-deposit-case-payload","863"),exact:!0},{path:"/api-reference/unions/create-multi-consent-payload",component:l("/api-reference/unions/create-multi-consent-payload","c44"),exact:!0},{path:"/api-reference/unions/delete-supporting-document-payload",component:l("/api-reference/unions/delete-supporting-document-payload","731"),exact:!0},{path:"/api-reference/unions/deny-sdd-payload",component:l("/api-reference/unions/deny-sdd-payload","7db"),exact:!0},{path:"/api-reference/unions/deny-sdd-virtual-iban-entry-payload",component:l("/api-reference/unions/deny-sdd-virtual-iban-entry-payload","86b"),exact:!0},{path:"/api-reference/unions/disable-account-membership-payload",component:l("/api-reference/unions/disable-account-membership-payload","363"),exact:!0},{path:"/api-reference/unions/enable-received-direct-debit-mandate-payload",component:l("/api-reference/unions/enable-received-direct-debit-mandate-payload","c2c"),exact:!0},{path:"/api-reference/unions/finalize-onboarding-payload",component:l("/api-reference/unions/finalize-onboarding-payload","083"),exact:!0},{path:"/api-reference/unions/generate-capital-deposit-document-upload-url-payload",component:l("/api-reference/unions/generate-capital-deposit-document-upload-url-payload","707"),exact:!0},{path:"/api-reference/unions/generate-supporting-document-upload-url-payload",component:l("/api-reference/unions/generate-supporting-document-upload-url-payload","fa1"),exact:!0},{path:"/api-reference/unions/grant-consent-with-server-signature-payload",component:l("/api-reference/unions/grant-consent-with-server-signature-payload","5c3"),exact:!0},{path:"/api-reference/unions/iban-validation-result",component:l("/api-reference/unions/iban-validation-result","b66"),exact:!0},{path:"/api-reference/unions/identification-document",component:l("/api-reference/unions/identification-document","2c8"),exact:!0},{path:"/api-reference/unions/identification-level-status-info",component:l("/api-reference/unions/identification-level-status-info","887"),exact:!0},{path:"/api-reference/unions/identification-process-info",component:l("/api-reference/unions/identification-process-info","14f"),exact:!0},{path:"/api-reference/unions/initiate-credit-transfers-payload",component:l("/api-reference/unions/initiate-credit-transfers-payload","469"),exact:!0},{path:"/api-reference/unions/initiate-funding-request-payload",component:l("/api-reference/unions/initiate-funding-request-payload","745"),exact:!0},{path:"/api-reference/unions/initiate-international-credit-transfer-response-payload",component:l("/api-reference/unions/initiate-international-credit-transfer-response-payload","371"),exact:!0},{path:"/api-reference/unions/initiate-merchant-payment-collection-payload",component:l("/api-reference/unions/initiate-merchant-payment-collection-payload","f68"),exact:!0},{path:"/api-reference/unions/onboard-company-account-holder-payload",component:l("/api-reference/unions/onboard-company-account-holder-payload","6b2"),exact:!0},{path:"/api-reference/unions/onboard-individual-account-holder-payload",component:l("/api-reference/unions/onboard-individual-account-holder-payload","f07"),exact:!0},{path:"/api-reference/unions/print-physical-card-payload",component:l("/api-reference/unions/print-physical-card-payload","2f5"),exact:!0},{path:"/api-reference/unions/refund-payload",component:l("/api-reference/unions/refund-payload","0dc"),exact:!0},{path:"/api-reference/unions/request-merchant-payment-methods-payload",component:l("/api-reference/unions/request-merchant-payment-methods-payload","8c4"),exact:!0},{path:"/api-reference/unions/request-merchant-profile-update-payload",component:l("/api-reference/unions/request-merchant-profile-update-payload","661"),exact:!0},{path:"/api-reference/unions/request-supporting-document-collection-review-payload",component:l("/api-reference/unions/request-supporting-document-collection-review-payload","d1c"),exact:!0},{path:"/api-reference/unions/resume-account-membership-payload",component:l("/api-reference/unions/resume-account-membership-payload","263"),exact:!0},{path:"/api-reference/unions/resume-physical-card-payload",component:l("/api-reference/unions/resume-physical-card-payload","70b"),exact:!0},{path:"/api-reference/unions/schedule-standing-order-payload",component:l("/api-reference/unions/schedule-standing-order-payload","e7c"),exact:!0},{path:"/api-reference/unions/shareholder-info",component:l("/api-reference/unions/shareholder-info","4bf"),exact:!0},{path:"/api-reference/unions/suspend-account-membership-payload",component:l("/api-reference/unions/suspend-account-membership-payload","937"),exact:!0},{path:"/api-reference/unions/suspend-account-status-reason",component:l("/api-reference/unions/suspend-account-status-reason","ddd"),exact:!0},{path:"/api-reference/unions/suspend-physical-card-payload",component:l("/api-reference/unions/suspend-physical-card-payload","fc3"),exact:!0},{path:"/api-reference/unions/suspend-received-direct-debit-mandate-payload",component:l("/api-reference/unions/suspend-received-direct-debit-mandate-payload","dc6"),exact:!0},{path:"/api-reference/unions/update-account-holder-payload",component:l("/api-reference/unions/update-account-holder-payload","aec"),exact:!0},{path:"/api-reference/unions/update-account-membership-payload",component:l("/api-reference/unions/update-account-membership-payload","1e3"),exact:!0},{path:"/api-reference/unions/update-account-payload",component:l("/api-reference/unions/update-account-payload","eca"),exact:!0},{path:"/api-reference/unions/update-card-payload",component:l("/api-reference/unions/update-card-payload","970"),exact:!0},{path:"/api-reference/unions/update-company-onboarding-payload",component:l("/api-reference/unions/update-company-onboarding-payload","b2b"),exact:!0},{path:"/api-reference/unions/update-individual-onboarding-payload",component:l("/api-reference/unions/update-individual-onboarding-payload","5f0"),exact:!0},{path:"/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload",component:l("/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload","e02"),exact:!0},{path:"/api-reference/unions/update-supporting-document-payload",component:l("/api-reference/unions/update-supporting-document-payload","c09"),exact:!0},{path:"/api-reference/unions/update-user-consent-settings-payload",component:l("/api-reference/unions/update-user-consent-settings-payload","d60"),exact:!0},{path:"/api-reference/unions/view-card-numbers-payload",component:l("/api-reference/unions/view-card-numbers-payload","1fe"),exact:!0},{path:"/api-reference/unions/view-physical-card-numbers-payload",component:l("/api-reference/unions/view-physical-card-numbers-payload","6af"),exact:!0},{path:"/api-reference/unions/view-physical-card-pin-payload",component:l("/api-reference/unions/view-physical-card-pin-payload","c4c"),exact:!0},{path:"/changelog",component:l("/changelog","daf"),exact:!0},{path:"/developers/about/endpoints",component:l("/developers/about/endpoints","c78"),exact:!0},{path:"/developers/about/intro",component:l("/developers/about/intro","e96"),exact:!0},{path:"/developers/about/webhooks",component:l("/developers/about/webhooks","d43"),exact:!0},{path:"/developers/access-tokens/about",component:l("/developers/access-tokens/about","c6e"),exact:!0},{path:"/developers/access-tokens/get-token-project",component:l("/developers/access-tokens/get-token-project","4df"),exact:!0},{path:"/developers/access-tokens/get-token-user",component:l("/developers/access-tokens/get-token-user","62b"),exact:!0},{path:"/developers/guides/access-tokens",component:l("/developers/guides/access-tokens","3bc"),exact:!0},{path:"/developers/guides/rejections",component:l("/developers/guides/rejections","e19"),exact:!0},{path:"/developers/guides/webhooks",component:l("/developers/guides/webhooks","ca2"),exact:!0},{path:"/developers/intro",component:l("/developers/intro","b9c"),exact:!0},{path:"/developers/rejections/about",component:l("/developers/rejections/about","8bd"),exact:!0},{path:"/developers/rejections/using-rejections",component:l("/developers/rejections/using-rejections","67f"),exact:!0},{path:"/developers/webhooks/about",component:l("/developers/webhooks/about","689"),exact:!0},{path:"/developers/webhooks/using-webhooks",component:l("/developers/webhooks/using-webhooks","175"),exact:!0},{path:"/glossary",component:l("/glossary","eac"),exact:!0,sidebar:"docSidebar"},{path:"/partnership/contact",component:l("/partnership/contact","3d0"),exact:!0},{path:"/partnership/country-guides/",component:l("/partnership/country-guides/","e83"),exact:!0},{path:"/partnership/country-guides/france",component:l("/partnership/country-guides/france","399"),exact:!0},{path:"/partnership/country-guides/spain",component:l("/partnership/country-guides/spain","b9c"),exact:!0},{path:"/partnership/intro",component:l("/partnership/intro","e72"),exact:!0},{path:"/partnership/rules",component:l("/partnership/rules","554"),exact:!0},{path:"/starter-guides/activate",component:l("/starter-guides/activate","3ba"),exact:!0},{path:"/starter-guides/intro",component:l("/starter-guides/intro","875"),exact:!0},{path:"/topics/capital-deposits/",component:l("/topics/capital-deposits/","086"),exact:!0,sidebar:"docSidebar"},{path:"/topics/capital-deposits/france/guide",component:l("/topics/capital-deposits/france/guide","e16"),exact:!0,sidebar:"docSidebar"},{path:"/topics/capital-deposits/france/guide-create-case",component:l("/topics/capital-deposits/france/guide-create-case","981"),exact:!0,sidebar:"docSidebar"},{path:"/topics/capital-deposits/france/guide-upload-documents",component:l("/topics/capital-deposits/france/guide-upload-documents","fe4"),exact:!0,sidebar:"docSidebar"},{path:"/topics/capital-deposits/support",component:l("/topics/capital-deposits/support","fa3"),exact:!0},{path:"/topics/contact",component:l("/topics/contact","405"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/",component:l("/topics/onboarding/","57c"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/account-holders/",component:l("/topics/onboarding/account-holders/","7a8"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/account-holders/guide-add-additional-account",component:l("/topics/onboarding/account-holders/guide-add-additional-account","0df"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/account-holders/sandbox",component:l("/topics/onboarding/account-holders/sandbox","b79"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/company/",component:l("/topics/onboarding/company/","06f"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/company/guide-create-onboarding",component:l("/topics/onboarding/company/guide-create-onboarding","536"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/company/guide-update-onboarding",component:l("/topics/onboarding/company/guide-update-onboarding","300"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/documents/",component:l("/topics/onboarding/documents/","c52"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/documents/guide-add-document-webhooks",component:l("/topics/onboarding/documents/guide-add-document-webhooks","422"),exact:!0},{path:"/topics/onboarding/documents/guide-delete-document",component:l("/topics/onboarding/documents/guide-delete-document","ec9"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/documents/guide-list-documents",component:l("/topics/onboarding/documents/guide-list-documents","4a4"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/documents/guide-request-collection-review",component:l("/topics/onboarding/documents/guide-request-collection-review","693"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/documents/guide-retrieve-info",component:l("/topics/onboarding/documents/guide-retrieve-info","906"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/documents/guide-upload-document",component:l("/topics/onboarding/documents/guide-upload-document","5c6"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/documents/sandbox",component:l("/topics/onboarding/documents/sandbox","871"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/individual/",component:l("/topics/onboarding/individual/","c5a"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/individual/guide-create-onboarding",component:l("/topics/onboarding/individual/guide-create-onboarding","689"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/individual/guide-update-onboarding",component:l("/topics/onboarding/individual/guide-update-onboarding","97a"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/overview/guide-finalize-onboarding",component:l("/topics/onboarding/overview/guide-finalize-onboarding","d49"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/overview/guide-get-onboarding-info",component:l("/topics/onboarding/overview/guide-get-onboarding-info","8b2"),exact:!0,sidebar:"docSidebar"},{path:"/topics/onboarding/support",component:l("/topics/onboarding/support","a02"),exact:!0,sidebar:"docSidebar"},{path:"/topics/projects/",component:l("/topics/projects/","a21"),exact:!0,sidebar:"docSidebar"},{path:"/topics/projects/guide-activate-project",component:l("/topics/projects/guide-activate-project","0e2"),exact:!0,sidebar:"docSidebar"},{path:"/topics/projects/support",component:l("/topics/projects/support","f54"),exact:!0,sidebar:"docSidebar"},{path:"/use-cases/bnpl",component:l("/use-cases/bnpl","864"),exact:!0},{path:"/use-cases/expense",component:l("/use-cases/expense","2e2"),exact:!0},{path:"/use-cases/financial",component:l("/use-cases/financial","17c"),exact:!0},{path:"/use-cases/intro",component:l("/use-cases/intro","70d"),exact:!0},{path:"/use-cases/rental",component:l("/use-cases/rental","a56"),exact:!0},{path:"/use-cases/swan-solo",component:l("/use-cases/swan-solo","0c5"),exact:!0},{path:"/use-cases/vertical",component:l("/use-cases/vertical","c35"),exact:!0}]},{path:"*",component:l("*")}]},98934:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,t:()=>i});var a=n(67294);const r=a.createContext(!1);function i(e){let{children:t}=e;const[n,i]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{i(!0)}),[]),a.createElement(r.Provider,{value:n},t)}},49383:(e,t,n)=>{"use strict";var a=n(67294),r=n(73935),i=n(73727),c=n(70405),o=n(10412);const s=[n(32497),n(3310),n(18320),n(52295),n(57407)];var d=n(723),p=n(76775),u=n(18790);function l(e){let{children:t}=e;return a.createElement(a.Fragment,null,t)}var f=n(83117),m=n(35742),b=n(52263),h=n(44996),g=n(86668),y=n(10833),j=n(94711),v=n(19727),x=n(43320),_=n(90197);function w(){const{i18n:{defaultLocale:e,localeConfigs:t}}=(0,b.Z)(),n=(0,j.l)();return a.createElement(m.Z,null,Object.entries(t).map((e=>{let[t,{htmlLang:r}]=e;return a.createElement("link",{key:t,rel:"alternate",href:n.createUrl({locale:t,fullyQualified:!0}),hrefLang:r})})),a.createElement("link",{rel:"alternate",href:n.createUrl({locale:e,fullyQualified:!0}),hrefLang:"x-default"}))}function k(e){let{permalink:t}=e;const{siteConfig:{url:n}}=(0,b.Z)(),r=function(){const{siteConfig:{url:e}}=(0,b.Z)(),{pathname:t}=(0,p.TH)();return e+(0,h.Z)(t)}(),i=t?`${n}${t}`:r;return a.createElement(m.Z,null,a.createElement("meta",{property:"og:url",content:i}),a.createElement("link",{rel:"canonical",href:i}))}function E(){const{i18n:{currentLocale:e}}=(0,b.Z)(),{metadata:t,image:n}=(0,g.L)();return a.createElement(a.Fragment,null,a.createElement(m.Z,null,a.createElement("meta",{name:"twitter:card",content:"summary_large_image"}),a.createElement("body",{className:v.h})),n&&a.createElement(y.d,{image:n}),a.createElement(k,null),a.createElement(w,null),a.createElement(_.Z,{tag:x.HX,locale:e}),a.createElement(m.Z,null,t.map(((e,t)=>a.createElement("meta",(0,f.Z)({key:t},e))))))}const S=new Map;function T(e){if(S.has(e.pathname))return{...e,pathname:S.get(e.pathname)};if((0,u.f)(d.Z,e.pathname).some((e=>{let{route:t}=e;return!0===t.exact})))return S.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return S.set(e.pathname,t),{...e,pathname:t}}var C=n(98934),q=n(58940);function A(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a{const a=t.default?.[e]??t[e];return a?.(...n)}));return()=>r.forEach((e=>e?.()))}const L=function(e){let{children:t,location:n,previousLocation:r}=e;return(0,a.useLayoutEffect)((()=>{r!==n&&(!function(e){let{location:t,previousLocation:n}=e;if(!n)return;const a=t.pathname===n.pathname,r=t.hash===n.hash,i=t.search===n.search;if(a&&r&&!i)return;const{hash:c}=t;if(c){const e=decodeURIComponent(c.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:n,previousLocation:r}),A("onRouteDidUpdate",{previousLocation:r,location:n}))}),[r,n]),t};function R(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,u.f)(d.Z,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}class P extends a.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=o.Z.canUseDOM?A("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=A("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),R(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{console.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return a.createElement(L,{previousLocation:this.previousLocation,location:t},a.createElement(p.AW,{location:t,render:()=>e}))}}const O=P,N="docusaurus-base-url-issue-banner-container",I="docusaurus-base-url-issue-banner",D="docusaurus-base-url-issue-banner-suggestion-container",M="__DOCUSAURUS_INSERT_BASEURL_BANNER";function F(e){return`\nwindow['${M}'] = true;\n\ndocument.addEventListener('DOMContentLoaded', maybeInsertBanner);\n\nfunction maybeInsertBanner() {\n var shouldInsert = window['${M}'];\n shouldInsert && insertBanner();\n}\n\nfunction insertBanner() {\n var bannerContainer = document.getElementById('${N}');\n if (!bannerContainer) {\n return;\n }\n var bannerHtml = ${JSON.stringify(function(e){return`\n
\n

Your Docusaurus site did not load properly.

\n

A very common reason is a wrong site baseUrl configuration.

\n

Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

\n

We suggest trying baseUrl =

\n
\n`}(e)).replace(/{window[M]=!1}),[]),a.createElement(a.Fragment,null,!o.Z.canUseDOM&&a.createElement(m.Z,null,a.createElement("script",null,F(e))),a.createElement("div",{id:N}))}function z(){const{siteConfig:{baseUrl:e,baseUrlIssueBanner:t}}=(0,b.Z)(),{pathname:n}=(0,p.TH)();return t&&n===e?a.createElement(B,null):null}function U(){const{siteConfig:{favicon:e,title:t,noIndex:n},i18n:{currentLocale:r,localeConfigs:i}}=(0,b.Z)(),c=(0,h.Z)(e),{htmlLang:o,direction:s}=i[r];return a.createElement(m.Z,null,a.createElement("html",{lang:o,dir:s}),a.createElement("title",null,t),a.createElement("meta",{property:"og:title",content:t}),a.createElement("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),n&&a.createElement("meta",{name:"robots",content:"noindex, nofollow"}),e&&a.createElement("link",{rel:"icon",href:c}))}var $=n(44763);function H(){const e=(0,u.H)(d.Z),t=(0,p.TH)();return a.createElement($.Z,null,a.createElement(q.M,null,a.createElement(C.t,null,a.createElement(l,null,a.createElement(U,null),a.createElement(E,null),a.createElement(z,null),a.createElement(O,{location:T(t)},e)))))}var G=n(16887);const Z=function(e){try{return document.createElement("link").relList.supports(e)}catch{return!1}}("prefetch")?function(e){return new Promise(((t,n)=>{if("undefined"==typeof document)return void n();const a=document.createElement("link");a.setAttribute("rel","prefetch"),a.setAttribute("href",e),a.onload=()=>t(),a.onerror=()=>n();const r=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;r?.appendChild(a)}))}:function(e){return new Promise(((t,n)=>{const a=new XMLHttpRequest;a.open("GET",e,!0),a.withCredentials=!0,a.onload=()=>{200===a.status?t():n()},a.send(null)}))};var V=n(99670);const W=new Set,K=new Set,Y=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,Q={prefetch(e){if(!(e=>!Y()&&!K.has(e)&&!W.has(e))(e))return!1;W.add(e);const t=(0,u.f)(d.Z,e).flatMap((e=>{return t=e.route.path,Object.entries(G).filter((e=>{let[n]=e;return n.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,V.Z)(t))}));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?Z(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!Y()&&!K.has(e))(e)&&(K.add(e),R(e))},X=Object.freeze(Q);if(o.Z.canUseDOM){window.docusaurus=X;const e=r.hydrate;R(window.location.pathname).then((()=>{e(a.createElement(c.B6,null,a.createElement(i.VK,null,a.createElement(H,null))),document.getElementById("__docusaurus"))}))}},58940:(e,t,n)=>{"use strict";n.d(t,{_:()=>p,M:()=>u});var a=n(67294),r=n(36809);const i=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/","versions":[{"name":"current","label":"Next","isLast":true,"path":"/","mainDocId":"index","docs":[{"id":"api-reference/directives/deprecated","path":"/api-reference/directives/deprecated"},{"id":"api-reference/directives/include","path":"/api-reference/directives/include"},{"id":"api-reference/directives/skip","path":"/api-reference/directives/skip"},{"id":"api-reference/directives/specified-by","path":"/api-reference/directives/specified-by"},{"id":"api-reference/enums/account-country","path":"/api-reference/enums/account-country"},{"id":"api-reference/enums/account-funding-limits-reached-reason","path":"/api-reference/enums/account-funding-limits-reached-reason"},{"id":"api-reference/enums/account-holder-order-by-field-input","path":"/api-reference/enums/account-holder-order-by-field-input"},{"id":"api-reference/enums/account-holder-status","path":"/api-reference/enums/account-holder-status"},{"id":"api-reference/enums/account-holder-type","path":"/api-reference/enums/account-holder-type"},{"id":"api-reference/enums/account-language","path":"/api-reference/enums/account-language"},{"id":"api-reference/enums/account-membership-order-by-field-input","path":"/api-reference/enums/account-membership-order-by-field-input"},{"id":"api-reference/enums/account-membership-status","path":"/api-reference/enums/account-membership-status"},{"id":"api-reference/enums/account-memberships-permission","path":"/api-reference/enums/account-memberships-permission"},{"id":"api-reference/enums/account-order-by-field-input","path":"/api-reference/enums/account-order-by-field-input"},{"id":"api-reference/enums/account-received-direct-debit-order-by-field-input","path":"/api-reference/enums/account-received-direct-debit-order-by-field-input"},{"id":"api-reference/enums/account-standing-order-order-by-field-input","path":"/api-reference/enums/account-standing-order-order-by-field-input"},{"id":"api-reference/enums/account-status","path":"/api-reference/enums/account-status"},{"id":"api-reference/enums/account-verification-status","path":"/api-reference/enums/account-verification-status"},{"id":"api-reference/enums/aml-risk-level","path":"/api-reference/enums/aml-risk-level"},{"id":"api-reference/enums/authenticator-type","path":"/api-reference/enums/authenticator-type"},{"id":"api-reference/enums/authorization-type","path":"/api-reference/enums/authorization-type"},{"id":"api-reference/enums/business-activity","path":"/api-reference/enums/business-activity"},{"id":"api-reference/enums/cancel-physical-card-reason","path":"/api-reference/enums/cancel-physical-card-reason"},{"id":"api-reference/enums/canceled-funding-source-reason","path":"/api-reference/enums/canceled-funding-source-reason"},{"id":"api-reference/enums/capital-deposit-case-order-by-field-input","path":"/api-reference/enums/capital-deposit-case-order-by-field-input"},{"id":"api-reference/enums/capital-deposit-case-status","path":"/api-reference/enums/capital-deposit-case-status"},{"id":"api-reference/enums/capital-deposit-document-status","path":"/api-reference/enums/capital-deposit-document-status"},{"id":"api-reference/enums/capital-deposit-document-type","path":"/api-reference/enums/capital-deposit-document-type"},{"id":"api-reference/enums/card-authorization-outcome","path":"/api-reference/enums/card-authorization-outcome"},{"id":"api-reference/enums/card-authorization-type","path":"/api-reference/enums/card-authorization-type"},{"id":"api-reference/enums/card-design-background-type","path":"/api-reference/enums/card-design-background-type"},{"id":"api-reference/enums/card-design-status","path":"/api-reference/enums/card-design-status"},{"id":"api-reference/enums/card-order-by-field-input","path":"/api-reference/enums/card-order-by-field-input"},{"id":"api-reference/enums/card-product-status","path":"/api-reference/enums/card-product-status"},{"id":"api-reference/enums/card-settings-background-type","path":"/api-reference/enums/card-settings-background-type"},{"id":"api-reference/enums/card-status","path":"/api-reference/enums/card-status"},{"id":"api-reference/enums/card-transaction-category","path":"/api-reference/enums/card-transaction-category"},{"id":"api-reference/enums/card-type","path":"/api-reference/enums/card-type"},{"id":"api-reference/enums/cash-account-type","path":"/api-reference/enums/cash-account-type"},{"id":"api-reference/enums/category","path":"/api-reference/enums/category"},{"id":"api-reference/enums/close-account-reason-type","path":"/api-reference/enums/close-account-reason-type"},{"id":"api-reference/enums/company-type","path":"/api-reference/enums/company-type"},{"id":"api-reference/enums/complete-digital-card-status","path":"/api-reference/enums/complete-digital-card-status"},{"id":"api-reference/enums/consent-purpose","path":"/api-reference/enums/consent-purpose"},{"id":"api-reference/enums/consent-status","path":"/api-reference/enums/consent-status"},{"id":"api-reference/enums/credit-transfer-mode","path":"/api-reference/enums/credit-transfer-mode"},{"id":"api-reference/enums/digital-card-order-by-field-input","path":"/api-reference/enums/digital-card-order-by-field-input"},{"id":"api-reference/enums/digitalization-type","path":"/api-reference/enums/digitalization-type"},{"id":"api-reference/enums/direct-debit-sequence","path":"/api-reference/enums/direct-debit-sequence"},{"id":"api-reference/enums/document-file-side","path":"/api-reference/enums/document-file-side"},{"id":"api-reference/enums/document-type","path":"/api-reference/enums/document-type"},{"id":"api-reference/enums/employment-status","path":"/api-reference/enums/employment-status"},{"id":"api-reference/enums/env-type","path":"/api-reference/enums/env-type"},{"id":"api-reference/enums/external-account-balance-type","path":"/api-reference/enums/external-account-balance-type"},{"id":"api-reference/enums/external-account-data-source-type","path":"/api-reference/enums/external-account-data-source-type"},{"id":"api-reference/enums/external-account-usage","path":"/api-reference/enums/external-account-usage"},{"id":"api-reference/enums/fees-type-enum","path":"/api-reference/enums/fees-type-enum"},{"id":"api-reference/enums/field-validation-error","path":"/api-reference/enums/field-validation-error"},{"id":"api-reference/enums/funding-limit-settings-change-request-order-by-field-input","path":"/api-reference/enums/funding-limit-settings-change-request-order-by-field-input"},{"id":"api-reference/enums/funding-limit-settings-change-request-status","path":"/api-reference/enums/funding-limit-settings-change-request-status"},{"id":"api-reference/enums/funding-limit-settings-status","path":"/api-reference/enums/funding-limit-settings-status"},{"id":"api-reference/enums/funding-source-order-by-field-input","path":"/api-reference/enums/funding-source-order-by-field-input"},{"id":"api-reference/enums/funding-source-status","path":"/api-reference/enums/funding-source-status"},{"id":"api-reference/enums/ibanstatus","path":"/api-reference/enums/ibanstatus"},{"id":"api-reference/enums/identification-expert-process-provider","path":"/api-reference/enums/identification-expert-process-provider"},{"id":"api-reference/enums/identification-expert-with-qesprocess-provider","path":"/api-reference/enums/identification-expert-with-qesprocess-provider"},{"id":"api-reference/enums/identification-invalid-reason","path":"/api-reference/enums/identification-invalid-reason"},{"id":"api-reference/enums/identification-level","path":"/api-reference/enums/identification-level"},{"id":"api-reference/enums/identification-level-input","path":"/api-reference/enums/identification-level-input"},{"id":"api-reference/enums/identification-process","path":"/api-reference/enums/identification-process"},{"id":"api-reference/enums/identification-pvidprocess-provider","path":"/api-reference/enums/identification-pvidprocess-provider"},{"id":"api-reference/enums/identification-status","path":"/api-reference/enums/identification-status"},{"id":"api-reference/enums/identifications-order-by-field","path":"/api-reference/enums/identifications-order-by-field"},{"id":"api-reference/enums/identity-document-type","path":"/api-reference/enums/identity-document-type"},{"id":"api-reference/enums/individual-ultimate-beneficial-owner-type-enum","path":"/api-reference/enums/individual-ultimate-beneficial-owner-type-enum"},{"id":"api-reference/enums/internal-direct-debit-sequence","path":"/api-reference/enums/internal-direct-debit-sequence"},{"id":"api-reference/enums/internal-payment-mandate-scheme","path":"/api-reference/enums/internal-payment-mandate-scheme"},{"id":"api-reference/enums/internal-payment-mandate-sequence","path":"/api-reference/enums/internal-payment-mandate-sequence"},{"id":"api-reference/enums/internal-received-direct-debit-mandate-scheme","path":"/api-reference/enums/internal-received-direct-debit-mandate-scheme"},{"id":"api-reference/enums/internal-received-direct-debit-mandate-sequence","path":"/api-reference/enums/internal-received-direct-debit-mandate-sequence"},{"id":"api-reference/enums/international-credit-transfer-display-language","path":"/api-reference/enums/international-credit-transfer-display-language"},{"id":"api-reference/enums/international-credit-transfer-route","path":"/api-reference/enums/international-credit-transfer-route"},{"id":"api-reference/enums/international-credit-transfer-route-input","path":"/api-reference/enums/international-credit-transfer-route-input"},{"id":"api-reference/enums/invalid-argument-rejection-code","path":"/api-reference/enums/invalid-argument-rejection-code"},{"id":"api-reference/enums/invalid-iban-code","path":"/api-reference/enums/invalid-iban-code"},{"id":"api-reference/enums/invoice-status","path":"/api-reference/enums/invoice-status"},{"id":"api-reference/enums/invoice-type","path":"/api-reference/enums/invoice-type"},{"id":"api-reference/enums/legal-document-status","path":"/api-reference/enums/legal-document-status"},{"id":"api-reference/enums/legal-document-type","path":"/api-reference/enums/legal-document-type"},{"id":"api-reference/enums/mandate-language","path":"/api-reference/enums/mandate-language"},{"id":"api-reference/enums/merchant-category-description","path":"/api-reference/enums/merchant-category-description"},{"id":"api-reference/enums/merchant-payment-method-status","path":"/api-reference/enums/merchant-payment-method-status"},{"id":"api-reference/enums/merchant-payment-method-type","path":"/api-reference/enums/merchant-payment-method-type"},{"id":"api-reference/enums/merchant-profile-order-by-field-input","path":"/api-reference/enums/merchant-profile-order-by-field-input"},{"id":"api-reference/enums/merchant-profile-status","path":"/api-reference/enums/merchant-profile-status"},{"id":"api-reference/enums/monthly-income","path":"/api-reference/enums/monthly-income"},{"id":"api-reference/enums/monthly-payment-volume","path":"/api-reference/enums/monthly-payment-volume"},{"id":"api-reference/enums/onboarding-order-by-field-input","path":"/api-reference/enums/onboarding-order-by-field-input"},{"id":"api-reference/enums/onboarding-state","path":"/api-reference/enums/onboarding-state"},{"id":"api-reference/enums/onboarding-status","path":"/api-reference/enums/onboarding-status"},{"id":"api-reference/enums/order-by-direction","path":"/api-reference/enums/order-by-direction"},{"id":"api-reference/enums/partner-close-account-reason-type","path":"/api-reference/enums/partner-close-account-reason-type"},{"id":"api-reference/enums/partnership-status","path":"/api-reference/enums/partnership-status"},{"id":"api-reference/enums/payment-account-type","path":"/api-reference/enums/payment-account-type"},{"id":"api-reference/enums/payment-level","path":"/api-reference/enums/payment-level"},{"id":"api-reference/enums/payment-mandate-canceled-reason","path":"/api-reference/enums/payment-mandate-canceled-reason"},{"id":"api-reference/enums/payment-mandate-order-by-field-input","path":"/api-reference/enums/payment-mandate-order-by-field-input"},{"id":"api-reference/enums/payment-mandate-scheme","path":"/api-reference/enums/payment-mandate-scheme"},{"id":"api-reference/enums/payment-mandate-sequence","path":"/api-reference/enums/payment-mandate-sequence"},{"id":"api-reference/enums/payment-mandate-status","path":"/api-reference/enums/payment-mandate-status"},{"id":"api-reference/enums/payment-order-by-field-input","path":"/api-reference/enums/payment-order-by-field-input"},{"id":"api-reference/enums/payment-product","path":"/api-reference/enums/payment-product"},{"id":"api-reference/enums/payment-status","path":"/api-reference/enums/payment-status"},{"id":"api-reference/enums/pending-digital-card-status","path":"/api-reference/enums/pending-digital-card-status"},{"id":"api-reference/enums/physical-card-status","path":"/api-reference/enums/physical-card-status"},{"id":"api-reference/enums/preferred-notification-channel","path":"/api-reference/enums/preferred-notification-channel"},{"id":"api-reference/enums/product-type","path":"/api-reference/enums/product-type"},{"id":"api-reference/enums/project-card-settings-background-type","path":"/api-reference/enums/project-card-settings-background-type"},{"id":"api-reference/enums/project-card-status","path":"/api-reference/enums/project-card-status"},{"id":"api-reference/enums/project-status","path":"/api-reference/enums/project-status"},{"id":"api-reference/enums/project-type","path":"/api-reference/enums/project-type"},{"id":"api-reference/enums/received-direct-debit-mandate-scheme","path":"/api-reference/enums/received-direct-debit-mandate-scheme"},{"id":"api-reference/enums/received-direct-debit-mandate-status","path":"/api-reference/enums/received-direct-debit-mandate-status"},{"id":"api-reference/enums/refund-rejection-code","path":"/api-reference/enums/refund-rejection-code"},{"id":"api-reference/enums/rejected-funding-source-reason","path":"/api-reference/enums/rejected-funding-source-reason"},{"id":"api-reference/enums/rejected-reason-code","path":"/api-reference/enums/rejected-reason-code"},{"id":"api-reference/enums/rejected-verification-reason","path":"/api-reference/enums/rejected-verification-reason"},{"id":"api-reference/enums/released-reason","path":"/api-reference/enums/released-reason"},{"id":"api-reference/enums/request-merchant-profile-update-status","path":"/api-reference/enums/request-merchant-profile-update-status"},{"id":"api-reference/enums/sepadirect-debit-scheme","path":"/api-reference/enums/sepadirect-debit-scheme"},{"id":"api-reference/enums/sepapayment-mandate-scheme","path":"/api-reference/enums/sepapayment-mandate-scheme"},{"id":"api-reference/enums/sepapayment-mandate-sequence","path":"/api-reference/enums/sepapayment-mandate-sequence"},{"id":"api-reference/enums/separeceived-direct-debit-mandate-scheme","path":"/api-reference/enums/separeceived-direct-debit-mandate-scheme"},{"id":"api-reference/enums/separeceived-direct-debit-mandate-sequence","path":"/api-reference/enums/separeceived-direct-debit-mandate-sequence"},{"id":"api-reference/enums/shareholder-status","path":"/api-reference/enums/shareholder-status"},{"id":"api-reference/enums/shareholder-type","path":"/api-reference/enums/shareholder-type"},{"id":"api-reference/enums/signature-status","path":"/api-reference/enums/signature-status"},{"id":"api-reference/enums/simulation-card-type","path":"/api-reference/enums/simulation-card-type"},{"id":"api-reference/enums/spending-limit-period","path":"/api-reference/enums/spending-limit-period"},{"id":"api-reference/enums/spending-limit-period-input","path":"/api-reference/enums/spending-limit-period-input"},{"id":"api-reference/enums/spending-limit-type","path":"/api-reference/enums/spending-limit-type"},{"id":"api-reference/enums/standing-order-period","path":"/api-reference/enums/standing-order-period"},{"id":"api-reference/enums/standing-order-status","path":"/api-reference/enums/standing-order-status"},{"id":"api-reference/enums/statement-period","path":"/api-reference/enums/statement-period"},{"id":"api-reference/enums/statement-status","path":"/api-reference/enums/statement-status"},{"id":"api-reference/enums/statement-type","path":"/api-reference/enums/statement-type"},{"id":"api-reference/enums/supporting-document-collect-mode","path":"/api-reference/enums/supporting-document-collect-mode"},{"id":"api-reference/enums/supporting-document-collection-status","path":"/api-reference/enums/supporting-document-collection-status"},{"id":"api-reference/enums/supporting-document-communication-language-settings","path":"/api-reference/enums/supporting-document-communication-language-settings"},{"id":"api-reference/enums/supporting-document-purpose-enum","path":"/api-reference/enums/supporting-document-purpose-enum"},{"id":"api-reference/enums/supporting-document-status","path":"/api-reference/enums/supporting-document-status"},{"id":"api-reference/enums/supporting-document-type","path":"/api-reference/enums/supporting-document-type"},{"id":"api-reference/enums/suspend-account-reason-type","path":"/api-reference/enums/suspend-account-reason-type"},{"id":"api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason","path":"/api-reference/enums/suspend-received-direct-debit-mandated-rejection-reason"},{"id":"api-reference/enums/swan-identification-status","path":"/api-reference/enums/swan-identification-status"},{"id":"api-reference/enums/title-enum","path":"/api-reference/enums/title-enum"},{"id":"api-reference/enums/transaction-reason-code","path":"/api-reference/enums/transaction-reason-code"},{"id":"api-reference/enums/transaction-side","path":"/api-reference/enums/transaction-side"},{"id":"api-reference/enums/transaction-status","path":"/api-reference/enums/transaction-status"},{"id":"api-reference/enums/transaction-type-enum","path":"/api-reference/enums/transaction-type-enum"},{"id":"api-reference/enums/transactions-order-by-field","path":"/api-reference/enums/transactions-order-by-field"},{"id":"api-reference/enums/type-of-representation","path":"/api-reference/enums/type-of-representation"},{"id":"api-reference/enums/ultimate-beneficial-owner-type","path":"/api-reference/enums/ultimate-beneficial-owner-type"},{"id":"api-reference/enums/user-order-by-field-input","path":"/api-reference/enums/user-order-by-field-input"},{"id":"api-reference/enums/validation-field-error-code","path":"/api-reference/enums/validation-field-error-code"},{"id":"api-reference/enums/verification-flow","path":"/api-reference/enums/verification-flow"},{"id":"api-reference/enums/verification-status","path":"/api-reference/enums/verification-status"},{"id":"api-reference/enums/wallet-provider-type","path":"/api-reference/enums/wallet-provider-type"},{"id":"api-reference/inputs/account-filter-input","path":"/api-reference/inputs/account-filter-input"},{"id":"api-reference/inputs/account-holder-filter-input","path":"/api-reference/inputs/account-holder-filter-input"},{"id":"api-reference/inputs/account-holder-order-by-input","path":"/api-reference/inputs/account-holder-order-by-input"},{"id":"api-reference/inputs/account-membership-order-by-input","path":"/api-reference/inputs/account-membership-order-by-input"},{"id":"api-reference/inputs/account-memberships-filter-input","path":"/api-reference/inputs/account-memberships-filter-input"},{"id":"api-reference/inputs/account-order-by-input","path":"/api-reference/inputs/account-order-by-input"},{"id":"api-reference/inputs/account-received-direct-debit-mandate-filters-input","path":"/api-reference/inputs/account-received-direct-debit-mandate-filters-input"},{"id":"api-reference/inputs/account-received-direct-debit-order-by-input","path":"/api-reference/inputs/account-received-direct-debit-order-by-input"},{"id":"api-reference/inputs/account-standing-order-filters-input","path":"/api-reference/inputs/account-standing-order-filters-input"},{"id":"api-reference/inputs/account-standing-order-order-by-input","path":"/api-reference/inputs/account-standing-order-order-by-input"},{"id":"api-reference/inputs/activate-physical-card-input","path":"/api-reference/inputs/activate-physical-card-input"},{"id":"api-reference/inputs/add-account-membership-input","path":"/api-reference/inputs/add-account-membership-input"},{"id":"api-reference/inputs/add-account-memberships-input","path":"/api-reference/inputs/add-account-memberships-input"},{"id":"api-reference/inputs/add-card-input","path":"/api-reference/inputs/add-card-input"},{"id":"api-reference/inputs/add-cards-input","path":"/api-reference/inputs/add-cards-input"},{"id":"api-reference/inputs/add-cards-with-group-delivery-input","path":"/api-reference/inputs/add-cards-with-group-delivery-input"},{"id":"api-reference/inputs/add-digital-card-input","path":"/api-reference/inputs/add-digital-card-input"},{"id":"api-reference/inputs/add-direct-debit-funding-source-input","path":"/api-reference/inputs/add-direct-debit-funding-source-input"},{"id":"api-reference/inputs/add-external-account-balance-input","path":"/api-reference/inputs/add-external-account-balance-input"},{"id":"api-reference/inputs/add-external-account-input","path":"/api-reference/inputs/add-external-account-input"},{"id":"api-reference/inputs/add-funding-limit-settings-change-request-input","path":"/api-reference/inputs/add-funding-limit-settings-change-request-input"},{"id":"api-reference/inputs/add-internal-direct-debit-payment-mandate-input","path":"/api-reference/inputs/add-internal-direct-debit-payment-mandate-input"},{"id":"api-reference/inputs/add-merchant-profile-input","path":"/api-reference/inputs/add-merchant-profile-input"},{"id":"api-reference/inputs/add-or-update-external-account-balance-input","path":"/api-reference/inputs/add-or-update-external-account-balance-input"},{"id":"api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input","path":"/api-reference/inputs/add-received-internal-direct-debit-b2-b-mandate-input"},{"id":"api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input","path":"/api-reference/inputs/add-received-sepa-direct-debit-b2-b-mandate-input"},{"id":"api-reference/inputs/add-sepa-direct-debit-payment-mandate-input","path":"/api-reference/inputs/add-sepa-direct-debit-payment-mandate-input"},{"id":"api-reference/inputs/add-single-use-virtual-card-input","path":"/api-reference/inputs/add-single-use-virtual-card-input"},{"id":"api-reference/inputs/add-single-use-virtual-cards-input","path":"/api-reference/inputs/add-single-use-virtual-cards-input"},{"id":"api-reference/inputs/add-virtual-iban-input","path":"/api-reference/inputs/add-virtual-iban-input"},{"id":"api-reference/inputs/address-information-input","path":"/api-reference/inputs/address-information-input"},{"id":"api-reference/inputs/address-input","path":"/api-reference/inputs/address-input"},{"id":"api-reference/inputs/allow-sdd-input","path":"/api-reference/inputs/allow-sdd-input"},{"id":"api-reference/inputs/allow-sdd-virtual-iban-entry-input","path":"/api-reference/inputs/allow-sdd-virtual-iban-entry-input"},{"id":"api-reference/inputs/amount-input","path":"/api-reference/inputs/amount-input"},{"id":"api-reference/inputs/bind-account-membership-input","path":"/api-reference/inputs/bind-account-membership-input"},{"id":"api-reference/inputs/cancel-card-input","path":"/api-reference/inputs/cancel-card-input"},{"id":"api-reference/inputs/cancel-consent-input","path":"/api-reference/inputs/cancel-consent-input"},{"id":"api-reference/inputs/cancel-digital-card-input","path":"/api-reference/inputs/cancel-digital-card-input"},{"id":"api-reference/inputs/cancel-funding-source-input","path":"/api-reference/inputs/cancel-funding-source-input"},{"id":"api-reference/inputs/cancel-physical-card-input","path":"/api-reference/inputs/cancel-physical-card-input"},{"id":"api-reference/inputs/cancel-standing-order-input","path":"/api-reference/inputs/cancel-standing-order-input"},{"id":"api-reference/inputs/cancel-transaction-input","path":"/api-reference/inputs/cancel-transaction-input"},{"id":"api-reference/inputs/cancel-virtual-iban-entry-input","path":"/api-reference/inputs/cancel-virtual-iban-entry-input"},{"id":"api-reference/inputs/capital-deposit-case-filters-input","path":"/api-reference/inputs/capital-deposit-case-filters-input"},{"id":"api-reference/inputs/capital-deposit-case-order-by-input","path":"/api-reference/inputs/capital-deposit-case-order-by-input"},{"id":"api-reference/inputs/card-config-input","path":"/api-reference/inputs/card-config-input"},{"id":"api-reference/inputs/card-config-with-group-delivery-input","path":"/api-reference/inputs/card-config-with-group-delivery-input"},{"id":"api-reference/inputs/card-filters-input","path":"/api-reference/inputs/card-filters-input"},{"id":"api-reference/inputs/card-order-by-input","path":"/api-reference/inputs/card-order-by-input"},{"id":"api-reference/inputs/certificate","path":"/api-reference/inputs/certificate"},{"id":"api-reference/inputs/check-payment-collection-input","path":"/api-reference/inputs/check-payment-collection-input"},{"id":"api-reference/inputs/check-payment-method-input","path":"/api-reference/inputs/check-payment-method-input"},{"id":"api-reference/inputs/close-account-input","path":"/api-reference/inputs/close-account-input"},{"id":"api-reference/inputs/complete-address-input","path":"/api-reference/inputs/complete-address-input"},{"id":"api-reference/inputs/complete-address-with-contact-input","path":"/api-reference/inputs/complete-address-with-contact-input"},{"id":"api-reference/inputs/consent-id-with-order","path":"/api-reference/inputs/consent-id-with-order"},{"id":"api-reference/inputs/consents-filters-input","path":"/api-reference/inputs/consents-filters-input"},{"id":"api-reference/inputs/create-capital-deposit-case-input","path":"/api-reference/inputs/create-capital-deposit-case-input"},{"id":"api-reference/inputs/create-multi-consent-input","path":"/api-reference/inputs/create-multi-consent-input"},{"id":"api-reference/inputs/credit-transfer-input","path":"/api-reference/inputs/credit-transfer-input"},{"id":"api-reference/inputs/delete-supporting-document-input","path":"/api-reference/inputs/delete-supporting-document-input"},{"id":"api-reference/inputs/deny-sdd-input","path":"/api-reference/inputs/deny-sdd-input"},{"id":"api-reference/inputs/deny-sdd-virtual-iban-entry-input","path":"/api-reference/inputs/deny-sdd-virtual-iban-entry-input"},{"id":"api-reference/inputs/digital-card-filters-input","path":"/api-reference/inputs/digital-card-filters-input"},{"id":"api-reference/inputs/digital-card-order-by-input","path":"/api-reference/inputs/digital-card-order-by-input"},{"id":"api-reference/inputs/disable-account-membership-input","path":"/api-reference/inputs/disable-account-membership-input"},{"id":"api-reference/inputs/enable-received-direct-debit-mandate-input","path":"/api-reference/inputs/enable-received-direct-debit-mandate-input"},{"id":"api-reference/inputs/external-account-balance-input","path":"/api-reference/inputs/external-account-balance-input"},{"id":"api-reference/inputs/finalize-onboarding-input","path":"/api-reference/inputs/finalize-onboarding-input"},{"id":"api-reference/inputs/funding-limit-amount-input","path":"/api-reference/inputs/funding-limit-amount-input"},{"id":"api-reference/inputs/funding-limit-settings-change-request-filters-input","path":"/api-reference/inputs/funding-limit-settings-change-request-filters-input"},{"id":"api-reference/inputs/funding-limit-settings-change-request-order-by-input","path":"/api-reference/inputs/funding-limit-settings-change-request-order-by-input"},{"id":"api-reference/inputs/funding-source-filters-input","path":"/api-reference/inputs/funding-source-filters-input"},{"id":"api-reference/inputs/funding-source-order-by-input","path":"/api-reference/inputs/funding-source-order-by-input"},{"id":"api-reference/inputs/generate-account-statement-input","path":"/api-reference/inputs/generate-account-statement-input"},{"id":"api-reference/inputs/generate-capital-deposit-document-upload-url-input","path":"/api-reference/inputs/generate-capital-deposit-document-upload-url-input"},{"id":"api-reference/inputs/generate-supporting-document-upload-url-input","path":"/api-reference/inputs/generate-supporting-document-upload-url-input"},{"id":"api-reference/inputs/grant-consent-with-server-signature-input","path":"/api-reference/inputs/grant-consent-with-server-signature-input"},{"id":"api-reference/inputs/iban-validation-input","path":"/api-reference/inputs/iban-validation-input"},{"id":"api-reference/inputs/identification-filters-input","path":"/api-reference/inputs/identification-filters-input"},{"id":"api-reference/inputs/identifications-order-by-input","path":"/api-reference/inputs/identifications-order-by-input"},{"id":"api-reference/inputs/individual-ultimate-beneficial-owner-input","path":"/api-reference/inputs/individual-ultimate-beneficial-owner-input"},{"id":"api-reference/inputs/initiate-credit-transfers-input","path":"/api-reference/inputs/initiate-credit-transfers-input"},{"id":"api-reference/inputs/initiate-funding-request-input","path":"/api-reference/inputs/initiate-funding-request-input"},{"id":"api-reference/inputs/initiate-international-credit-transfer-input","path":"/api-reference/inputs/initiate-international-credit-transfer-input"},{"id":"api-reference/inputs/initiate-merchant-payment-collection-input","path":"/api-reference/inputs/initiate-merchant-payment-collection-input"},{"id":"api-reference/inputs/internal-direct-debit-b2-bpayment-method-input","path":"/api-reference/inputs/internal-direct-debit-b2-bpayment-method-input"},{"id":"api-reference/inputs/internal-direct-debit-payment-collection-input","path":"/api-reference/inputs/internal-direct-debit-payment-collection-input"},{"id":"api-reference/inputs/internal-direct-debit-standard-payment-method-input","path":"/api-reference/inputs/internal-direct-debit-standard-payment-method-input"},{"id":"api-reference/inputs/international-address-input","path":"/api-reference/inputs/international-address-input"},{"id":"api-reference/inputs/international-beneficiary-details-input","path":"/api-reference/inputs/international-beneficiary-details-input"},{"id":"api-reference/inputs/international-beneficiary-input","path":"/api-reference/inputs/international-beneficiary-input"},{"id":"api-reference/inputs/international-credit-transfer-details-input","path":"/api-reference/inputs/international-credit-transfer-details-input"},{"id":"api-reference/inputs/legal-documents-filter-input","path":"/api-reference/inputs/legal-documents-filter-input"},{"id":"api-reference/inputs/membership-info-input","path":"/api-reference/inputs/membership-info-input"},{"id":"api-reference/inputs/memberships-filter-input","path":"/api-reference/inputs/memberships-filter-input"},{"id":"api-reference/inputs/merchant-profile-filters-input","path":"/api-reference/inputs/merchant-profile-filters-input"},{"id":"api-reference/inputs/merchant-profile-order-by-input","path":"/api-reference/inputs/merchant-profile-order-by-input"},{"id":"api-reference/inputs/oauth-redirect-parameters-input","path":"/api-reference/inputs/oauth-redirect-parameters-input"},{"id":"api-reference/inputs/onboard-company-account-holder-input","path":"/api-reference/inputs/onboard-company-account-holder-input"},{"id":"api-reference/inputs/onboard-company-shareholder-input","path":"/api-reference/inputs/onboard-company-shareholder-input"},{"id":"api-reference/inputs/onboard-individual-account-holder-input","path":"/api-reference/inputs/onboard-individual-account-holder-input"},{"id":"api-reference/inputs/onboard-individual-shareholder-input","path":"/api-reference/inputs/onboard-individual-shareholder-input"},{"id":"api-reference/inputs/onboarding-filters-input","path":"/api-reference/inputs/onboarding-filters-input"},{"id":"api-reference/inputs/onboarding-order-by-input","path":"/api-reference/inputs/onboarding-order-by-input"},{"id":"api-reference/inputs/partner-close-account-reason-input","path":"/api-reference/inputs/partner-close-account-reason-input"},{"id":"api-reference/inputs/payment-filters-input","path":"/api-reference/inputs/payment-filters-input"},{"id":"api-reference/inputs/payment-mandate-filters-input","path":"/api-reference/inputs/payment-mandate-filters-input"},{"id":"api-reference/inputs/payment-mandate-order-by-input","path":"/api-reference/inputs/payment-mandate-order-by-input"},{"id":"api-reference/inputs/payment-order-by-input","path":"/api-reference/inputs/payment-order-by-input"},{"id":"api-reference/inputs/physical-card-config-input","path":"/api-reference/inputs/physical-card-config-input"},{"id":"api-reference/inputs/physical-card-custom-options-for-group-delivery-input","path":"/api-reference/inputs/physical-card-custom-options-for-group-delivery-input"},{"id":"api-reference/inputs/physical-card-custom-options-for-print-input","path":"/api-reference/inputs/physical-card-custom-options-for-print-input"},{"id":"api-reference/inputs/physical-card-custom-options-input","path":"/api-reference/inputs/physical-card-custom-options-input"},{"id":"api-reference/inputs/print-physical-card-input","path":"/api-reference/inputs/print-physical-card-input"},{"id":"api-reference/inputs/reason-input","path":"/api-reference/inputs/reason-input"},{"id":"api-reference/inputs/refund-input","path":"/api-reference/inputs/refund-input"},{"id":"api-reference/inputs/refund-transaction","path":"/api-reference/inputs/refund-transaction"},{"id":"api-reference/inputs/request-merchant-payment-methods-input","path":"/api-reference/inputs/request-merchant-payment-methods-input"},{"id":"api-reference/inputs/request-merchant-profile-update-input","path":"/api-reference/inputs/request-merchant-profile-update-input"},{"id":"api-reference/inputs/request-supporting-document-collection-review-input","path":"/api-reference/inputs/request-supporting-document-collection-review-input"},{"id":"api-reference/inputs/residency-address-input","path":"/api-reference/inputs/residency-address-input"},{"id":"api-reference/inputs/restricted-to-input","path":"/api-reference/inputs/restricted-to-input"},{"id":"api-reference/inputs/resume-account-membership-input","path":"/api-reference/inputs/resume-account-membership-input"},{"id":"api-reference/inputs/resume-physical-card-input","path":"/api-reference/inputs/resume-physical-card-input"},{"id":"api-reference/inputs/schedule-standing-order-input","path":"/api-reference/inputs/schedule-standing-order-input"},{"id":"api-reference/inputs/sepa-beneficiary-input","path":"/api-reference/inputs/sepa-beneficiary-input"},{"id":"api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input","path":"/api-reference/inputs/sepa-direct-debit-b2-bpayment-method-input"},{"id":"api-reference/inputs/sepa-direct-debit-core-payment-method-input","path":"/api-reference/inputs/sepa-direct-debit-core-payment-method-input"},{"id":"api-reference/inputs/sepa-direct-debit-payment-collection-input","path":"/api-reference/inputs/sepa-direct-debit-payment-collection-input"},{"id":"api-reference/inputs/sepa-payment-mandate-debtor-input","path":"/api-reference/inputs/sepa-payment-mandate-debtor-input"},{"id":"api-reference/inputs/signature-data","path":"/api-reference/inputs/signature-data"},{"id":"api-reference/inputs/single-use-virtual-card-config-input","path":"/api-reference/inputs/single-use-virtual-card-config-input"},{"id":"api-reference/inputs/spending-limit-input","path":"/api-reference/inputs/spending-limit-input"},{"id":"api-reference/inputs/statement-filters-input","path":"/api-reference/inputs/statement-filters-input"},{"id":"api-reference/inputs/suspend-account-membership-input","path":"/api-reference/inputs/suspend-account-membership-input"},{"id":"api-reference/inputs/suspend-account-reason-input","path":"/api-reference/inputs/suspend-account-reason-input"},{"id":"api-reference/inputs/suspend-physical-card-input","path":"/api-reference/inputs/suspend-physical-card-input"},{"id":"api-reference/inputs/suspend-received-direct-debit-mandate-input","path":"/api-reference/inputs/suspend-received-direct-debit-mandate-input"},{"id":"api-reference/inputs/swan-account-beneficiary-input","path":"/api-reference/inputs/swan-account-beneficiary-input"},{"id":"api-reference/inputs/transactions-filters-input","path":"/api-reference/inputs/transactions-filters-input"},{"id":"api-reference/inputs/transactions-order-by-input","path":"/api-reference/inputs/transactions-order-by-input"},{"id":"api-reference/inputs/update-account-holder-input","path":"/api-reference/inputs/update-account-holder-input"},{"id":"api-reference/inputs/update-account-input","path":"/api-reference/inputs/update-account-input"},{"id":"api-reference/inputs/update-account-membership-input","path":"/api-reference/inputs/update-account-membership-input"},{"id":"api-reference/inputs/update-card-input","path":"/api-reference/inputs/update-card-input"},{"id":"api-reference/inputs/update-company-onboarding-input","path":"/api-reference/inputs/update-company-onboarding-input"},{"id":"api-reference/inputs/update-individual-onboarding-input","path":"/api-reference/inputs/update-individual-onboarding-input"},{"id":"api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input","path":"/api-reference/inputs/update-received-sepa-direct-debit-b2-b-mandate-input"},{"id":"api-reference/inputs/update-supporting-document-input","path":"/api-reference/inputs/update-supporting-document-input"},{"id":"api-reference/inputs/update-user-consent-settings-input","path":"/api-reference/inputs/update-user-consent-settings-input"},{"id":"api-reference/inputs/updated-restricted-to-input","path":"/api-reference/inputs/updated-restricted-to-input"},{"id":"api-reference/inputs/user-filter-input","path":"/api-reference/inputs/user-filter-input"},{"id":"api-reference/inputs/user-order-by-input","path":"/api-reference/inputs/user-order-by-input"},{"id":"api-reference/inputs/view-card-numbers-input","path":"/api-reference/inputs/view-card-numbers-input"},{"id":"api-reference/inputs/view-physical-card-numbers-input","path":"/api-reference/inputs/view-physical-card-numbers-input"},{"id":"api-reference/inputs/view-physical-card-pin-input","path":"/api-reference/inputs/view-physical-card-pin-input"},{"id":"api-reference/interfaces/account-holder-info","path":"/api-reference/interfaces/account-holder-info"},{"id":"api-reference/interfaces/account-holder-status-info","path":"/api-reference/interfaces/account-holder-status-info"},{"id":"api-reference/interfaces/account-membership-status-info","path":"/api-reference/interfaces/account-membership-status-info"},{"id":"api-reference/interfaces/account-status-info","path":"/api-reference/interfaces/account-status-info"},{"id":"api-reference/interfaces/account-verification","path":"/api-reference/interfaces/account-verification"},{"id":"api-reference/interfaces/account-verification-status-info","path":"/api-reference/interfaces/account-verification-status-info"},{"id":"api-reference/interfaces/beneficiary","path":"/api-reference/interfaces/beneficiary"},{"id":"api-reference/interfaces/card-status-info","path":"/api-reference/interfaces/card-status-info"},{"id":"api-reference/interfaces/complete-digital-card-status-info","path":"/api-reference/interfaces/complete-digital-card-status-info"},{"id":"api-reference/interfaces/connection","path":"/api-reference/interfaces/connection"},{"id":"api-reference/interfaces/digital-card","path":"/api-reference/interfaces/digital-card"},{"id":"api-reference/interfaces/document-file","path":"/api-reference/interfaces/document-file"},{"id":"api-reference/interfaces/edge","path":"/api-reference/interfaces/edge"},{"id":"api-reference/interfaces/fee-creditor","path":"/api-reference/interfaces/fee-creditor"},{"id":"api-reference/interfaces/fee-debtor","path":"/api-reference/interfaces/fee-debtor"},{"id":"api-reference/interfaces/field","path":"/api-reference/interfaces/field"},{"id":"api-reference/interfaces/funding-limit-settings-change-request-status-info","path":"/api-reference/interfaces/funding-limit-settings-change-request-status-info"},{"id":"api-reference/interfaces/funding-limit-settings-status-info","path":"/api-reference/interfaces/funding-limit-settings-status-info"},{"id":"api-reference/interfaces/funding-source","path":"/api-reference/interfaces/funding-source"},{"id":"api-reference/interfaces/funding-source-status-info","path":"/api-reference/interfaces/funding-source-status-info"},{"id":"api-reference/interfaces/individual-ultimate-beneficial-owner-info","path":"/api-reference/interfaces/individual-ultimate-beneficial-owner-info"},{"id":"api-reference/interfaces/internal-credit-transfer-creditor","path":"/api-reference/interfaces/internal-credit-transfer-creditor"},{"id":"api-reference/interfaces/internal-credit-transfer-debtor","path":"/api-reference/interfaces/internal-credit-transfer-debtor"},{"id":"api-reference/interfaces/internal-direct-debit-mandate","path":"/api-reference/interfaces/internal-direct-debit-mandate"},{"id":"api-reference/interfaces/legal-document-status-info","path":"/api-reference/interfaces/legal-document-status-info"},{"id":"api-reference/interfaces/merchant-payment-method","path":"/api-reference/interfaces/merchant-payment-method"},{"id":"api-reference/interfaces/merchant-payment-method-status-info","path":"/api-reference/interfaces/merchant-payment-method-status-info"},{"id":"api-reference/interfaces/merchant-profile-status-info","path":"/api-reference/interfaces/merchant-profile-status-info"},{"id":"api-reference/interfaces/onboarding-account-holder-info","path":"/api-reference/interfaces/onboarding-account-holder-info"},{"id":"api-reference/interfaces/onboarding-status-info","path":"/api-reference/interfaces/onboarding-status-info"},{"id":"api-reference/interfaces/partnership-status-info","path":"/api-reference/interfaces/partnership-status-info"},{"id":"api-reference/interfaces/payment-direct-debit-mandate","path":"/api-reference/interfaces/payment-direct-debit-mandate"},{"id":"api-reference/interfaces/payment-mandate","path":"/api-reference/interfaces/payment-mandate"},{"id":"api-reference/interfaces/payment-mandate-creditor","path":"/api-reference/interfaces/payment-mandate-creditor"},{"id":"api-reference/interfaces/payment-mandate-debtor","path":"/api-reference/interfaces/payment-mandate-debtor"},{"id":"api-reference/interfaces/payment-mandate-status-info","path":"/api-reference/interfaces/payment-mandate-status-info"},{"id":"api-reference/interfaces/payment-status-info","path":"/api-reference/interfaces/payment-status-info"},{"id":"api-reference/interfaces/pending-digital-card-status-info","path":"/api-reference/interfaces/pending-digital-card-status-info"},{"id":"api-reference/interfaces/physical-card-status-info","path":"/api-reference/interfaces/physical-card-status-info"},{"id":"api-reference/interfaces/reason","path":"/api-reference/interfaces/reason"},{"id":"api-reference/interfaces/received-direct-debit-mandate","path":"/api-reference/interfaces/received-direct-debit-mandate"},{"id":"api-reference/interfaces/received-direct-debit-mandate-status-info","path":"/api-reference/interfaces/received-direct-debit-mandate-status-info"},{"id":"api-reference/interfaces/rejection","path":"/api-reference/interfaces/rejection"},{"id":"api-reference/interfaces/sepacredit-transfer-creditor","path":"/api-reference/interfaces/sepacredit-transfer-creditor"},{"id":"api-reference/interfaces/sepacredit-transfer-debtor","path":"/api-reference/interfaces/sepacredit-transfer-debtor"},{"id":"api-reference/interfaces/sepadirect-debit-creditor","path":"/api-reference/interfaces/sepadirect-debit-creditor"},{"id":"api-reference/interfaces/sepadirect-debit-debtor","path":"/api-reference/interfaces/sepadirect-debit-debtor"},{"id":"api-reference/interfaces/sepadirect-debit-mandate","path":"/api-reference/interfaces/sepadirect-debit-mandate"},{"id":"api-reference/interfaces/standing-order-status-info","path":"/api-reference/interfaces/standing-order-status-info"},{"id":"api-reference/interfaces/statement-info","path":"/api-reference/interfaces/statement-info"},{"id":"api-reference/interfaces/supporting-document-collection-status-info","path":"/api-reference/interfaces/supporting-document-collection-status-info"},{"id":"api-reference/interfaces/supporting-document-status-info","path":"/api-reference/interfaces/supporting-document-status-info"},{"id":"api-reference/interfaces/transaction","path":"/api-reference/interfaces/transaction"},{"id":"api-reference/interfaces/transaction-status-info","path":"/api-reference/interfaces/transaction-status-info"},{"id":"api-reference/interfaces/ultimate-beneficial-owner-info","path":"/api-reference/interfaces/ultimate-beneficial-owner-info"},{"id":"api-reference/mutations/activate-physical-card","path":"/api-reference/mutations/activate-physical-card"},{"id":"api-reference/mutations/add-account-membership","path":"/api-reference/mutations/add-account-membership"},{"id":"api-reference/mutations/add-account-memberships","path":"/api-reference/mutations/add-account-memberships"},{"id":"api-reference/mutations/add-card","path":"/api-reference/mutations/add-card"},{"id":"api-reference/mutations/add-cards","path":"/api-reference/mutations/add-cards"},{"id":"api-reference/mutations/add-cards-with-group-delivery","path":"/api-reference/mutations/add-cards-with-group-delivery"},{"id":"api-reference/mutations/add-digital-card","path":"/api-reference/mutations/add-digital-card"},{"id":"api-reference/mutations/add-direct-debit-funding-source","path":"/api-reference/mutations/add-direct-debit-funding-source"},{"id":"api-reference/mutations/add-external-account","path":"/api-reference/mutations/add-external-account"},{"id":"api-reference/mutations/add-external-account-balance","path":"/api-reference/mutations/add-external-account-balance"},{"id":"api-reference/mutations/add-funding-limit-settings-change-request","path":"/api-reference/mutations/add-funding-limit-settings-change-request"},{"id":"api-reference/mutations/add-internal-direct-debit-payment-mandate","path":"/api-reference/mutations/add-internal-direct-debit-payment-mandate"},{"id":"api-reference/mutations/add-merchant-profile","path":"/api-reference/mutations/add-merchant-profile"},{"id":"api-reference/mutations/add-or-update-external-account-balance","path":"/api-reference/mutations/add-or-update-external-account-balance"},{"id":"api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate","path":"/api-reference/mutations/add-received-internal-direct-debit-b2-b-mandate"},{"id":"api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate","path":"/api-reference/mutations/add-received-sepa-direct-debit-b2-b-mandate"},{"id":"api-reference/mutations/add-sepa-direct-debit-payment-mandate","path":"/api-reference/mutations/add-sepa-direct-debit-payment-mandate"},{"id":"api-reference/mutations/add-single-use-virtual-card","path":"/api-reference/mutations/add-single-use-virtual-card"},{"id":"api-reference/mutations/add-single-use-virtual-cards","path":"/api-reference/mutations/add-single-use-virtual-cards"},{"id":"api-reference/mutations/add-virtual-iban-entry","path":"/api-reference/mutations/add-virtual-iban-entry"},{"id":"api-reference/mutations/allow-sdd","path":"/api-reference/mutations/allow-sdd"},{"id":"api-reference/mutations/allow-sdd-virtual-iban-entry","path":"/api-reference/mutations/allow-sdd-virtual-iban-entry"},{"id":"api-reference/mutations/bind-account-membership","path":"/api-reference/mutations/bind-account-membership"},{"id":"api-reference/mutations/cancel-card","path":"/api-reference/mutations/cancel-card"},{"id":"api-reference/mutations/cancel-consent","path":"/api-reference/mutations/cancel-consent"},{"id":"api-reference/mutations/cancel-digital-card","path":"/api-reference/mutations/cancel-digital-card"},{"id":"api-reference/mutations/cancel-funding-source","path":"/api-reference/mutations/cancel-funding-source"},{"id":"api-reference/mutations/cancel-physical-card","path":"/api-reference/mutations/cancel-physical-card"},{"id":"api-reference/mutations/cancel-standing-order","path":"/api-reference/mutations/cancel-standing-order"},{"id":"api-reference/mutations/cancel-transaction","path":"/api-reference/mutations/cancel-transaction"},{"id":"api-reference/mutations/cancel-virtual-iban-entry","path":"/api-reference/mutations/cancel-virtual-iban-entry"},{"id":"api-reference/mutations/close-account","path":"/api-reference/mutations/close-account"},{"id":"api-reference/mutations/create-capital-deposit-case","path":"/api-reference/mutations/create-capital-deposit-case"},{"id":"api-reference/mutations/create-multi-consent","path":"/api-reference/mutations/create-multi-consent"},{"id":"api-reference/mutations/delete-supporting-document","path":"/api-reference/mutations/delete-supporting-document"},{"id":"api-reference/mutations/deny-sdd","path":"/api-reference/mutations/deny-sdd"},{"id":"api-reference/mutations/deny-sdd-virtual-iban-entry","path":"/api-reference/mutations/deny-sdd-virtual-iban-entry"},{"id":"api-reference/mutations/disable-account-membership","path":"/api-reference/mutations/disable-account-membership"},{"id":"api-reference/mutations/enable-received-direct-debit-mandate","path":"/api-reference/mutations/enable-received-direct-debit-mandate"},{"id":"api-reference/mutations/finalize-onboarding","path":"/api-reference/mutations/finalize-onboarding"},{"id":"api-reference/mutations/generate-account-statement","path":"/api-reference/mutations/generate-account-statement"},{"id":"api-reference/mutations/generate-capital-deposit-document-upload-url","path":"/api-reference/mutations/generate-capital-deposit-document-upload-url"},{"id":"api-reference/mutations/generate-supporting-document-upload-url","path":"/api-reference/mutations/generate-supporting-document-upload-url"},{"id":"api-reference/mutations/grant-consent-with-server-signature","path":"/api-reference/mutations/grant-consent-with-server-signature"},{"id":"api-reference/mutations/initiate-credit-transfers","path":"/api-reference/mutations/initiate-credit-transfers"},{"id":"api-reference/mutations/initiate-funding-request","path":"/api-reference/mutations/initiate-funding-request"},{"id":"api-reference/mutations/initiate-international-credit-transfer","path":"/api-reference/mutations/initiate-international-credit-transfer"},{"id":"api-reference/mutations/initiate-merchant-payment-collection","path":"/api-reference/mutations/initiate-merchant-payment-collection"},{"id":"api-reference/mutations/onboard-company-account-holder","path":"/api-reference/mutations/onboard-company-account-holder"},{"id":"api-reference/mutations/onboard-individual-account-holder","path":"/api-reference/mutations/onboard-individual-account-holder"},{"id":"api-reference/mutations/print-physical-card","path":"/api-reference/mutations/print-physical-card"},{"id":"api-reference/mutations/refund","path":"/api-reference/mutations/refund"},{"id":"api-reference/mutations/request-merchant-payment-methods","path":"/api-reference/mutations/request-merchant-payment-methods"},{"id":"api-reference/mutations/request-merchant-profile-update","path":"/api-reference/mutations/request-merchant-profile-update"},{"id":"api-reference/mutations/request-supporting-document-collection-review","path":"/api-reference/mutations/request-supporting-document-collection-review"},{"id":"api-reference/mutations/resume-account-membership","path":"/api-reference/mutations/resume-account-membership"},{"id":"api-reference/mutations/resume-physical-card","path":"/api-reference/mutations/resume-physical-card"},{"id":"api-reference/mutations/schedule-standing-order","path":"/api-reference/mutations/schedule-standing-order"},{"id":"api-reference/mutations/suspend-account-membership","path":"/api-reference/mutations/suspend-account-membership"},{"id":"api-reference/mutations/suspend-physical-card","path":"/api-reference/mutations/suspend-physical-card"},{"id":"api-reference/mutations/suspend-received-direct-debit-mandate","path":"/api-reference/mutations/suspend-received-direct-debit-mandate"},{"id":"api-reference/mutations/update-account","path":"/api-reference/mutations/update-account"},{"id":"api-reference/mutations/update-account-holder","path":"/api-reference/mutations/update-account-holder"},{"id":"api-reference/mutations/update-account-membership","path":"/api-reference/mutations/update-account-membership"},{"id":"api-reference/mutations/update-card","path":"/api-reference/mutations/update-card"},{"id":"api-reference/mutations/update-company-onboarding","path":"/api-reference/mutations/update-company-onboarding"},{"id":"api-reference/mutations/update-individual-onboarding","path":"/api-reference/mutations/update-individual-onboarding"},{"id":"api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate","path":"/api-reference/mutations/update-received-sepa-direct-debit-b2-b-mandate"},{"id":"api-reference/mutations/update-supporting-document","path":"/api-reference/mutations/update-supporting-document"},{"id":"api-reference/mutations/update-user-consent-settings","path":"/api-reference/mutations/update-user-consent-settings"},{"id":"api-reference/mutations/view-card-numbers","path":"/api-reference/mutations/view-card-numbers"},{"id":"api-reference/mutations/view-physical-card-numbers","path":"/api-reference/mutations/view-physical-card-numbers"},{"id":"api-reference/mutations/view-physical-card-pin","path":"/api-reference/mutations/view-physical-card-pin"},{"id":"api-reference/objects/account","path":"/api-reference/objects/account"},{"id":"api-reference/objects/account-balances","path":"/api-reference/objects/account-balances"},{"id":"api-reference/objects/account-closed-status","path":"/api-reference/objects/account-closed-status"},{"id":"api-reference/objects/account-closing-status","path":"/api-reference/objects/account-closing-status"},{"id":"api-reference/objects/account-connection","path":"/api-reference/objects/account-connection"},{"id":"api-reference/objects/account-edge","path":"/api-reference/objects/account-edge"},{"id":"api-reference/objects/account-holder","path":"/api-reference/objects/account-holder"},{"id":"api-reference/objects/account-holder-canceled-status-info","path":"/api-reference/objects/account-holder-canceled-status-info"},{"id":"api-reference/objects/account-holder-company-info","path":"/api-reference/objects/account-holder-company-info"},{"id":"api-reference/objects/account-holder-connection","path":"/api-reference/objects/account-holder-connection"},{"id":"api-reference/objects/account-holder-edge","path":"/api-reference/objects/account-holder-edge"},{"id":"api-reference/objects/account-holder-enabled-status-info","path":"/api-reference/objects/account-holder-enabled-status-info"},{"id":"api-reference/objects/account-holder-individual-info","path":"/api-reference/objects/account-holder-individual-info"},{"id":"api-reference/objects/account-holder-not-found-rejection","path":"/api-reference/objects/account-holder-not-found-rejection"},{"id":"api-reference/objects/account-holder-suspended-status-info","path":"/api-reference/objects/account-holder-suspended-status-info"},{"id":"api-reference/objects/account-holder-type-individual-rejection","path":"/api-reference/objects/account-holder-type-individual-rejection"},{"id":"api-reference/objects/account-membership","path":"/api-reference/objects/account-membership"},{"id":"api-reference/objects/account-membership-binding-user-error-status-info","path":"/api-reference/objects/account-membership-binding-user-error-status-info"},{"id":"api-reference/objects/account-membership-cannot-be-disabled-rejection","path":"/api-reference/objects/account-membership-cannot-be-disabled-rejection"},{"id":"api-reference/objects/account-membership-cannot-be-updated-rejection","path":"/api-reference/objects/account-membership-cannot-be-updated-rejection"},{"id":"api-reference/objects/account-membership-connection","path":"/api-reference/objects/account-membership-connection"},{"id":"api-reference/objects/account-membership-consent-pending-status-info","path":"/api-reference/objects/account-membership-consent-pending-status-info"},{"id":"api-reference/objects/account-membership-disabled-status-info","path":"/api-reference/objects/account-membership-disabled-status-info"},{"id":"api-reference/objects/account-membership-edge","path":"/api-reference/objects/account-membership-edge"},{"id":"api-reference/objects/account-membership-enabled-status-info","path":"/api-reference/objects/account-membership-enabled-status-info"},{"id":"api-reference/objects/account-membership-invitation-sent-status-info","path":"/api-reference/objects/account-membership-invitation-sent-status-info"},{"id":"api-reference/objects/account-membership-not-allowed-rejection","path":"/api-reference/objects/account-membership-not-allowed-rejection"},{"id":"api-reference/objects/account-membership-not-found-rejection","path":"/api-reference/objects/account-membership-not-found-rejection"},{"id":"api-reference/objects/account-membership-not-ready-to-be-bound-rejection","path":"/api-reference/objects/account-membership-not-ready-to-be-bound-rejection"},{"id":"api-reference/objects/account-membership-suspended-status-info","path":"/api-reference/objects/account-membership-suspended-status-info"},{"id":"api-reference/objects/account-not-eligible-rejection","path":"/api-reference/objects/account-not-eligible-rejection"},{"id":"api-reference/objects/account-not-found-rejection","path":"/api-reference/objects/account-not-found-rejection"},{"id":"api-reference/objects/account-opened-status","path":"/api-reference/objects/account-opened-status"},{"id":"api-reference/objects/account-suspended-status","path":"/api-reference/objects/account-suspended-status"},{"id":"api-reference/objects/account-verification-already-rejected-rejection","path":"/api-reference/objects/account-verification-already-rejected-rejection"},{"id":"api-reference/objects/account-verification-wrong-status-rejection","path":"/api-reference/objects/account-verification-wrong-status-rejection"},{"id":"api-reference/objects/activate-physical-card-success-payload","path":"/api-reference/objects/activate-physical-card-success-payload"},{"id":"api-reference/objects/add-account-membership-success-payload","path":"/api-reference/objects/add-account-membership-success-payload"},{"id":"api-reference/objects/add-account-memberships-success-payload","path":"/api-reference/objects/add-account-memberships-success-payload"},{"id":"api-reference/objects/add-card-success-payload","path":"/api-reference/objects/add-card-success-payload"},{"id":"api-reference/objects/add-cards-success-payload","path":"/api-reference/objects/add-cards-success-payload"},{"id":"api-reference/objects/add-cards-with-group-delivery-success-payload","path":"/api-reference/objects/add-cards-with-group-delivery-success-payload"},{"id":"api-reference/objects/add-digital-card-success-payload","path":"/api-reference/objects/add-digital-card-success-payload"},{"id":"api-reference/objects/add-direct-debit-funding-source-success-payload","path":"/api-reference/objects/add-direct-debit-funding-source-success-payload"},{"id":"api-reference/objects/add-external-account-balance-success-payload","path":"/api-reference/objects/add-external-account-balance-success-payload"},{"id":"api-reference/objects/add-external-account-success-payload","path":"/api-reference/objects/add-external-account-success-payload"},{"id":"api-reference/objects/add-funding-limit-settings-change-request-success-payload","path":"/api-reference/objects/add-funding-limit-settings-change-request-success-payload"},{"id":"api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload","path":"/api-reference/objects/add-internal-direct-debit-payment-mandate-success-payload"},{"id":"api-reference/objects/add-merchant-profile-success-payload","path":"/api-reference/objects/add-merchant-profile-success-payload"},{"id":"api-reference/objects/add-or-update-external-account-balance-success-payload","path":"/api-reference/objects/add-or-update-external-account-balance-success-payload"},{"id":"api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload","path":"/api-reference/objects/add-received-internal-direct-debit-b2-b-mandate-success-payload"},{"id":"api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload","path":"/api-reference/objects/add-received-sepa-direct-debit-b2-b-mandate-success-payload"},{"id":"api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload","path":"/api-reference/objects/add-sepa-direct-debit-payment-mandate-success-payload"},{"id":"api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload","path":"/api-reference/objects/add-single-use-virtual-card-success-for-project-owner-payload"},{"id":"api-reference/objects/add-single-use-virtual-card-success-for-user-payload","path":"/api-reference/objects/add-single-use-virtual-card-success-for-user-payload"},{"id":"api-reference/objects/add-single-use-virtual-cards-success-payload","path":"/api-reference/objects/add-single-use-virtual-cards-success-payload"},{"id":"api-reference/objects/add-virtual-iban-entry-success-payload","path":"/api-reference/objects/add-virtual-iban-entry-success-payload"},{"id":"api-reference/objects/adding-cards-to-different-accounts-rejection","path":"/api-reference/objects/adding-cards-to-different-accounts-rejection"},{"id":"api-reference/objects/address","path":"/api-reference/objects/address"},{"id":"api-reference/objects/address-info","path":"/api-reference/objects/address-info"},{"id":"api-reference/objects/address-information","path":"/api-reference/objects/address-information"},{"id":"api-reference/objects/allow-sdd-success-payload","path":"/api-reference/objects/allow-sdd-success-payload"},{"id":"api-reference/objects/allow-sdd-virtual-iban-entry-success-payload","path":"/api-reference/objects/allow-sdd-virtual-iban-entry-success-payload"},{"id":"api-reference/objects/allowed-value","path":"/api-reference/objects/allowed-value"},{"id":"api-reference/objects/already-valid-physical-card-rejection","path":"/api-reference/objects/already-valid-physical-card-rejection"},{"id":"api-reference/objects/amount","path":"/api-reference/objects/amount"},{"id":"api-reference/objects/apple-pay-not-allowed-for-project-rejection","path":"/api-reference/objects/apple-pay-not-allowed-for-project-rejection"},{"id":"api-reference/objects/approved-funding-limit","path":"/api-reference/objects/approved-funding-limit"},{"id":"api-reference/objects/authenticator","path":"/api-reference/objects/authenticator"},{"id":"api-reference/objects/bad-account-status-rejection","path":"/api-reference/objects/bad-account-status-rejection"},{"id":"api-reference/objects/bad-request-rejection","path":"/api-reference/objects/bad-request-rejection"},{"id":"api-reference/objects/balance","path":"/api-reference/objects/balance"},{"id":"api-reference/objects/bank","path":"/api-reference/objects/bank"},{"id":"api-reference/objects/bind-account-membership-success-payload","path":"/api-reference/objects/bind-account-membership-success-payload"},{"id":"api-reference/objects/booked-transaction-status-info","path":"/api-reference/objects/booked-transaction-status-info"},{"id":"api-reference/objects/cancel-card-success-payload","path":"/api-reference/objects/cancel-card-success-payload"},{"id":"api-reference/objects/cancel-consent-success-payload","path":"/api-reference/objects/cancel-consent-success-payload"},{"id":"api-reference/objects/cancel-digital-card-success-payload","path":"/api-reference/objects/cancel-digital-card-success-payload"},{"id":"api-reference/objects/cancel-funding-source-success-payload","path":"/api-reference/objects/cancel-funding-source-success-payload"},{"id":"api-reference/objects/cancel-physical-card-success-payload","path":"/api-reference/objects/cancel-physical-card-success-payload"},{"id":"api-reference/objects/cancel-standing-order-success-payload","path":"/api-reference/objects/cancel-standing-order-success-payload"},{"id":"api-reference/objects/cancel-transaction-success-payload","path":"/api-reference/objects/cancel-transaction-success-payload"},{"id":"api-reference/objects/cancel-virtual-iban-entry-success-payload","path":"/api-reference/objects/cancel-virtual-iban-entry-success-payload"},{"id":"api-reference/objects/canceled-funding-source-status-info","path":"/api-reference/objects/canceled-funding-source-status-info"},{"id":"api-reference/objects/canceled-identification-level-status-info","path":"/api-reference/objects/canceled-identification-level-status-info"},{"id":"api-reference/objects/canceled-merchant-payment-method-status-info","path":"/api-reference/objects/canceled-merchant-payment-method-status-info"},{"id":"api-reference/objects/canceled-merchant-profile-status-info","path":"/api-reference/objects/canceled-merchant-profile-status-info"},{"id":"api-reference/objects/canceled-transaction-status-info","path":"/api-reference/objects/canceled-transaction-status-info"},{"id":"api-reference/objects/cannot-activate-physical-card-rejection","path":"/api-reference/objects/cannot-activate-physical-card-rejection"},{"id":"api-reference/objects/capital-deposit-case","path":"/api-reference/objects/capital-deposit-case"},{"id":"api-reference/objects/capital-deposit-case-connection","path":"/api-reference/objects/capital-deposit-case-connection"},{"id":"api-reference/objects/capital-deposit-case-edge","path":"/api-reference/objects/capital-deposit-case-edge"},{"id":"api-reference/objects/capital-deposit-document","path":"/api-reference/objects/capital-deposit-document"},{"id":"api-reference/objects/capital-deposit-document-can-not-be-uploaded","path":"/api-reference/objects/capital-deposit-document-can-not-be-uploaded"},{"id":"api-reference/objects/card","path":"/api-reference/objects/card"},{"id":"api-reference/objects/card-can-not-be-digitalized-rejection","path":"/api-reference/objects/card-can-not-be-digitalized-rejection"},{"id":"api-reference/objects/card-canceled-status-info","path":"/api-reference/objects/card-canceled-status-info"},{"id":"api-reference/objects/card-canceling-status-info","path":"/api-reference/objects/card-canceling-status-info"},{"id":"api-reference/objects/card-confidential","path":"/api-reference/objects/card-confidential"},{"id":"api-reference/objects/card-connection","path":"/api-reference/objects/card-connection"},{"id":"api-reference/objects/card-consent-pending-status-info","path":"/api-reference/objects/card-consent-pending-status-info"},{"id":"api-reference/objects/card-design-background","path":"/api-reference/objects/card-design-background"},{"id":"api-reference/objects/card-edge","path":"/api-reference/objects/card-edge"},{"id":"api-reference/objects/card-enabled-status-info","path":"/api-reference/objects/card-enabled-status-info"},{"id":"api-reference/objects/card-not-found-rejection","path":"/api-reference/objects/card-not-found-rejection"},{"id":"api-reference/objects/card-processing-status-info","path":"/api-reference/objects/card-processing-status-info"},{"id":"api-reference/objects/card-product","path":"/api-reference/objects/card-product"},{"id":"api-reference/objects/card-product-design","path":"/api-reference/objects/card-product-design"},{"id":"api-reference/objects/card-product-disabled-rejection","path":"/api-reference/objects/card-product-disabled-rejection"},{"id":"api-reference/objects/card-product-not-applicable-to-physical-cards-rejection","path":"/api-reference/objects/card-product-not-applicable-to-physical-cards-rejection"},{"id":"api-reference/objects/card-product-not-found-rejection","path":"/api-reference/objects/card-product-not-found-rejection"},{"id":"api-reference/objects/card-product-suspended-rejection","path":"/api-reference/objects/card-product-suspended-rejection"},{"id":"api-reference/objects/card-product-used-rejection","path":"/api-reference/objects/card-product-used-rejection"},{"id":"api-reference/objects/card-settings","path":"/api-reference/objects/card-settings"},{"id":"api-reference/objects/card-settings-background","path":"/api-reference/objects/card-settings-background"},{"id":"api-reference/objects/card-transaction","path":"/api-reference/objects/card-transaction"},{"id":"api-reference/objects/card-wrong-status-rejection","path":"/api-reference/objects/card-wrong-status-rejection"},{"id":"api-reference/objects/check-merchant-payment-method","path":"/api-reference/objects/check-merchant-payment-method"},{"id":"api-reference/objects/check-transaction","path":"/api-reference/objects/check-transaction"},{"id":"api-reference/objects/close-account-reason","path":"/api-reference/objects/close-account-reason"},{"id":"api-reference/objects/close-account-success-payload","path":"/api-reference/objects/close-account-success-payload"},{"id":"api-reference/objects/company-info","path":"/api-reference/objects/company-info"},{"id":"api-reference/objects/company-shareholder","path":"/api-reference/objects/company-shareholder"},{"id":"api-reference/objects/complete-digital-card","path":"/api-reference/objects/complete-digital-card"},{"id":"api-reference/objects/consent","path":"/api-reference/objects/consent"},{"id":"api-reference/objects/consent-connection","path":"/api-reference/objects/consent-connection"},{"id":"api-reference/objects/consent-edge","path":"/api-reference/objects/consent-edge"},{"id":"api-reference/objects/consent-not-found-rejection","path":"/api-reference/objects/consent-not-found-rejection"},{"id":"api-reference/objects/consent-type-not-supported-by-server-consent-rejection","path":"/api-reference/objects/consent-type-not-supported-by-server-consent-rejection"},{"id":"api-reference/objects/consents-already-linked-to-multi-consent-rejection","path":"/api-reference/objects/consents-already-linked-to-multi-consent-rejection"},{"id":"api-reference/objects/consents-not-all-in-created-status-rejection","path":"/api-reference/objects/consents-not-all-in-created-status-rejection"},{"id":"api-reference/objects/consents-not-found-rejection","path":"/api-reference/objects/consents-not-found-rejection"},{"id":"api-reference/objects/create-capital-deposit-case-success-payload","path":"/api-reference/objects/create-capital-deposit-case-success-payload"},{"id":"api-reference/objects/create-multi-consent-success-payload","path":"/api-reference/objects/create-multi-consent-success-payload"},{"id":"api-reference/objects/csv-statement","path":"/api-reference/objects/csv-statement"},{"id":"api-reference/objects/date-field","path":"/api-reference/objects/date-field"},{"id":"api-reference/objects/debtor-account-closed-rejection","path":"/api-reference/objects/debtor-account-closed-rejection"},{"id":"api-reference/objects/debtor-account-not-allowed-rejection","path":"/api-reference/objects/debtor-account-not-allowed-rejection"},{"id":"api-reference/objects/delete-supporting-document-success-payload","path":"/api-reference/objects/delete-supporting-document-success-payload"},{"id":"api-reference/objects/deny-sdd-success-payload","path":"/api-reference/objects/deny-sdd-success-payload"},{"id":"api-reference/objects/deny-sdd-virtual-iban-entry-success-payload","path":"/api-reference/objects/deny-sdd-virtual-iban-entry-success-payload"},{"id":"api-reference/objects/device","path":"/api-reference/objects/device"},{"id":"api-reference/objects/digital-card-canceled-status-info","path":"/api-reference/objects/digital-card-canceled-status-info"},{"id":"api-reference/objects/digital-card-connection","path":"/api-reference/objects/digital-card-connection"},{"id":"api-reference/objects/digital-card-consent-pending-status-info","path":"/api-reference/objects/digital-card-consent-pending-status-info"},{"id":"api-reference/objects/digital-card-declined-status-info","path":"/api-reference/objects/digital-card-declined-status-info"},{"id":"api-reference/objects/digital-card-edge","path":"/api-reference/objects/digital-card-edge"},{"id":"api-reference/objects/digital-card-enabled-status-info","path":"/api-reference/objects/digital-card-enabled-status-info"},{"id":"api-reference/objects/digital-card-not-found-rejection","path":"/api-reference/objects/digital-card-not-found-rejection"},{"id":"api-reference/objects/digital-card-pending-status-info","path":"/api-reference/objects/digital-card-pending-status-info"},{"id":"api-reference/objects/digital-card-suspended-status-info","path":"/api-reference/objects/digital-card-suspended-status-info"},{"id":"api-reference/objects/direct-debit-account-verification","path":"/api-reference/objects/direct-debit-account-verification"},{"id":"api-reference/objects/direct-debit-funding-source","path":"/api-reference/objects/direct-debit-funding-source"},{"id":"api-reference/objects/disable-account-membership-success-payload","path":"/api-reference/objects/disable-account-membership-success-payload"},{"id":"api-reference/objects/disabled-funding-limit-settings-status-info","path":"/api-reference/objects/disabled-funding-limit-settings-status-info"},{"id":"api-reference/objects/disabled-merchant-payment-method-status-info","path":"/api-reference/objects/disabled-merchant-payment-method-status-info"},{"id":"api-reference/objects/drivers-license-document","path":"/api-reference/objects/drivers-license-document"},{"id":"api-reference/objects/drivers-license-document-file","path":"/api-reference/objects/drivers-license-document-file"},{"id":"api-reference/objects/enable-received-direct-debit-mandate-success-payload","path":"/api-reference/objects/enable-received-direct-debit-mandate-success-payload"},{"id":"api-reference/objects/enabled-card-design-not-found-rejection","path":"/api-reference/objects/enabled-card-design-not-found-rejection"},{"id":"api-reference/objects/enabled-funding-limit-settings-status-info","path":"/api-reference/objects/enabled-funding-limit-settings-status-info"},{"id":"api-reference/objects/enabled-funding-source-status-info","path":"/api-reference/objects/enabled-funding-source-status-info"},{"id":"api-reference/objects/enabled-merchant-payment-method-status-info","path":"/api-reference/objects/enabled-merchant-payment-method-status-info"},{"id":"api-reference/objects/enabled-merchant-profile-status-info","path":"/api-reference/objects/enabled-merchant-profile-status-info"},{"id":"api-reference/objects/expired-identification-level-status-info","path":"/api-reference/objects/expired-identification-level-status-info"},{"id":"api-reference/objects/external-account","path":"/api-reference/objects/external-account"},{"id":"api-reference/objects/external-account-already-exists-rejection","path":"/api-reference/objects/external-account-already-exists-rejection"},{"id":"api-reference/objects/external-account-balance","path":"/api-reference/objects/external-account-balance"},{"id":"api-reference/objects/external-account-balance-already-exists-rejection","path":"/api-reference/objects/external-account-balance-already-exists-rejection"},{"id":"api-reference/objects/external-account-connection","path":"/api-reference/objects/external-account-connection"},{"id":"api-reference/objects/external-account-data-source","path":"/api-reference/objects/external-account-data-source"},{"id":"api-reference/objects/external-account-edge","path":"/api-reference/objects/external-account-edge"},{"id":"api-reference/objects/external-balance-connection","path":"/api-reference/objects/external-balance-connection"},{"id":"api-reference/objects/external-balance-edge","path":"/api-reference/objects/external-balance-edge"},{"id":"api-reference/objects/face-photo-document","path":"/api-reference/objects/face-photo-document"},{"id":"api-reference/objects/fee-in-creditor","path":"/api-reference/objects/fee-in-creditor"},{"id":"api-reference/objects/fee-in-debtor","path":"/api-reference/objects/fee-in-debtor"},{"id":"api-reference/objects/fee-out-creditor","path":"/api-reference/objects/fee-out-creditor"},{"id":"api-reference/objects/fee-out-debtor","path":"/api-reference/objects/fee-out-debtor"},{"id":"api-reference/objects/fee-settings-not-found-rejection","path":"/api-reference/objects/fee-settings-not-found-rejection"},{"id":"api-reference/objects/fee-transaction","path":"/api-reference/objects/fee-transaction"},{"id":"api-reference/objects/finalize-onboarding-success-payload","path":"/api-reference/objects/finalize-onboarding-success-payload"},{"id":"api-reference/objects/financial-institution","path":"/api-reference/objects/financial-institution"},{"id":"api-reference/objects/forbidden-rejection","path":"/api-reference/objects/forbidden-rejection"},{"id":"api-reference/objects/funding-limit","path":"/api-reference/objects/funding-limit"},{"id":"api-reference/objects/funding-limit-amount","path":"/api-reference/objects/funding-limit-amount"},{"id":"api-reference/objects/funding-limit-exceeded-rejection","path":"/api-reference/objects/funding-limit-exceeded-rejection"},{"id":"api-reference/objects/funding-limit-settings","path":"/api-reference/objects/funding-limit-settings"},{"id":"api-reference/objects/funding-limit-settings-change-request","path":"/api-reference/objects/funding-limit-settings-change-request"},{"id":"api-reference/objects/funding-limit-settings-change-request-approved-status-info","path":"/api-reference/objects/funding-limit-settings-change-request-approved-status-info"},{"id":"api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection","path":"/api-reference/objects/funding-limit-settings-change-request-bad-amount-rejection"},{"id":"api-reference/objects/funding-limit-settings-change-request-connection","path":"/api-reference/objects/funding-limit-settings-change-request-connection"},{"id":"api-reference/objects/funding-limit-settings-change-request-edge","path":"/api-reference/objects/funding-limit-settings-change-request-edge"},{"id":"api-reference/objects/funding-limit-settings-change-request-pending-status-info","path":"/api-reference/objects/funding-limit-settings-change-request-pending-status-info"},{"id":"api-reference/objects/funding-limit-settings-change-request-refused-status-info","path":"/api-reference/objects/funding-limit-settings-change-request-refused-status-info"},{"id":"api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info","path":"/api-reference/objects/funding-limit-settings-change-request-waiting-for-information-status-info"},{"id":"api-reference/objects/funding-source-connection","path":"/api-reference/objects/funding-source-connection"},{"id":"api-reference/objects/funding-source-edge","path":"/api-reference/objects/funding-source-edge"},{"id":"api-reference/objects/funding-source-not-found-rejection","path":"/api-reference/objects/funding-source-not-found-rejection"},{"id":"api-reference/objects/funding-source-wrong-status-rejection","path":"/api-reference/objects/funding-source-wrong-status-rejection"},{"id":"api-reference/objects/generate-capital-deposit-document-upload-url-success-payload","path":"/api-reference/objects/generate-capital-deposit-document-upload-url-success-payload"},{"id":"api-reference/objects/generate-supporting-document-upload-url-success-payload","path":"/api-reference/objects/generate-supporting-document-upload-url-success-payload"},{"id":"api-reference/objects/global-funding-limit-exceeded-rejection","path":"/api-reference/objects/global-funding-limit-exceeded-rejection"},{"id":"api-reference/objects/global-instant-funding-limit-exceeded-rejection","path":"/api-reference/objects/global-instant-funding-limit-exceeded-rejection"},{"id":"api-reference/objects/grant-consent-with-server-signature-success-payload","path":"/api-reference/objects/grant-consent-with-server-signature-success-payload"},{"id":"api-reference/objects/headquarters","path":"/api-reference/objects/headquarters"},{"id":"api-reference/objects/iban-validation-rejection","path":"/api-reference/objects/iban-validation-rejection"},{"id":"api-reference/objects/ibannot-reachable-rejection","path":"/api-reference/objects/ibannot-reachable-rejection"},{"id":"api-reference/objects/ibannot-valid-rejection","path":"/api-reference/objects/ibannot-valid-rejection"},{"id":"api-reference/objects/id-card-document","path":"/api-reference/objects/id-card-document"},{"id":"api-reference/objects/id-card-document-file","path":"/api-reference/objects/id-card-document-file"},{"id":"api-reference/objects/identification","path":"/api-reference/objects/identification"},{"id":"api-reference/objects/identification-connection","path":"/api-reference/objects/identification-connection"},{"id":"api-reference/objects/identification-edge","path":"/api-reference/objects/identification-edge"},{"id":"api-reference/objects/identification-expert-process-info","path":"/api-reference/objects/identification-expert-process-info"},{"id":"api-reference/objects/identification-expert-with-qesprocess-info","path":"/api-reference/objects/identification-expert-with-qesprocess-info"},{"id":"api-reference/objects/identification-level-statuses-info","path":"/api-reference/objects/identification-level-statuses-info"},{"id":"api-reference/objects/identification-levels","path":"/api-reference/objects/identification-levels"},{"id":"api-reference/objects/identification-pvidprocess-info","path":"/api-reference/objects/identification-pvidprocess-info"},{"id":"api-reference/objects/identity-already-bind-to-account-membership-rejection","path":"/api-reference/objects/identity-already-bind-to-account-membership-rejection"},{"id":"api-reference/objects/in-app-provisioning-data","path":"/api-reference/objects/in-app-provisioning-data"},{"id":"api-reference/objects/individual-shareholder","path":"/api-reference/objects/individual-shareholder"},{"id":"api-reference/objects/individual-ultimate-beneficial-owner","path":"/api-reference/objects/individual-ultimate-beneficial-owner"},{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital","path":"/api-reference/objects/individual-ultimate-beneficial-owner-type-has-capital"},{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative","path":"/api-reference/objects/individual-ultimate-beneficial-owner-type-legal-representative"},{"id":"api-reference/objects/individual-ultimate-beneficial-owner-type-other","path":"/api-reference/objects/individual-ultimate-beneficial-owner-type-other"},{"id":"api-reference/objects/initiate-credit-transfers-success-payload","path":"/api-reference/objects/initiate-credit-transfers-success-payload"},{"id":"api-reference/objects/initiate-funding-request-success-payload","path":"/api-reference/objects/initiate-funding-request-success-payload"},{"id":"api-reference/objects/initiate-international-credit-transfer-response-success-payload","path":"/api-reference/objects/initiate-international-credit-transfer-response-success-payload"},{"id":"api-reference/objects/initiate-merchant-payment-collection-success-payload","path":"/api-reference/objects/initiate-merchant-payment-collection-success-payload"},{"id":"api-reference/objects/instant-funding-limit","path":"/api-reference/objects/instant-funding-limit"},{"id":"api-reference/objects/instant-funding-limit-exceeded-rejection","path":"/api-reference/objects/instant-funding-limit-exceeded-rejection"},{"id":"api-reference/objects/insufficient-funds-rejection","path":"/api-reference/objects/insufficient-funds-rejection"},{"id":"api-reference/objects/internal-beneficiary","path":"/api-reference/objects/internal-beneficiary"},{"id":"api-reference/objects/internal-credit-transfer","path":"/api-reference/objects/internal-credit-transfer"},{"id":"api-reference/objects/internal-credit-transfer-in-creditor","path":"/api-reference/objects/internal-credit-transfer-in-creditor"},{"id":"api-reference/objects/internal-credit-transfer-in-debtor","path":"/api-reference/objects/internal-credit-transfer-in-debtor"},{"id":"api-reference/objects/internal-credit-transfer-out-creditor","path":"/api-reference/objects/internal-credit-transfer-out-creditor"},{"id":"api-reference/objects/internal-credit-transfer-out-debtor","path":"/api-reference/objects/internal-credit-transfer-out-debtor"},{"id":"api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method","path":"/api-reference/objects/internal-direct-debit-b2-bmerchant-payment-method"},{"id":"api-reference/objects/internal-direct-debit-creditor","path":"/api-reference/objects/internal-direct-debit-creditor"},{"id":"api-reference/objects/internal-direct-debit-debtor","path":"/api-reference/objects/internal-direct-debit-debtor"},{"id":"api-reference/objects/internal-direct-debit-standard-merchant-payment-method","path":"/api-reference/objects/internal-direct-debit-standard-merchant-payment-method"},{"id":"api-reference/objects/internal-direct-debit-transaction","path":"/api-reference/objects/internal-direct-debit-transaction"},{"id":"api-reference/objects/internal-error-rejection","path":"/api-reference/objects/internal-error-rejection"},{"id":"api-reference/objects/internal-payment-direct-debit-mandate","path":"/api-reference/objects/internal-payment-direct-debit-mandate"},{"id":"api-reference/objects/internal-payment-mandate-creditor","path":"/api-reference/objects/internal-payment-mandate-creditor"},{"id":"api-reference/objects/internal-payment-mandate-debtor","path":"/api-reference/objects/internal-payment-mandate-debtor"},{"id":"api-reference/objects/internal-received-direct-debit-mandate","path":"/api-reference/objects/internal-received-direct-debit-mandate"},{"id":"api-reference/objects/internal-received-direct-debit-mandate-creditor","path":"/api-reference/objects/internal-received-direct-debit-mandate-creditor"},{"id":"api-reference/objects/international-beneficiary-dynamic-forms","path":"/api-reference/objects/international-beneficiary-dynamic-forms"},{"id":"api-reference/objects/international-credit-transfer-currency-exchange","path":"/api-reference/objects/international-credit-transfer-currency-exchange"},{"id":"api-reference/objects/international-credit-transfer-details","path":"/api-reference/objects/international-credit-transfer-details"},{"id":"api-reference/objects/international-credit-transfer-dynamic-form","path":"/api-reference/objects/international-credit-transfer-dynamic-form"},{"id":"api-reference/objects/international-credit-transfer-out-creditor","path":"/api-reference/objects/international-credit-transfer-out-creditor"},{"id":"api-reference/objects/international-credit-transfer-out-debtor","path":"/api-reference/objects/international-credit-transfer-out-debtor"},{"id":"api-reference/objects/international-credit-transfer-quote","path":"/api-reference/objects/international-credit-transfer-quote"},{"id":"api-reference/objects/international-credit-transfer-transaction","path":"/api-reference/objects/international-credit-transfer-transaction"},{"id":"api-reference/objects/invalid-argument-rejection","path":"/api-reference/objects/invalid-argument-rejection"},{"id":"api-reference/objects/invalid-argument-rejection-field","path":"/api-reference/objects/invalid-argument-rejection-field"},{"id":"api-reference/objects/invalid-iban","path":"/api-reference/objects/invalid-iban"},{"id":"api-reference/objects/invalid-identification-level-status-info","path":"/api-reference/objects/invalid-identification-level-status-info"},{"id":"api-reference/objects/invalid-phone-number-rejection","path":"/api-reference/objects/invalid-phone-number-rejection"},{"id":"api-reference/objects/invalid-siren-number-rejection","path":"/api-reference/objects/invalid-siren-number-rejection"},{"id":"api-reference/objects/invoice","path":"/api-reference/objects/invoice"},{"id":"api-reference/objects/invoice-connection","path":"/api-reference/objects/invoice-connection"},{"id":"api-reference/objects/invoice-edge","path":"/api-reference/objects/invoice-edge"},{"id":"api-reference/objects/legal-document","path":"/api-reference/objects/legal-document"},{"id":"api-reference/objects/legal-document-active-status-info","path":"/api-reference/objects/legal-document-active-status-info"},{"id":"api-reference/objects/legal-document-connection","path":"/api-reference/objects/legal-document-connection"},{"id":"api-reference/objects/legal-document-edge","path":"/api-reference/objects/legal-document-edge"},{"id":"api-reference/objects/legal-document-inactive-status-info","path":"/api-reference/objects/legal-document-inactive-status-info"},{"id":"api-reference/objects/legal-document-upcoming-status-info","path":"/api-reference/objects/legal-document-upcoming-status-info"},{"id":"api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection","path":"/api-reference/objects/legal-representative-account-membership-cannot-be-disabled-rejection"},{"id":"api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection","path":"/api-reference/objects/legal-representative-account-membership-cannot-be-suspended-rejection"},{"id":"api-reference/objects/merchant-profile","path":"/api-reference/objects/merchant-profile"},{"id":"api-reference/objects/merchant-profile-connection","path":"/api-reference/objects/merchant-profile-connection"},{"id":"api-reference/objects/merchant-profile-edge","path":"/api-reference/objects/merchant-profile-edge"},{"id":"api-reference/objects/merchant-profile-wrong-status-rejection","path":"/api-reference/objects/merchant-profile-wrong-status-rejection"},{"id":"api-reference/objects/missing-mandatory-field-rejection","path":"/api-reference/objects/missing-mandatory-field-rejection"},{"id":"api-reference/objects/not-found-rejection","path":"/api-reference/objects/not-found-rejection"},{"id":"api-reference/objects/not-reachable-consent-status-rejection","path":"/api-reference/objects/not-reachable-consent-status-rejection"},{"id":"api-reference/objects/not-started-identification-level-status-info","path":"/api-reference/objects/not-started-identification-level-status-info"},{"id":"api-reference/objects/not-supported-country-rejection","path":"/api-reference/objects/not-supported-country-rejection"},{"id":"api-reference/objects/not-supported-identification-level-status-info","path":"/api-reference/objects/not-supported-identification-level-status-info"},{"id":"api-reference/objects/oauth-redirect-parameters","path":"/api-reference/objects/oauth-redirect-parameters"},{"id":"api-reference/objects/onboard-company-account-holder-success-payload","path":"/api-reference/objects/onboard-company-account-holder-success-payload"},{"id":"api-reference/objects/onboard-individual-account-holder-success-payload","path":"/api-reference/objects/onboard-individual-account-holder-success-payload"},{"id":"api-reference/objects/onboarding","path":"/api-reference/objects/onboarding"},{"id":"api-reference/objects/onboarding-company-account-holder-info","path":"/api-reference/objects/onboarding-company-account-holder-info"},{"id":"api-reference/objects/onboarding-connection","path":"/api-reference/objects/onboarding-connection"},{"id":"api-reference/objects/onboarding-edge","path":"/api-reference/objects/onboarding-edge"},{"id":"api-reference/objects/onboarding-finalized-status-info","path":"/api-reference/objects/onboarding-finalized-status-info"},{"id":"api-reference/objects/onboarding-individual-account-holder-info","path":"/api-reference/objects/onboarding-individual-account-holder-info"},{"id":"api-reference/objects/onboarding-info","path":"/api-reference/objects/onboarding-info"},{"id":"api-reference/objects/onboarding-invalid-status-info","path":"/api-reference/objects/onboarding-invalid-status-info"},{"id":"api-reference/objects/onboarding-not-completed-rejection","path":"/api-reference/objects/onboarding-not-completed-rejection"},{"id":"api-reference/objects/onboarding-valid-status-info","path":"/api-reference/objects/onboarding-valid-status-info"},{"id":"api-reference/objects/page-info","path":"/api-reference/objects/page-info"},{"id":"api-reference/objects/partnership-accepted-status-info","path":"/api-reference/objects/partnership-accepted-status-info"},{"id":"api-reference/objects/partnership-canceled-status-info","path":"/api-reference/objects/partnership-canceled-status-info"},{"id":"api-reference/objects/partnership-canceling-status-info","path":"/api-reference/objects/partnership-canceling-status-info"},{"id":"api-reference/objects/passport-document","path":"/api-reference/objects/passport-document"},{"id":"api-reference/objects/passport-document-file","path":"/api-reference/objects/passport-document-file"},{"id":"api-reference/objects/payment","path":"/api-reference/objects/payment"},{"id":"api-reference/objects/payment-connection","path":"/api-reference/objects/payment-connection"},{"id":"api-reference/objects/payment-consent-pending","path":"/api-reference/objects/payment-consent-pending"},{"id":"api-reference/objects/payment-edge","path":"/api-reference/objects/payment-edge"},{"id":"api-reference/objects/payment-initiated","path":"/api-reference/objects/payment-initiated"},{"id":"api-reference/objects/payment-mandate-canceled-status-info","path":"/api-reference/objects/payment-mandate-canceled-status-info"},{"id":"api-reference/objects/payment-mandate-connection","path":"/api-reference/objects/payment-mandate-connection"},{"id":"api-reference/objects/payment-mandate-consent-pending-status-info","path":"/api-reference/objects/payment-mandate-consent-pending-status-info"},{"id":"api-reference/objects/payment-mandate-edge","path":"/api-reference/objects/payment-mandate-edge"},{"id":"api-reference/objects/payment-mandate-enabled-status-info","path":"/api-reference/objects/payment-mandate-enabled-status-info"},{"id":"api-reference/objects/payment-mandate-mandate-not-found-rejection","path":"/api-reference/objects/payment-mandate-mandate-not-found-rejection"},{"id":"api-reference/objects/payment-mandate-reference-already-used-rejection","path":"/api-reference/objects/payment-mandate-reference-already-used-rejection"},{"id":"api-reference/objects/payment-mandate-rejected-status-info","path":"/api-reference/objects/payment-mandate-rejected-status-info"},{"id":"api-reference/objects/payment-method-not-compatible-rejection","path":"/api-reference/objects/payment-method-not-compatible-rejection"},{"id":"api-reference/objects/payment-rejected","path":"/api-reference/objects/payment-rejected"},{"id":"api-reference/objects/pdf-statement","path":"/api-reference/objects/pdf-statement"},{"id":"api-reference/objects/pending-consent-account-membership-update","path":"/api-reference/objects/pending-consent-account-membership-update"},{"id":"api-reference/objects/pending-digital-card","path":"/api-reference/objects/pending-digital-card"},{"id":"api-reference/objects/pending-funding-source-status-info","path":"/api-reference/objects/pending-funding-source-status-info"},{"id":"api-reference/objects/pending-identification-level-status-info","path":"/api-reference/objects/pending-identification-level-status-info"},{"id":"api-reference/objects/pending-merchant-payment-method-status-info","path":"/api-reference/objects/pending-merchant-payment-method-status-info"},{"id":"api-reference/objects/pending-review-merchant-profile-status-info","path":"/api-reference/objects/pending-review-merchant-profile-status-info"},{"id":"api-reference/objects/pending-review-status-info","path":"/api-reference/objects/pending-review-status-info"},{"id":"api-reference/objects/pending-transaction-status-info","path":"/api-reference/objects/pending-transaction-status-info"},{"id":"api-reference/objects/pending-verification-status-info","path":"/api-reference/objects/pending-verification-status-info"},{"id":"api-reference/objects/permission-cannot-be-granted-rejection","path":"/api-reference/objects/permission-cannot-be-granted-rejection"},{"id":"api-reference/objects/physical-card","path":"/api-reference/objects/physical-card"},{"id":"api-reference/objects/physical-card-activated-status-info","path":"/api-reference/objects/physical-card-activated-status-info"},{"id":"api-reference/objects/physical-card-canceled-status-info","path":"/api-reference/objects/physical-card-canceled-status-info"},{"id":"api-reference/objects/physical-card-canceling-status-info","path":"/api-reference/objects/physical-card-canceling-status-info"},{"id":"api-reference/objects/physical-card-consent-pending-status-info","path":"/api-reference/objects/physical-card-consent-pending-status-info"},{"id":"api-reference/objects/physical-card-custom-options","path":"/api-reference/objects/physical-card-custom-options"},{"id":"api-reference/objects/physical-card-not-found-rejection","path":"/api-reference/objects/physical-card-not-found-rejection"},{"id":"api-reference/objects/physical-card-processing-status-info","path":"/api-reference/objects/physical-card-processing-status-info"},{"id":"api-reference/objects/physical-card-renewed-status-info","path":"/api-reference/objects/physical-card-renewed-status-info"},{"id":"api-reference/objects/physical-card-suspended-status-info","path":"/api-reference/objects/physical-card-suspended-status-info"},{"id":"api-reference/objects/physical-card-to-activate-status-info","path":"/api-reference/objects/physical-card-to-activate-status-info"},{"id":"api-reference/objects/physical-card-wrong-status-rejection","path":"/api-reference/objects/physical-card-wrong-status-rejection"},{"id":"api-reference/objects/pinnot-ready-rejection","path":"/api-reference/objects/pinnot-ready-rejection"},{"id":"api-reference/objects/pre-provisioning-suvcard-settings","path":"/api-reference/objects/pre-provisioning-suvcard-settings"},{"id":"api-reference/objects/print-physical-card-success-payload","path":"/api-reference/objects/print-physical-card-success-payload"},{"id":"api-reference/objects/project-card-designs","path":"/api-reference/objects/project-card-designs"},{"id":"api-reference/objects/project-card-settings","path":"/api-reference/objects/project-card-settings"},{"id":"api-reference/objects/project-forbidden-rejection","path":"/api-reference/objects/project-forbidden-rejection"},{"id":"api-reference/objects/project-funding-limit-exceeded-rejection","path":"/api-reference/objects/project-funding-limit-exceeded-rejection"},{"id":"api-reference/objects/project-info","path":"/api-reference/objects/project-info"},{"id":"api-reference/objects/project-instant-funding-limit-exceeded-rejection","path":"/api-reference/objects/project-instant-funding-limit-exceeded-rejection"},{"id":"api-reference/objects/project-invalid-status-rejection","path":"/api-reference/objects/project-invalid-status-rejection"},{"id":"api-reference/objects/project-not-found","path":"/api-reference/objects/project-not-found"},{"id":"api-reference/objects/project-not-found-rejection","path":"/api-reference/objects/project-not-found-rejection"},{"id":"api-reference/objects/project-settings-forbidden-error","path":"/api-reference/objects/project-settings-forbidden-error"},{"id":"api-reference/objects/project-settings-not-found","path":"/api-reference/objects/project-settings-not-found"},{"id":"api-reference/objects/project-settings-status-not-reachable","path":"/api-reference/objects/project-settings-status-not-reachable"},{"id":"api-reference/objects/public-onboarding-disabled-rejection","path":"/api-reference/objects/public-onboarding-disabled-rejection"},{"id":"api-reference/objects/radio-field","path":"/api-reference/objects/radio-field"},{"id":"api-reference/objects/reachability","path":"/api-reference/objects/reachability"},{"id":"api-reference/objects/received-direct-debit-mandate-already-exist-rejection","path":"/api-reference/objects/received-direct-debit-mandate-already-exist-rejection"},{"id":"api-reference/objects/received-direct-debit-mandate-canceled-rejection","path":"/api-reference/objects/received-direct-debit-mandate-canceled-rejection"},{"id":"api-reference/objects/received-direct-debit-mandate-connection","path":"/api-reference/objects/received-direct-debit-mandate-connection"},{"id":"api-reference/objects/received-direct-debit-mandate-edge","path":"/api-reference/objects/received-direct-debit-mandate-edge"},{"id":"api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection","path":"/api-reference/objects/received-direct-debit-mandate-not-b2-b-rejection"},{"id":"api-reference/objects/received-direct-debit-mandate-not-found-rejection","path":"/api-reference/objects/received-direct-debit-mandate-not-found-rejection"},{"id":"api-reference/objects/received-direct-debit-mandate-status-info-canceled","path":"/api-reference/objects/received-direct-debit-mandate-status-info-canceled"},{"id":"api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending","path":"/api-reference/objects/received-direct-debit-mandate-status-info-consent-initiation-pending"},{"id":"api-reference/objects/received-direct-debit-mandate-status-info-consent-pending","path":"/api-reference/objects/received-direct-debit-mandate-status-info-consent-pending"},{"id":"api-reference/objects/received-direct-debit-mandate-status-info-enabled","path":"/api-reference/objects/received-direct-debit-mandate-status-info-enabled"},{"id":"api-reference/objects/received-direct-debit-mandate-status-info-suspended","path":"/api-reference/objects/received-direct-debit-mandate-status-info-suspended"},{"id":"api-reference/objects/refund-rejection","path":"/api-reference/objects/refund-rejection"},{"id":"api-reference/objects/refund-success-payload","path":"/api-reference/objects/refund-success-payload"},{"id":"api-reference/objects/rejected-funding-source-status-info","path":"/api-reference/objects/rejected-funding-source-status-info"},{"id":"api-reference/objects/rejected-merchant-payment-method-status-info","path":"/api-reference/objects/rejected-merchant-payment-method-status-info"},{"id":"api-reference/objects/rejected-merchant-profile-status-info","path":"/api-reference/objects/rejected-merchant-profile-status-info"},{"id":"api-reference/objects/rejected-transaction-status-info","path":"/api-reference/objects/rejected-transaction-status-info"},{"id":"api-reference/objects/rejected-verification-status-info","path":"/api-reference/objects/rejected-verification-status-info"},{"id":"api-reference/objects/released-transaction-status-info","path":"/api-reference/objects/released-transaction-status-info"},{"id":"api-reference/objects/report-document","path":"/api-reference/objects/report-document"},{"id":"api-reference/objects/report-document-file","path":"/api-reference/objects/report-document-file"},{"id":"api-reference/objects/report-exchange-rate","path":"/api-reference/objects/report-exchange-rate"},{"id":"api-reference/objects/request-merchant-payment-methods-success-payload","path":"/api-reference/objects/request-merchant-payment-methods-success-payload"},{"id":"api-reference/objects/request-merchant-profile-update","path":"/api-reference/objects/request-merchant-profile-update"},{"id":"api-reference/objects/request-merchant-profile-update-success-payload","path":"/api-reference/objects/request-merchant-profile-update-success-payload"},{"id":"api-reference/objects/request-supporting-document-collection-review-success-payload","path":"/api-reference/objects/request-supporting-document-collection-review-success-payload"},{"id":"api-reference/objects/residence-permit-document","path":"/api-reference/objects/residence-permit-document"},{"id":"api-reference/objects/residence-permit-document-file","path":"/api-reference/objects/residence-permit-document-file"},{"id":"api-reference/objects/restricted-to","path":"/api-reference/objects/restricted-to"},{"id":"api-reference/objects/restricted-to-user-rejection","path":"/api-reference/objects/restricted-to-user-rejection"},{"id":"api-reference/objects/resume-account-membership-success-payload","path":"/api-reference/objects/resume-account-membership-success-payload"},{"id":"api-reference/objects/resume-physical-card-success-payload","path":"/api-reference/objects/resume-physical-card-success-payload"},{"id":"api-reference/objects/rolling-reserve","path":"/api-reference/objects/rolling-reserve"},{"id":"api-reference/objects/schedule-standing-order-success-payload","path":"/api-reference/objects/schedule-standing-order-success-payload"},{"id":"api-reference/objects/scheme","path":"/api-reference/objects/scheme"},{"id":"api-reference/objects/scheme-wrong-rejection","path":"/api-reference/objects/scheme-wrong-rejection"},{"id":"api-reference/objects/select-field","path":"/api-reference/objects/select-field"},{"id":"api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method","path":"/api-reference/objects/sepa-direct-debit-b2-bmerchant-payment-method"},{"id":"api-reference/objects/sepa-direct-debit-core-merchant-payment-method","path":"/api-reference/objects/sepa-direct-debit-core-merchant-payment-method"},{"id":"api-reference/objects/sepabeneficiary","path":"/api-reference/objects/sepabeneficiary"},{"id":"api-reference/objects/sepacredit-transfer-in-creditor","path":"/api-reference/objects/sepacredit-transfer-in-creditor"},{"id":"api-reference/objects/sepacredit-transfer-in-debtor","path":"/api-reference/objects/sepacredit-transfer-in-debtor"},{"id":"api-reference/objects/sepacredit-transfer-internal-in-debtor","path":"/api-reference/objects/sepacredit-transfer-internal-in-debtor"},{"id":"api-reference/objects/sepacredit-transfer-internal-out-creditor","path":"/api-reference/objects/sepacredit-transfer-internal-out-creditor"},{"id":"api-reference/objects/sepacredit-transfer-out-creditor","path":"/api-reference/objects/sepacredit-transfer-out-creditor"},{"id":"api-reference/objects/sepacredit-transfer-out-debtor","path":"/api-reference/objects/sepacredit-transfer-out-debtor"},{"id":"api-reference/objects/sepacredit-transfer-transaction","path":"/api-reference/objects/sepacredit-transfer-transaction"},{"id":"api-reference/objects/sepadirect-debit-in-creditor","path":"/api-reference/objects/sepadirect-debit-in-creditor"},{"id":"api-reference/objects/sepadirect-debit-in-debtor","path":"/api-reference/objects/sepadirect-debit-in-debtor"},{"id":"api-reference/objects/sepadirect-debit-out-creditor","path":"/api-reference/objects/sepadirect-debit-out-creditor"},{"id":"api-reference/objects/sepadirect-debit-out-debtor","path":"/api-reference/objects/sepadirect-debit-out-debtor"},{"id":"api-reference/objects/sepadirect-debit-transaction","path":"/api-reference/objects/sepadirect-debit-transaction"},{"id":"api-reference/objects/sepapayment-direct-debit-mandate","path":"/api-reference/objects/sepapayment-direct-debit-mandate"},{"id":"api-reference/objects/sepapayment-mandate-creditor","path":"/api-reference/objects/sepapayment-mandate-creditor"},{"id":"api-reference/objects/sepapayment-mandate-debtor","path":"/api-reference/objects/sepapayment-mandate-debtor"},{"id":"api-reference/objects/separeceived-direct-debit-mandate","path":"/api-reference/objects/separeceived-direct-debit-mandate"},{"id":"api-reference/objects/separeceived-direct-debit-mandate-creditor","path":"/api-reference/objects/separeceived-direct-debit-mandate-creditor"},{"id":"api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection","path":"/api-reference/objects/server-consent-credentials-not-valid-or-outdated-rejection"},{"id":"api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection","path":"/api-reference/objects/server-consent-not-allowed-for-consent-operation-rejection"},{"id":"api-reference/objects/server-consent-not-allowed-for-project-rejection","path":"/api-reference/objects/server-consent-not-allowed-for-project-rejection"},{"id":"api-reference/objects/server-consent-project-credential-missing-rejection","path":"/api-reference/objects/server-consent-project-credential-missing-rejection"},{"id":"api-reference/objects/server-consent-project-credential-not-found-rejection","path":"/api-reference/objects/server-consent-project-credential-not-found-rejection"},{"id":"api-reference/objects/server-consent-project-settings-not-found-rejection","path":"/api-reference/objects/server-consent-project-settings-not-found-rejection"},{"id":"api-reference/objects/server-consent-signature-not-valid-rejection","path":"/api-reference/objects/server-consent-signature-not-valid-rejection"},{"id":"api-reference/objects/shareholder","path":"/api-reference/objects/shareholder"},{"id":"api-reference/objects/signature","path":"/api-reference/objects/signature"},{"id":"api-reference/objects/spending","path":"/api-reference/objects/spending"},{"id":"api-reference/objects/spending-limit","path":"/api-reference/objects/spending-limit"},{"id":"api-reference/objects/standing-order","path":"/api-reference/objects/standing-order"},{"id":"api-reference/objects/standing-order-canceled-status-info","path":"/api-reference/objects/standing-order-canceled-status-info"},{"id":"api-reference/objects/standing-order-connection","path":"/api-reference/objects/standing-order-connection"},{"id":"api-reference/objects/standing-order-consent-pending-status-info","path":"/api-reference/objects/standing-order-consent-pending-status-info"},{"id":"api-reference/objects/standing-order-edge","path":"/api-reference/objects/standing-order-edge"},{"id":"api-reference/objects/standing-order-enabled-status-info","path":"/api-reference/objects/standing-order-enabled-status-info"},{"id":"api-reference/objects/standing-order-not-found-rejection","path":"/api-reference/objects/standing-order-not-found-rejection"},{"id":"api-reference/objects/started-identification-level-status-info","path":"/api-reference/objects/started-identification-level-status-info"},{"id":"api-reference/objects/statement","path":"/api-reference/objects/statement"},{"id":"api-reference/objects/statement-connection","path":"/api-reference/objects/statement-connection"},{"id":"api-reference/objects/statement-edge","path":"/api-reference/objects/statement-edge"},{"id":"api-reference/objects/supporting-document","path":"/api-reference/objects/supporting-document"},{"id":"api-reference/objects/supporting-document-collection","path":"/api-reference/objects/supporting-document-collection"},{"id":"api-reference/objects/supporting-document-collection-approved-status-info","path":"/api-reference/objects/supporting-document-collection-approved-status-info"},{"id":"api-reference/objects/supporting-document-collection-canceled-status-info","path":"/api-reference/objects/supporting-document-collection-canceled-status-info"},{"id":"api-reference/objects/supporting-document-collection-connection","path":"/api-reference/objects/supporting-document-collection-connection"},{"id":"api-reference/objects/supporting-document-collection-edge","path":"/api-reference/objects/supporting-document-collection-edge"},{"id":"api-reference/objects/supporting-document-collection-not-found-rejection","path":"/api-reference/objects/supporting-document-collection-not-found-rejection"},{"id":"api-reference/objects/supporting-document-collection-pending-review-status-info","path":"/api-reference/objects/supporting-document-collection-pending-review-status-info"},{"id":"api-reference/objects/supporting-document-collection-rejected-status-info","path":"/api-reference/objects/supporting-document-collection-rejected-status-info"},{"id":"api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection","path":"/api-reference/objects/supporting-document-collection-status-does-not-allow-deletion-rejection"},{"id":"api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection","path":"/api-reference/objects/supporting-document-collection-status-does-not-allow-update-rejection"},{"id":"api-reference/objects/supporting-document-collection-status-not-allowed-rejection","path":"/api-reference/objects/supporting-document-collection-status-not-allowed-rejection"},{"id":"api-reference/objects/supporting-document-collection-waiting-for-document-status-info","path":"/api-reference/objects/supporting-document-collection-waiting-for-document-status-info"},{"id":"api-reference/objects/supporting-document-not-found-rejection","path":"/api-reference/objects/supporting-document-not-found-rejection"},{"id":"api-reference/objects/supporting-document-not-uploaded-status-info","path":"/api-reference/objects/supporting-document-not-uploaded-status-info"},{"id":"api-reference/objects/supporting-document-post-field","path":"/api-reference/objects/supporting-document-post-field"},{"id":"api-reference/objects/supporting-document-purpose","path":"/api-reference/objects/supporting-document-purpose"},{"id":"api-reference/objects/supporting-document-refused-status-info","path":"/api-reference/objects/supporting-document-refused-status-info"},{"id":"api-reference/objects/supporting-document-settings","path":"/api-reference/objects/supporting-document-settings"},{"id":"api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection","path":"/api-reference/objects/supporting-document-status-does-not-allow-deletion-rejection"},{"id":"api-reference/objects/supporting-document-status-does-not-allow-update-rejection","path":"/api-reference/objects/supporting-document-status-does-not-allow-update-rejection"},{"id":"api-reference/objects/supporting-document-status-not-allowed-rejection","path":"/api-reference/objects/supporting-document-status-not-allowed-rejection"},{"id":"api-reference/objects/supporting-document-upload-info","path":"/api-reference/objects/supporting-document-upload-info"},{"id":"api-reference/objects/supporting-document-upload-not-allowed-rejection","path":"/api-reference/objects/supporting-document-upload-not-allowed-rejection"},{"id":"api-reference/objects/supporting-document-uploaded-status-info","path":"/api-reference/objects/supporting-document-uploaded-status-info"},{"id":"api-reference/objects/supporting-document-validated-status-info","path":"/api-reference/objects/supporting-document-validated-status-info"},{"id":"api-reference/objects/supporting-document-waiting-for-upload-status-info","path":"/api-reference/objects/supporting-document-waiting-for-upload-status-info"},{"id":"api-reference/objects/suspend-account-membership-success-payload","path":"/api-reference/objects/suspend-account-membership-success-payload"},{"id":"api-reference/objects/suspend-account-reason","path":"/api-reference/objects/suspend-account-reason"},{"id":"api-reference/objects/suspend-physical-card-success-payload","path":"/api-reference/objects/suspend-physical-card-success-payload"},{"id":"api-reference/objects/suspend-received-direct-debit-mandate-success-payload","path":"/api-reference/objects/suspend-received-direct-debit-mandate-success-payload"},{"id":"api-reference/objects/suspend-received-direct-debit-mandated-rejection","path":"/api-reference/objects/suspend-received-direct-debit-mandated-rejection"},{"id":"api-reference/objects/suspended-funding-limit-settings-status-info","path":"/api-reference/objects/suspended-funding-limit-settings-status-info"},{"id":"api-reference/objects/suspended-funding-source-status-info","path":"/api-reference/objects/suspended-funding-source-status-info"},{"id":"api-reference/objects/suspended-merchant-payment-method-status-info","path":"/api-reference/objects/suspended-merchant-payment-method-status-info"},{"id":"api-reference/objects/suspended-merchant-profile-status-info","path":"/api-reference/objects/suspended-merchant-profile-status-info"},{"id":"api-reference/objects/swan-tcudocument-not-found-rejection","path":"/api-reference/objects/swan-tcudocument-not-found-rejection"},{"id":"api-reference/objects/swan-tcudocument-status-not-allowed-rejection","path":"/api-reference/objects/swan-tcudocument-status-not-allowed-rejection"},{"id":"api-reference/objects/text-field","path":"/api-reference/objects/text-field"},{"id":"api-reference/objects/too-many-child-consents-rejection","path":"/api-reference/objects/too-many-child-consents-rejection"},{"id":"api-reference/objects/too-many-items-rejection","path":"/api-reference/objects/too-many-items-rejection"},{"id":"api-reference/objects/transaction-connection","path":"/api-reference/objects/transaction-connection"},{"id":"api-reference/objects/transaction-edge","path":"/api-reference/objects/transaction-edge"},{"id":"api-reference/objects/transaction-not-found-rejection","path":"/api-reference/objects/transaction-not-found-rejection"},{"id":"api-reference/objects/ultimate-beneficial-direct-owner-company-info","path":"/api-reference/objects/ultimate-beneficial-direct-owner-company-info"},{"id":"api-reference/objects/ultimate-beneficial-direct-owner-individual-info","path":"/api-reference/objects/ultimate-beneficial-direct-owner-individual-info"},{"id":"api-reference/objects/ultimate-beneficial-indirect-owner-company-info","path":"/api-reference/objects/ultimate-beneficial-indirect-owner-company-info"},{"id":"api-reference/objects/ultimate-beneficial-indirect-owner-individual-info","path":"/api-reference/objects/ultimate-beneficial-indirect-owner-individual-info"},{"id":"api-reference/objects/upcoming-transaction-status-info","path":"/api-reference/objects/upcoming-transaction-status-info"},{"id":"api-reference/objects/update-account-holder-success-payload","path":"/api-reference/objects/update-account-holder-success-payload"},{"id":"api-reference/objects/update-account-membership-success-payload","path":"/api-reference/objects/update-account-membership-success-payload"},{"id":"api-reference/objects/update-account-success-payload","path":"/api-reference/objects/update-account-success-payload"},{"id":"api-reference/objects/update-card-success-payload","path":"/api-reference/objects/update-card-success-payload"},{"id":"api-reference/objects/update-company-onboarding-success-payload","path":"/api-reference/objects/update-company-onboarding-success-payload"},{"id":"api-reference/objects/update-individual-onboarding-success-payload","path":"/api-reference/objects/update-individual-onboarding-success-payload"},{"id":"api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload","path":"/api-reference/objects/update-received-sepa-direct-debit-b2-b-mandate-success-payload"},{"id":"api-reference/objects/update-supporting-document-success-payload","path":"/api-reference/objects/update-supporting-document-success-payload"},{"id":"api-reference/objects/update-user-consent-settings-success-payload","path":"/api-reference/objects/update-user-consent-settings-success-payload"},{"id":"api-reference/objects/update-user-consent-settings-token-rejection","path":"/api-reference/objects/update-user-consent-settings-token-rejection"},{"id":"api-reference/objects/user","path":"/api-reference/objects/user"},{"id":"api-reference/objects/user-connection","path":"/api-reference/objects/user-connection"},{"id":"api-reference/objects/user-consent-settings","path":"/api-reference/objects/user-consent-settings"},{"id":"api-reference/objects/user-edge","path":"/api-reference/objects/user-edge"},{"id":"api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection","path":"/api-reference/objects/user-not-allowed-to-disable-its-own-account-membership-rejection"},{"id":"api-reference/objects/user-not-allowed-to-manage-account-membership-rejection","path":"/api-reference/objects/user-not-allowed-to-manage-account-membership-rejection"},{"id":"api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection","path":"/api-reference/objects/user-not-allowed-to-suspend-its-own-account-membership-rejection"},{"id":"api-reference/objects/user-not-card-holder-rejection","path":"/api-reference/objects/user-not-card-holder-rejection"},{"id":"api-reference/objects/valid-iban","path":"/api-reference/objects/valid-iban"},{"id":"api-reference/objects/valid-identification-level-status-info","path":"/api-reference/objects/valid-identification-level-status-info"},{"id":"api-reference/objects/validation-error","path":"/api-reference/objects/validation-error"},{"id":"api-reference/objects/validation-field-error","path":"/api-reference/objects/validation-field-error"},{"id":"api-reference/objects/validation-rejection","path":"/api-reference/objects/validation-rejection"},{"id":"api-reference/objects/verified-status-info","path":"/api-reference/objects/verified-status-info"},{"id":"api-reference/objects/view-card-numbers-success-payload","path":"/api-reference/objects/view-card-numbers-success-payload"},{"id":"api-reference/objects/view-physical-card-numbers-success-payload","path":"/api-reference/objects/view-physical-card-numbers-success-payload"},{"id":"api-reference/objects/view-physical-card-pin-success-payload","path":"/api-reference/objects/view-physical-card-pin-success-payload"},{"id":"api-reference/objects/virtual-ibanentry","path":"/api-reference/objects/virtual-ibanentry"},{"id":"api-reference/objects/virtual-ibanentry-connection","path":"/api-reference/objects/virtual-ibanentry-connection"},{"id":"api-reference/objects/virtual-ibanentry-edge","path":"/api-reference/objects/virtual-ibanentry-edge"},{"id":"api-reference/objects/wallet-provider","path":"/api-reference/objects/wallet-provider"},{"id":"api-reference/objects/web-banking-settings","path":"/api-reference/objects/web-banking-settings"},{"id":"api-reference/objects/wrong-value-provided-rejection","path":"/api-reference/objects/wrong-value-provided-rejection"},{"id":"api-reference/queries/account","path":"/api-reference/queries/account"},{"id":"api-reference/queries/account-holder","path":"/api-reference/queries/account-holder"},{"id":"api-reference/queries/account-holders","path":"/api-reference/queries/account-holders"},{"id":"api-reference/queries/account-invoice","path":"/api-reference/queries/account-invoice"},{"id":"api-reference/queries/account-membership","path":"/api-reference/queries/account-membership"},{"id":"api-reference/queries/account-memberships","path":"/api-reference/queries/account-memberships"},{"id":"api-reference/queries/account-statement","path":"/api-reference/queries/account-statement"},{"id":"api-reference/queries/accounts","path":"/api-reference/queries/accounts"},{"id":"api-reference/queries/capital-deposit-case","path":"/api-reference/queries/capital-deposit-case"},{"id":"api-reference/queries/capital-deposit-cases","path":"/api-reference/queries/capital-deposit-cases"},{"id":"api-reference/queries/capital-deposit-document","path":"/api-reference/queries/capital-deposit-document"},{"id":"api-reference/queries/card","path":"/api-reference/queries/card"},{"id":"api-reference/queries/cards","path":"/api-reference/queries/cards"},{"id":"api-reference/queries/consent","path":"/api-reference/queries/consent"},{"id":"api-reference/queries/consents","path":"/api-reference/queries/consents"},{"id":"api-reference/queries/funding-limit-settings-change-request","path":"/api-reference/queries/funding-limit-settings-change-request"},{"id":"api-reference/queries/funding-source","path":"/api-reference/queries/funding-source"},{"id":"api-reference/queries/iban-validation","path":"/api-reference/queries/iban-validation"},{"id":"api-reference/queries/international-beneficiary-dynamic-forms","path":"/api-reference/queries/international-beneficiary-dynamic-forms"},{"id":"api-reference/queries/international-credit-transfer-quote","path":"/api-reference/queries/international-credit-transfer-quote"},{"id":"api-reference/queries/international-credit-transfer-transaction-details-dynamic-form","path":"/api-reference/queries/international-credit-transfer-transaction-details-dynamic-form"},{"id":"api-reference/queries/merchant-profile","path":"/api-reference/queries/merchant-profile"},{"id":"api-reference/queries/onboarding","path":"/api-reference/queries/onboarding"},{"id":"api-reference/queries/onboardings","path":"/api-reference/queries/onboardings"},{"id":"api-reference/queries/payment","path":"/api-reference/queries/payment"},{"id":"api-reference/queries/payments","path":"/api-reference/queries/payments"},{"id":"api-reference/queries/project-info","path":"/api-reference/queries/project-info"},{"id":"api-reference/queries/received-direct-debit-mandate","path":"/api-reference/queries/received-direct-debit-mandate"},{"id":"api-reference/queries/shareholder","path":"/api-reference/queries/shareholder"},{"id":"api-reference/queries/standing-order","path":"/api-reference/queries/standing-order"},{"id":"api-reference/queries/supporting-document-collection","path":"/api-reference/queries/supporting-document-collection"},{"id":"api-reference/queries/transaction","path":"/api-reference/queries/transaction"},{"id":"api-reference/queries/transactions","path":"/api-reference/queries/transactions"},{"id":"api-reference/queries/user","path":"/api-reference/queries/user"},{"id":"api-reference/queries/users","path":"/api-reference/queries/users"},{"id":"api-reference/scalars/account-number","path":"/api-reference/scalars/account-number"},{"id":"api-reference/scalars/amount-value","path":"/api-reference/scalars/amount-value"},{"id":"api-reference/scalars/audit-id","path":"/api-reference/scalars/audit-id"},{"id":"api-reference/scalars/authorization-id","path":"/api-reference/scalars/authorization-id"},{"id":"api-reference/scalars/bic","path":"/api-reference/scalars/bic"},{"id":"api-reference/scalars/boolean","path":"/api-reference/scalars/boolean"},{"id":"api-reference/scalars/card-token","path":"/api-reference/scalars/card-token"},{"id":"api-reference/scalars/cca2","path":"/api-reference/scalars/cca2"},{"id":"api-reference/scalars/cca3","path":"/api-reference/scalars/cca3"},{"id":"api-reference/scalars/currency","path":"/api-reference/scalars/currency"},{"id":"api-reference/scalars/date","path":"/api-reference/scalars/date"},{"id":"api-reference/scalars/date-time","path":"/api-reference/scalars/date-time"},{"id":"api-reference/scalars/email-address","path":"/api-reference/scalars/email-address"},{"id":"api-reference/scalars/float","path":"/api-reference/scalars/float"},{"id":"api-reference/scalars/hex-color-code","path":"/api-reference/scalars/hex-color-code"},{"id":"api-reference/scalars/iban","path":"/api-reference/scalars/iban"},{"id":"api-reference/scalars/id","path":"/api-reference/scalars/id"},{"id":"api-reference/scalars/int","path":"/api-reference/scalars/int"},{"id":"api-reference/scalars/phone-number","path":"/api-reference/scalars/phone-number"},{"id":"api-reference/scalars/pin","path":"/api-reference/scalars/pin"},{"id":"api-reference/scalars/sepa-creditor-identifier","path":"/api-reference/scalars/sepa-creditor-identifier"},{"id":"api-reference/scalars/sepa-reference","path":"/api-reference/scalars/sepa-reference"},{"id":"api-reference/scalars/string","path":"/api-reference/scalars/string"},{"id":"api-reference/scalars/token-requestor-id","path":"/api-reference/scalars/token-requestor-id"},{"id":"api-reference/scalars/upload","path":"/api-reference/scalars/upload"},{"id":"api-reference/scalars/url","path":"/api-reference/scalars/url"},{"id":"api-reference/scalars/wallet-token","path":"/api-reference/scalars/wallet-token"},{"id":"api-reference/schema","path":"/api-reference"},{"id":"api-reference/unions/activate-physical-card-payload","path":"/api-reference/unions/activate-physical-card-payload"},{"id":"api-reference/unions/add-account-membership-payload","path":"/api-reference/unions/add-account-membership-payload"},{"id":"api-reference/unions/add-account-memberships-payload","path":"/api-reference/unions/add-account-memberships-payload"},{"id":"api-reference/unions/add-card-payload","path":"/api-reference/unions/add-card-payload"},{"id":"api-reference/unions/add-cards-payload","path":"/api-reference/unions/add-cards-payload"},{"id":"api-reference/unions/add-cards-with-group-delivery-payload","path":"/api-reference/unions/add-cards-with-group-delivery-payload"},{"id":"api-reference/unions/add-digital-card-payload","path":"/api-reference/unions/add-digital-card-payload"},{"id":"api-reference/unions/add-direct-debit-funding-source-payload","path":"/api-reference/unions/add-direct-debit-funding-source-payload"},{"id":"api-reference/unions/add-external-account-balance-payload","path":"/api-reference/unions/add-external-account-balance-payload"},{"id":"api-reference/unions/add-external-account-payload","path":"/api-reference/unions/add-external-account-payload"},{"id":"api-reference/unions/add-funding-limit-settings-change-request-payload","path":"/api-reference/unions/add-funding-limit-settings-change-request-payload"},{"id":"api-reference/unions/add-internal-direct-debit-payment-mandate-payload","path":"/api-reference/unions/add-internal-direct-debit-payment-mandate-payload"},{"id":"api-reference/unions/add-merchant-profile-payload","path":"/api-reference/unions/add-merchant-profile-payload"},{"id":"api-reference/unions/add-or-update-external-account-balance-payload","path":"/api-reference/unions/add-or-update-external-account-balance-payload"},{"id":"api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload","path":"/api-reference/unions/add-received-internal-direct-debit-b2-b-mandate-payload"},{"id":"api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload","path":"/api-reference/unions/add-received-sepa-direct-debit-b2-b-mandate-payload"},{"id":"api-reference/unions/add-sepa-direct-debit-payment-mandate-payload","path":"/api-reference/unions/add-sepa-direct-debit-payment-mandate-payload"},{"id":"api-reference/unions/add-single-use-virtual-card-payload","path":"/api-reference/unions/add-single-use-virtual-card-payload"},{"id":"api-reference/unions/add-single-use-virtual-cards-payload","path":"/api-reference/unions/add-single-use-virtual-cards-payload"},{"id":"api-reference/unions/add-virtual-iban-entry-payload","path":"/api-reference/unions/add-virtual-iban-entry-payload"},{"id":"api-reference/unions/allow-sdd-payload","path":"/api-reference/unions/allow-sdd-payload"},{"id":"api-reference/unions/allow-sdd-virtual-iban-entry-payload","path":"/api-reference/unions/allow-sdd-virtual-iban-entry-payload"},{"id":"api-reference/unions/bind-account-membership-payload","path":"/api-reference/unions/bind-account-membership-payload"},{"id":"api-reference/unions/cancel-card-payload","path":"/api-reference/unions/cancel-card-payload"},{"id":"api-reference/unions/cancel-consent-payload","path":"/api-reference/unions/cancel-consent-payload"},{"id":"api-reference/unions/cancel-digital-card-payload","path":"/api-reference/unions/cancel-digital-card-payload"},{"id":"api-reference/unions/cancel-funding-source-payload","path":"/api-reference/unions/cancel-funding-source-payload"},{"id":"api-reference/unions/cancel-physical-card-payload","path":"/api-reference/unions/cancel-physical-card-payload"},{"id":"api-reference/unions/cancel-standing-order-payload","path":"/api-reference/unions/cancel-standing-order-payload"},{"id":"api-reference/unions/cancel-transaction-payload","path":"/api-reference/unions/cancel-transaction-payload"},{"id":"api-reference/unions/cancel-virtual-iban-entry-payload","path":"/api-reference/unions/cancel-virtual-iban-entry-payload"},{"id":"api-reference/unions/close-account-payload","path":"/api-reference/unions/close-account-payload"},{"id":"api-reference/unions/close-account-status-reason","path":"/api-reference/unions/close-account-status-reason"},{"id":"api-reference/unions/create-capital-deposit-case-payload","path":"/api-reference/unions/create-capital-deposit-case-payload"},{"id":"api-reference/unions/create-multi-consent-payload","path":"/api-reference/unions/create-multi-consent-payload"},{"id":"api-reference/unions/delete-supporting-document-payload","path":"/api-reference/unions/delete-supporting-document-payload"},{"id":"api-reference/unions/deny-sdd-payload","path":"/api-reference/unions/deny-sdd-payload"},{"id":"api-reference/unions/deny-sdd-virtual-iban-entry-payload","path":"/api-reference/unions/deny-sdd-virtual-iban-entry-payload"},{"id":"api-reference/unions/disable-account-membership-payload","path":"/api-reference/unions/disable-account-membership-payload"},{"id":"api-reference/unions/enable-received-direct-debit-mandate-payload","path":"/api-reference/unions/enable-received-direct-debit-mandate-payload"},{"id":"api-reference/unions/finalize-onboarding-payload","path":"/api-reference/unions/finalize-onboarding-payload"},{"id":"api-reference/unions/generate-capital-deposit-document-upload-url-payload","path":"/api-reference/unions/generate-capital-deposit-document-upload-url-payload"},{"id":"api-reference/unions/generate-supporting-document-upload-url-payload","path":"/api-reference/unions/generate-supporting-document-upload-url-payload"},{"id":"api-reference/unions/grant-consent-with-server-signature-payload","path":"/api-reference/unions/grant-consent-with-server-signature-payload"},{"id":"api-reference/unions/iban-validation-result","path":"/api-reference/unions/iban-validation-result"},{"id":"api-reference/unions/identification-document","path":"/api-reference/unions/identification-document"},{"id":"api-reference/unions/identification-level-status-info","path":"/api-reference/unions/identification-level-status-info"},{"id":"api-reference/unions/identification-process-info","path":"/api-reference/unions/identification-process-info"},{"id":"api-reference/unions/initiate-credit-transfers-payload","path":"/api-reference/unions/initiate-credit-transfers-payload"},{"id":"api-reference/unions/initiate-funding-request-payload","path":"/api-reference/unions/initiate-funding-request-payload"},{"id":"api-reference/unions/initiate-international-credit-transfer-response-payload","path":"/api-reference/unions/initiate-international-credit-transfer-response-payload"},{"id":"api-reference/unions/initiate-merchant-payment-collection-payload","path":"/api-reference/unions/initiate-merchant-payment-collection-payload"},{"id":"api-reference/unions/onboard-company-account-holder-payload","path":"/api-reference/unions/onboard-company-account-holder-payload"},{"id":"api-reference/unions/onboard-individual-account-holder-payload","path":"/api-reference/unions/onboard-individual-account-holder-payload"},{"id":"api-reference/unions/print-physical-card-payload","path":"/api-reference/unions/print-physical-card-payload"},{"id":"api-reference/unions/refund-payload","path":"/api-reference/unions/refund-payload"},{"id":"api-reference/unions/request-merchant-payment-methods-payload","path":"/api-reference/unions/request-merchant-payment-methods-payload"},{"id":"api-reference/unions/request-merchant-profile-update-payload","path":"/api-reference/unions/request-merchant-profile-update-payload"},{"id":"api-reference/unions/request-supporting-document-collection-review-payload","path":"/api-reference/unions/request-supporting-document-collection-review-payload"},{"id":"api-reference/unions/resume-account-membership-payload","path":"/api-reference/unions/resume-account-membership-payload"},{"id":"api-reference/unions/resume-physical-card-payload","path":"/api-reference/unions/resume-physical-card-payload"},{"id":"api-reference/unions/schedule-standing-order-payload","path":"/api-reference/unions/schedule-standing-order-payload"},{"id":"api-reference/unions/shareholder-info","path":"/api-reference/unions/shareholder-info"},{"id":"api-reference/unions/suspend-account-membership-payload","path":"/api-reference/unions/suspend-account-membership-payload"},{"id":"api-reference/unions/suspend-account-status-reason","path":"/api-reference/unions/suspend-account-status-reason"},{"id":"api-reference/unions/suspend-physical-card-payload","path":"/api-reference/unions/suspend-physical-card-payload"},{"id":"api-reference/unions/suspend-received-direct-debit-mandate-payload","path":"/api-reference/unions/suspend-received-direct-debit-mandate-payload"},{"id":"api-reference/unions/update-account-holder-payload","path":"/api-reference/unions/update-account-holder-payload"},{"id":"api-reference/unions/update-account-membership-payload","path":"/api-reference/unions/update-account-membership-payload"},{"id":"api-reference/unions/update-account-payload","path":"/api-reference/unions/update-account-payload"},{"id":"api-reference/unions/update-card-payload","path":"/api-reference/unions/update-card-payload"},{"id":"api-reference/unions/update-company-onboarding-payload","path":"/api-reference/unions/update-company-onboarding-payload"},{"id":"api-reference/unions/update-individual-onboarding-payload","path":"/api-reference/unions/update-individual-onboarding-payload"},{"id":"api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload","path":"/api-reference/unions/update-received-sepa-direct-debit-b2-b-mandate-payload"},{"id":"api-reference/unions/update-supporting-document-payload","path":"/api-reference/unions/update-supporting-document-payload"},{"id":"api-reference/unions/update-user-consent-settings-payload","path":"/api-reference/unions/update-user-consent-settings-payload"},{"id":"api-reference/unions/view-card-numbers-payload","path":"/api-reference/unions/view-card-numbers-payload"},{"id":"api-reference/unions/view-physical-card-numbers-payload","path":"/api-reference/unions/view-physical-card-numbers-payload"},{"id":"api-reference/unions/view-physical-card-pin-payload","path":"/api-reference/unions/view-physical-card-pin-payload"},{"id":"changelog","path":"/changelog"},{"id":"developers/about/endpoints","path":"/developers/about/endpoints"},{"id":"developers/about/intro","path":"/developers/about/intro"},{"id":"developers/about/webhooks","path":"/developers/about/webhooks"},{"id":"developers/access-tokens/about","path":"/developers/access-tokens/about"},{"id":"developers/access-tokens/get-token-project","path":"/developers/access-tokens/get-token-project"},{"id":"developers/access-tokens/get-token-user","path":"/developers/access-tokens/get-token-user"},{"id":"developers/guides/access-tokens","path":"/developers/guides/access-tokens"},{"id":"developers/guides/rejections","path":"/developers/guides/rejections"},{"id":"developers/guides/webhooks","path":"/developers/guides/webhooks"},{"id":"developers/intro","path":"/developers/intro"},{"id":"developers/rejections/about","path":"/developers/rejections/about"},{"id":"developers/rejections/using-rejections","path":"/developers/rejections/using-rejections"},{"id":"developers/webhooks/about","path":"/developers/webhooks/about"},{"id":"developers/webhooks/using-webhooks","path":"/developers/webhooks/using-webhooks"},{"id":"glossary","path":"/glossary","sidebar":"docSidebar"},{"id":"index","path":"/","sidebar":"docSidebar"},{"id":"partnership/contact","path":"/partnership/contact"},{"id":"partnership/country-guides/france","path":"/partnership/country-guides/france"},{"id":"partnership/country-guides/index","path":"/partnership/country-guides/"},{"id":"partnership/country-guides/spain","path":"/partnership/country-guides/spain"},{"id":"partnership/intro","path":"/partnership/intro"},{"id":"partnership/rules","path":"/partnership/rules"},{"id":"starter-guides/activate","path":"/starter-guides/activate"},{"id":"starter-guides/intro","path":"/starter-guides/intro"},{"id":"topics/capital-deposits/france/guide","path":"/topics/capital-deposits/france/guide","sidebar":"docSidebar"},{"id":"topics/capital-deposits/france/guide-create-case","path":"/topics/capital-deposits/france/guide-create-case","sidebar":"docSidebar"},{"id":"topics/capital-deposits/france/guide-upload-documents","path":"/topics/capital-deposits/france/guide-upload-documents","sidebar":"docSidebar"},{"id":"topics/capital-deposits/index","path":"/topics/capital-deposits/","sidebar":"docSidebar"},{"id":"topics/capital-deposits/support","path":"/topics/capital-deposits/support"},{"id":"topics/contact","path":"/topics/contact","sidebar":"docSidebar"},{"id":"topics/onboarding/account-holders/guide-add-additional-account","path":"/topics/onboarding/account-holders/guide-add-additional-account","sidebar":"docSidebar"},{"id":"topics/onboarding/account-holders/index","path":"/topics/onboarding/account-holders/","sidebar":"docSidebar"},{"id":"topics/onboarding/account-holders/sandbox","path":"/topics/onboarding/account-holders/sandbox","sidebar":"docSidebar"},{"id":"topics/onboarding/company/guide-create-onboarding","path":"/topics/onboarding/company/guide-create-onboarding","sidebar":"docSidebar"},{"id":"topics/onboarding/company/guide-update-onboarding","path":"/topics/onboarding/company/guide-update-onboarding","sidebar":"docSidebar"},{"id":"topics/onboarding/company/index","path":"/topics/onboarding/company/","sidebar":"docSidebar"},{"id":"topics/onboarding/documents/guide-add-document-webhooks","path":"/topics/onboarding/documents/guide-add-document-webhooks"},{"id":"topics/onboarding/documents/guide-delete-document","path":"/topics/onboarding/documents/guide-delete-document","sidebar":"docSidebar"},{"id":"topics/onboarding/documents/guide-list-documents","path":"/topics/onboarding/documents/guide-list-documents","sidebar":"docSidebar"},{"id":"topics/onboarding/documents/guide-request-collection-review","path":"/topics/onboarding/documents/guide-request-collection-review","sidebar":"docSidebar"},{"id":"topics/onboarding/documents/guide-retrieve-info","path":"/topics/onboarding/documents/guide-retrieve-info","sidebar":"docSidebar"},{"id":"topics/onboarding/documents/guide-upload-document","path":"/topics/onboarding/documents/guide-upload-document","sidebar":"docSidebar"},{"id":"topics/onboarding/documents/index","path":"/topics/onboarding/documents/","sidebar":"docSidebar"},{"id":"topics/onboarding/documents/sandbox","path":"/topics/onboarding/documents/sandbox","sidebar":"docSidebar"},{"id":"topics/onboarding/index","path":"/topics/onboarding/","sidebar":"docSidebar"},{"id":"topics/onboarding/individual/guide-create-onboarding","path":"/topics/onboarding/individual/guide-create-onboarding","sidebar":"docSidebar"},{"id":"topics/onboarding/individual/guide-update-onboarding","path":"/topics/onboarding/individual/guide-update-onboarding","sidebar":"docSidebar"},{"id":"topics/onboarding/individual/index","path":"/topics/onboarding/individual/","sidebar":"docSidebar"},{"id":"topics/onboarding/overview/guide-finalize-onboarding","path":"/topics/onboarding/overview/guide-finalize-onboarding","sidebar":"docSidebar"},{"id":"topics/onboarding/overview/guide-get-onboarding-info","path":"/topics/onboarding/overview/guide-get-onboarding-info","sidebar":"docSidebar"},{"id":"topics/onboarding/support","path":"/topics/onboarding/support","sidebar":"docSidebar"},{"id":"topics/projects/guide-activate-project","path":"/topics/projects/guide-activate-project","sidebar":"docSidebar"},{"id":"topics/projects/index","path":"/topics/projects/","sidebar":"docSidebar"},{"id":"topics/projects/support","path":"/topics/projects/support","sidebar":"docSidebar"},{"id":"use-cases/bnpl","path":"/use-cases/bnpl"},{"id":"use-cases/expense","path":"/use-cases/expense"},{"id":"use-cases/financial","path":"/use-cases/financial"},{"id":"use-cases/intro","path":"/use-cases/intro"},{"id":"use-cases/rental","path":"/use-cases/rental"},{"id":"use-cases/swan-solo","path":"/use-cases/swan-solo"},{"id":"use-cases/vertical","path":"/use-cases/vertical"}],"draftIds":[],"sidebars":{"docSidebar":{"link":{"path":"/","label":"Introduction"}}}}],"breadcrumbs":true}}}'),c=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var o=n(57529);const s=JSON.parse('{"docusaurusVersion":"2.3.1","siteVersion":"0.0.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"2.3.1"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"2.3.1"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"2.3.1"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"2.3.1"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"2.3.1"},"docusaurus-theme-search-algolia":{"type":"package","name":"@docusaurus/theme-search-algolia","version":"2.3.1"},"docusaurus-graphql-doc-generator":{"type":"package","name":"@graphql-markdown/docusaurus","version":"1.16.6"},"docusaurus-plugin-matomo":{"type":"package","name":"docusaurus-plugin-matomo","version":"0.0.6"},"docusaurus-theme-mermaid":{"type":"package","name":"@docusaurus/theme-mermaid","version":"2.3.1"}}}'),d={siteConfig:r.default,siteMetadata:s,globalData:i,i18n:c,codeTranslations:o},p=a.createContext(d);function u(e){let{children:t}=e;return a.createElement(p.Provider,{value:d},t)}},44763:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(67294),r=n(10412),i=n(35742),c=n(46749);function o(e){let{error:t,tryAgain:n}=e;return a.createElement("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",height:"50vh",width:"100%",fontSize:"20px"}},a.createElement("h1",null,"This page crashed."),a.createElement("p",null,t.message),a.createElement("button",{type:"button",onClick:n},"Try again"))}function s(e){let{error:t,tryAgain:n}=e;return a.createElement(p,{fallback:()=>a.createElement(o,{error:t,tryAgain:n})},a.createElement(i.Z,null,a.createElement("title",null,"Page Error")),a.createElement(c.Z,null,a.createElement(o,{error:t,tryAgain:n})))}const d=e=>a.createElement(s,e);class p extends a.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){r.Z.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??d)(e)}return e??null}}},10412:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const a="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,r={canUseDOM:a,canUseEventListeners:a&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:a&&"IntersectionObserver"in window,canUseViewport:a&&"screen"in window}},35742:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(67294),r=n(70405);function i(e){return a.createElement(r.ql,e)}},39960:(e,t,n)=>{"use strict";n.d(t,{Z:()=>b});var a=n(83117),r=n(67294),i=n(73727),c=n(18780),o=n(52263),s=n(13919),d=n(10412);const p=r.createContext({collectLink:()=>{}}),u=()=>(0,r.useContext)(p);var l=n(44996);const f=e=>e.startsWith("/");function m(e,t){let{isNavLink:n,to:p,href:m,activeClassName:b,isActive:h,"data-noBrokenLinkCheck":g,autoAddBaseUrl:y=!0,...j}=e;const{siteConfig:{trailingSlash:v,baseUrl:x}}=(0,o.Z)(),{withBaseUrl:_}=(0,l.C)(),w=u(),k=(0,r.useRef)(null);(0,r.useImperativeHandle)(t,(()=>k.current));const E=p||m;const S=(0,s.Z)(E),T=E?.replace("pathname://","");let C=void 0!==T?(q=T,y&&f(q)?_(q):q):void 0;var q;C&&S&&(C=(0,c.applyTrailingSlash)(C,{trailingSlash:v,baseUrl:x}));const A=(0,r.useRef)(!1),L=n?i.OL:i.rU,R=d.Z.canUseIntersectionObserver,P=(0,r.useRef)(),O=()=>{A.current||null==C||(window.docusaurus.preload(C),A.current=!0)};(0,r.useEffect)((()=>(!R&&S&&null!=C&&window.docusaurus.prefetch(C),()=>{R&&P.current&&P.current.disconnect()})),[P,C,R,S]);const N=C?.startsWith("#")??!1,I=!C||!S||N;return I||g||w.collectLink(C),I?r.createElement("a",(0,a.Z)({ref:k,href:C},E&&!S&&{target:"_blank",rel:"noopener noreferrer"},j)):r.createElement(L,(0,a.Z)({},j,{onMouseEnter:O,onTouchStart:O,innerRef:e=>{k.current=e,R&&e&&S&&(P.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(P.current.unobserve(e),P.current.disconnect(),null!=C&&window.docusaurus.prefetch(C))}))})),P.current.observe(e))},to:C},n&&{isActive:h,activeClassName:b}))}const b=r.forwardRef(m)},95999:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s,I:()=>o});var a=n(67294);function r(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=t?.[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,a.isValidElement)(e)))?n.map(((e,t)=>(0,a.isValidElement)(e)?a.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}var i=n(57529);function c(e){let{id:t,message:n}=e;if(void 0===t&&void 0===n)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return i[t??n]??n??t}function o(e,t){let{message:n,id:a}=e;return r(c({message:n,id:a}),t)}function s(e){let{children:t,id:n,values:i}=e;if(t&&"string"!=typeof t)throw console.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const o=c({message:t,id:n});return a.createElement(a.Fragment,null,r(o,i))}},29935:(e,t,n)=>{"use strict";n.d(t,{m:()=>a});const a="default"},13919:(e,t,n)=>{"use strict";function a(e){return/^(?:\w*:|\/\/)/.test(e)}function r(e){return void 0!==e&&!a(e)}n.d(t,{Z:()=>r,b:()=>a})},44996:(e,t,n)=>{"use strict";n.d(t,{C:()=>c,Z:()=>o});var a=n(67294),r=n(52263),i=n(13919);function c(){const{siteConfig:{baseUrl:e,url:t}}=(0,r.Z)(),n=(0,a.useCallback)(((n,a)=>function(e,t,n,a){let{forcePrependBaseUrl:r=!1,absolute:c=!1}=void 0===a?{}:a;if(!n||n.startsWith("#")||(0,i.b)(n))return n;if(r)return t+n.replace(/^\//,"");if(n===t.replace(/\/$/,""))return t;const o=n.startsWith(t)?n:t+n.replace(/^\//,"");return c?e+o:o}(t,e,n,a)),[t,e]);return{withBaseUrl:n}}function o(e,t){void 0===t&&(t={});const{withBaseUrl:n}=c();return n(e,t)}},52263:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(67294),r=n(58940);function i(){return(0,a.useContext)(r._)}},72389:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(67294),r=n(98934);function i(){return(0,a.useContext)(r._)}},99670:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const a=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function r(e){const t=".",n={};return function e(r,i){Object.entries(r).forEach((r=>{let[c,o]=r;const s=i?`${i}${t}${c}`:c;a(o)?e(o,s):n[s]=o}))}(e),n}},30226:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,z:()=>i});var a=n(67294);const r=a.createContext(null);function i(e){let{children:t,value:n}=e;const i=a.useContext(r),c=(0,a.useMemo)((()=>function(e){let{parent:t,value:n}=e;if(!t){if(!n)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in n))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return n}const a={...t.data,...n?.data};return{plugin:t.plugin,data:a}}({parent:i,value:n})),[i,n]);return a.createElement(r.Provider,{value:c},t)}},80143:(e,t,n)=>{"use strict";n.d(t,{Iw:()=>g,gA:()=>f,WS:()=>m,_r:()=>u,Jo:()=>y,zh:()=>l,yW:()=>h,gB:()=>b});var a=n(76775),r=n(52263),i=n(29935);function c(e,t){void 0===t&&(t={});const n=function(){const{globalData:e}=(0,r.Z)();return e}()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}const o=e=>e.versions.find((e=>e.isLast));function s(e,t){const n=o(e);return[...e.versions.filter((e=>e!==n)),n].find((e=>!!(0,a.LX)(t,{path:e.path,exact:!1,strict:!1})))}function d(e,t){const n=s(e,t),r=n?.docs.find((e=>!!(0,a.LX)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:n,activeDoc:r,alternateDocVersions:r?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((a=>{a.id===t&&(n[e.name]=a)}))})),n}(r.id):{}}}const p={},u=()=>c("docusaurus-plugin-content-docs")??p,l=e=>function(e,t,n){void 0===t&&(t=i.m),void 0===n&&(n={});const a=c(e),r=a?.[t];if(!r&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return r}("docusaurus-plugin-content-docs",e,{failfast:!0});function f(e){void 0===e&&(e={});const t=u(),{pathname:n}=(0,a.TH)();return function(e,t,n){void 0===n&&(n={});const r=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,n]=e;return!!(0,a.LX)(t,{path:n.path,exact:!1,strict:!1})})),i=r?{pluginId:r[0],pluginData:r[1]}:void 0;if(!i&&n.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return i}(t,n,e)}function m(e){void 0===e&&(e={});const t=f(e),{pathname:n}=(0,a.TH)();if(!t)return;return{activePlugin:t,activeVersion:s(t.pluginData,n)}}function b(e){return l(e).versions}function h(e){const t=l(e);return o(t)}function g(e){const t=l(e),{pathname:n}=(0,a.TH)();return d(t,n)}function y(e){const t=l(e),{pathname:n}=(0,a.TH)();return function(e,t){const n=o(e);return{latestDocSuggestion:d(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},18320:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i});var a=n(74865),r=n.n(a);r().configure({showSpinner:!1});const i={onRouteUpdate(e){let{location:t,previousLocation:n}=e;if(n&&t.pathname!==n.pathname){const e=window.setTimeout((()=>{r().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){r().done()}}},3310:(e,t,n)=>{"use strict";n.r(t);var a=n(11205),r=n(36809);!function(e){const{themeConfig:{prism:t}}=r.default,{additionalLanguages:a}=t;globalThis.Prism=e,a.forEach((e=>{n(6726)(`./prism-${e}`)})),delete globalThis.Prism}(a.Z)},39471:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(67294);const r={iconExternalLink:"iconExternalLink_nPIU"};function i(e){let{width:t=13.5,height:n=13.5}=e;return a.createElement("svg",{width:t,height:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:r.iconExternalLink},a.createElement("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"}))}},46749:(e,t,n)=>{"use strict";n.d(t,{Z:()=>_t});var a=n(67294),r=n(34334),i=n(44763),c=n(10833),o=n(83117),s=n(76775),d=n(95999),p=n(85936);const u="docusaurus_skipToContent_fallback";function l(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function f(){const e=(0,a.useRef)(null),{action:t}=(0,s.k6)(),n=(0,a.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(u);t&&l(t)}),[]);return(0,p.S)((n=>{let{location:a}=n;e.current&&!a.hash&&"PUSH"===t&&l(e.current)})),{containerRef:e,onClick:n}}const m=(0,d.I)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function b(e){const t=e.children??m,{containerRef:n,onClick:r}=f();return a.createElement("div",{ref:n,role:"region","aria-label":m},a.createElement("a",(0,o.Z)({},e,{href:`#${u}`,onClick:r}),t))}var h=n(35281),g=n(19727);const y={skipToContent:"skipToContent_fXgn"};function j(){return a.createElement(b,{className:y.skipToContent})}var v=n(86668),x=n(59689);function _(e){let{width:t=21,height:n=21,color:r="currentColor",strokeWidth:i=1.2,className:c,...s}=e;return a.createElement("svg",(0,o.Z)({viewBox:"0 0 15 15",width:t,height:n},s),a.createElement("g",{stroke:r,strokeWidth:i},a.createElement("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})))}const w={closeButton:"closeButton_CVFx"};function k(e){return a.createElement("button",(0,o.Z)({type:"button","aria-label":(0,d.I)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"})},e,{className:(0,r.Z)("clean-btn close",w.closeButton,e.className)}),a.createElement(_,{width:14,height:14,strokeWidth:3.1}))}const E={content:"content_knG7"};function S(e){const{announcementBar:t}=(0,v.L)(),{content:n}=t;return a.createElement("div",(0,o.Z)({},e,{className:(0,r.Z)(E.content,e.className),dangerouslySetInnerHTML:{__html:n}}))}const T={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function C(){const{announcementBar:e}=(0,v.L)(),{isActive:t,close:n}=(0,x.nT)();if(!t)return null;const{backgroundColor:r,textColor:i,isCloseable:c}=e;return a.createElement("div",{className:T.announcementBar,style:{backgroundColor:r,color:i},role:"banner"},c&&a.createElement("div",{className:T.announcementBarPlaceholder}),a.createElement(S,{className:T.announcementBarContent}),c&&a.createElement(k,{onClick:n,className:T.announcementBarClose}))}var q=n(93163),A=n(12466);var L=n(902),R=n(13102);const P=a.createContext(null);function O(e){let{children:t}=e;const n=function(){const e=(0,q.e)(),t=(0,R.HY)(),[n,r]=(0,a.useState)(!1),i=null!==t.component,c=(0,L.D9)(i);return(0,a.useEffect)((()=>{i&&!c&&r(!0)}),[i,c]),(0,a.useEffect)((()=>{i?e.shown||r(!0):r(!1)}),[e.shown,i]),(0,a.useMemo)((()=>[n,r]),[n])}();return a.createElement(P.Provider,{value:n},t)}function N(e){if(e.component){const t=e.component;return a.createElement(t,e.props)}}function I(){const e=(0,a.useContext)(P);if(!e)throw new L.i6("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,r=(0,a.useCallback)((()=>n(!1)),[n]),i=(0,R.HY)();return(0,a.useMemo)((()=>({shown:t,hide:r,content:N(i)})),[r,i,t])}function D(e){let{header:t,primaryMenu:n,secondaryMenu:i}=e;const{shown:c}=I();return a.createElement("div",{className:"navbar-sidebar"},t,a.createElement("div",{className:(0,r.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":c})},a.createElement("div",{className:"navbar-sidebar__item menu"},n),a.createElement("div",{className:"navbar-sidebar__item menu"},i)))}var M=n(92949),F=n(72389);function B(e){let{className:t,value:n,onChange:a}=e;(0,F.Z)(),(0,d.I)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===n?(0,d.I)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,d.I)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return null}const z=a.memo(B);function U(e){let{className:t}=e;const n=(0,v.L)().colorMode.disableSwitch,{colorMode:r,setColorMode:i}=(0,M.I)();return n?null:a.createElement(z,{className:t,value:r,onChange:i})}var $=n(21327);function H(){return a.createElement($.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function G(){const e=(0,q.e)();return a.createElement("button",{type:"button","aria-label":(0,d.I)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle()},a.createElement(_,{color:"var(--ifm-color-emphasis-600)"}))}function Z(){return a.createElement("div",{className:"navbar-sidebar__brand"},a.createElement(H,null),a.createElement(U,{className:"margin-right--md"}),a.createElement(G,null))}var V=n(39960),W=n(44996),K=n(13919),Y=n(98022),Q=n(39471);function X(e){let{activeBasePath:t,activeBaseRegex:n,to:r,href:i,label:c,html:s,isDropdownLink:d,prependBaseUrlToHref:p,...u}=e;const l=(0,W.Z)(r),f=(0,W.Z)(t),m=(0,W.Z)(i,{forcePrependBaseUrl:!0}),b=c&&i&&!(0,K.Z)(i),h=s?{dangerouslySetInnerHTML:{__html:s}}:{children:a.createElement(a.Fragment,null,c,b&&a.createElement(Q.Z,d&&{width:12,height:12}))};return i?a.createElement(V.Z,(0,o.Z)({href:p?m:i},u,h)):a.createElement(V.Z,(0,o.Z)({to:l,isNavLink:!0},(t||n)&&{isActive:(e,t)=>n?(0,Y.F)(n,t.pathname):t.pathname.startsWith(f)},u,h))}function J(e){let{className:t,isDropdownItem:n=!1,...i}=e;const c=a.createElement(X,(0,o.Z)({className:(0,r.Z)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n},i));return n?a.createElement("li",null,c):c}function ee(e){let{className:t,isDropdownItem:n,...i}=e;return a.createElement("li",{className:"menu__list-item"},a.createElement(X,(0,o.Z)({className:(0,r.Z)("menu__link",t)},i)))}function te(e){let{mobile:t=!1,position:n,...r}=e;const i=t?ee:J;return a.createElement(i,(0,o.Z)({},r,{activeClassName:r.activeClassName??(t?"menu__link--active":"navbar__link--active")}))}var ne=n(86043),ae=n(48596),re=n(52263);function ie(e,t){return e.some((e=>function(e,t){return!!(0,ae.Mg)(e.to,t)||!!(0,Y.F)(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function ce(e){let{items:t,position:n,className:i,onClick:c,...s}=e;const d=(0,a.useRef)(null),[p,u]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{const e=e=>{d.current&&!d.current.contains(e.target)&&u(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e)}}),[d]),a.createElement("div",{ref:d,className:(0,r.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":p})},a.createElement(X,(0,o.Z)({"aria-haspopup":"true","aria-expanded":p,role:"button",href:s.to?void 0:"#",className:(0,r.Z)("navbar__link",i)},s,{onClick:s.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),u(!p))}}),s.children??s.label),a.createElement("ul",{className:"dropdown__menu"},t.map(((e,n)=>a.createElement(Be,(0,o.Z)({isDropdownItem:!0,onKeyDown:e=>{if(n===t.length-1&&"Tab"===e.key){e.preventDefault(),u(!1);const t=d.current.nextElementSibling;if(t){(t instanceof HTMLAnchorElement?t:t.querySelector("a")).focus()}}},activeClassName:"dropdown__link--active"},e,{key:n}))))))}function oe(e){let{items:t,className:n,position:i,onClick:c,...d}=e;const p=function(){const{siteConfig:{baseUrl:e}}=(0,re.Z)(),{pathname:t}=(0,s.TH)();return t.replace(e,"/")}(),u=ie(t,p),{collapsed:l,toggleCollapsed:f,setCollapsed:m}=(0,ne.u)({initialState:()=>!u});return(0,a.useEffect)((()=>{u&&m(!u)}),[p,u,m]),a.createElement("li",{className:(0,r.Z)("menu__list-item",{"menu__list-item--collapsed":l})},a.createElement(X,(0,o.Z)({role:"button",className:(0,r.Z)("menu__link menu__link--sublist menu__link--sublist-caret",n)},d,{onClick:e=>{e.preventDefault(),f()}}),d.children??d.label),a.createElement(ne.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:l},t.map(((e,t)=>a.createElement(Be,(0,o.Z)({mobile:!0,isDropdownItem:!0,onClick:c,activeClassName:"menu__link--active"},e,{key:t}))))))}function se(e){let{mobile:t=!1,...n}=e;const r=t?oe:ce;return a.createElement(r,n)}var de=n(94711);function pe(e){let{width:t=20,height:n=20,...r}=e;return a.createElement("svg",(0,o.Z)({viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0},r),a.createElement("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"}))}const ue={iconLanguage:"iconLanguage_nlXk"};function le(){return a.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},a.createElement("path",{d:"M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",strokeWidth:"1.2",stroke:"currentColor",fill:"none",strokeLinecap:"square"}))}var fe=n(20830),me=["translations"];function be(){return be=Object.assign||function(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,a=new Array(t);n=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var je="Ctrl";var ve=a.forwardRef((function(e,t){var n=e.translations,r=void 0===n?{}:n,i=ye(e,me),c=r.buttonText,o=void 0===c?"Search":c,s=r.buttonAriaLabel,d=void 0===s?"Search":s,p=he((0,a.useState)(null),2),u=p[0],l=p[1];return(0,a.useEffect)((function(){"undefined"!=typeof navigator&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?l("\u2318"):l(je))}),[]),a.createElement("button",be({type:"button",className:"DocSearch DocSearch-Button","aria-label":d},i,{ref:t}),a.createElement("span",{className:"DocSearch-Button-Container"},a.createElement(fe.W,null),a.createElement("span",{className:"DocSearch-Button-Placeholder"},o)),a.createElement("span",{className:"DocSearch-Button-Keys"},null!==u&&a.createElement(a.Fragment,null,a.createElement("kbd",{className:"DocSearch-Button-Key"},u===je?a.createElement(le,null):u),a.createElement("kbd",{className:"DocSearch-Button-Key"},"K"))))})),xe=n(35742),_e=n(66177),we=n(239),ke=n(43320);var Ee=n(73935);const Se={button:{buttonText:(0,d.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"}),buttonAriaLabel:(0,d.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"})},modal:{searchBox:{resetButtonTitle:(0,d.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),resetButtonAriaLabel:(0,d.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),cancelButtonText:(0,d.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"}),cancelButtonAriaLabel:(0,d.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"})},startScreen:{recentSearchesTitle:(0,d.I)({id:"theme.SearchModal.startScreen.recentSearchesTitle",message:"Recent",description:"The title for recent searches"}),noRecentSearchesText:(0,d.I)({id:"theme.SearchModal.startScreen.noRecentSearchesText",message:"No recent searches",description:"The text when no recent searches"}),saveRecentSearchButtonTitle:(0,d.I)({id:"theme.SearchModal.startScreen.saveRecentSearchButtonTitle",message:"Save this search",description:"The label for save recent search button"}),removeRecentSearchButtonTitle:(0,d.I)({id:"theme.SearchModal.startScreen.removeRecentSearchButtonTitle",message:"Remove this search from history",description:"The label for remove recent search button"}),favoriteSearchesTitle:(0,d.I)({id:"theme.SearchModal.startScreen.favoriteSearchesTitle",message:"Favorite",description:"The title for favorite searches"}),removeFavoriteSearchButtonTitle:(0,d.I)({id:"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle",message:"Remove this search from favorites",description:"The label for remove favorite search button"})},errorScreen:{titleText:(0,d.I)({id:"theme.SearchModal.errorScreen.titleText",message:"Unable to fetch results",description:"The title for error screen of search modal"}),helpText:(0,d.I)({id:"theme.SearchModal.errorScreen.helpText",message:"You might want to check your network connection.",description:"The help text for error screen of search modal"})},footer:{selectText:(0,d.I)({id:"theme.SearchModal.footer.selectText",message:"to select",description:"The explanatory text of the action for the enter key"}),selectKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.selectKeyAriaLabel",message:"Enter key",description:"The ARIA label for the Enter key button that makes the selection"}),navigateText:(0,d.I)({id:"theme.SearchModal.footer.navigateText",message:"to navigate",description:"The explanatory text of the action for the Arrow up and Arrow down key"}),navigateUpKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.navigateUpKeyAriaLabel",message:"Arrow up",description:"The ARIA label for the Arrow up key button that makes the navigation"}),navigateDownKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.navigateDownKeyAriaLabel",message:"Arrow down",description:"The ARIA label for the Arrow down key button that makes the navigation"}),closeText:(0,d.I)({id:"theme.SearchModal.footer.closeText",message:"to close",description:"The explanatory text of the action for Escape key"}),closeKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.closeKeyAriaLabel",message:"Escape key",description:"The ARIA label for the Escape key button that close the modal"}),searchByText:(0,d.I)({id:"theme.SearchModal.footer.searchByText",message:"Search by",description:"The text explain that the search is making by Algolia"})},noResultsScreen:{noResultsText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.noResultsText",message:"No results for",description:"The text explains that there are no results for the following search"}),suggestedQueryText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.suggestedQueryText",message:"Try searching for",description:"The text for the suggested query when no results are found for the following search"}),reportMissingResultsText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsText",message:"Believe this query should return results?",description:"The text for the question where the user thinks there are missing results"}),reportMissingResultsLinkText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText",message:"Let us know.",description:"The text for the link to report missing results"})}},placeholder:(0,d.I)({id:"theme.SearchModal.placeholder",message:"Search docs",description:"The placeholder of the input of the DocSearch pop-up modal"})};let Te=null;function Ce(e){let{hit:t,children:n}=e;return a.createElement(V.Z,{to:t.url},n)}function qe(e){let{state:t,onClose:n}=e;const{generateSearchPageLink:r}=(0,_e.O)();return a.createElement(V.Z,{to:r(t.query),onClick:n},a.createElement(d.Z,{id:"theme.SearchBar.seeAll",values:{count:t.context.nbHits}},"See all {count} results"))}function Ae(e){let{contextualSearch:t,externalUrlRegex:r,...i}=e;const{siteMetadata:c}=(0,re.Z)(),d=(0,we.l)(),p=function(){const{locale:e,tags:t}=(0,ke._q)();return[`language:${e}`,t.map((e=>`docusaurus_tag:${e}`))]}(),u=i.searchParameters?.facetFilters??[],l=t?function(e,t){const n=e=>"string"==typeof e?[e]:e;return[...n(e),...n(t)]}(p,u):u,f={...i.searchParameters,facetFilters:l},m=(0,s.k6)(),b=(0,a.useRef)(null),h=(0,a.useRef)(null),[g,y]=(0,a.useState)(!1),[j,v]=(0,a.useState)(void 0),x=(0,a.useCallback)((()=>Te?Promise.resolve():Promise.all([n.e(76780).then(n.bind(n,76780)),Promise.all([n.e(40532),n.e(46945)]).then(n.bind(n,46945)),Promise.all([n.e(40532),n.e(18894)]).then(n.bind(n,18894))]).then((e=>{let[{DocSearchModal:t}]=e;Te=t}))),[]),_=(0,a.useCallback)((()=>{x().then((()=>{b.current=document.createElement("div"),document.body.insertBefore(b.current,document.body.firstChild),y(!0)}))}),[x,y]),w=(0,a.useCallback)((()=>{y(!1),b.current?.remove()}),[y]),k=(0,a.useCallback)((e=>{x().then((()=>{y(!0),v(e.key)}))}),[x,y,v]),E=(0,a.useRef)({navigate(e){let{itemUrl:t}=e;(0,Y.F)(r,t)?window.location.href=t:m.push(t)}}).current,S=(0,a.useRef)((e=>i.transformItems?i.transformItems(e):e.map((e=>({...e,url:d(e.url)}))))).current,T=(0,a.useMemo)((()=>e=>a.createElement(qe,(0,o.Z)({},e,{onClose:w}))),[w]),C=(0,a.useCallback)((e=>(e.addAlgoliaAgent("docusaurus",c.docusaurusVersion),e)),[c.docusaurusVersion]);return function(e){var t=e.isOpen,n=e.onOpen,r=e.onClose,i=e.onInput,c=e.searchButtonRef;a.useEffect((function(){function e(e){(27===e.keyCode&&t||"k"===e.key.toLowerCase()&&(e.metaKey||e.ctrlKey)||!function(e){var t=e.target,n=t.tagName;return t.isContentEditable||"INPUT"===n||"SELECT"===n||"TEXTAREA"===n}(e)&&"/"===e.key&&!t)&&(e.preventDefault(),t?r():document.body.classList.contains("DocSearch--active")||document.body.classList.contains("DocSearch--active")||n()),c&&c.current===document.activeElement&&i&&/[a-zA-Z0-9]/.test(String.fromCharCode(e.keyCode))&&i(e)}return window.addEventListener("keydown",e),function(){window.removeEventListener("keydown",e)}}),[t,n,r,i,c])}({isOpen:g,onOpen:_,onClose:w,onInput:k,searchButtonRef:h}),a.createElement(a.Fragment,null,a.createElement(xe.Z,null,a.createElement("link",{rel:"preconnect",href:`https://${i.appId}-dsn.algolia.net`,crossOrigin:"anonymous"})),a.createElement(ve,{onTouchStart:x,onFocus:x,onMouseOver:x,onClick:_,ref:h,translations:Se.button}),g&&Te&&b.current&&(0,Ee.createPortal)(a.createElement(Te,(0,o.Z)({onClose:w,initialScrollY:window.scrollY,initialQuery:j,navigator:E,transformItems:S,hitComponent:Ce,transformSearchClient:C},i.searchPagePath&&{resultsFooterComponent:T},i,{searchParameters:f,placeholder:Se.placeholder,translations:Se.modal})),b.current))}function Le(){const{siteConfig:e}=(0,re.Z)();return a.createElement(Ae,e.themeConfig.algolia)}const Re={searchBox:"searchBox_ZlJk"};function Pe(e){let{children:t,className:n}=e;return a.createElement("div",{className:(0,r.Z)(n,Re.searchBox)},t)}var Oe=n(80143),Ne=n(53438);const Ie=e=>e.docs.find((t=>t.id===e.mainDocId));var De=n(60373);const Me=e=>e.docs.find((t=>t.id===e.mainDocId));const Fe={default:te,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:r,...i}=e;const{i18n:{currentLocale:c,locales:p,localeConfigs:u}}=(0,re.Z)(),l=(0,de.l)(),{search:f,hash:m}=(0,s.TH)(),b=[...n,...p.map((e=>{const n=`${`pathname://${l.createUrl({locale:e,fullyQualified:!1})}`}${f}${m}`;return{label:u[e].label,lang:u[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===c?t?"menu__link--active":"dropdown__link--active":""}})),...r],h=t?(0,d.I)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):u[c].label;return a.createElement(se,(0,o.Z)({},i,{mobile:t,label:a.createElement(a.Fragment,null,a.createElement(pe,{className:ue.iconLanguage}),h),items:b}))},search:function(e){let{mobile:t,className:n}=e;return t?null:a.createElement(Pe,{className:n},a.createElement(Le,null))},dropdown:se,html:function(e){let{value:t,className:n,mobile:i=!1,isDropdownItem:c=!1}=e;const o=c?"li":"div";return a.createElement(o,{className:(0,r.Z)({navbar__item:!i&&!c,"menu__list-item":i},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:n,docsPluginId:r,...i}=e;const{activeDoc:c}=(0,Oe.Iw)(r),s=(0,Ne.vY)(t,r);return null===s?null:a.createElement(te,(0,o.Z)({exact:!0},i,{isActive:()=>c?.path===s.path||!!c?.sidebar&&c.sidebar===s.sidebar,label:n??s.id,to:s.path}))},docSidebar:function(e){let{sidebarId:t,label:n,docsPluginId:r,...i}=e;const{activeDoc:c}=(0,Oe.Iw)(r),s=(0,Ne.oz)(t,r).link;if(!s)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return a.createElement(te,(0,o.Z)({exact:!0},i,{isActive:()=>c?.sidebar===t,label:n??s.label,to:s.path}))},docsVersion:function(e){let{label:t,to:n,docsPluginId:r,...i}=e;const c=(0,Ne.lO)(r)[0],s=t??c.label,d=n??Ie(c).path;return a.createElement(te,(0,o.Z)({},i,{label:s,to:d}))},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:r,dropdownItemsBefore:i,dropdownItemsAfter:c,...p}=e;const{search:u,hash:l}=(0,s.TH)(),f=(0,Oe.Iw)(n),m=(0,Oe.gB)(n),{savePreferredVersionName:b}=(0,De.J)(n),h=[...i,...m.map((e=>{const t=f.alternateDocVersions[e.name]??Me(e);return{label:e.label,to:`${t.path}${u}${l}`,isActive:()=>e===f.activeVersion,onClick:()=>b(e.name)}})),...c],g=(0,Ne.lO)(n)[0],y=t&&h.length>1?(0,d.I)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):g.label,j=t&&h.length>1?void 0:Me(g).path;return h.length<=1?a.createElement(te,(0,o.Z)({},p,{mobile:t,label:y,to:j,isActive:r?()=>!1:void 0})):a.createElement(se,(0,o.Z)({},p,{mobile:t,label:y,to:j,items:h,isActive:r?()=>!1:void 0}))}};function Be(e){let{type:t,...n}=e;const r=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),i=Fe[r];if(!i)throw new Error(`No NavbarItem component found for type "${t}".`);return a.createElement(i,n)}function ze(){const e=(0,q.e)(),t=(0,v.L)().navbar.items;return a.createElement("ul",{className:"menu__list"},t.map(((t,n)=>a.createElement(Be,(0,o.Z)({mobile:!0},t,{onClick:()=>e.toggle(),key:n})))))}function Ue(e){return a.createElement("button",(0,o.Z)({},e,{type:"button",className:"clean-btn navbar-sidebar__back"}),a.createElement(d.Z,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"},"\u2190 Back to main menu"))}function $e(){const e=0===(0,v.L)().navbar.items.length,t=I();return a.createElement(a.Fragment,null,!e&&a.createElement(Ue,{onClick:()=>t.hide()}),t.content)}function He(){const e=(0,q.e)();var t;return void 0===(t=e.shown)&&(t=!0),(0,a.useEffect)((()=>(document.body.style.overflow=t?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[t]),e.shouldRender?a.createElement(D,{header:a.createElement(Z,null),primaryMenu:a.createElement(ze,null),secondaryMenu:a.createElement($e,null)}):null}const Ge={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function Ze(e){return a.createElement("div",(0,o.Z)({role:"presentation"},e,{className:(0,r.Z)("navbar-sidebar__backdrop",e.className)}))}function Ve(e){let{children:t}=e;const{navbar:{hideOnScroll:n,style:i}}=(0,v.L)(),c=(0,q.e)(),{navbarRef:o,isNavbarVisible:s}=function(e){const[t,n]=(0,a.useState)(e),r=(0,a.useRef)(!1),i=(0,a.useRef)(0),c=(0,a.useCallback)((e=>{null!==e&&(i.current=e.getBoundingClientRect().height)}),[]);return(0,A.RF)(((t,a)=>{let{scrollY:c}=t;if(!e)return;if(c=o?n(!1):c+d{if(!e)return;const a=t.location.hash;if(a?document.getElementById(a.substring(1)):void 0)return r.current=!0,void n(!1);n(!0)})),{navbarRef:c,isNavbarVisible:t}}(n);return a.createElement("nav",{ref:o,"aria-label":(0,d.I)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,r.Z)("navbar","navbar--fixed-top",n&&[Ge.navbarHideable,!s&&Ge.navbarHidden],{"navbar--dark":"dark"===i,"navbar--primary":"primary"===i,"navbar-sidebar--show":c.shown})},t,a.createElement(Ze,{onClick:c.toggle}),a.createElement(He,null))}const We="right";function Ke(e){let{width:t=30,height:n=30,className:r,...i}=e;return a.createElement("svg",(0,o.Z)({className:r,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true"},i),a.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"}))}function Ye(){const{toggle:e,shown:t}=(0,q.e)();return a.createElement("button",{onClick:e,"aria-label":(0,d.I)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button"},a.createElement(Ke,null))}const Qe={colorModeToggle:"colorModeToggle_DEke"};function Xe(e){let{items:t}=e;return a.createElement(a.Fragment,null,t.map(((e,t)=>a.createElement(Be,(0,o.Z)({},e,{key:t})))))}function Je(e){let{left:t,right:n}=e;return a.createElement("div",{className:"navbar__inner"},a.createElement("div",{className:"navbar__items"},t),a.createElement("div",{className:"navbar__items navbar__items--right"},n))}function et(){const e=(0,q.e)(),t=(0,v.L)().navbar.items,[n,r]=function(e){function t(e){return"left"===(e.position??We)}return[e.filter(t),e.filter((e=>!t(e)))]}(t),i=t.find((e=>"search"===e.type));return a.createElement(Je,{left:a.createElement(a.Fragment,null,!e.disabled&&a.createElement(Ye,null),a.createElement(H,null),a.createElement(Xe,{items:n})),right:a.createElement(a.Fragment,null,a.createElement(Xe,{items:r}),a.createElement(U,{className:Qe.colorModeToggle}),!i&&a.createElement(Pe,null,a.createElement(Le,null)))})}function tt(){return a.createElement(Ve,null,a.createElement(et,null))}function nt(e){let{item:t}=e;const{to:n,href:r,label:i,prependBaseUrlToHref:c,...s}=t,d=(0,W.Z)(n),p=(0,W.Z)(r,{forcePrependBaseUrl:!0});return a.createElement(V.Z,(0,o.Z)({className:"footer__link-item"},r?{href:c?p:r}:{to:d},s),i,r&&!(0,K.Z)(r)&&a.createElement(Q.Z,null))}function at(e){let{item:t}=e;return t.html?a.createElement("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:t.html}}):a.createElement("li",{key:t.href??t.to,className:"footer__item"},a.createElement(nt,{item:t}))}function rt(e){let{column:t}=e;return a.createElement("div",{className:"col footer__col"},a.createElement("div",{className:"footer__title"},t.title),a.createElement("ul",{className:"footer__items clean-list"},t.items.map(((e,t)=>a.createElement(at,{key:t,item:e})))))}function it(e){let{columns:t}=e;return a.createElement("div",{className:"row footer__links"},t.map(((e,t)=>a.createElement(rt,{key:t,column:e}))))}function ct(){return a.createElement("span",{className:"footer__link-separator"},"\xb7")}function ot(e){let{item:t}=e;return t.html?a.createElement("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):a.createElement(nt,{item:t})}function st(e){let{links:t}=e;return a.createElement("div",{className:"footer__links text--center"},a.createElement("div",{className:"footer__links"},t.map(((e,n)=>a.createElement(a.Fragment,{key:n},a.createElement(ot,{item:e}),t.length!==n+1&&a.createElement(ct,null))))))}function dt(e){let{links:t}=e;return function(e){return"title"in e[0]}(t)?a.createElement(it,{columns:t}):a.createElement(st,{links:t})}var pt=n(50941);const ut={footerLogoLink:"footerLogoLink_BH7S"};function lt(e){let{logo:t}=e;const{withBaseUrl:n}=(0,W.C)(),i={light:n(t.src),dark:n(t.srcDark??t.src)};return a.createElement(pt.Z,{className:(0,r.Z)("footer__logo",t.className),alt:t.alt,sources:i,width:t.width,height:t.height,style:t.style})}function ft(e){let{logo:t}=e;return t.href?a.createElement(V.Z,{href:t.href,className:ut.footerLogoLink,target:t.target},a.createElement(lt,{logo:t})):a.createElement(lt,{logo:t})}function mt(e){let{copyright:t}=e;return a.createElement("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function bt(e){let{style:t,links:n,logo:i,copyright:c}=e;return a.createElement("footer",{className:(0,r.Z)("footer",{"footer--dark":"dark"===t})},a.createElement("div",{className:"container container-fluid"},n,(i||c)&&a.createElement("div",{className:"footer__bottom text--center"},i&&a.createElement("div",{className:"margin-bottom--sm"},i),c)))}function ht(){const{footer:e}=(0,v.L)();if(!e)return null;const{copyright:t,links:n,logo:r,style:i}=e;return a.createElement(bt,{style:i,links:n&&n.length>0&&a.createElement(dt,{links:n}),logo:r&&a.createElement(ft,{logo:r}),copyright:t&&a.createElement(mt,{copyright:t})})}const gt=a.memo(ht),yt=(0,L.Qc)([M.S,x.pl,A.OC,De.L5,c.VC,function(e){let{children:t}=e;return a.createElement(R.n2,null,a.createElement(q.M,null,a.createElement(O,null,t)))}]);function jt(e){let{children:t}=e;return a.createElement(yt,null,t)}function vt(e){let{error:t,tryAgain:n}=e;return a.createElement("main",{className:"container margin-vert--xl"},a.createElement("div",{className:"row"},a.createElement("div",{className:"col col--6 col--offset-3"},a.createElement("h1",{className:"hero__title"},a.createElement(d.Z,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed"},"This page crashed.")),a.createElement("p",null,t.message),a.createElement("div",null,a.createElement("button",{type:"button",onClick:n},a.createElement(d.Z,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again when the page crashed"},"Try again"))))))}const xt={mainWrapper:"mainWrapper_z2l0"};function _t(e){const{children:t,noFooter:n,wrapperClassName:o,title:s,description:d}=e;return(0,g.t)(),a.createElement(jt,null,a.createElement(c.d,{title:s,description:d}),a.createElement(j,null),a.createElement(C,null),a.createElement(tt,null),a.createElement("div",{id:u,className:(0,r.Z)(h.k.wrapper.main,xt.mainWrapper,o)},a.createElement(i.Z,{fallback:e=>a.createElement(vt,e)},t)),!n&&a.createElement(gt,null))}},21327:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(83117),r=n(67294),i=n(39960),c=n(44996),o=n(52263),s=n(86668),d=n(50941);function p(e){let{logo:t,alt:n,imageClassName:a}=e;const i={light:(0,c.Z)(t.src),dark:(0,c.Z)(t.srcDark||t.src)},o=r.createElement(d.Z,{className:t.className,sources:i,height:t.height,width:t.width,alt:n,style:t.style});return a?r.createElement("div",{className:a},o):o}function u(e){const{siteConfig:{title:t}}=(0,o.Z)(),{navbar:{title:n,logo:d}}=(0,s.L)(),{imageClassName:u,titleClassName:l,...f}=e,m=(0,c.Z)(d?.href||"/"),b=n?"":t,h=d?.alt??b;return r.createElement(i.Z,(0,a.Z)({to:m},f,d?.target&&{target:d.target}),d&&r.createElement(p,{logo:d,alt:h,imageClassName:u}),null!=n&&r.createElement("b",{className:l},n))}},90197:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var a=n(67294),r=n(35742);function i(e){let{locale:t,version:n,tag:i}=e;const c=t;return a.createElement(r.Z,null,t&&a.createElement("meta",{name:"docusaurus_locale",content:t}),n&&a.createElement("meta",{name:"docusaurus_version",content:n}),i&&a.createElement("meta",{name:"docusaurus_tag",content:i}),c&&a.createElement("meta",{name:"docsearch:language",content:c}),n&&a.createElement("meta",{name:"docsearch:version",content:n}),i&&a.createElement("meta",{name:"docsearch:docusaurus_tag",content:i}))}},50941:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var a=n(83117),r=n(67294),i=n(34334),c=n(72389),o=n(92949);const s={themedImage:"themedImage_ToTc","themedImage--light":"themedImage--light_HNdA","themedImage--dark":"themedImage--dark_i4oU"};function d(e){const t=(0,c.Z)(),{colorMode:n}=(0,o.I)(),{sources:d,className:p,alt:u,...l}=e,f=t?"dark"===n?["dark"]:["light"]:["light","dark"];return r.createElement(r.Fragment,null,f.map((e=>r.createElement("img",(0,a.Z)({key:e,src:d[e],alt:u,className:(0,i.Z)(s.themedImage,s[`themedImage--${e}`],p)},l)))))}},86043:(e,t,n)=>{"use strict";n.d(t,{u:()=>o,z:()=>b});var a=n(83117),r=n(67294),i=n(10412);const c="ease-in-out";function o(e){let{initialState:t}=e;const[n,a]=(0,r.useState)(t??!1),i=(0,r.useCallback)((()=>{a((e=>!e))}),[]);return{collapsed:n,setCollapsed:a,toggleCollapsed:i}}const s={display:"none",overflow:"hidden",height:"0px"},d={display:"block",overflow:"visible",height:"auto"};function p(e,t){const n=t?s:d;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function u(e){let{collapsibleRef:t,collapsed:n,animation:a}=e;const i=(0,r.useRef)(!1);(0,r.useEffect)((()=>{const e=t.current;function r(){const t=e.scrollHeight,n=a?.duration??function(e){const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(t);return{transition:`height ${n}ms ${a?.easing??c}`,height:`${t}px`}}function o(){const t=r();e.style.transition=t.transition,e.style.height=t.height}if(!i.current)return p(e,n),void(i.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{n?(o(),requestAnimationFrame((()=>{e.style.height=s.height,e.style.overflow=s.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{o()})))}));return()=>cancelAnimationFrame(t)}()}),[t,n,a])}function l(e){if(!i.Z.canUseDOM)return e?s:d}function f(e){let{as:t="div",collapsed:n,children:a,animation:i,onCollapseTransitionEnd:c,className:o,disableSSRStyle:s}=e;const d=(0,r.useRef)(null);return u({collapsibleRef:d,collapsed:n,animation:i}),r.createElement(t,{ref:d,style:s?void 0:l(n),onTransitionEnd:e=>{"height"===e.propertyName&&(p(d.current,n),c?.(n))},className:o},a)}function m(e){let{collapsed:t,...n}=e;const[i,c]=(0,r.useState)(!t),[o,s]=(0,r.useState)(t);return(0,r.useLayoutEffect)((()=>{t||c(!0)}),[t]),(0,r.useLayoutEffect)((()=>{i&&s(t)}),[i,t]),i?r.createElement(f,(0,a.Z)({},n,{collapsed:o})):null}function b(e){let{lazy:t,...n}=e;const a=t?m:f;return r.createElement(a,n)}},59689:(e,t,n)=>{"use strict";n.d(t,{nT:()=>m,pl:()=>f});var a=n(67294),r=n(72389),i=n(50012),c=n(902),o=n(86668);const s=(0,i.WA)("docusaurus.announcement.dismiss"),d=(0,i.WA)("docusaurus.announcement.id"),p=()=>"true"===s.get(),u=e=>s.set(String(e)),l=a.createContext(null);function f(e){let{children:t}=e;const n=function(){const{announcementBar:e}=(0,o.L)(),t=(0,r.Z)(),[n,i]=(0,a.useState)((()=>!!t&&p()));(0,a.useEffect)((()=>{i(p())}),[]);const c=(0,a.useCallback)((()=>{u(!0),i(!0)}),[]);return(0,a.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=d.get();"annoucement-bar"===n&&(n="announcement-bar");const a=t!==n;d.set(t),a&&u(!1),!a&&p()||i(!1)}),[e]),(0,a.useMemo)((()=>({isActive:!!e&&!n,close:c})),[e,n,c])}();return a.createElement(l.Provider,{value:n},t)}function m(){const e=(0,a.useContext)(l);if(!e)throw new c.i6("AnnouncementBarProvider");return e}},92949:(e,t,n)=>{"use strict";n.d(t,{I:()=>h,S:()=>b});var a=n(67294),r=n(10412),i=n(902),c=n(50012),o=n(86668);const s=a.createContext(void 0),d="theme",p=(0,c.WA)(d),u={light:"light",dark:"dark"},l=e=>e===u.dark?u.dark:u.light,f=e=>r.Z.canUseDOM?l(document.documentElement.getAttribute("data-theme")):l(e),m=e=>{p.set(l(e))};function b(e){let{children:t}=e;const n=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,o.L)(),[r,i]=(0,a.useState)(f(e));(0,a.useEffect)((()=>{t&&p.del()}),[t]);const c=(0,a.useCallback)((function(t,a){void 0===a&&(a={});const{persist:r=!0}=a;t?(i(t),r&&m(t)):(i(n?window.matchMedia("(prefers-color-scheme: dark)").matches?u.dark:u.light:e),p.del())}),[n,e]);(0,a.useEffect)((()=>{document.documentElement.setAttribute("data-theme",l(r))}),[r]),(0,a.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==d)return;const t=p.get();null!==t&&c(l(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,c]);const s=(0,a.useRef)(!1);return(0,a.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),a=()=>{window.matchMedia("print").matches||s.current?s.current=window.matchMedia("print").matches:c(null)};return e.addListener(a),()=>e.removeListener(a)}),[c,t,n]),(0,a.useMemo)((()=>({colorMode:r,setColorMode:c,get isDarkTheme(){return r===u.dark},setLightTheme(){c(u.light)},setDarkTheme(){c(u.dark)}})),[r,c])}();return a.createElement(s.Provider,{value:n},t)}function h(){const e=(0,a.useContext)(s);if(null==e)throw new i.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},60373:(e,t,n)=>{"use strict";n.d(t,{J:()=>y,L5:()=>h,Oh:()=>j});var a=n(67294),r=n(80143),i=n(29935),c=n(86668),o=n(53438),s=n(902),d=n(50012);const p=e=>`docs-preferred-version-${e}`,u={save:(e,t,n)=>{(0,d.WA)(p(e),{persistence:t}).set(n)},read:(e,t)=>(0,d.WA)(p(e),{persistence:t}).get(),clear:(e,t)=>{(0,d.WA)(p(e),{persistence:t}).del()}},l=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const f=a.createContext(null);function m(){const e=(0,r._r)(),t=(0,c.L)().docs.versionPersistence,n=(0,a.useMemo)((()=>Object.keys(e)),[e]),[i,o]=(0,a.useState)((()=>l(n)));(0,a.useEffect)((()=>{o(function(e){let{pluginIds:t,versionPersistence:n,allDocsData:a}=e;function r(e){const t=u.read(e,n);return a[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(u.clear(e,n),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,r(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);return[i,(0,a.useMemo)((()=>({savePreferredVersion:function(e,n){u.save(e,t,n),o((t=>({...t,[e]:{preferredVersionName:n}})))}})),[t])]}function b(e){let{children:t}=e;const n=m();return a.createElement(f.Provider,{value:n},t)}function h(e){let{children:t}=e;return o.cE?a.createElement(b,null,t):a.createElement(a.Fragment,null,t)}function g(){const e=(0,a.useContext)(f);if(!e)throw new s.i6("DocsPreferredVersionContextProvider");return e}function y(e){void 0===e&&(e=i.m);const t=(0,r.zh)(e),[n,c]=g(),{preferredVersionName:o}=n[e];return{preferredVersion:t.versions.find((e=>e.name===o))??null,savePreferredVersionName:(0,a.useCallback)((t=>{c.savePreferredVersion(e,t)}),[c,e])}}function j(){const e=(0,r._r)(),[t]=g();function n(n){const a=e[n],{preferredVersionName:r}=t[n];return a.versions.find((e=>e.name===r))??null}const a=Object.keys(e);return Object.fromEntries(a.map((e=>[e,n(e)])))}},1116:(e,t,n)=>{"use strict";n.d(t,{V:()=>s,b:()=>o});var a=n(67294),r=n(902);const i=Symbol("EmptyContext"),c=a.createContext(i);function o(e){let{children:t,name:n,items:r}=e;const i=(0,a.useMemo)((()=>n&&r?{name:n,items:r}:null),[n,r]);return a.createElement(c.Provider,{value:i},t)}function s(){const e=(0,a.useContext)(c);if(e===i)throw new r.i6("DocsSidebarProvider");return e}},93163:(e,t,n)=>{"use strict";n.d(t,{M:()=>u,e:()=>l});var a=n(67294),r=n(13102),i=n(87524),c=n(91980),o=n(86668),s=n(902);const d=a.createContext(void 0);function p(){const e=function(){const e=(0,r.HY)(),{items:t}=(0,o.L)().navbar;return 0===t.length&&!e.component}(),t=(0,i.i)(),n=!e&&"mobile"===t,[s,d]=(0,a.useState)(!1);(0,c.Rb)((()=>{if(s)return d(!1),!1}));const p=(0,a.useCallback)((()=>{d((e=>!e))}),[]);return(0,a.useEffect)((()=>{"desktop"===t&&d(!1)}),[t]),(0,a.useMemo)((()=>({disabled:e,shouldRender:n,toggle:p,shown:s})),[e,n,p,s])}function u(e){let{children:t}=e;const n=p();return a.createElement(d.Provider,{value:n},t)}function l(){const e=a.useContext(d);if(void 0===e)throw new s.i6("NavbarMobileSidebarProvider");return e}},13102:(e,t,n)=>{"use strict";n.d(t,{HY:()=>o,Zo:()=>s,n2:()=>c});var a=n(67294),r=n(902);const i=a.createContext(null);function c(e){let{children:t}=e;const n=(0,a.useState)({component:null,props:null});return a.createElement(i.Provider,{value:n},t)}function o(){const e=(0,a.useContext)(i);if(!e)throw new r.i6("NavbarSecondaryMenuContentProvider");return e[0]}function s(e){let{component:t,props:n}=e;const c=(0,a.useContext)(i);if(!c)throw new r.i6("NavbarSecondaryMenuContentProvider");const[,o]=c,s=(0,r.Ql)(n);return(0,a.useEffect)((()=>{o({component:t,props:s})}),[o,t,s]),(0,a.useEffect)((()=>()=>o({component:null,props:null})),[o]),null}},19727:(e,t,n)=>{"use strict";n.d(t,{h:()=>r,t:()=>i});var a=n(67294);const r="navigation-with-keyboard";function i(){(0,a.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(r),"mousedown"===e.type&&document.body.classList.remove(r)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(r),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},66177:(e,t,n)=>{"use strict";n.d(t,{O:()=>o});var a=n(67294),r=n(76775),i=n(52263);const c="q";function o(){const e=(0,r.k6)(),{siteConfig:{baseUrl:t,themeConfig:n}}=(0,i.Z)(),{algolia:{searchPagePath:o}}=n,[s,d]=(0,a.useState)("");(0,a.useEffect)((()=>{const e=new URLSearchParams(window.location.search).get(c)??"";d(e)}),[]);return{searchQuery:s,setSearchQuery:(0,a.useCallback)((t=>{const n=new URLSearchParams(window.location.search);t?n.set(c,t):n.delete(c),e.replace({search:n.toString()}),d(t)}),[e]),generateSearchPageLink:(0,a.useCallback)((e=>`${t}${o}?${c}=${encodeURIComponent(e)}`),[t,o])}}},87524:(e,t,n)=>{"use strict";n.d(t,{i:()=>d});var a=n(67294),r=n(10412);const i={desktop:"desktop",mobile:"mobile",ssr:"ssr"},c=996;function o(){return r.Z.canUseDOM?window.innerWidth>c?i.desktop:i.mobile:i.ssr}const s=!1;function d(){const[e,t]=(0,a.useState)((()=>s?"ssr":o()));return(0,a.useEffect)((()=>{function e(){t(o())}const n=s?window.setTimeout(e,1e3):void 0;return window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e),clearTimeout(n)}}),[]),e}},35281:(e,t,n)=>{"use strict";n.d(t,{k:()=>a});const a={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{}}},53438:(e,t,n)=>{"use strict";n.d(t,{Wl:()=>l,_F:()=>b,cE:()=>u,hI:()=>x,lO:()=>y,oz:()=>j,s1:()=>g,vY:()=>v});var a=n(67294),r=n(76775),i=n(18790),c=n(80143),o=n(60373),s=n(1116),d=n(67392),p=n(48596);const u=!!c._r;function l(e){if(e.href)return e.href;for(const t of e.items){if("link"===t.type)return t.href;if("category"===t.type){const e=l(t);if(e)return e}}}const f=(e,t)=>void 0!==e&&(0,p.Mg)(e,t),m=(e,t)=>e.some((e=>b(e,t)));function b(e,t){return"link"===e.type?f(e.href,t):"category"===e.type&&(f(e.href,t)||m(e.items,t))}function h(e){let{sidebarItems:t,pathname:n,onlyCategories:a=!1}=e;const r=[];return function e(t){for(const i of t)if("category"===i.type&&((0,p.Mg)(i.href,n)||e(i.items))||"link"===i.type&&(0,p.Mg)(i.href,n)){return a&&"category"!==i.type||r.unshift(i),!0}return!1}(t),r}function g(){const e=(0,s.V)(),{pathname:t}=(0,r.TH)(),n=(0,c.gA)()?.pluginData.breadcrumbs;return!1!==n&&e?h({sidebarItems:e.items,pathname:t}):null}function y(e){const{activeVersion:t}=(0,c.Iw)(e),{preferredVersion:n}=(0,o.J)(e),r=(0,c.yW)(e);return(0,a.useMemo)((()=>(0,d.j)([t,n,r].filter(Boolean))),[t,n,r])}function j(e,t){const n=y(t);return(0,a.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),a=t.find((t=>t[0]===e));if(!a)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\n Available sidebar ids are:\n - ${Object.keys(t).join("\n- ")}`);return a[1]}),[e,n])}function v(e,t){const n=y(t);return(0,a.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),a=t.find((t=>t.id===e));if(!a){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`DocNavbarItem: couldn't find any doc with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${(0,d.j)(t.map((e=>e.id))).join("\n- ")}`)}return a}),[e,n])}function x(e){let{route:t,versionMetadata:n}=e;const a=(0,r.TH)(),c=t.routes,o=c.find((e=>(0,r.LX)(a.pathname,e)));if(!o)return null;const s=o.sidebar,d=s?n.docsSidebars[s]:void 0;return{docElement:(0,i.H)(c),sidebarName:s,sidebarItems:d}}},82128:(e,t,n)=>{"use strict";n.d(t,{p:()=>r});var a=n(52263);function r(e){const{siteConfig:t}=(0,a.Z)(),{title:n,titleDelimiter:r}=t;return e?.trim().length?`${e.trim()} ${r} ${n}`:n}},91980:(e,t,n)=>{"use strict";n.d(t,{Rb:()=>o,_X:()=>s});var a=n(67294),r=n(76775),i=n(61688),c=n(902);function o(e){!function(e){const t=(0,r.k6)(),n=(0,c.zX)(e);(0,a.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}function s(e){return function(e){const t=(0,r.k6)();return(0,i.useSyncExternalStore)(t.listen,(()=>e(t)),(()=>e(t)))}((t=>null===e?null:new URLSearchParams(t.location.search).get(e)))}},67392:(e,t,n)=>{"use strict";function a(e,t){return void 0===t&&(t=(e,t)=>e===t),e.filter(((n,a)=>e.findIndex((e=>t(e,n)))!==a))}function r(e){return Array.from(new Set(e))}n.d(t,{j:()=>r,l:()=>a})},10833:(e,t,n)=>{"use strict";n.d(t,{FG:()=>l,d:()=>p,VC:()=>f});var a=n(67294),r=n(87459),i=n(35742),c=n(30226);function o(){const e=a.useContext(c._);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}var s=n(44996),d=n(82128);function p(e){let{title:t,description:n,keywords:r,image:c,children:o}=e;const p=(0,d.p)(t),{withBaseUrl:u}=(0,s.C)(),l=c?u(c,{absolute:!0}):void 0;return a.createElement(i.Z,null,t&&a.createElement("title",null,p),t&&a.createElement("meta",{property:"og:title",content:p}),n&&a.createElement("meta",{name:"description",content:n}),n&&a.createElement("meta",{property:"og:description",content:n}),r&&a.createElement("meta",{name:"keywords",content:Array.isArray(r)?r.join(","):r}),l&&a.createElement("meta",{property:"og:image",content:l}),l&&a.createElement("meta",{name:"twitter:image",content:l}),o)}const u=a.createContext(void 0);function l(e){let{className:t,children:n}=e;const c=a.useContext(u),o=(0,r.Z)(c,t);return a.createElement(u.Provider,{value:o},a.createElement(i.Z,null,a.createElement("html",{className:o})),n)}function f(e){let{children:t}=e;const n=o(),i=`plugin-${n.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const c=`plugin-id-${n.plugin.id}`;return a.createElement(l,{className:(0,r.Z)(i,c)},t)}},902:(e,t,n)=>{"use strict";n.d(t,{D9:()=>c,Qc:()=>d,Ql:()=>s,i6:()=>o,zX:()=>i});var a=n(67294);const r=n(10412).Z.canUseDOM?a.useLayoutEffect:a.useEffect;function i(e){const t=(0,a.useRef)(e);return r((()=>{t.current=e}),[e]),(0,a.useCallback)((function(){return t.current(...arguments)}),[])}function c(e){const t=(0,a.useRef)();return r((()=>{t.current=e})),t.current}class o extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function s(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,a.useMemo)((()=>e),t.flat())}function d(e){return t=>{let{children:n}=t;return a.createElement(a.Fragment,null,e.reduceRight(((e,t)=>a.createElement(t,null,e)),n))}}},98022:(e,t,n)=>{"use strict";function a(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}n.d(t,{F:()=>a})},48596:(e,t,n)=>{"use strict";n.d(t,{Mg:()=>c,Ns:()=>o});var a=n(67294),r=n(723),i=n(52263);function c(e,t){const n=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return n(e)===n(t)}function o(){const{baseUrl:e}=(0,i.Z)().siteConfig;return(0,a.useMemo)((()=>function(e){let{baseUrl:t,routes:n}=e;function a(e){return e.path===t&&!0===e.exact}function r(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(a)||e(t.filter(r).flatMap((e=>e.routes??[])))}(n)}({routes:r.Z,baseUrl:e})),[e])}},12466:(e,t,n)=>{"use strict";n.d(t,{Ct:()=>f,OC:()=>s,RF:()=>u,o5:()=>l});var a=n(67294),r=n(10412),i=n(72389),c=n(902);const o=a.createContext(void 0);function s(e){let{children:t}=e;const n=function(){const e=(0,a.useRef)(!0);return(0,a.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return a.createElement(o.Provider,{value:n},t)}function d(){const e=(0,a.useContext)(o);if(null==e)throw new c.i6("ScrollControllerProvider");return e}const p=()=>r.Z.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function u(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:n}=d(),r=(0,a.useRef)(p()),i=(0,c.zX)(e);(0,a.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=p();i(e,r.current),r.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[i,n,...t])}function l(){const e=d(),t=function(){const e=(0,a.useRef)({elem:null,top:0}),t=(0,a.useCallback)((t=>{e.current={elem:t,top:t.getBoundingClientRect().top}}),[]),n=(0,a.useCallback)((()=>{const{current:{elem:t,top:n}}=e;if(!t)return{restored:!1};const a=t.getBoundingClientRect().top-n;return a&&window.scrollBy({left:0,top:a}),e.current={elem:null,top:0},{restored:0!==a}}),[]);return(0,a.useMemo)((()=>({save:t,restore:n})),[n,t])}(),n=(0,a.useRef)(void 0),r=(0,a.useCallback)((a=>{t.save(a),e.disableScrollEvents(),n.current=()=>{const{restored:a}=t.restore();if(n.current=void 0,a){const t=()=>{e.enableScrollEvents(),window.removeEventListener("scroll",t)};window.addEventListener("scroll",t)}else e.enableScrollEvents()}}),[e,t]);return(0,a.useLayoutEffect)((()=>{queueMicrotask((()=>n.current?.()))})),{blockElementScrollPositionUntilNextRender:r}}function f(){const e=(0,a.useRef)(null),t=(0,i.Z)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function a(){const r=document.documentElement.scrollTop;(n&&r>e||!n&&rt&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>e.current?.()}}},43320:(e,t,n)=>{"use strict";n.d(t,{HX:()=>c,_q:()=>s,os:()=>o});var a=n(80143),r=n(52263),i=n(60373);const c="default";function o(e,t){return`docs-${e}-${t}`}function s(){const{i18n:e}=(0,r.Z)(),t=(0,a._r)(),n=(0,a.WS)(),s=(0,i.Oh)();const d=[c,...Object.keys(t).map((function(e){const a=n?.activePlugin.pluginId===e?n.activeVersion:void 0,r=s[e],i=t[e].versions.find((e=>e.isLast));return o(e,(a??r??i).name)}))];return{locale:e.currentLocale,tags:d}}},50012:(e,t,n)=>{"use strict";n.d(t,{Nk:()=>u,WA:()=>p});var a=n(67294),r=n(61688);const i="localStorage";function c(e){let{key:t,oldValue:n,newValue:a,storage:r}=e;if(n===a)return;const i=document.createEvent("StorageEvent");i.initStorageEvent("storage",!1,!1,t,n,a,window.location.href,r),window.dispatchEvent(i)}function o(e){if(void 0===e&&(e=i),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,s||(console.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),s=!0),null}var t}let s=!1;const d={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function p(e,t){if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(e);const n=o(t?.persistence);return null===n?d:{get:()=>{try{return n.getItem(e)}catch(t){return console.error(`Docusaurus storage error, can't get key=${e}`,t),null}},set:t=>{try{const a=n.getItem(e);n.setItem(e,t),c({key:e,oldValue:a,newValue:t,storage:n})}catch(a){console.error(`Docusaurus storage error, can't set ${e}=${t}`,a)}},del:()=>{try{const t=n.getItem(e);n.removeItem(e),c({key:e,oldValue:t,newValue:null,storage:n})}catch(t){console.error(`Docusaurus storage error, can't delete key=${e}`,t)}},listen:t=>{try{const a=a=>{a.storageArea===n&&a.key===e&&t(a)};return window.addEventListener("storage",a),()=>window.removeEventListener("storage",a)}catch(a){return console.error(`Docusaurus storage error, can't listen for changes of key=${e}`,a),()=>{}}}}}function u(e,t){const n=(0,a.useRef)((()=>null===e?d:p(e,t))).current(),i=(0,a.useCallback)((e=>"undefined"==typeof window?()=>{}:n.listen(e)),[n]);return[(0,r.useSyncExternalStore)(i,(()=>"undefined"==typeof window?null:n.get()),(()=>null)),n]}},94711:(e,t,n)=>{"use strict";n.d(t,{l:()=>i});var a=n(52263),r=n(76775);function i(){const{siteConfig:{baseUrl:e,url:t},i18n:{defaultLocale:n,currentLocale:i}}=(0,a.Z)(),{pathname:c}=(0,r.TH)(),o=i===n?e:e.replace(`/${i}/`,"/"),s=c.replace(e,"");return{createUrl:function(e){let{locale:a,fullyQualified:r}=e;return`${r?t:""}${function(e){return e===n?`${o}`:`${o}${e}/`}(a)}${s}`}}}},85936:(e,t,n)=>{"use strict";n.d(t,{S:()=>c});var a=n(67294),r=n(76775),i=n(902);function c(e){const t=(0,r.TH)(),n=(0,i.D9)(t),c=(0,i.zX)(e);(0,a.useEffect)((()=>{n&&t!==n&&c({location:t,previousLocation:n})}),[c,t,n])}},86668:(e,t,n)=>{"use strict";n.d(t,{L:()=>r});var a=n(52263);function r(){return(0,a.Z)().siteConfig.themeConfig}},6278:(e,t,n)=>{"use strict";n.d(t,{L:()=>r});var a=n(52263);function r(){const{siteConfig:{themeConfig:e}}=(0,a.Z)();return e}},239:(e,t,n)=>{"use strict";n.d(t,{l:()=>o});var a=n(67294),r=n(98022),i=n(44996),c=n(6278);function o(){const{withBaseUrl:e}=(0,i.C)(),{algolia:{externalUrlRegex:t,replaceSearchResultPathname:n}}=(0,c.L)();return(0,a.useCallback)((a=>{const i=new URL(a);if((0,r.F)(t,i.href))return a;const c=`${i.pathname+i.hash}`;return e(function(e,t){return t?e.replaceAll(new RegExp(t.from,"g"),t.to):e}(c,n))}),[e,t,n])}},8802:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){const{trailingSlash:n,baseUrl:a}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[r]=e.split(/[#?]/),i="/"===r||r===a?r:(c=r,n?function(e){return e.endsWith("/")?e:`${e}/`}(c):function(e){return e.endsWith("/")?e.slice(0,-1):e}(c));var c;return e.replace(r,i)}},18780:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.applyTrailingSlash=t.blogPostContainerID=void 0,t.blogPostContainerID="post-content";var r=n(8802);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return a(r).default}})},57407:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>a});const a=n(10412).Z.canUseDOM?{onRouteUpdate(e){let{location:t}=e;_paq.push(["setCustomUrl",t.pathname]),_paq.push(["setDocumentTitle",document.title]),_paq.push(["trackPageView"])}}:null},99318:(e,t,n)=>{"use strict";n.d(t,{lX:()=>v,q_:()=>S,ob:()=>f,PP:()=>C,Ep:()=>l});var a=n(83117);function r(e){return"/"===e.charAt(0)}function i(e,t){for(var n=t,a=n+1,r=e.length;a=0;l--){var f=c[l];"."===f?i(c,l):".."===f?(i(c,l),u++):u&&(i(c,l),u--)}if(!d)for(;u--;u)c.unshift("..");!d||""===c[0]||c[0]&&r(c[0])||c.unshift("");var m=c.join("/");return n&&"/"!==m.substr(-1)&&(m+="/"),m};var o=n(2177);function s(e){return"/"===e.charAt(0)?e:"/"+e}function d(e){return"/"===e.charAt(0)?e.substr(1):e}function p(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function u(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function l(e){var t=e.pathname,n=e.search,a=e.hash,r=t||"/";return n&&"?"!==n&&(r+="?"===n.charAt(0)?n:"?"+n),a&&"#"!==a&&(r+="#"===a.charAt(0)?a:"#"+a),r}function f(e,t,n,r){var i;"string"==typeof e?(i=function(e){var t=e||"/",n="",a="",r=t.indexOf("#");-1!==r&&(a=t.substr(r),t=t.substr(0,r));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===a?"":a}}(e),i.state=t):(void 0===(i=(0,a.Z)({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(o){throw o instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):o}return n&&(i.key=n),r?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=c(i.pathname,r.pathname)):i.pathname=r.pathname:i.pathname||(i.pathname="/"),i}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,a,r){if(null!=e){var i="function"==typeof e?e(t,n):e;"string"==typeof i?"function"==typeof a?a(i,r):r(!0):r(!1!==i)}else r(!0)},appendListener:function(e){var n=!0;function a(){n&&e.apply(void 0,arguments)}return t.push(a),function(){n=!1,t=t.filter((function(e){return e!==a}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),a=0;at?n.splice(t,n.length-t,r):n.push(r),u({action:a,location:r,index:t,entries:n})}}))},replace:function(e,t){var a="REPLACE",r=f(e,t,b(),v.location);p.confirmTransitionTo(r,a,n,(function(e){e&&(v.entries[v.index]=r,u({action:a,location:r}))}))},go:j,goBack:function(){j(-1)},goForward:function(){j(1)},canGo:function(e){var t=v.index+e;return t>=0&&t{"use strict";var a=n(59864),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},c={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return a.isMemo(e)?c:o[e.$$typeof]||r}o[a.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[a.Memo]=c;var d=Object.defineProperty,p=Object.getOwnPropertyNames,u=Object.getOwnPropertySymbols,l=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,a){if("string"!=typeof n){if(m){var r=f(n);r&&r!==m&&e(t,r,a)}var c=p(n);u&&(c=c.concat(u(n)));for(var o=s(t),b=s(n),h=0;h{"use strict";e.exports=function(e,t,n,a,r,i,c,o){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var d=[n,a,r,i,c,o],p=0;(s=new Error(t.replace(/%s/g,(function(){return d[p++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},5826:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},32497:(e,t,n)=>{"use strict";n.r(t)},52295:(e,t,n)=>{"use strict";n.r(t)},74865:function(e,t,n){var a,r;a=function(){var e,t,n={version:"0.2.0"},a=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function r(e,t,n){return en?n:e}function i(e){return 100*(-1+e)}function c(e,t,n){var r;return(r="translate3d"===a.positionUsing?{transform:"translate3d("+i(e)+"%,0,0)"}:"translate"===a.positionUsing?{transform:"translate("+i(e)+"%,0)"}:{"margin-left":i(e)+"%"}).transition="all "+t+"ms "+n,r}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(a[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=r(e,a.minimum,1),n.status=1===e?null:e;var i=n.render(!t),d=i.querySelector(a.barSelector),p=a.speed,u=a.easing;return i.offsetWidth,o((function(t){""===a.positionUsing&&(a.positionUsing=n.getPositioningCSS()),s(d,c(e,p,u)),1===e?(s(i,{transition:"none",opacity:1}),i.offsetWidth,setTimeout((function(){s(i,{transition:"all "+p+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),p)}),p)):setTimeout(t,p)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),a.trickleSpeed)};return a.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*r(Math.random()*t,.1,.95)),t=r(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*a.trickleRate)},e=0,t=0,n.promise=function(a){return a&&"resolved"!==a.state()?(0===t&&n.start(),e++,t++,a.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");p(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=a.template;var r,c=t.querySelector(a.barSelector),o=e?"-100":i(n.status||0),d=document.querySelector(a.parent);return s(c,{transition:"all 0 linear",transform:"translate3d("+o+"%,0,0)"}),a.showSpinner||(r=t.querySelector(a.spinnerSelector))&&f(r),d!=document.body&&p(d,"nprogress-custom-parent"),d.appendChild(t),t},n.remove=function(){u(document.documentElement,"nprogress-busy"),u(document.querySelector(a.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&f(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var o=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),s=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function a(t){var n=document.body.style;if(t in n)return t;for(var a,r=e.length,i=t.charAt(0).toUpperCase()+t.slice(1);r--;)if((a=e[r]+i)in n)return a;return t}function r(e){return e=n(e),t[e]||(t[e]=a(e))}function i(e,t,n){t=r(t),e.style[t]=n}return function(e,t){var n,a,r=arguments;if(2==r.length)for(n in t)void 0!==(a=t[n])&&t.hasOwnProperty(n)&&i(e,n,a);else i(e,r[1],r[2])}}();function d(e,t){return("string"==typeof e?e:l(e)).indexOf(" "+t+" ")>=0}function p(e,t){var n=l(e),a=n+t;d(n,t)||(e.className=a.substring(1))}function u(e,t){var n,a=l(e);d(e,t)&&(n=a.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function l(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function f(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(r="function"==typeof a?a.call(t,n,t,e):a)||(e.exports=r)},27418:e=>{"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach((function(e){a[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(r){return!1}}()?Object.assign:function(e,r){for(var i,c,o=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s{e.exports&&(e.exports={core:{meta:{path:"components/prism-core.js",option:"mandatory"},core:"Core"},themes:{meta:{path:"themes/{id}.css",link:"index.html?theme={id}",exclusive:!0},prism:{title:"Default",option:"default"},"prism-dark":"Dark","prism-funky":"Funky","prism-okaidia":{title:"Okaidia",owner:"ocodia"},"prism-twilight":{title:"Twilight",owner:"remybach"},"prism-coy":{title:"Coy",owner:"tshedor"},"prism-solarizedlight":{title:"Solarized Light",owner:"hectormatos2011 "},"prism-tomorrow":{title:"Tomorrow Night",owner:"Rosey"}},languages:{meta:{path:"components/prism-{id}",noCSS:!0,examplesPath:"examples/prism-{id}",addCheckAll:!0},markup:{title:"Markup",alias:["html","xml","svg","mathml","ssml","atom","rss"],aliasTitles:{html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",atom:"Atom",rss:"RSS"},option:"default"},css:{title:"CSS",option:"default",modify:"markup"},clike:{title:"C-like",option:"default"},javascript:{title:"JavaScript",require:"clike",modify:"markup",optional:"regex",alias:"js",option:"default"},abap:{title:"ABAP",owner:"dellagustin"},abnf:{title:"ABNF",owner:"RunDevelopment"},actionscript:{title:"ActionScript",require:"javascript",modify:"markup",owner:"Golmote"},ada:{title:"Ada",owner:"Lucretia"},agda:{title:"Agda",owner:"xy-ren"},al:{title:"AL",owner:"RunDevelopment"},antlr4:{title:"ANTLR4",alias:"g4",owner:"RunDevelopment"},apacheconf:{title:"Apache Configuration",owner:"GuiTeK"},apex:{title:"Apex",require:["clike","sql"],owner:"RunDevelopment"},apl:{title:"APL",owner:"ngn"},applescript:{title:"AppleScript",owner:"Golmote"},aql:{title:"AQL",owner:"RunDevelopment"},arduino:{title:"Arduino",require:"cpp",alias:"ino",owner:"dkern"},arff:{title:"ARFF",owner:"Golmote"},armasm:{title:"ARM Assembly",alias:"arm-asm",owner:"RunDevelopment"},arturo:{title:"Arturo",alias:"art",optional:["bash","css","javascript","markup","markdown","sql"],owner:"drkameleon"},asciidoc:{alias:"adoc",title:"AsciiDoc",owner:"Golmote"},aspnet:{title:"ASP.NET (C#)",require:["markup","csharp"],owner:"nauzilus"},asm6502:{title:"6502 Assembly",owner:"kzurawel"},asmatmel:{title:"Atmel AVR Assembly",owner:"cerkit"},autohotkey:{title:"AutoHotkey",owner:"aviaryan"},autoit:{title:"AutoIt",owner:"Golmote"},avisynth:{title:"AviSynth",alias:"avs",owner:"Zinfidel"},"avro-idl":{title:"Avro IDL",alias:"avdl",owner:"RunDevelopment"},awk:{title:"AWK",alias:"gawk",aliasTitles:{gawk:"GAWK"},owner:"RunDevelopment"},bash:{title:"Bash",alias:["sh","shell"],aliasTitles:{sh:"Shell",shell:"Shell"},owner:"zeitgeist87"},basic:{title:"BASIC",owner:"Golmote"},batch:{title:"Batch",owner:"Golmote"},bbcode:{title:"BBcode",alias:"shortcode",aliasTitles:{shortcode:"Shortcode"},owner:"RunDevelopment"},bbj:{title:"BBj",owner:"hyyan"},bicep:{title:"Bicep",owner:"johnnyreilly"},birb:{title:"Birb",require:"clike",owner:"Calamity210"},bison:{title:"Bison",require:"c",owner:"Golmote"},bnf:{title:"BNF",alias:"rbnf",aliasTitles:{rbnf:"RBNF"},owner:"RunDevelopment"},bqn:{title:"BQN",owner:"yewscion"},brainfuck:{title:"Brainfuck",owner:"Golmote"},brightscript:{title:"BrightScript",owner:"RunDevelopment"},bro:{title:"Bro",owner:"wayward710"},bsl:{title:"BSL (1C:Enterprise)",alias:"oscript",aliasTitles:{oscript:"OneScript"},owner:"Diversus23"},c:{title:"C",require:"clike",owner:"zeitgeist87"},csharp:{title:"C#",require:"clike",alias:["cs","dotnet"],owner:"mvalipour"},cpp:{title:"C++",require:"c",owner:"zeitgeist87"},cfscript:{title:"CFScript",require:"clike",alias:"cfc",owner:"mjclemente"},chaiscript:{title:"ChaiScript",require:["clike","cpp"],owner:"RunDevelopment"},cil:{title:"CIL",owner:"sbrl"},cilkc:{title:"Cilk/C",require:"c",alias:"cilk-c",owner:"OpenCilk"},cilkcpp:{title:"Cilk/C++",require:"cpp",alias:["cilk-cpp","cilk"],owner:"OpenCilk"},clojure:{title:"Clojure",owner:"troglotit"},cmake:{title:"CMake",owner:"mjrogozinski"},cobol:{title:"COBOL",owner:"RunDevelopment"},coffeescript:{title:"CoffeeScript",require:"javascript",alias:"coffee",owner:"R-osey"},concurnas:{title:"Concurnas",alias:"conc",owner:"jasontatton"},csp:{title:"Content-Security-Policy",owner:"ScottHelme"},cooklang:{title:"Cooklang",owner:"ahue"},coq:{title:"Coq",owner:"RunDevelopment"},crystal:{title:"Crystal",require:"ruby",owner:"MakeNowJust"},"css-extras":{title:"CSS Extras",require:"css",modify:"css",owner:"milesj"},csv:{title:"CSV",owner:"RunDevelopment"},cue:{title:"CUE",owner:"RunDevelopment"},cypher:{title:"Cypher",owner:"RunDevelopment"},d:{title:"D",require:"clike",owner:"Golmote"},dart:{title:"Dart",require:"clike",owner:"Golmote"},dataweave:{title:"DataWeave",owner:"machaval"},dax:{title:"DAX",owner:"peterbud"},dhall:{title:"Dhall",owner:"RunDevelopment"},diff:{title:"Diff",owner:"uranusjr"},django:{title:"Django/Jinja2",require:"markup-templating",alias:"jinja2",owner:"romanvm"},"dns-zone-file":{title:"DNS zone file",owner:"RunDevelopment",alias:"dns-zone"},docker:{title:"Docker",alias:"dockerfile",owner:"JustinBeckwith"},dot:{title:"DOT (Graphviz)",alias:"gv",optional:"markup",owner:"RunDevelopment"},ebnf:{title:"EBNF",owner:"RunDevelopment"},editorconfig:{title:"EditorConfig",owner:"osipxd"},eiffel:{title:"Eiffel",owner:"Conaclos"},ejs:{title:"EJS",require:["javascript","markup-templating"],owner:"RunDevelopment",alias:"eta",aliasTitles:{eta:"Eta"}},elixir:{title:"Elixir",owner:"Golmote"},elm:{title:"Elm",owner:"zwilias"},etlua:{title:"Embedded Lua templating",require:["lua","markup-templating"],owner:"RunDevelopment"},erb:{title:"ERB",require:["ruby","markup-templating"],owner:"Golmote"},erlang:{title:"Erlang",owner:"Golmote"},"excel-formula":{title:"Excel Formula",alias:["xlsx","xls"],owner:"RunDevelopment"},fsharp:{title:"F#",require:"clike",owner:"simonreynolds7"},factor:{title:"Factor",owner:"catb0t"},false:{title:"False",owner:"edukisto"},"firestore-security-rules":{title:"Firestore security rules",require:"clike",owner:"RunDevelopment"},flow:{title:"Flow",require:"javascript",owner:"Golmote"},fortran:{title:"Fortran",owner:"Golmote"},ftl:{title:"FreeMarker Template Language",require:"markup-templating",owner:"RunDevelopment"},gml:{title:"GameMaker Language",alias:"gamemakerlanguage",require:"clike",owner:"LiarOnce"},gap:{title:"GAP (CAS)",owner:"RunDevelopment"},gcode:{title:"G-code",owner:"RunDevelopment"},gdscript:{title:"GDScript",owner:"RunDevelopment"},gedcom:{title:"GEDCOM",owner:"Golmote"},gettext:{title:"gettext",alias:"po",owner:"RunDevelopment"},gherkin:{title:"Gherkin",owner:"hason"},git:{title:"Git",owner:"lgiraudel"},glsl:{title:"GLSL",require:"c",owner:"Golmote"},gn:{title:"GN",alias:"gni",owner:"RunDevelopment"},"linker-script":{title:"GNU Linker Script",alias:"ld",owner:"RunDevelopment"},go:{title:"Go",require:"clike",owner:"arnehormann"},"go-module":{title:"Go module",alias:"go-mod",owner:"RunDevelopment"},gradle:{title:"Gradle",require:"clike",owner:"zeabdelkhalek-badido18"},graphql:{title:"GraphQL",optional:"markdown",owner:"Golmote"},groovy:{title:"Groovy",require:"clike",owner:"robfletcher"},haml:{title:"Haml",require:"ruby",optional:["css","css-extras","coffeescript","erb","javascript","less","markdown","scss","textile"],owner:"Golmote"},handlebars:{title:"Handlebars",require:"markup-templating",alias:["hbs","mustache"],aliasTitles:{mustache:"Mustache"},owner:"Golmote"},haskell:{title:"Haskell",alias:"hs",owner:"bholst"},haxe:{title:"Haxe",require:"clike",optional:"regex",owner:"Golmote"},hcl:{title:"HCL",owner:"outsideris"},hlsl:{title:"HLSL",require:"c",owner:"RunDevelopment"},hoon:{title:"Hoon",owner:"matildepark"},http:{title:"HTTP",optional:["csp","css","hpkp","hsts","javascript","json","markup","uri"],owner:"danielgtaylor"},hpkp:{title:"HTTP Public-Key-Pins",owner:"ScottHelme"},hsts:{title:"HTTP Strict-Transport-Security",owner:"ScottHelme"},ichigojam:{title:"IchigoJam",owner:"BlueCocoa"},icon:{title:"Icon",owner:"Golmote"},"icu-message-format":{title:"ICU Message Format",owner:"RunDevelopment"},idris:{title:"Idris",alias:"idr",owner:"KeenS",require:"haskell"},ignore:{title:".ignore",owner:"osipxd",alias:["gitignore","hgignore","npmignore"],aliasTitles:{gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore"}},inform7:{title:"Inform 7",owner:"Golmote"},ini:{title:"Ini",owner:"aviaryan"},io:{title:"Io",owner:"AlesTsurko"},j:{title:"J",owner:"Golmote"},java:{title:"Java",require:"clike",owner:"sherblot"},javadoc:{title:"JavaDoc",require:["markup","java","javadoclike"],modify:"java",optional:"scala",owner:"RunDevelopment"},javadoclike:{title:"JavaDoc-like",modify:["java","javascript","php"],owner:"RunDevelopment"},javastacktrace:{title:"Java stack trace",owner:"RunDevelopment"},jexl:{title:"Jexl",owner:"czosel"},jolie:{title:"Jolie",require:"clike",owner:"thesave"},jq:{title:"JQ",owner:"RunDevelopment"},jsdoc:{title:"JSDoc",require:["javascript","javadoclike","typescript"],modify:"javascript",optional:["actionscript","coffeescript"],owner:"RunDevelopment"},"js-extras":{title:"JS Extras",require:"javascript",modify:"javascript",optional:["actionscript","coffeescript","flow","n4js","typescript"],owner:"RunDevelopment"},json:{title:"JSON",alias:"webmanifest",aliasTitles:{webmanifest:"Web App Manifest"},owner:"CupOfTea696"},json5:{title:"JSON5",require:"json",owner:"RunDevelopment"},jsonp:{title:"JSONP",require:"json",owner:"RunDevelopment"},jsstacktrace:{title:"JS stack trace",owner:"sbrl"},"js-templates":{title:"JS Templates",require:"javascript",modify:"javascript",optional:["css","css-extras","graphql","markdown","markup","sql"],owner:"RunDevelopment"},julia:{title:"Julia",owner:"cdagnino"},keepalived:{title:"Keepalived Configure",owner:"dev-itsheng"},keyman:{title:"Keyman",owner:"mcdurdin"},kotlin:{title:"Kotlin",alias:["kt","kts"],aliasTitles:{kts:"Kotlin Script"},require:"clike",owner:"Golmote"},kumir:{title:"KuMir (\u041a\u0443\u041c\u0438\u0440)",alias:"kum",owner:"edukisto"},kusto:{title:"Kusto",owner:"RunDevelopment"},latex:{title:"LaTeX",alias:["tex","context"],aliasTitles:{tex:"TeX",context:"ConTeXt"},owner:"japborst"},latte:{title:"Latte",require:["clike","markup-templating","php"],owner:"nette"},less:{title:"Less",require:"css",optional:"css-extras",owner:"Golmote"},lilypond:{title:"LilyPond",require:"scheme",alias:"ly",owner:"RunDevelopment"},liquid:{title:"Liquid",require:"markup-templating",owner:"cinhtau"},lisp:{title:"Lisp",alias:["emacs","elisp","emacs-lisp"],owner:"JuanCaicedo"},livescript:{title:"LiveScript",owner:"Golmote"},llvm:{title:"LLVM IR",owner:"porglezomp"},log:{title:"Log file",optional:"javastacktrace",owner:"RunDevelopment"},lolcode:{title:"LOLCODE",owner:"Golmote"},lua:{title:"Lua",owner:"Golmote"},magma:{title:"Magma (CAS)",owner:"RunDevelopment"},makefile:{title:"Makefile",owner:"Golmote"},markdown:{title:"Markdown",require:"markup",optional:"yaml",alias:"md",owner:"Golmote"},"markup-templating":{title:"Markup templating",require:"markup",owner:"Golmote"},mata:{title:"Mata",owner:"RunDevelopment"},matlab:{title:"MATLAB",owner:"Golmote"},maxscript:{title:"MAXScript",owner:"RunDevelopment"},mel:{title:"MEL",owner:"Golmote"},mermaid:{title:"Mermaid",owner:"RunDevelopment"},metafont:{title:"METAFONT",owner:"LaeriExNihilo"},mizar:{title:"Mizar",owner:"Golmote"},mongodb:{title:"MongoDB",owner:"airs0urce",require:"javascript"},monkey:{title:"Monkey",owner:"Golmote"},moonscript:{title:"MoonScript",alias:"moon",owner:"RunDevelopment"},n1ql:{title:"N1QL",owner:"TMWilds"},n4js:{title:"N4JS",require:"javascript",optional:"jsdoc",alias:"n4jsd",owner:"bsmith-n4"},"nand2tetris-hdl":{title:"Nand To Tetris HDL",owner:"stephanmax"},naniscript:{title:"Naninovel Script",owner:"Elringus",alias:"nani"},nasm:{title:"NASM",owner:"rbmj"},neon:{title:"NEON",owner:"nette"},nevod:{title:"Nevod",owner:"nezaboodka"},nginx:{title:"nginx",owner:"volado"},nim:{title:"Nim",owner:"Golmote"},nix:{title:"Nix",owner:"Golmote"},nsis:{title:"NSIS",owner:"idleberg"},objectivec:{title:"Objective-C",require:"c",alias:"objc",owner:"uranusjr"},ocaml:{title:"OCaml",owner:"Golmote"},odin:{title:"Odin",owner:"edukisto"},opencl:{title:"OpenCL",require:"c",modify:["c","cpp"],owner:"Milania1"},openqasm:{title:"OpenQasm",alias:"qasm",owner:"RunDevelopment"},oz:{title:"Oz",owner:"Golmote"},parigp:{title:"PARI/GP",owner:"Golmote"},parser:{title:"Parser",require:"markup",owner:"Golmote"},pascal:{title:"Pascal",alias:"objectpascal",aliasTitles:{objectpascal:"Object Pascal"},owner:"Golmote"},pascaligo:{title:"Pascaligo",owner:"DefinitelyNotAGoat"},psl:{title:"PATROL Scripting Language",owner:"bertysentry"},pcaxis:{title:"PC-Axis",alias:"px",owner:"RunDevelopment"},peoplecode:{title:"PeopleCode",alias:"pcode",owner:"RunDevelopment"},perl:{title:"Perl",owner:"Golmote"},php:{title:"PHP",require:"markup-templating",owner:"milesj"},phpdoc:{title:"PHPDoc",require:["php","javadoclike"],modify:"php",owner:"RunDevelopment"},"php-extras":{title:"PHP Extras",require:"php",modify:"php",owner:"milesj"},"plant-uml":{title:"PlantUML",alias:"plantuml",owner:"RunDevelopment"},plsql:{title:"PL/SQL",require:"sql",owner:"Golmote"},powerquery:{title:"PowerQuery",alias:["pq","mscript"],owner:"peterbud"},powershell:{title:"PowerShell",owner:"nauzilus"},processing:{title:"Processing",require:"clike",owner:"Golmote"},prolog:{title:"Prolog",owner:"Golmote"},promql:{title:"PromQL",owner:"arendjr"},properties:{title:".properties",owner:"Golmote"},protobuf:{title:"Protocol Buffers",require:"clike",owner:"just-boris"},pug:{title:"Pug",require:["markup","javascript"],optional:["coffeescript","ejs","handlebars","less","livescript","markdown","scss","stylus","twig"],owner:"Golmote"},puppet:{title:"Puppet",owner:"Golmote"},pure:{title:"Pure",optional:["c","cpp","fortran"],owner:"Golmote"},purebasic:{title:"PureBasic",require:"clike",alias:"pbfasm",owner:"HeX0R101"},purescript:{title:"PureScript",require:"haskell",alias:"purs",owner:"sriharshachilakapati"},python:{title:"Python",alias:"py",owner:"multipetros"},qsharp:{title:"Q#",require:"clike",alias:"qs",owner:"fedonman"},q:{title:"Q (kdb+ database)",owner:"Golmote"},qml:{title:"QML",require:"javascript",owner:"RunDevelopment"},qore:{title:"Qore",require:"clike",owner:"temnroegg"},r:{title:"R",owner:"Golmote"},racket:{title:"Racket",require:"scheme",alias:"rkt",owner:"RunDevelopment"},cshtml:{title:"Razor C#",alias:"razor",require:["markup","csharp"],optional:["css","css-extras","javascript","js-extras"],owner:"RunDevelopment"},jsx:{title:"React JSX",require:["markup","javascript"],optional:["jsdoc","js-extras","js-templates"],owner:"vkbansal"},tsx:{title:"React TSX",require:["jsx","typescript"]},reason:{title:"Reason",require:"clike",owner:"Golmote"},regex:{title:"Regex",owner:"RunDevelopment"},rego:{title:"Rego",owner:"JordanSh"},renpy:{title:"Ren'py",alias:"rpy",owner:"HyuchiaDiego"},rescript:{title:"ReScript",alias:"res",owner:"vmarcosp"},rest:{title:"reST (reStructuredText)",owner:"Golmote"},rip:{title:"Rip",owner:"ravinggenius"},roboconf:{title:"Roboconf",owner:"Golmote"},robotframework:{title:"Robot Framework",alias:"robot",owner:"RunDevelopment"},ruby:{title:"Ruby",require:"clike",alias:"rb",owner:"samflores"},rust:{title:"Rust",owner:"Golmote"},sas:{title:"SAS",optional:["groovy","lua","sql"],owner:"Golmote"},sass:{title:"Sass (Sass)",require:"css",optional:"css-extras",owner:"Golmote"},scss:{title:"Sass (SCSS)",require:"css",optional:"css-extras",owner:"MoOx"},scala:{title:"Scala",require:"java",owner:"jozic"},scheme:{title:"Scheme",owner:"bacchus123"},"shell-session":{title:"Shell session",require:"bash",alias:["sh-session","shellsession"],owner:"RunDevelopment"},smali:{title:"Smali",owner:"RunDevelopment"},smalltalk:{title:"Smalltalk",owner:"Golmote"},smarty:{title:"Smarty",require:"markup-templating",optional:"php",owner:"Golmote"},sml:{title:"SML",alias:"smlnj",aliasTitles:{smlnj:"SML/NJ"},owner:"RunDevelopment"},solidity:{title:"Solidity (Ethereum)",alias:"sol",require:"clike",owner:"glachaud"},"solution-file":{title:"Solution file",alias:"sln",owner:"RunDevelopment"},soy:{title:"Soy (Closure Template)",require:"markup-templating",owner:"Golmote"},sparql:{title:"SPARQL",require:"turtle",owner:"Triply-Dev",alias:"rq"},"splunk-spl":{title:"Splunk SPL",owner:"RunDevelopment"},sqf:{title:"SQF: Status Quo Function (Arma 3)",require:"clike",owner:"RunDevelopment"},sql:{title:"SQL",owner:"multipetros"},squirrel:{title:"Squirrel",require:"clike",owner:"RunDevelopment"},stan:{title:"Stan",owner:"RunDevelopment"},stata:{title:"Stata Ado",require:["mata","java","python"],owner:"RunDevelopment"},iecst:{title:"Structured Text (IEC 61131-3)",owner:"serhioromano"},stylus:{title:"Stylus",owner:"vkbansal"},supercollider:{title:"SuperCollider",alias:"sclang",owner:"RunDevelopment"},swift:{title:"Swift",owner:"chrischares"},systemd:{title:"Systemd configuration file",owner:"RunDevelopment"},"t4-templating":{title:"T4 templating",owner:"RunDevelopment"},"t4-cs":{title:"T4 Text Templates (C#)",require:["t4-templating","csharp"],alias:"t4",owner:"RunDevelopment"},"t4-vb":{title:"T4 Text Templates (VB)",require:["t4-templating","vbnet"],owner:"RunDevelopment"},tap:{title:"TAP",owner:"isaacs",require:"yaml"},tcl:{title:"Tcl",owner:"PeterChaplin"},tt2:{title:"Template Toolkit 2",require:["clike","markup-templating"],owner:"gflohr"},textile:{title:"Textile",require:"markup",optional:"css",owner:"Golmote"},toml:{title:"TOML",owner:"RunDevelopment"},tremor:{title:"Tremor",alias:["trickle","troy"],owner:"darach",aliasTitles:{trickle:"trickle",troy:"troy"}},turtle:{title:"Turtle",alias:"trig",aliasTitles:{trig:"TriG"},owner:"jakubklimek"},twig:{title:"Twig",require:"markup-templating",owner:"brandonkelly"},typescript:{title:"TypeScript",require:"javascript",optional:"js-templates",alias:"ts",owner:"vkbansal"},typoscript:{title:"TypoScript",alias:"tsconfig",aliasTitles:{tsconfig:"TSConfig"},owner:"dkern"},unrealscript:{title:"UnrealScript",alias:["uscript","uc"],owner:"RunDevelopment"},uorazor:{title:"UO Razor Script",owner:"jaseowns"},uri:{title:"URI",alias:"url",aliasTitles:{url:"URL"},owner:"RunDevelopment"},v:{title:"V",require:"clike",owner:"taggon"},vala:{title:"Vala",require:"clike",optional:"regex",owner:"TemplarVolk"},vbnet:{title:"VB.Net",require:"basic",owner:"Bigsby"},velocity:{title:"Velocity",require:"markup",owner:"Golmote"},verilog:{title:"Verilog",owner:"a-rey"},vhdl:{title:"VHDL",owner:"a-rey"},vim:{title:"vim",owner:"westonganger"},"visual-basic":{title:"Visual Basic",alias:["vb","vba"],aliasTitles:{vba:"VBA"},owner:"Golmote"},warpscript:{title:"WarpScript",owner:"RunDevelopment"},wasm:{title:"WebAssembly",owner:"Golmote"},"web-idl":{title:"Web IDL",alias:"webidl",owner:"RunDevelopment"},wgsl:{title:"WGSL",owner:"Dr4gonthree"},wiki:{title:"Wiki markup",require:"markup",owner:"Golmote"},wolfram:{title:"Wolfram language",alias:["mathematica","nb","wl"],aliasTitles:{mathematica:"Mathematica",nb:"Mathematica Notebook"},owner:"msollami"},wren:{title:"Wren",owner:"clsource"},xeora:{title:"Xeora",require:"markup",alias:"xeoracube",aliasTitles:{xeoracube:"XeoraCube"},owner:"freakmaxi"},"xml-doc":{title:"XML doc (.net)",require:"markup",modify:["csharp","fsharp","vbnet"],owner:"RunDevelopment"},xojo:{title:"Xojo (REALbasic)",owner:"Golmote"},xquery:{title:"XQuery",require:"markup",owner:"Golmote"},yaml:{title:"YAML",alias:"yml",owner:"hason"},yang:{title:"YANG",owner:"RunDevelopment"},zig:{title:"Zig",owner:"RunDevelopment"}},plugins:{meta:{path:"plugins/{id}/prism-{id}",link:"plugins/{id}/"},"line-highlight":{title:"Line Highlight",description:"Highlights specific lines and/or line ranges."},"line-numbers":{title:"Line Numbers",description:"Line number at the beginning of code lines.",owner:"kuba-kubula"},"show-invisibles":{title:"Show Invisibles",description:"Show hidden characters such as tabs and line breaks.",optional:["autolinker","data-uri-highlight"]},autolinker:{title:"Autolinker",description:"Converts URLs and emails in code to clickable links. Parses Markdown links in comments."},wpd:{title:"WebPlatform Docs",description:'Makes tokens link to WebPlatform.org documentation. The links open in a new tab.'},"custom-class":{title:"Custom Class",description:"This plugin allows you to prefix Prism's default classes (.comment can become .namespace--comment) or replace them with your defined ones (like .editor__comment). You can even add new classes.",owner:"dvkndn",noCSS:!0},"file-highlight":{title:"File Highlight",description:"Fetch external files and highlight them with Prism. Used on the Prism website itself.",noCSS:!0},"show-language":{title:"Show Language",description:"Display the highlighted language in code blocks (inline code does not show the label).",owner:"nauzilus",noCSS:!0,require:"toolbar"},"jsonp-highlight":{title:"JSONP Highlight",description:"Fetch content with JSONP and highlight some interesting content (e.g. GitHub/Gists or Bitbucket API).",noCSS:!0,owner:"nauzilus"},"highlight-keywords":{title:"Highlight Keywords",description:"Adds special CSS classes for each keyword for fine-grained highlighting.",owner:"vkbansal",noCSS:!0},"remove-initial-line-feed":{title:"Remove initial line feed",description:"Removes the initial line feed in code blocks.",owner:"Golmote",noCSS:!0},"inline-color":{title:"Inline color",description:"Adds a small inline preview for colors in style sheets.",require:"css-extras",owner:"RunDevelopment"},previewers:{title:"Previewers",description:"Previewers for angles, colors, gradients, easing and time.",require:"css-extras",owner:"Golmote"},autoloader:{title:"Autoloader",description:"Automatically loads the needed languages to highlight the code blocks.",owner:"Golmote",noCSS:!0},"keep-markup":{title:"Keep Markup",description:"Prevents custom markup from being dropped out during highlighting.",owner:"Golmote",optional:"normalize-whitespace",noCSS:!0},"command-line":{title:"Command Line",description:"Display a command line with a prompt and, optionally, the output/response from the commands.",owner:"chriswells0"},"unescaped-markup":{title:"Unescaped Markup",description:"Write markup without having to escape anything."},"normalize-whitespace":{title:"Normalize Whitespace",description:"Supports multiple operations to normalize whitespace in code blocks.",owner:"zeitgeist87",optional:"unescaped-markup",noCSS:!0},"data-uri-highlight":{title:"Data-URI Highlight",description:"Highlights data-URI contents.",owner:"Golmote",noCSS:!0},toolbar:{title:"Toolbar",description:"Attach a toolbar for plugins to easily register buttons on the top of a code block.",owner:"mAAdhaTTah"},"copy-to-clipboard":{title:"Copy to Clipboard Button",description:"Add a button that copies the code block to the clipboard when clicked.",owner:"mAAdhaTTah",require:"toolbar",noCSS:!0},"download-button":{title:"Download Button",description:"A button in the toolbar of a code block adding a convenient way to download a code file.",owner:"Golmote",require:"toolbar",noCSS:!0},"match-braces":{title:"Match braces",description:"Highlights matching braces.",owner:"RunDevelopment"},"diff-highlight":{title:"Diff Highlight",description:"Highlights the code inside diff blocks.",owner:"RunDevelopment",require:"diff"},"filter-highlight-all":{title:"Filter highlightAll",description:"Filters the elements the highlightAll and highlightAllUnder methods actually highlight.",owner:"RunDevelopment",noCSS:!0},treeview:{title:"Treeview",description:"A language with special styles to highlight file system tree structures.",owner:"Golmote"}}})},2885:(e,t,n)=>{const a=n(29901),r=n(39642),i=new Set;function c(e){void 0===e?e=Object.keys(a.languages).filter((e=>"meta"!=e)):Array.isArray(e)||(e=[e]);const t=[...i,...Object.keys(Prism.languages)];r(a,e,t).load((e=>{if(!(e in a.languages))return void(c.silent||console.warn("Language does not exist: "+e));const t="./prism-"+e;delete n.c[n(16500).resolve(t)],delete Prism.languages[e],n(16500)(t),i.add(e)}))}c.silent=!1,e.exports=c},6726:(e,t,n)=>{var a={"./":2885};function r(e){var t=i(e);return n(t)}function i(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=i,e.exports=r,r.id=6726},16500:(e,t,n)=>{var a={"./":2885};function r(e){var t=i(e);return n(t)}function i(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=i,e.exports=r,r.id=16500},39642:e=>{"use strict";var t=function(){var e=function(){};function t(e,t){Array.isArray(e)?e.forEach(t):null!=e&&t(e,0)}function n(e){for(var t={},n=0,a=e.length;n "));var o={},s=e[a];if(s){function d(t){if(!(t in e))throw new Error(a+" depends on an unknown component "+t);if(!(t in o))for(var c in r(t,i),o[t]=!0,n[t])o[c]=!0}t(s.require,d),t(s.optional,d),t(s.modify,d)}n[a]=o,i.pop()}}return function(e){var t=n[e];return t||(r(e,a),t=n[e]),t}}function r(e){for(var t in e)return!0;return!1}return function(i,c,o){var s=function(e){var t={};for(var n in e){var a=e[n];for(var r in a)if("meta"!=r){var i=a[r];t[r]="string"==typeof i?{title:i}:i}}return t}(i),d=function(e){var n;return function(a){if(a in e)return a;if(!n)for(var r in n={},e){var i=e[r];t(i&&i.alias,(function(t){if(t in n)throw new Error(t+" cannot be alias for both "+r+" and "+n[t]);if(t in e)throw new Error(t+" cannot be alias of "+r+" because it is a component.");n[t]=r}))}return n[a]||a}}(s);c=c.map(d),o=(o||[]).map(d);var p=n(c),u=n(o);c.forEach((function e(n){var a=s[n];t(a&&a.require,(function(t){t in u||(p[t]=!0,e(t))}))}));for(var l,f=a(s),m=p;r(m);){for(var b in l={},m){var h=s[b];t(h&&h.modify,(function(e){e in u&&(l[e]=!0)}))}for(var g in u)if(!(g in p))for(var y in f(g))if(y in p){l[g]=!0;break}for(var j in m=l)p[j]=!0}var v={getIds:function(){var e=[];return v.load((function(t){e.push(t)})),e},load:function(t,n){return function(t,n,a,r){var i=r?r.series:void 0,c=r?r.parallel:e,o={},s={};function d(e){if(e in o)return o[e];s[e]=!0;var r,p=[];for(var u in t(e))u in n&&p.push(u);if(0===p.length)r=a(e);else{var l=c(p.map((function(e){var t=d(e);return delete s[e],t})));i?r=i(l,(function(){return a(e)})):a(e)}return o[e]=r}for(var p in n)d(p);var u=[];for(var l in s)u.push(o[l]);return c(u)}(f,p,t,n)}};return v}}();e.exports=t},92703:(e,t,n)=>{"use strict";var a=n(50414);function r(){}function i(){}i.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,i,c){if(c!==a){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return n.PropTypes=n,n}},45697:(e,t,n)=>{e.exports=n(92703)()},50414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},64448:(e,t,n)=>{"use strict";var a=n(67294),r=n(27418),i=n(63840);function c(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n