Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentGateway

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:payment_gateway"
links: { fx:payment_method_sets: PaymentMethodSets; fx:store: Backend.Rels.Store; self: PaymentGateway }

Type declaration

props: { account_id: string; account_key: string; additional_fields: string; config_3d_secure: "" | "all_cards" | "maestro_only" | "all_cards_require_valid_response" | "maestro_only_require_valid_response"; date_created: null | string; date_modified: null | string; description: string; test_account_id: string; test_account_key: string; test_third_party_key: string; third_party_key: string; type: string }

Type declaration

  • account_id: string

    Your payment gateway account id. To view the specific description of this field for the given payment gateway, see payment_gateways property helper id_description field.

  • account_key: string

    Your payment gateway account key. To view the specific description of this field for the given payment gateway, see payment_gateways property helper key_description field.

  • additional_fields: string

    Additional configuration details specific to each payment gateway.

  • config_3d_secure: "" | "all_cards" | "maestro_only" | "all_cards_require_valid_response" | "maestro_only_require_valid_response"

    Configuration settings for 3D Secure.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    Description of this payment gateway

  • test_account_id: string

    Your test payment gateway account id. To view the specific description of this field for the given payment gateway, see payment_gateways property helper id_description field.

  • test_account_key: string

    Your test payment gateway account key. To view the specific description of this field for the given payment gateway, see payment_gateways property helper key_description field.

  • test_third_party_key: string

    Your test payment gateway third party key. To view the specific description of this field for the given payment gateway, see payment_gateways property helper third_party_key_description field.

  • third_party_key: string

    Your payment gateway third party key. To view the specific description of this field for the given payment gateway, see payment_gateways property helper third_party_key_description field.

  • type: string

    Valid payment gateway type.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc