@cfxlabsinc/b2b-services
    Preparing search index...
    type CreateEscrowTransferRequestInput = {
        amount: BigNumber;
        customerId: string;
        message?: string;
        payUrl?: string;
        recipientPhone: string;
        senderId: string;
        senderPhone: string;
        tokenSymbol: string;
    }
    Index

    Properties

    amount: BigNumber

    Human-decimal amount (e.g. 1.31), per the financial-services BigNumber convention. Persisted as the decimal value.

    customerId: string
    message?: string
    payUrl?: string

    Optional caller-supplied "tap to pay" link for the recipient SMS. Shortened via the short-URL service and embedded as the CTA. Not persisted on the request row — it only feeds the create-time notification.

    recipientPhone: string
    senderId: string

    Customer-scoped identity id of the requester.

    senderPhone: string

    Requester's E.164 phone — shown to the recipient; the self-send guard compares it against recipientPhone.

    tokenSymbol: string