Mayson Monorepo Documentation
    Preparing search index...
    interface CardAwaitNotification {
        charge_attempt_at: number;
        customer_approval_required: boolean;
    }
    Index

    Properties

    charge_attempt_at: number

    The time that payment will be attempted. If customer approval is required, they need to provide approval before this time.

    customer_approval_required: boolean

    For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required.