Kooin API
  1. API Endpoints
Kooin API
  • 📄 API Reference
  • API Endpoints
    • Generate Payment
      POST
    • List Payments
      GET
  • Webhook
    • Webhook Example
  • Support
    • 💬 Telegram
  1. API Endpoints

Generate Payment

POST
payments

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'payments' \
--header 'x-api-key: your_api_key_here' \
--header 'Content-Type: application/json' \
--data-raw '{
  "amount": 10,
  "callbackUrl": "https://example.com"
}'
Response Response Example
{}
Previous
📄 API Reference
Next
List Payments
Built with