v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBAccount
List all payment requests
Returns a list of your payment requests. If there are unsettled payment requests, they can block you from using the API.
Unsettled payment requests must settled through the Shipmondo app, unless the account is set to automatic settlement.
get/account/payment_requests
Query parameters
created_at_minstring date-time
"From" timestamp for the payment requests to be included in the filter. Examples:
- 2017-06-19T11:00:03.305+02:00
- 2017-06-19 will be transformed into 2017-06-19T00:00:00.000+02:00
created_at_maxstring date-time
"To" timestamp for the payment requests to be included in the filter. Examples:
- 2017-06-29T11:00:03.305+02:00
- 2017-06-29 will be transformed into 2017-06-29T00:00:00.000+02:00
per_pageinteger
For pagination. Defines how many entries are returned per page.
pageinteger
For pagination. Defines which page the results are fetched from.
Response
Successful.
Example response
[
{
"id": 11460,
"shipment_id": 18651353,
"reference": "Non-compliant",
"line_type": "non_compliant",
"amount": 22.5,
"currency_code": "DKK",
"created_at": "2017-06-16T06:25:44.557Z",
"updated_at": "2017-06-16T06:25:44.557Z"
}
]