API Overview

PIK Payment API Overview

The PIK Payment API provides endpoints for:

  • Authentication

  • Creating payment links

  • Querying payment link details

  • Checking payment status

  • Testing webhook delivery

Base Path

All endpoints are prefixed with:

/api/v1

Available Endpoints

POST /api/v1/auth/token
POST /api/v1/payment-links
GET /api/v1/payment-links/{code}
GET /api/v1/payment-links/{code}/status
POST /api/v1/webhook/test

See individual documents for details.

PIK Docs