get http://staging-apigateway.snapdeal.com/seller-api/seller/payment/notification
get seller payment details for a particular seller and mode.
| Parameters | Data Type | Description |
|---|---|---|
| id | long | id of the payment entry in the payment_transaction table. |
| date | String | date of transaction |
| transactionId | String | transaction id |
| mode | String | mode pf payment - payment_gateway, cod,reward |
| type | String | credit |
| amount | double | amount transacted |
| comments | String | |
| status | String | status of transaction |
| notified | boolean | whether the user has been notified. |
