Skip to content

Stripe

.halguru.yamlPaymentGatewayStripe

Represents the Stripe payment gateway configuration.

PaymentGateway:
  Stripe:
    Name: Stripe
    Description: |
      Stripe payment gateway
    PaymentUrl: https://example.com/payment
    SubscriptionId: sub_1OcshjA2PQw3Q9uPIHSY53mz
    SigningSecret: whsec_wYEHFIxGJB2xOGGhjkBhQojDxqqZzbBm

Properties#

Name Type Required Description
Name Text ✔️ The name of the payment gateway.
Description MultilineText The description of the payment gateway.
PaymentUrl Text ✔️ The URL to use for payment processing.
SubscriptionId Text ✔️ The Stripe subscription ID.
SigningSecret Password ✔️ The Stripe signing secret.

Remarks#

This property defines the setup for integration with Stripe as a payment gateway. It includes necessary details such as the payment processing URL, subscription ID, and signing secret, which are required for proper functioning.

Technical Information#

Property Value
Path PaymentGateway.Stripe
Internal Type AgentModels.PaymentGatewayModels.StripePaymentGatewayHalPath
Internal Root Type AgentHalConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-12-05
Autogenerated: Yes
AI powered: Yes
Core version: 1.75.0