Payment
Get transaction history for the current customer
get/v1/stripe/transactions
Query parameters
limitnumber
Number of transactions to return
Example:100
offsetnumber
Number of transactions to skip for pagination
startDatestring date-time
Start date for filtering transactions (inclusive)
Example:2025-01-01T00:00:00Z
endDatestring date-time
End date for filtering transactions (inclusive)
Example:2025-01-02T00:00:00Z
Response
Customer transactions retrieved successfully