B2B Transactions

Retrieve B2B transaction

get

Get details of a specific B2B transaction by its ID.

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

B2B transaction retrieved successfully.

application/json
get
/api/v1/b2b_transactions/{id}/

List B2B transactions

get

Retrieve a paginated list of B2B transactions.

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
ordernumberOptional

Filter by order ID.

Example: 123
amountnumber · decimalOptional

Filter by amount.

transaction_typestring · enumOptional

Type of B2B transaction

Example: purchasePossible values:
user_emailstring · emailOptional

User's email (case-insensitive)

remote_addrstringOptional

Filter by IP address

created_datestring · date-timeOptional

Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: created_date__gt=2024-01-01T00:00:00Z
pkintegerOptional

Filters by primary key

pk__gtstringOptional

Filter by primary key greater than a specific value.

pk__gteintegerOptional

Filters by primary key greater than or equal to the given value

pk__ltintegerOptional

Filters by primary key less than the given value

pk__lteintegerOptional

Filters by primary key less than or equal to the given value

Responses
chevron-right
200

Successful response with a list of B2B transactions.

application/json
get
/api/v1/b2b_transactions/

Last updated

Was this helpful?