⏳ Ödeme Ürün Kırılımı Onay Bekleme Durumu
Ödemeye ait verilmiş olan ürün kırılımların onaylanmış durumda ise tekrardan onay bekliyor durumuna getirir.PUT https://api-test.fincraft.com.tr/api/v1/payments/product/pending
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ödemeye ait ürün kırılımlarını onay bekleme durumuna getirir
PUT https://api-test.fincraft.com.tr/api/v1/payments/product/pending
{
"productIds": [
"550e8400-e29b-41d4-a716-446655440000"
],
"independentApproval": false
}
{
"response": {
"results": [
{
"name": "string",
"price": 1000.0,
"status": "PENDING",
"commissionRate": 90.00,
"id": "UUID"
}
]
}
}
curl -X PUT https://api-test.fincraft.com.tr/api/v1/payments/product/pending \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"productIds": ["550e8400-e29b-41d4-a716-446655440000"], "independentApproval": false}'
