Mayson Monorepo Documentation
    Preparing search index...
    interface CustomerNotification {
        approval_requested: boolean;
        completes_at: number;
    }
    Index

    Properties

    approval_requested: boolean

    Whether customer approval has been requested for this payment. For payments greater than INR 15000 or mandate amount, the customer must provide explicit approval of the payment with their bank.

    completes_at: number

    If customer approval is required, they need to provide approval before this time.