Pine LabsDOCS

Available Agent Skills

The shared Pine Labs best-practices skill plus API-area reference skills shipped with Agent Skills.

The package installs a shared Pine Labs best-practices skill plus domain-specific reference skills organized by integration area. The assistant starts with the root SKILL.md for routing and safety, then loads the matching reference file for the specific API or workflow.

How skills are selected

The best-practices skill inspects the request and routes the assistant to the matching reference file. You don't need to specify a skill manually — describe the integration task and the assistant loads the right context.


Getting started skills

getting-started/

SkillWhat it covers
Dashboard Signup and TokenDashboard account creation, API key setup, and first token guidance
AuthenticationOAuth token generation and credential handling

Payments skills

payments/

SkillWhat it covers
OrdersCreate and manage the primary payment order lifecycle
CheckoutBuild hosted checkout and redirect-based payment flows
Card PaymentsIntegrate direct card payment flows with 3D Secure authentication
UPI PaymentsIntegrate UPI payment flows including intent and collect
NetBankingIntegrate net banking payment options
WalletIntegrate wallet payment options
Payment LinksCreate shareable payment links for remote collection
Payment OptionCheck payment-option eligibility and fetch UPI VPA details
CustomersCreate or manage customer profiles for tokenization and recurring payments
TokenizationGenerate, fetch, or delete card and network tokens for COFT compliance
Convenience FeeCalculate convenience fees for supported payment options
Pay by PointsCheck and redeem loyalty points during checkout
Affordability SuiteDiscover, validate, or create offer and EMI affordability flows
BNPLBuild buy now, pay later payment flows
Apple PayAuthorize Apple Pay payments for international cards
Brand WalletCreate, validate, activate, deactivate, check balance, load money, view transaction history, and reset PIN for Brand Wallets
Brand Wallet PaymentsProcess payments using Brand Wallet balance and add money via gift cards or UPI
International PaymentsSupport cross-border payment flows and currency conversion
E-ChallansCreate, retrieve, or download government e-challans
UPI Reserve PayReserve funds and pay seamlessly using blocked funds

Mobile SDKs

payments/mobile-sdks/

SkillWhat it covers
AndroidAndroid native SDK installation, initialization, callback handling, and verification
iOSiOS native SDK installation, initialization, callback handling, and verification
FlutterFlutter native SDK installation, initialization, callback handling, and verification

Web SDKs

payments/web-sdks/

SkillWhat it covers
AndroidAndroid WebView SDK integration guidance
iOSiOS WebView SDK integration guidance
FlutterFlutter WebView SDK integration guidance
React NativeReact Native WebView SDK integration guidance

Settlements skills

settlements/

SkillWhat it covers
RefundsReturn funds for captured or successful orders
PayoutsManage payout balance, scheduled payouts, and bulk payouts
SettlementsReconcile settlement reports and UTR details
Split SettlementsRelease or cancel settlement instructions across parties

Subscriptions skills

subscriptions/

SkillWhat it covers
Subscriptions - PlansCreate and list recurring billing plans
Subscriptions - SubscriptionsCreate, pause, resume, update, or cancel subscriptions
Subscriptions - PresentationsCreate debit presentations and retry subscription charges

P3P skills

p3p/

SkillWhat it covers
P3P PayCLI-driven UPI ReservePay flows: mandate creation, PPT token, debit execution
P3P SDK Integrationx402 payment middleware using P3P server/client SDKs and framework templates

Workflow skills

Root-level workflow guides for validation, go-live, and migration.

SkillWhat it covers
Validation and TestingUAT, negative testing, webhook, refund, and release evidence checklist
Go-LiveProduction readiness gates and rollout checklist
WebhooksRaw-body handling, signature verification, replay protection, and idempotency
Common MistakesReview checklist for unsafe or brittle integration patterns
Upgrade AdvisorUpdate flow for current, stale, and legacy installed skills

Validation test guides

validation-and-testing/

SkillWhat it covers
Checkout OrdersIdempotency, timeout, duplicate, callback, and final-state tests
RefundsFull/partial refund, timeout, duplicate, and reconciliation tests
WebhooksSignature, replay, duplicate, and ordering tests
Mobile/Web SDKsCallback, cancellation, interruption, and recovery tests
SubscriptionsPlan, presentation, retry, and lifecycle tests
SettlementsPayout, split-release, UTR, and delayed-settlement tests

Migration guides

migration-guides/

SkillWhat it covers
Migration RouterProvider migration routing and concept maps
Razorpay ReferenceCredentials, lifecycle, webhook, refund, and reconciliation mapping

Resources