Adds a KYC Agreement based upon the supplied Client and other details.

If the same Client and other details link to a live Agreement, the same details will be returned.

Syntax

finBankInterfaceSplit.CreateKycAgreementFromClient(client, paymentMethod, name, bankAccountSortCode, bankAccountNumber, email, consentObtained, contactId)

Parameters

NameTypeOptionalByRefDescription
client finClient The Client.
paymentMethod finPaymentMethodRO
name String ByRef If not specified will use the Client's Name. The Name used will be returned.
bankAccountSortCode String
bankAccountNumber String
email String ByRef If not specified will use the main Client's email. The Email used will be returned.
consentObtained Boolean You must pass True to add a KYC Agreement.
contactId String ByRef

Return Value

Boolean

A Boolean indicating Success.

Member of:
finBankInterfaceSplit
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0