Skip to main content
POST
/
payment
/
payme
Payme Go payment
curl --request POST \
  --url https://fbox.ngrok.io/payment/payme \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 1000,
  "qr_code": "50502044301381396427"
}
'
{
  "data": {
    "amount": 1000,
    "transaction_id": "a12fc00f-5af5-65b8-adf8-74bff44680ee",
    "payment_id": "696e0246c9a128176d5934d8",
    "inn": "123456789",
    "qr_code": "50502244301381336427",
    "kkm_id": "00000011",
    "device_id": "00000011",
    "status": "successfully",
    "message": "successfully payment",
    "client_phone_number": "998712565009"
  },
  "error": null,
  "is_success": true
}

Body

application/json
amount
integer
required

Payment amount in sums

Example:

1000

qr_code
string
required

Unique transaction identifier

Response

Fiscalization successful

data
object
error
string | null
is_success
boolean
Example:

true