DisbursementCreateRecipientAccountHolderDetailsInput
Details which identify the recipient of the disbursement.
input DisbursementCreateRecipientAccountHolderDetailsInput {
name: String
email: EmailAddress
phoneNumber: String
payeeId: String
}
Fields
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
email
● EmailAddress
scalar
Email address of the recipient. Either email or phone number must be supplied.
phoneNumber
● String
scalar
Phone number of the recipient. Either email or phone number must be supplied.
payeeId
● String
scalar
The client's internal identifier for the user.