- Gateway API
- Introduction
- Reference
- Sync API
- Async API
- Merchant API
- Introduction
- Reference
- Page
- Pay
- Payout
- Mobile balance
- Card
- Token
- Invoice
- ATM
- Additional
- Card API
- Introduction
- Payment Cards
- Gift Cards
- Partner API
- Rates
- Products
- E-Money
- Freedom ID
- Mobile SDK
- CMS
read payment
POST
https://api.freedompay.kg/v5/g2g/read
Request
Header Params
X-Action
string
required
Example:
gateway.payment.status
X-Request-Id
string
required
Example:
{{$randomUUID}}
X-JWS-Signature
string
required
Example:
{{tmp_jws_signature}}
Body Params application/json
id
string
required
order_id
string
required
Example
{
"id": "01907dac-a93d-776e-b475-cba6a54a4888",
"order_id": "1234"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.freedompay.kg/v5/g2g/read' \
--header 'X-Action: gateway.payment.status' \
--header 'X-Request-Id: {{$randomUUID}}' \
--header 'X-JWS-Signature: {{tmp_jws_signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "01907dac-a93d-776e-b475-cba6a54a4888",
"order_id": "1234"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-03 10:08:06