Skip to content

PaymentUrl

.halguru.yamlPaymentGatewayStripePaymentUrl

Gets or sets the URL used for payment processing.

PaymentGateway:
  Stripe:
    PaymentUrl: https://example.com/payment
Name Description
Title Payment Url
Type Text
Required True
Length 1..2000

Remarks#

This property specifies the endpoint URL for initiating and processing transactions via the configured Stripe payment gateway. It is a required value that ensures accurate routing of payment-related requests to the appropriate server or API. Secure handling of this property is critical to prevent misuse or unauthorized access.

Technical Information#

Property Value
Path PaymentGateway.Stripe.PaymentUrl
Internal Type System.String
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