Tools
| Name | Description |
|---|---|
create_payment_linkInitialize a CinetPay checkout transaction and return the hosted payment URL. | Initialize a CinetPay checkout transaction and return the hosted payment URL. |
verify_transactionCheck the authoritative CinetPay status for a transaction ID. | Check the authoritative CinetPay status for a transaction ID. |
get_transfer_balanceRead the available balance for CinetPay transfer payouts. | Read the available balance for CinetPay transfer payouts. |
add_transfer_contactsAdd one or more mobile-money transfer contacts before payouts. | Add one or more mobile-money transfer contacts before payouts. |
send_money_to_contactsCreate one or more transfer orders to registered mobile-money contacts. | Create one or more transfer orders to registered mobile-money contacts. |
get_transfer_statusRetrieve CinetPay transfer details by transaction identifier. | Retrieve CinetPay transfer details by transaction identifier. |
Triggers
| Name | Description |
|---|---|
payment_notification_receivedReceive a CinetPay payment notification. Use Verify Transaction before fulfilling orders. | Receive a CinetPay payment notification. Use Verify Transaction before fulfilling orders. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('cinetpay', 'create_payment_link', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'cinetpay',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect CinetPay to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does CinetPay support?
CinetPay supports 6 tools including Create Payment Link, Verify Transaction, Get Transfer Balance, Add Transfer Contacts, Send Money To Contacts, and more.
Can I use CinetPay with AI agents?
Yes. Add CinetPay to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can CinetPay be used in stateful agent workflows?
Yes. Agents can combine CinetPay tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does CinetPay use?
CinetPay uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the CinetPay integration cost?
The CinetPay integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does CinetPay support?
CinetPay supports 1 triggers including Payment Notification Received.
Connect CinetPay in minutes
Get 20,000 free action executions every month. No credit card required.