Kobaru
  1. API Reference
Kobaru
  • Kobaru.io Gateway API
    • Introduction
      • What is Kobaru?
      • Quick start
      • How x402 works
    • Integration
      • Standard x402 SDK
      • Advanced SDK
      • Transparent proxy integration
      • Direct API integration
    • Core Concepts
      • Available Chains and Assets
      • Payment schemes
      • Security
      • Usage models
    • Guides
      • Pricing your API
      • Going to Production
      • Testing with devnet
      • Bazaar discovery
    • API Reference
      • Error Handling
      • Get Supported Payment Kinds
        GET
      • Verify Payment Authorization
        POST
      • Settle Payment
        POST
    • Discovery
      • List Discovery Resources
    • Schemas
      • SupportedResponse
      • ErrorResponse
      • UnauthorizedResponse
      • RateLimitResponse
      • VerifySuccessResponse
      • VerifyErrorResponse
      • SettleSuccessResponse
      • SettleErrorResponse
      • DiscoveryResourceItem
      • ListDiscoveryResourcesResponse
  1. API Reference

Settle Payment

POST
/settle
Verifies payment authorization AND executes settlement on blockchain.

Request

None

Responses

🟢200
application/json
Payment settled successfully
Body

🟠400
🟠401
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gateway.kobaru.io/settle'
Response Response Example
200 - Example 1
{
    "success": true,
    "transaction": "string",
    "network": "string",
    "payer": "string"
}
Modified at 2026-01-27 20:44:21
Previous
Verify Payment Authorization
Next
List Discovery Resources
Built with