Skip to main content
POST
Click Pass payment

Overview

The Click Payment API is used to initiate a payment through Click. This endpoint creates a payment transaction and returns a payment_id that must be used later for fiscalization.

Request Fields


Response Fields

✅ Success Response 200

🚫 Error Response 400

Note: Even if there is a validation error, the server returns HTTP status 200.

Body

application/json
amount
integer
required

Payment amount in sums

Example:

1000

qr_code
string
required

Unique transaction identifier

Response

Payment successful

data
object
error
string | null
is_success
boolean
Example:

true