INPUT_OBJECT

ZoozSettingsCreateOrUpdateMutationInput

Autogenerated input type of ZoozSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input ZoozSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Zooz App ID.
  • appId: String!
  • # Zooz public key
  • publicKey: String!
  • # Zooz private key
  • privateKey: String!
  • # PayU API login used to fetch a list of banks for PSE payments.
  • payUApiLogin: String!
  • # PayU API key used to fetch a list of banks for PSE payments.
  • payUApiKey: String!
  • # URL to redirect the customer to for pending transactions.
  • pendingPaymentConfirmationPageUrl: String
  • # Override the custom merchant fee.
  • overrideCustomMerchantFee: Boolean
  • # Percentage of the order total to be charged for the merchant fee.
  • customMerchantFee: String
  • # Merchant base fee.
  • customMerchantBaseFee: String
  • }