✏️ Ödeme Ürün Kırılımı Güncelleme
Ödemeye ait ürün kırılımlarına ait pazaryeri firmaların veya ücretin güncellenmesi.PUT https://api-test.fincraft.com.tr/api/v1/payments/product
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ına ait pazaryeri firmalarının veya ücretinin güncellenmesi
PUT https://api-test.fincraft.com.tr/api/v1/payments/product
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"subMerchantMemberId": "MERCHANT_001",
"subMerchantPrice": 95.50
}
| Parametre | Tip | Zorunlu | Validation | Açıklama |
|---|---|---|---|---|
id | String | Evet | @NotBlank | Güncellenecek ürün kırılımının benzersiz ID’si (UUID format) |
subMerchantMemberId | String | Hayır | - | Alt bayi üye ID’si |
subMerchantPrice | Double | Hayır | - | Alt bayinin alacağı tutar |
{
"response": {
"name": "string",
"externalId": "string",
"price": 100.0,
"subMerchantPrice": 45.0,
"status": "PENDING",
"commissionRate": 55.00,
"id": "UUID"
}
}
curl -X PUT https://api-test.fincraft.com.tr/api/v1/payments/product \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"id": "550e8400-e29b-41d4-a716-446655440000",
"subMerchantMemberId": "MERCHANT_001",
"subMerchantPrice": 95.50
}'
