Get Total Transactions
Get Total Transactions
GET {{Environment_URL}}/vendors/v1/charges/total
This endpoint allows you to get the total amount of Succeeded or Pending transactions.
Headers
Name
Value
Authorization
Bearer <token>
Query Params
Key
Description
Required
Data Type
Example
status
Created Charges status.
Can be SUCCEEDED or PENDING
true
String
SUCCEEDED
Response
{
"data": [
{
"amount": 115734,
"amountUSD": 115734,
"num": 17,
"currency": "USD"
}
]
}
