Mayson Monorepo Documentation
    Preparing search index...
    interface EndUserDetails {
        ip_address?: string;
        present: boolean;
    }
    Index

    Properties

    Properties

    ip_address?: string

    IP address of the user initiating the OutboundPayment. Must be supplied if present is set to true.

    present: boolean

    True if the OutboundPayment creation request is being made on behalf of an end user by a platform. Otherwise, false.