GET
/
api
/
merchants
/
refund_request
/
consumer_refund_list
curl --location --request GET 'http://127.0.0.1:8000/api/merchants/refund_request/consumer_refund_list/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>'

"{list of refund records}"
    
Authorization
string

The authentication token that you will get in the success response on ‘verify_user’ api.

Response

success
number

This Response field will return refund requests list with status code 200 on success request.

curl --location --request GET 'http://127.0.0.1:8000/api/merchants/refund_request/consumer_refund_list/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>'

"{list of refund records}"