Transfer recipient. The API allows recipient identification by both email address and Paysafe customer id.

interface CustomerTransferRecipient {
    customerId?: string;
    email?: string;
}

Properties

Properties

customerId?: string

Customer id.

email?: string

Customer email address.