Loading...
Loading...
Use when creating or changing a Bagisto payment method — a payment class, the payment methods config, the checkout redirect and callback flow, or integrating a gateway such as Stripe or PayPal. Trigger phrases include "payment", "payment method", "payment gateway", "Stripe", "PayPal", "Razorpay", "checkout payment", "redirect", "webhook".
npx skill4agent add bagisto/agent-skills bagisto-payment-method-development| Component | Purpose | Location |
|---|---|---|
| Payment Methods Configuration | Defines payment method properties | |
| Payment Classes | Contains payment processing logic | |
| System Configuration | Admin interface forms | |
| Service Provider | Registers payment method | |
| File | Load when |
|---|---|
| implementation.md | Building a payment method — the step-by-step guide |
| payment-api.md | The base payment class and the methods to override |
| reference.md | Built-in methods, best practices, a complex integration example, package layout, testing, pitfalls |