curl --request GET \
--url http://localhost:3000/connect/v1/transactions/product-transactions/ \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"amount": "<string>",
"source": "<string>",
"destination": "<string>",
"product": "<string>",
"id": "<string>",
"transaction_payments": [
{
"source": "<string>",
"destination": "<string>",
"id": "<string>",
"premium_details": {
"name": "<string>",
"id": "<string>",
"options": [
{
"name": "<string>",
"amount": 123,
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"is_active": true,
"creator": "<string>",
"updater": "<string>"
}
],
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"category": "PAYOUT",
"type": "PER_TRANSACTION",
"amount": 123,
"included": true,
"dependant_on_card": true,
"applicable_activity": "BUY",
"calculation_type": "NORMAL",
"is_active": true,
"creator": "<string>",
"updater": "<string>",
"owner": "<string>"
},
"currency_details": {
"name": "<string>",
"id": "<string>",
"code": "<string>"
},
"type": "<string>",
"currency": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"number": "<string>",
"created_on": "2023-11-07T05:31:56Z",
"date": "2023-11-07T05:31:56Z",
"invoice": "<string>",
"invoice_number": "<string>",
"verification_latitude": 123,
"verification_longitude": 123,
"method": "CARD",
"payment_type": "TRANSACTION",
"amount": 123,
"selected_option": "<string>",
"creator": "<string>",
"updater": "<string>",
"card": "<string>",
"premium": "<string>",
"transaction": "<string>",
"submissions": [
"<string>"
]
}
],
"currency": "<string>",
"type": "<string>",
"source_quantity": "<string>",
"current_quantity": "<string>",
"submissions": [
{
"values": [
{
"field": "<string>",
"value": "<string>",
"id": "<string>",
"field_details": {
"label": "<string>",
"type": "TEXT",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"label_en_us": "<string>",
"label_en_uk": "<string>",
"label_fr": "<string>",
"label_nl": "<string>",
"label_ind": "<string>",
"key": "<string>",
"required": true,
"default_value": "<string>",
"options": "<string>",
"creator": "<string>",
"updater": "<string>"
},
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"creator": "<string>",
"updater": "<string>"
}
],
"form": "<string>",
"id": "<string>",
"form_details": {
"fields": [
{
"label": "<string>",
"type": "TEXT",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"label_en_us": "<string>",
"label_en_uk": "<string>",
"label_fr": "<string>",
"label_nl": "<string>",
"label_ind": "<string>",
"key": "<string>",
"required": true,
"default_value": "<string>",
"options": "<string>",
"creator": "<string>",
"updater": "<string>"
}
],
"owner": "<string>",
"id": "<string>",
"products": [
{
"name": "<string>",
"id": "<string>",
"premiums": "<string>",
"is_active": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"description": "<string>",
"image": "<string>",
"creator": "<string>",
"updater": "<string>"
}
],
"field_config": [
{
"label": "<string>",
"key": "<string>",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"visibility": true,
"required": true,
"creator": "<string>",
"updater": "<string>"
}
],
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"form_type": "TRANSACTION",
"creator": "<string>",
"updater": "<string>"
},
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"creator": "<string>",
"updater": "<string>",
"product": "<string>"
}
],
"card_details": {
"card_id": "<string>",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"display_id": "<string>",
"creator": "<string>",
"updater": "<string>"
},
"currency_details": {
"name": "<string>",
"id": "<string>",
"code": "<string>"
},
"updated_on": "2023-11-07T05:31:56Z",
"number": "<string>",
"created_on": "2023-11-07T05:31:56Z",
"date": "2023-11-07T05:31:56Z",
"invoice": "<string>",
"invoice_number": "<string>",
"verification_latitude": 123,
"verification_longitude": 123,
"method": "CARD",
"quality_correction": 123,
"quantity": "<string>",
"creator": "<string>",
"updater": "<string>",
"card": "<string>",
"parents": [
"<string>"
]
}
],
"next": "<string>",
"previous": "<string>"
}This endpoint allows you to retrieve a list of product transactions. Each transaction includes details such as transaction payments, amount, currency, type, source and current quantity, submissions, card details, currency details, and additional information. The API response provides a paginated list of transactions with a count, next, previous, and an array of transaction results.
curl --request GET \
--url http://localhost:3000/connect/v1/transactions/product-transactions/ \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"amount": "<string>",
"source": "<string>",
"destination": "<string>",
"product": "<string>",
"id": "<string>",
"transaction_payments": [
{
"source": "<string>",
"destination": "<string>",
"id": "<string>",
"premium_details": {
"name": "<string>",
"id": "<string>",
"options": [
{
"name": "<string>",
"amount": 123,
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"is_active": true,
"creator": "<string>",
"updater": "<string>"
}
],
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"category": "PAYOUT",
"type": "PER_TRANSACTION",
"amount": 123,
"included": true,
"dependant_on_card": true,
"applicable_activity": "BUY",
"calculation_type": "NORMAL",
"is_active": true,
"creator": "<string>",
"updater": "<string>",
"owner": "<string>"
},
"currency_details": {
"name": "<string>",
"id": "<string>",
"code": "<string>"
},
"type": "<string>",
"currency": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"number": "<string>",
"created_on": "2023-11-07T05:31:56Z",
"date": "2023-11-07T05:31:56Z",
"invoice": "<string>",
"invoice_number": "<string>",
"verification_latitude": 123,
"verification_longitude": 123,
"method": "CARD",
"payment_type": "TRANSACTION",
"amount": 123,
"selected_option": "<string>",
"creator": "<string>",
"updater": "<string>",
"card": "<string>",
"premium": "<string>",
"transaction": "<string>",
"submissions": [
"<string>"
]
}
],
"currency": "<string>",
"type": "<string>",
"source_quantity": "<string>",
"current_quantity": "<string>",
"submissions": [
{
"values": [
{
"field": "<string>",
"value": "<string>",
"id": "<string>",
"field_details": {
"label": "<string>",
"type": "TEXT",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"label_en_us": "<string>",
"label_en_uk": "<string>",
"label_fr": "<string>",
"label_nl": "<string>",
"label_ind": "<string>",
"key": "<string>",
"required": true,
"default_value": "<string>",
"options": "<string>",
"creator": "<string>",
"updater": "<string>"
},
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"creator": "<string>",
"updater": "<string>"
}
],
"form": "<string>",
"id": "<string>",
"form_details": {
"fields": [
{
"label": "<string>",
"type": "TEXT",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"label_en_us": "<string>",
"label_en_uk": "<string>",
"label_fr": "<string>",
"label_nl": "<string>",
"label_ind": "<string>",
"key": "<string>",
"required": true,
"default_value": "<string>",
"options": "<string>",
"creator": "<string>",
"updater": "<string>"
}
],
"owner": "<string>",
"id": "<string>",
"products": [
{
"name": "<string>",
"id": "<string>",
"premiums": "<string>",
"is_active": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"description": "<string>",
"image": "<string>",
"creator": "<string>",
"updater": "<string>"
}
],
"field_config": [
{
"label": "<string>",
"key": "<string>",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"visibility": true,
"required": true,
"creator": "<string>",
"updater": "<string>"
}
],
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"form_type": "TRANSACTION",
"creator": "<string>",
"updater": "<string>"
},
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"creator": "<string>",
"updater": "<string>",
"product": "<string>"
}
],
"card_details": {
"card_id": "<string>",
"id": "<string>",
"updated_on": "2023-11-07T05:31:56Z",
"created_on": "2023-11-07T05:31:56Z",
"display_id": "<string>",
"creator": "<string>",
"updater": "<string>"
},
"currency_details": {
"name": "<string>",
"id": "<string>",
"code": "<string>"
},
"updated_on": "2023-11-07T05:31:56Z",
"number": "<string>",
"created_on": "2023-11-07T05:31:56Z",
"date": "2023-11-07T05:31:56Z",
"invoice": "<string>",
"invoice_number": "<string>",
"verification_latitude": 123,
"verification_longitude": 123,
"method": "CARD",
"quality_correction": 123,
"quantity": "<string>",
"creator": "<string>",
"updater": "<string>",
"card": "<string>",
"parents": [
"<string>"
]
}
],
"next": "<string>",
"previous": "<string>"
}Filter results by items updated after the specified timestamp.
Filter results by items created after the specified timestamp.
Filter results by items updated before the specified timestamp.
Filter results to only include items with available quantity.
Number of results to return per page.
The initial index from which to return the results.
The total count of results.
Array containing product transactions.
Show child attributes
The amount of the transaction.
The source of the transaction.
The destination of the transaction.
The product associated with the transaction.
Unique identifier for the transaction.
Array of payment transactions associated with the product transaction.
Show child attributes
Show child attributes
1 - 100Show child attributes
1 - 25PAYOUT, TRANSACTION PER_TRANSACTION, PER_KG, PER_UNIT_CURRENCY, PER_FARMER BUY, SELL NORMAL, MANUAL, OPTIONS 110100CARD, INVOICE, NONE TRANSACTION, PREMIUM, TRANSACTION_PREMIUM 100The currency used in the transaction.
1The type of the transaction.
The quantity from the source in the transaction.
The current quantity in the transaction.
Array of submissions associated with the product transaction.
Show child attributes
Show child attributes
11 - 100Show child attributes
1 - 100TEXT, INTEGER, FLOAT, RADIO, MULTI_SELECT, EMAIL, PHONE, DATE, BOOLEAN, DROPDOWN 100100100100100100100Show child attributes
Show child attributes
1 - 100TEXT, INTEGER, FLOAT, RADIO, MULTI_SELECT, EMAIL, PHONE, DATE, BOOLEAN, DROPDOWN 100100100100100100100Show child attributes
Name of the product.
1 - 500Unique identifier for the product.
Premiums associated with the product.
Indicates whether the product is currently active.
Date and time when the product information was last updated.
Date and time when the product was created.
Description of the product.
500URL to the image or photo of the product.
Identifier of the user who created the product.
Identifier of the user who last updated the product.
Show child attributes
1 - 1001 - 100TRANSACTION, FARMER, PAYMENT, PRODUCT Details of the card used in the transaction.
Show child attributes
1100Date and time when the transaction was last updated.
The number associated with the transaction.
10Date and time when the transaction was created.
The date of the transaction.
The invoice associated with the transaction.
The invoice number associated with the transaction.
100The latitude of verification in the transaction.
The longitude of verification in the transaction.
The method used in the transaction.
CARD, INVOICE, NONE The quality correction value in the transaction.
The quantity associated with the transaction.
Identifier of the user who created the transaction.
Identifier of the user who last updated the transaction.
The card used in the transaction.
Array of parent transactions associated with the product transaction.
URI for the next page of results, if available.
URI for the previous page of results, if available.