Skip to main content

CreatePaymentConsentRequestInput

No description

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

Fields

nonce ● String! non-null scalar

payerInformation ● PayerInformationInput input

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

paymentMethods ● PaymentConsentMethodsInput! non-null input