You are here

commerce_authnet.schema.yml in Commerce Authorize.Net 8

config/schema/commerce_authnet.schema.yml

File

config/schema/commerce_authnet.schema.yml
View source
  1. commerce_payment.commerce_payment_gateway.plugin.authorizenet_acceptjs:
  2. type: commerce_payment_gateway_configuration
  3. mapping:
  4. api_login:
  5. type: string
  6. label: 'Login ID'
  7. transaction_key:
  8. type: string
  9. label: 'Transaction key'
  10. client_key:
  11. type: string
  12. label: 'Client key'
  13. cca_status:
  14. type: boolean
  15. label: 'Cardinal Cruise Authentication: Status'
  16. cca_api_id:
  17. type: string
  18. label: 'Cardinal Cruise Authentication: API ID'
  19. cca_org_unit_id:
  20. type: string
  21. label: 'TrCardinal Cruise Authentication: Org Unit ID'
  22. cca_api_key:
  23. type: string
  24. label: 'Cardinal Cruise Authentication: API Key'
  25. commerce_payment.commerce_payment_gateway.plugin.authorizenet_echeck:
  26. type: commerce_payment_gateway_configuration
  27. mapping:
  28. api_login:
  29. type: string
  30. label: 'Login ID'
  31. transaction_key:
  32. type: string
  33. label: 'Transaction key'
  34. client_key:
  35. type: string
  36. label: 'Client key'
  37. commerce_payment.commerce_payment_gateway.plugin.authorizenet_visa_checkout:
  38. type: commerce_payment_gateway_configuration
  39. mapping:
  40. api_login:
  41. type: string
  42. label: 'Login ID'
  43. transaction_key:
  44. type: string
  45. label: 'Transaction key'
  46. client_key:
  47. type: string
  48. label: 'Client key'
  49. visa_checkout_api_key:
  50. type: string
  51. label: 'VISA Checkout API key'