meteroid-oss
- 2 skills
- 0 followers
- 1 day ago last updated
- ▌ Add Tax Provider · meteroid-ossAdd a new external tax provider (Kintsugi, Avalara, TaxJar, Stripe Tax, …) to the meteroid tax layer. Research-first — finds the official client/OpenAPI to derive the calculation + nexus + validation request shapes, maps them onto the TaxEngine trait, writes a research doc, and only then implements the engine and threads a Tax-typed connector through the stack. Use whenever asked to add/integrate/support an external tax calculation provider.
- ▌ Add Payment Provider · meteroid-ossAdd a new payment provider (Adyen, Mollie, Stancer, Braintree, …) to the meteroid multi-provider payment layer. Research-first — finds the official client/OpenAPI to derive request shapes, enumerates webhooks + schemas, reads the recurring (mandate/off-session) and one-off integration flows, writes a research doc, and only then implements the PaymentConnector adapter end-to-end. Use whenever asked to add/integrate/support a new payment gateway or provider.