# Paystack AI Agent Connect

## Overview
- **Category:** money-moves
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_I9pg0voZlW5ca4pKNpwt4Ut5kEikNpGqOflKTY47/ai-agent-connect
- **Tags:** online-payments, transaction-verification, customer-management, subscription-billing, fintech-api, africa-payments

## Tools

### get_transaction
Get details for a specific transaction

### list_plans
List all payment plans

### list_refunds
List all refunds

### list_subscriptions
List all subscriptions

### list_transactions
List Paystack transactions

### list_transfers
List all transfers

### verify_transaction
Verify a transaction status

### get_customer
Get specific customer details

### get_subscription
Get specific subscription details

### list_customers
List all customers

## Prompt Examples

**Prompt:** 
```
Check the status of transaction reference 'ref_789456'.
```

**Response:** 
```
Transaction 'ref_789456' was successful. The customer paid 5,000 NGN on Oct 24, 2026.
```

**Prompt:** 
```
List the last 5 customers registered in our Paystack account.
```

**Response:** 
```
I've retrieved the latest customers. Here are the 5 most recent signups, including their names, emails, and Paystack customer codes.
```

**Prompt:** 
```
How many active subscriptions do we currently have?
```

**Response:** 
```
You currently have 124 active subscriptions across various plans. Would you like a breakdown by plan type?
```

## Frequently Asked Questions

**Can I verify if a payment was successful?**
Yes! Use the `verify_transaction` tool with the transaction reference. It will return the current status (e.g., success, failed, abandoned) and the amount paid.

**How do I find a customer by their email?**
You can use the `get_customer` tool and provide the customer's email address as the identifier. It will fetch their profile, customer code, and associated metadata.

**Does this support checking recurring subscriptions?**
Absolutely. Use the `list_subscriptions` and `get_subscription` tools to manage and monitor recurring billing for your customers.