post https://stagingstores.xoxoday.com/chef/v1/oauth/api
This API provides the payment history
Get Payment Report API Schema
| Parameter | Type | Description |
|---|---|---|
| startDate | String | the start date of the report |
| endDate | String | the end date to which the report is required |
| limit | Integer | the number of entries that are required |
| page | Integer | define the pagination to extract the report |
Response
| Parameter | Type | Description |
|---|---|---|
| invoice_number | Integer | This parameter provides the unique Invocie number whenever a Invoice is generated |
| reference_id | Integer | This parameter provides Order reference ID for any deductions or refunds |
| date | string | This parameter provides the transaction date |
| reason | string | This parameter provides the reason of the transaction like Funds added, Refunded, Brand Voucher Issued |
| adjusted_amount | Integer | This parameter provides the information on amount added or deducted from the Balance |
| closing_balance | Integer | This parameter provides the information on the closing balance after every transaction |
| transaction_status | String | This provides information if the transaction status is either Cancelled or Complete |
