PayerInformationInput
KYC information for the payer supplied by the client.
input PayerInformationInput {
payerId: String
identifyingDocument: IdentifyingDocumentInput
businessRegistration: BusinessRegistrationInput
mobileNumber: String
email: String
fullName: String
bankAccountNumber: String
accountCreatedDate: String
}
Fields
payerId
● String
scalar
The client's internal identifier for the payer
identifyingDocument
● IdentifyingDocumentInput
input
The payer's national identification document
businessRegistration
● BusinessRegistrationInput
input
The payer's business registration
mobileNumber
● String
scalar
The payer's contact number
email
● String
scalar
The payer's email address
fullName
● String
scalar
The payer's full name
bankAccountNumber
● String
scalar
The payer's bank account number
accountCreatedDate
● String
scalar
The date when the payer's account was created with the client