Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface AppleBcCredentials

    If you are including the Apple Business Chat channel in the channel_identifier property, you must include this object.

    interface AppleBcCredentials {
        apple_pay_certificate_password?: string;
        apple_pay_certificate_reference?: string;
        business_chat_account_id: string;
        merchant_id?: string;
    }
    Index

    Properties

    apple_pay_certificate_password?: string

    Required if our client wants to use Apple Pay.

    apple_pay_certificate_reference?: string

    Required if our client wants to use Apple Pay.

    business_chat_account_id: string

    The ID that identifies a Business Chat Account (BCA).

    merchant_id?: string

    Required if our client wants to use Apple Pay.