- 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 request
POST
https://api.freedompay.kg/v5/g2g/read
Request
Header Params
X-Action
string
required
Example:
gateway.request.status
X-Request-Id
string
required
Example:
{{$randomUUID}}
X-JWS-Signature
string
required
Example:
{{tmp_jws_signature}}
Body Params application/json
id
string
required
Example
{
"id": "29e0f9f5-592d-46f5-8eb0-6aad0f44c28c"
}
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.request.status' \
--header 'X-Request-Id: {{$randomUUID}}' \
--header 'X-JWS-Signature: {{tmp_jws_signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "29e0f9f5-592d-46f5-8eb0-6aad0f44c28c"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-03 10:08:06