Skip to content

Get payment history for the authenticated user

GET
/payments/v1/payment-history/
curl --request GET \
--url https://api.nudova.dev/api/payments/v1/payment-history/ \
--header 'Authorization: <Authorization>'

GET /api/v1/payment-history/ Query params: - status: Filter by payment status - start_date: Filter from date - end_date: Filter to date

Media typeapplication/json