Tools
| Name | Description |
|---|---|
create_pix_chargeCreate a PicPay Checkout Pix charge. | Create a PicPay Checkout Pix charge. |
create_wallet_chargeCreate a PicPay Checkout wallet charge. | Create a PicPay Checkout wallet charge. |
authorize_card_chargeAuthorize a PicPay credit card charge, with optional delayed capture. | Authorize a PicPay credit card charge, with optional delayed capture. |
get_chargeFind a PicPay Checkout charge by merchant charge ID. | Find a PicPay Checkout charge by merchant charge ID. |
capture_chargeCapture a previously authorized PicPay credit card charge. | Capture a previously authorized PicPay credit card charge. |
refund_chargeCancel all or part of a PicPay charge. | Cancel all or part of a PicPay charge. |
Triggers
| Name | Description |
|---|---|
charge_webhook_receivedReceive PicPay Checkout charge webhooks and optionally validate the Authorization token header. | Receive PicPay Checkout charge webhooks and optionally validate the Authorization token header. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('picpay', 'create_pix_charge', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'picpay',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PicPay Checkout to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does PicPay Checkout support?
PicPay Checkout supports 6 tools including Create Pix Charge, Create Wallet Charge, Authorize Card Charge, Get Charge, Capture Charge, and more.
Can I use PicPay Checkout with AI agents?
Yes. Add PicPay Checkout 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 PicPay Checkout be used in stateful agent workflows?
Yes. Agents can combine PicPay Checkout 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 PicPay Checkout use?
PicPay Checkout uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the PicPay Checkout integration cost?
The PicPay Checkout integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does PicPay Checkout support?
PicPay Checkout supports 1 triggers including Charge Webhook Received.
Connect PicPay Checkout in minutes
Get 20,000 free action executions every month. No credit card required.