Transactions list
Transactions List
GET
api.vitawallet.io/api/businesses/transactions?page=:page&count=:count
This method allows you to list all the transactions of a business, supports paging and filters.
Path Parameters
sender_wallet
string
Filter transactions by sending wallet UUID.
recipient_wallet
string
Filter transactions by recipient wallet UUID.
status
string
Filter transactions by status
Allowed status
started
completed
pending
denied
processed
transactions_type
string
Filter transactions by type
currency
string
Filter transactions by currency
Allowed currencies:
clp
#(chilean pesos)
count
number
Total transactions default: 20
page
number
Page number
SDK
Note that the get method can take an optional parameter, which helps identify the page number you want to get and the number of items.
Get Transaction
GET
api.vitawallet.io/api/businesses/transactions/:id
This method allows you to obtain the information of a transaction by its id.
Path Parameters
id
string
Transaction id
SDK
Note that the transactions module can receive the id of the transaction to search for.
get method hanldes the request to Vita Business services.
Última actualización