Transaction export

Request address

POST

https://api.mvpgateways.com/exports/transactions/
{
    "MERCHANT_KEY": "***"
}

Merchant key will be provided to you by your Cabbagino manager

Request example

data '{
    "start_date": "2025-05-13 22:30:00",
    "end_date": "2025-05-13 22:40:00"
}'

Response example

{
  "id": 223128,
  "order_id": "174717586128066571829850378389",
  "external_id": "0196cbcb-eb4b-73bf-a70b-6bc03308f064",
  "amount": 2000,
  "real_amount": 2000,
  "currency": "AZN",
  "real_currency": "AZN",
  "status": "DECLINE",
  "site_id": 3,
  "date_created": "2025-05-13 22:37:41.281314",
  "date_finished": "2025-05-13 22:46:10.555490",
  "date_modified": "2025-05-13 22:46:15.280176",
  "type": "DEPOSIT",
  "processor_id": 15478859,
  "rrn": null,
  "site_login": "80295500",
  "decimal_amount": 20.0,
  "decimal_real_amount": 20.0,
  "provider_name": "kaktus",
  "gateway_name": "P2P_H2H_AZN_in_out_1win",
  "gateway_id": 17,
  "customer_country": "az",
  "status_id": 5,
  "type_id": 1,
  "payment_method_id": 3
}

Last updated