Payment Statistics
Fetch the list of all the accepted payments.
Initialization
GET /payments/stats
Responses
Code
Description
200
Payment Details
{
"data": {
"captured": 2,
"failed": 5,
"pending": 2,
"settled": 8,
"total": 20
}
}
Last updated