DisbursementCreateRecipientAccountHolderDetailsInput
Details which identify the recipient of the disbursement.
input DisbursementCreateRecipientAccountHolderDetailsInput {
name: String
email: EmailAddress
phoneNumber: String
payeeId: String
}
Fields
DisbursementCreateRecipientAccountHolderDetailsInput.name ● String scalar
The name of the recipient Any numeric and alpha-numeric value is accepted. However, name length may be truncated according to the banking guidelines
DisbursementCreateRecipientAccountHolderDetailsInput.email ● EmailAddress scalar
Email address of the recipient. Either email or phone number must be supplied.
DisbursementCreateRecipientAccountHolderDetailsInput.phoneNumber ● String scalar
Phone number of the recipient. Either email or phone number must be supplied.
DisbursementCreateRecipientAccountHolderDetailsInput.payeeId ● String scalar
The client's internal identifier for the user.