Mayson Monorepo Documentation
    Preparing search index...

    Interface OAuthDeauthorization

    interface OAuthDeauthorization {
        stripe_user_id: string;
    }
    Index

    Properties

    Properties

    stripe_user_id: string

    The unique id of the account you have revoked access to, as a string. This is the same as the stripe_user_id you passed in. If this is returned, the revocation was successful.