bc-payments-manage-academy-payment-methods

Manage academy checkout payment methods and set the main currency.

10|46|Updated Jun 16, 2020
One-click install
npx skills add https://github.com/breatheco-de/apiv2 --skill bc-payments-manage-academy-payment-methods
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bc-payments-manage-academy-payment-methods
Source: https://github.com/breatheco-de/apiv2/tree/main/docs/agent-docs/skills/bc-payments-manage-academy-payment-methods
Command: npx skills add https://github.com/breatheco-de/apiv2 --skill bc-payments-manage-academy-payment-methods

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing payment methods within an academy, allowing staff to easily set the main currency and handle the creation, listing, updating, and deprecation of checkout payment methods.

Core Features & Use Cases

  • Main Currency Setup: Configure the primary currency for the academy, a prerequisite for setting up payment methods.
  • Payment Method Management: Create, list, update, or deprecate checkout payment methods, such as credit cards, bank transfers, and manual payments.
  • Stripe Integration: For credit card methods, integrate Stripe credentials and set up the payment method catalog entries.
  • Global vs Academy-Owned Methods: Manage only academy-owned payment methods while being able to view global methods.
  • Multi-step Workflow: A clear and detailed workflow that includes setting the main currency, connecting Stripe (for credit card methods), and creating/update/deprecating payment methods.

Quick Start

Set the main currency for your academy. Then, to create a new payment method, use the 'bc-payments-manage-academy-payment-methods' skill followed by the appropriate command, such as 'create_payment_method' or 'update_payment_method'.

Frequently Asked Questions about bc-payments-manage-academy-payment-methods

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up payment methods for an academy platform?

Academy payment method management involves setting the main currency as a prerequisite, then creating, listing, updating, or deprecating checkout options like credit cards, bank transfers, and manual payments. Credit card methods require Stripe integration.

Do I need Stripe to manage credit card payments for an academy?

Stripe integration is required to manage credit card payment methods for an academy. You must connect Stripe credentials and configure the payment method catalog entries to process credit card checkout transactions.

What is the difference between global and academy-owned payment methods?

Academy-owned payment methods can be created, updated, and deprecated by academy staff. Global payment methods are viewable within the academy but are managed centrally and cannot be modified through academy-specific endpoints.

Can I update or deprecate existing checkout payment methods?

You can update or deprecate academy-owned checkout payment methods using specific management endpoints. Deprecating a method disables it for future checkout transactions while preserving the historical configuration and records.

Why does setting the main currency matter before adding payment methods?

Setting the main currency is a prerequisite for setting up academy payment methods. It ensures all checkout transactions, Stripe credit card processing, and manual payments are configured and settled in the correct monetary unit.

What types of checkout payment methods can I create for an academy?

You can create credit card, bank transfer, and manual payment methods for academy checkout. Credit card methods require Stripe integration and catalog configuration, while bank transfers and manual payments use standard endpoint management.