For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get support
HomeDocsAPI ReferenceRelease Notes
HomeDocsAPI ReferenceRelease Notes
  • Payments API
    • POSTRefresh API Keys
    • POSTCharge
    • POSTCapture
    • POSTVoid or Refund
    • POSTCheck Surcharge
    • POSTCreate Hosted Payment Page
    • PUTEdit Hosted Payment Page
    • POSTCreate Vault Payment Account
    • GETGet Vault Payment Account
    • DELDelete a Vault Payment Account
    • PUTUpdate Vault Account Details
    • POSTCreate Billing Plan
    • GETGet Billing Plan
    • DELCancel Billing Plan
  • Authentication (Reporting & Boarding)
    • POSTGet access token
  • Reporting API
    • GETGet transactions data
    • GETGet deposits data
    • GETGet chargebacks data
    • GETGet adjustments data
  • Boarding API
    • GETList merchants
    • POSTCreate a new merchant
    • GETGet a single merchant
Get support
LogoLogo

Get transactions data

GET
https://apps.runpayments.io/ords/sprint/api/3p/v1/transactions
GET
/ords/sprint/api/3p/v1/transactions
$curl https://apps.runpayments.io/ords/sprint/api/3p/v1/transactions \
> -H "Authorization: Bearer <token>"
1{
2 "items": [
3 {
4 "account_token": "acct_9f8e7d6c5b4a3",
5 "amount": 2599.99,
6 "auth_code": "A1B2C3",
7 "avs_resp": "Y",
8 "batch_id": "batch_20240115_001",
9 "card_brand_id": 2,
10 "card_number": "**** **** **** 1234",
11 "custom_01": "promo_spring2024",
12 "custom_02": "online_order",
13 "custom_03": "gift_wrap",
14 "custom_04": "priority_shipping",
15 "custom_05": "referral_2023",
16 "custom_06": "customer_loyalty",
17 "custom_07": "email_opt_in",
18 "custom_08": "mobile_app",
19 "custom_09": "coupon_15off",
20 "custom_10": "vip_customer",
21 "cvv_resp": "M",
22 "expiration": "12/26",
23 "funded_batch_id": "funded_batch_20240115_001",
24 "funding_master_id": "F1645093",
25 "interchange_per_item": 0.3,
26 "interchange_rate": 0.015,
27 "mid": "lsn4mdj1416v350j0001",
28 "name": "Jane Doe",
29 "order_id": "ORD123456789",
30 "related_trans_id": "trans_987654321",
31 "resp_code": "00",
32 "resp_text": "Approved",
33 "result": "success",
34 "settlement_date": "2024-01-15T09:30:00Z",
35 "terminal_id": "term_01A2B3C4",
36 "trans_date": "2024-01-15T09:30:00Z",
37 "trans_id": "trans_123456789",
38 "trans_status_id": 2,
39 "user_identifier": "user_7890",
40 "vault_id": 42
41 }
42 ]
43}
Retrieve transaction data with optional filtering by specific attributes. Multiple filters can be applied simultaneously.
Was this page helpful?
Previous

Get deposits data

Next
Built with

Authentication

AuthorizationBearer
This API uses OAuth 2.0 for authentication.

Query parameters

qstringOptional

JSON query object to filter transactions.

Example: {“funding_master_id”:“F1645093”}
Example: {“mid”:“lsn4mdj1416v350j0001”, “amount”:100}

Response

Successful transaction data retrieval
itemslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error