PayFanout API reference
    Preparing search index...

    Interface AdyenWebhookBasicAuth

    Basic-auth credentials configured on the Adyen webhook endpoint.

    interface AdyenWebhookBasicAuth {
        password: string;
        username: string;
    }
    Index
    password: string
    username: string