Get support
HomeDocsAPI ReferenceRelease Notes
HomeDocsAPI ReferenceRelease Notes
  • Payments API
    • POSTRefresh API Keys
    • POSTCharge
    • POSTCapture
    • POSTVoid or Refund
    • POSTCheck Surcharge
    • POSTCreate Hosted Payment Page
    • PUTUpdate Vault Payment Account
  • 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
https://apps.runpayments.io/ords/sprint/api/3p/v1/adjustments
GET
/ords/sprint/api/3p/v1/adjustments
1curl https://apps.runpayments.io/ords/sprint/api/3p/v1/adjustments \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1{
2 "items": [
3 {
4 "id": 1,
5 "funding_master_id": "string",
6 "amount": 1.1,
7 "mid": "string",
8 "adjustment_date": "2024-01-15T09:30:00Z",
9 "adjustment_reason": "string",
10 "adjustment_type": "string"
11 }
12 ]
13}
Was this page helpful?
Previous

List merchants

Next
Built with
Retrieve adjustments data with optional filtering by specific attributes. Multiple filters can be applied simultaneously.
Get adjustments data

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Query parameters

qstringOptional
JSON query object to filter adjustments. Example: {"funding_master_id":"F1645093"} Example: {"mid":"lsn4mdj1416v350j0001"}

Response

Successful adjustments data retrieval
itemslist of objects or null

Errors

Bearer authentication of the form Bearer <token>, where token is your auth token.

JSON query object to filter adjustments. Example: {“funding_master_id”:“F1645093”} Example: {“mid”:“lsn4mdj1416v350j0001”}