Documentation Index
Fetch the complete documentation index at: https://docs.orkesta.com.tr/llms.txt
Use this file to discover all available pages before exploring further.
🔍 Reference ID ile Ödeme Sorgulama
Reference ID kullanarak ödeme işleminin detaylı bilgilerini getirir.
GET https://api-test.fincraft.com.tr/api/v1/payments/reference/{referenceId}
Path Parameters
| Parametre | Tip | Zorunlu | Validation | Açıklama |
|---|
referenceId | String | Evet | @NotBlank | Reference ID |
Response Body
{
"id": "string",
"amount": 100.50,
"finalAmount": 100.50,
"currency": "TRY",
"installment": 1,
"referenceId": "uuid",
"paymentType": "CARD",
"source": "API",
"paymentStatus": "SUCCESS",
"transactionType": "AUTH",
"authCode": "123456",
"orderId": "ORDER123456",
"products": [],
"cardDetails": {
"cardNumber": "****3456",
"cardHolderName": "John Doe"
}
}
cURL Örneği
curl -X GET https://api-test.fincraft.com.tr/api/v1/payments/reference/123e4567-e89b-12d3-a456-426614174000 \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"