abacatepay

Integrate AbacatePay PIX payments and webhooks in Next.js applications.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/vitoropereira/claude-starter-kit --skill abacatepay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abacatepay
Source: https://github.com/vitoropereira/claude-starter-kit/tree/main/.claude/skills/payments/abacatepay
Command: npx skills add https://github.com/vitoropereira/claude-starter-kit --skill abacatepay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the integration of AbacatePay, a Brazilian payment gateway, into Next.js applications, simplifying PIX payments, subscription management, and webhook handling.

Core Features & Use Cases

  • PIX Payment Integration: Easily create and manage PIX payments and QR codes.
  • Subscription Management: Handle recurring billing and subscription lifecycles.
  • Webhook Handling: Securely verify and process incoming payment notifications.
  • Use Case: Implement a seamless checkout flow for your Brazilian SaaS product, accepting PIX payments and automatically updating user subscription status upon successful payment.

Quick Start

Use the abacatepay skill to create a PIX payment for a 'Pro Plan' at R$29.90 for the customer '[email protected]'.

Frequently Asked Questions about abacatepay

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

FAQPage Schema
How do I integrate PIX payments into a Next.js application?

You can integrate PIX payments in Next.js by initializing the AbacatePay SDK with your API keys to create payments, generate QR codes, and manage transaction lifecycles within your Brazilian SaaS application.

How does webhook processing work for Brazilian payment gateways?

Webhook processing for Brazilian payment gateways involves verifying incoming payment notifications using webhook secrets. This secure transaction handling automatically updates subscription statuses upon successful payment confirmation.

What is the best way to manage recurring subscriptions for a Brazilian SaaS product?

Managing recurring subscriptions for a Brazilian SaaS product requires handling recurring billing and subscription lifecycles. A payment gateway SDK automates this by processing PIX payments and updating user access via verified webhooks.

Do I need API keys and webhook secrets to process PIX transactions?

Yes, you need API keys and webhook secrets to process PIX transactions. Robust transaction handling requires SDK initialization with these credentials to securely verify payment notifications and manage subscription updates.

Can I use AbacatePay with Next.js to build a checkout flow for R$29.90?

Yes, you can use AbacatePay with Next.js to build a seamless checkout flow for specific amounts like R$29.90. It supports creating PIX payments and QR codes for targeted customer billing scenarios.