Stripe
.halguru.yaml ➤ PaymentGateway ➤ Stripe
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
| Name |
Description |
| Title |
Stripe |
| Field Type |
Object |
| Required |
False |
Field List
| 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. |
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.
| Property |
Value |
| Path |
PaymentGateway.Stripe |
| Internal Type |
AgentModels.PaymentGatewayModels.StripePaymentGateway |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |