{
"amount": 100,
"currency": "KZT",
"description": "description",
"order_id": "1234",
"user_id": "12345",
"auto_clearing": false,
"from": {
"type": "card",
"card": {
"name": "Test Test",
"pan": "4400444400004440",
"cvc": "123",
"year": 30,
"month": 5
}
},
"device": {
"user_ip": "84.252.158.239"
}
}
curl --location --request POST 'https://api.freedompay.kz/v5/g2g/create' \
--header 'Accept;' \
--header 'X-JWS-Signature;' \
--header 'X-Action;' \
--header 'X-Request-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100,
"currency": "KZT",
"description": "description",
"order_id": "1234",
"user_id": "12345",
"auto_clearing": false,
"from": {
"type": "card",
"card": {
"name": "Test Test",
"pan": "4400444400004440",
"cvc": "123",
"year": 30,
"month": 5
}
},
"device": {
"user_ip": "84.252.158.239"
}
}'
{
"id": "01978c37-a961-7d20-8434-632242b24d48",
"status": "process",
"amount": 100,
"created_at": "2025-06-20T07:13:31.068188524Z"
}