API Playground
Test Pine Labs API endpoints with real requests. All endpoints are loaded dynamically from the OpenAPI specification.
Authentication
Orders
Refunds
Settlements
Split Settlements
Checkout
Payment Links
Card Payments
UPI Payments
NetBanking
Wallet
Pay by Points
E-Challans
Apple Pay
International Payments
Customers
Tokenization
Payouts
Affordability Suite
BNPL
Convenience Fee
Payment Option
Subscriptions - Plans
Subscriptions - Subscriptions
Subscriptions - Presentations
91 endpoints from openapi.yaml
Generate Token
Generate an API access token using client credentials. This token is required in the Authorization header for all other API calls. This API is authenticated using the client secret provided in the request body.
POST
https://pluraluat.v2.pinepg.in/api/auth/v1/tokenStep 1 — Generate an access token. Replace
your_client_id and your_secret in the body with your sandbox credentials, then hit Send. The returned token will auto-fill for the next call.Request Body (editable JSON)
Request Body Schema
client_id*client_secret*grant_type*