Transaction Summary

The /business/transactions/all endpoint provides a comprehensive overview of all transactions associated with a business account. This endpoint is essential for businesses to track, manage, and audit financial activities, including payments received, payouts made, and other transactional activities.

Endpoint: /business/transactions/all

Description

The /transactions endpoint retrieves a summary of all transactions linked to the business account. This includes details on each transaction, such as the transaction ID, type, status, amount, and associated timestamps. The endpoint supports filtering, sorting, and pagination to allow businesses to easily navigate through large volumes of transactional data.

Request Method

  • GET /business/transactions/all

Get all Transaction

get
Authorizations
Query parameters
per_pageinteger · int32RequiredExample: 5
Responses
200Success
get
GET /api/v1/business/transactions/all HTTP/1.1
Host: smtp.yativo.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success

No content

Last updated