v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBGet requests for payment
Gets requests for payment that match the query parameters.
Query parameters
Optional parameter to filter results matching this endToEndId value.
State by which to filter results.
Field to filter results matching this senderAddress value.
Field to filter results matching this receiverAddress value.
Field to filter results matching this paymentId value.
Filters for requests for payment whose range_field column value is before this specified time stamp (not inclusive). You can also specify after to create a time range between after and before. If before is specified, range_field must also be specified
Filters for requests for payment whose range_field column value is after this specified time stamp (not inclusive). You can also specify before to create a time range between after and before. If after is specified, range_field must also be specified.
Designates the column name of the requests for payment database table that is used for filtering payments before/after/between time stamps. For example, if you specify range_field=MODIFIED_AT, you would specify a time stamp (in the 24 character ISO 8601 YYYY-MM-DDTHH:mm:ss.sssZ format used in request for payment objects) as the value for before and/or after to fetch request for payment before, after, or between the specified time range(s) (not inclusive). If range_field is specified, before and/or after must also be specified.
Field to use to sort results.
Sorts result according to the specified direction.
Zero-based index of the page number of results.
The number of payments per page.
Response
Successfully retrieves requests for payment matching query parameters.
Example response
{
"sort": [
{
"direction": "ASC",
"nullHandling": "NULLS_FIRST",
"ascending": true
}
],
"content": [
{
"request_for_payment_id": "1bf93760-ef69-4697-b2b4-47d9e1c42aa7",
"request_for_payment_state": "REQUESTED",
"sender_address": "trans_usd_sf@rn.us.ca.san_francisco",
"receiver_address": "trans_gbp_lon@rn.eur.uk.london",
"amount": 100.01,
"currency": "USD",
"quote_type": "SENDER_AMOUNT",
"user_info": [
{
"requested": [
{
"subState": "EXECUTING"
}
],
"accepted": [
{
"subState": "EXECUTING"
}
],
"failed": [
{
"subState": "EXECUTING"
}
]
}
],
"payment_id": "5492648d-2132-4e70-9ded-2fc86f22b321"
}
]
}