Tüm Ödemeleri Listele
Açıklama
Section titled “Açıklama” GET
/v1/payments/0 Kullanıcının geçmişte yaptığı tüm ödeme işlemlerini liste halinde döndürür.
Parametreler
Section titled “Parametreler”| Parametre | Konum | Tip | Açıklama | Varsayılan | Örnek |
|---|---|---|---|---|---|
| Authorization * | header | string | Bearer Yetkilendirme Tokeni (Örn: Bearer eyJhb...) | - | Bearer <TOKEN> |
| USER_ID * | path | string | İşlem yapan kullanıcının kimlik (ID) değeri. UUID formatındadır. | - | - |
Örnek Kod
Section titled “Örnek Kod”fetch('https://api.kargomucuz.com/v1/payments/0', { method: 'GET', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer <YOUR_TOKEN>' }}).then(response => response.json()).then(data => console.log(data));$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.kargomucuz.com/v1/payments/0');curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
$headers = array();$headers[] = 'Content-Type: application/json';$headers[] = 'Authorization: Bearer <YOUR_TOKEN>';curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$result = curl_exec($ch);if (curl_errno($ch)) { echo 'Error:' . curl_error($ch);}curl_close($ch);echo $result;Yanıtlar
Section titled “Yanıtlar”200: Giriş yapılıp istek atıldı.
{ "status": false, "message": "Hareketler getirilemedi.", "code": 500}401: Kimlik doğrulaması (token) olmadan istek gönderildiğinde dönen yetkisiz erişim yanıtı.
{ "status": false, "message": "Giriş sağlanmadı.", "code": 500}200 - Giriş yapıldı, ?limit=20 eklendi.: Giriş yapıldı, ?limit=20 eklendi.
{ "status": true, "message": "Ödeme hareketleri getirildi.", "payload": { "data": [ { "_id": "6a1f3222ec3998f31f8cdd0e", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6112.08, "newAmount": 6003.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "5546573681195", "currency": "try", "amount": 109, "totalAmount": 109, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2026-06-02T19:42:26.774Z", "created": "2026-06-02T19:42:26.774Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "6a1d6adeec3998f31f7052f2", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "failed", "provider": { "entity": "ziraat_pos", "serviceId": null, "serviceCode": "ziraatbank_pos_credit_card", "polarity": "notr", "previousAmount": null, "newAmount": null }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 6112.08, "newAmount": 6112.08 }, "title": "", "explanation": "oid-803947859754508663876714564023", "currency": "try", "amount": 100, "totalAmount": 103, "commissions": [ { "type": "nestpay_credit_card", "rate": 3, "amount": 0 } ], "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2026-06-01T11:19:58.688Z", "created": "2026-06-01T11:19:58.688Z" }, "taxes": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "69fd51bbbff553d4dccc3cf9", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "system", "serviceId": null, "serviceCode": "system_shipment_delete_refund", "polarity": "notr", "previousAmount": 0, "newAmount": 0 }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 6112.08, "newAmount": 6112.08 }, "title": null, "explanation": null, "currency": "try", "amount": 0, "totalAmount": 0, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2026-05-08T03:00:11.869Z", "created": "2026-05-08T03:00:11.869Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "69b6c9e4153a6334c5cf9819", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6221.08, "newAmount": 6112.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "7985155505541", "currency": "try", "amount": 109, "totalAmount": 109, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2026-03-15T15:01:56.928Z", "created": "2026-03-15T15:01:56.928Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "6992d6f065d67ac848e50856", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6226.08, "newAmount": 6221.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_fixed_price", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "3578898049", "currency": "try", "amount": 5, "totalAmount": 5, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2026-02-16T08:36:00.447Z", "created": "2026-02-16T08:36:00.447Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "6992c1cc42d4d6dbdb3c0a56", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6361.08, "newAmount": 6226.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "7599550551811", "currency": "try", "amount": 135, "totalAmount": 135, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2026-02-16T07:05:48.944Z", "created": "2026-02-16T07:05:48.944Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "6992c04742d4d6dbdb3bf242", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6496.08, "newAmount": 6361.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "5984855555705", "currency": "try", "amount": 135, "totalAmount": 135, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2026-02-16T06:59:19.604Z", "created": "2026-02-16T06:59:19.604Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "6930947889c4c084edc354ea", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "ziraat_pos", "serviceId": null, "serviceCode": "ziraatbank_pos_credit_card", "polarity": "notr", "previousAmount": null, "newAmount": null }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 6495.08, "newAmount": 6496.08 }, "title": null, "explanation": "oid-712473579880680384844202257657", "currency": "try", "amount": 1, "totalAmount": 1.03, "commissions": [ { "type": "nestpay_credit_card", "rate": 3, "amount": 0 } ], "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-12-03T19:50:16.218Z", "created": "2025-12-03T19:50:16.218Z" }, "taxes": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "6930941489c4c084edc35460", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "failed", "provider": { "entity": "ziraat_pos", "serviceId": null, "serviceCode": "ziraatbank_pos_credit_card", "polarity": "notr", "previousAmount": null, "newAmount": null }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 6495.08, "newAmount": 6495.08 }, "title": null, "explanation": "oid-748156658536781726834021919169", "currency": "try", "amount": 1, "totalAmount": 1.03, "commissions": [ { "type": "nestpay_credit_card", "rate": 3, "amount": 0 } ], "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-12-03T19:48:36.786Z", "created": "2025-12-03T19:48:36.786Z" }, "taxes": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "6904265561137ba65123fc1c", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "system", "serviceId": null, "serviceCode": "system_shipment_delete_refund", "polarity": "notr", "previousAmount": 0, "newAmount": 0 }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 6413.08, "newAmount": 6495.08 }, "title": null, "explanation": null, "currency": "try", "amount": 82, "totalAmount": 82, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-31T03:00:37.888Z", "created": "2025-10-31T03:00:37.888Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68ff570c741d301e0e57e533", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "system", "serviceId": null, "serviceCode": "system_shipment_delete_refund", "polarity": "notr", "previousAmount": 0, "newAmount": 0 }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 6331.08, "newAmount": 6413.08 }, "title": null, "explanation": null, "currency": "try", "amount": 82, "totalAmount": 82, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-27T11:27:08.337Z", "created": "2025-10-27T11:27:08.337Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68ff56fe741d301e0e57e4e2", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6413.08, "newAmount": 6331.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "2505069910184", "currency": "try", "amount": 82, "totalAmount": 82, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-27T11:26:54.774Z", "created": "2025-10-27T11:26:54.774Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68feaa71741d301e0e564ba6", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6515.08, "newAmount": 6413.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "27435694381", "currency": "try", "amount": 102, "totalAmount": 102, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-26T23:10:41.592Z", "created": "2025-10-26T23:10:41.592Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68f09f10d125c41115e0fb51", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6597.08, "newAmount": 6515.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "7015656581545", "currency": "try", "amount": 82, "totalAmount": 82, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-16T07:30:24.242Z", "created": "2025-10-16T07:30:24.242Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68ecd91954c2efc8ef0ee1d1", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6685.08, "newAmount": 6597.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "5905568159910", "currency": "try", "amount": 88, "totalAmount": 88, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-13T10:48:57.902Z", "created": "2025-10-13T10:48:57.902Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68ecd90754c2efc8ef0ee15a", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 6767.08, "newAmount": 6685.08 }, "to": { "entity": "shipment", "serviceId": null, "serviceCode": "shipment_standart", "polarity": "notr", "previousAmount": null, "newAmount": null }, "title": null, "explanation": "4987654130553", "currency": "try", "amount": 82, "totalAmount": 82, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-13T10:48:39.255Z", "created": "2025-10-13T10:48:39.255Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68ecd8a954c2efc8ef0ee07a", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "negative", "previousAmount": 245, "newAmount": 0 }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_debt", "polarity": "negative", "previousAmount": 7012.08, "newAmount": 6767.08 }, "title": null, "explanation": null, "currency": "try", "amount": 245, "totalAmount": 245, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-13T10:47:05.312Z", "created": "2025-10-13T10:47:05.312Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68ecd74154c2efc8ef0edc7f", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "failed", "provider": { "entity": "sipay", "serviceId": null, "serviceCode": "sipay_credit_card", "polarity": "notr", "previousAmount": null, "newAmount": null }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 7012.08, "newAmount": 7012.08 }, "title": null, "explanation": "inv-995237143297052839849470973638", "currency": "try", "amount": 1, "totalAmount": 1.03, "commissions": [ { "type": "sipay_credit_card", "rate": 3, "amount": 0 } ], "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-13T10:41:05.759Z", "created": "2025-10-13T10:41:05.759Z" }, "taxes": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68ecd70954c2efc8ef0edc54", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "failed", "provider": { "entity": "sipay", "serviceId": null, "serviceCode": "sipay_credit_card", "polarity": "notr", "previousAmount": null, "newAmount": null }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_balance", "polarity": "positive", "previousAmount": 7012.08, "newAmount": 7012.08 }, "title": null, "explanation": "inv-859855072833302456077469361962", "currency": "try", "amount": 123, "totalAmount": 126.69, "commissions": [ { "type": "sipay_credit_card", "rate": 3, "amount": 0 } ], "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-13T10:40:09.485Z", "created": "2025-10-13T10:40:09.485Z" }, "taxes": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } }, { "_id": "68e67ef654c2efc8ef022fb8", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "status": "completed", "provider": { "entity": "system", "serviceId": null, "serviceCode": "system_refund", "polarity": "negative", "previousAmount": null, "newAmount": null }, "to": { "entity": "wallet", "serviceId": null, "serviceCode": "wallet_debt", "polarity": "positive", "previousAmount": 0, "newAmount": 245 }, "title": null, "explanation": null, "currency": "try", "amount": 245, "totalAmount": 245, "others": { "locale": null, "installment": 1, "cardType": null, "cardAssociation": null, "cardFamily": null, "binNumber": null, "lastFourDigits": null, "invoiceId": false, "returned": false, "canceled": false, "updated": "2025-10-08T15:10:46.074Z", "created": "2025-10-08T15:10:46.074Z" }, "taxes": [], "commissions": [], "__v": 0, "user_details": { "_id": "670a80beba9b41f347291c90", "private": { "ID": "x-096f889c-a55a-4c05-a347-f58bd4706bcc-u" }, "type": "individual", "role": "member", "name": "yasir", "surname": "kaygusuz", "date": { "day": 24, "month": 5, "year": 2004 }, "gender": "male", "username": "y.yasir.k", "email": "yasoka@gmail.com", "phone": { "phoneCountryCode": "90", "number": "541000000" }, "profilePhotoURI": "67d28672351039eef56ed7af", "IBAN": null, "others": { "verify": { "platformProvisionAgreement": false, "certificateOfResidence": false, "electronicConfirmationText": true, "userAgreement": true, "general": false }, "postalCheck": null, "lastLogin": null, "isActive": false, "blocked": false, "updated": "2024-10-12T13:59:26.115Z", "created": "2024-10-12T13:59:26.115Z" }, "__v": 0 } } ], "totalCount": 375 }, "code": 500}