curl --request GET \
--url http://localhost:3000/connect/v1/transactions/payment-transactions/ \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"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>"
]
}
],
"next": "<string>",
"previous": "<string>"
}The List Payment Transactions endpoint allows users to retrieve a paginated list of payment transactions. Each transaction includes details such as transaction ID, premium details, currency details, transaction type, amount, invoice information, and other relevant details. Pagination information is provided in the response, allowing users to navigate through the transaction records.
curl --request GET \
--url http://localhost:3000/connect/v1/transactions/payment-transactions/ \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"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>"
]
}
],
"next": "<string>",
"previous": "<string>"
}Number of results to return per page.
The initial index from which to return the results.
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 100