Skip to main content

CreatePaymentConsentRequestInput

No description

input CreatePaymentConsentRequestInput {
nonce: String!
externalReference: String
payerInformation: PayerInformationInput
paymentMethods: PaymentConsentMethodsInput!
metadata: Json
}

Fields

CreatePaymentConsentRequestInput.nonce ● String! non-null scalar

CreatePaymentConsentRequestInput.externalReference ● String scalar

CreatePaymentConsentRequestInput.payerInformation ● PayerInformationInput input

KYC information of the payer. Certain fields will be required depending on payment methods enabled.

CreatePaymentConsentRequestInput.paymentMethods ● PaymentConsentMethodsInput! non-null input

CreatePaymentConsentRequestInput.metadata ● Json scalar