Open Banking API
List draft payments
api
get
/draft-payments

List draft payments

Get draft payments list sorted by creation time in descending order.

See also Tutorials: Work with draft payments and Tutorials: Create your first draft payment.

Request

Query Parameters
Query Parameters

Response

Draft Payment List

Response body
Body object 
Was this page helpful?
GET
/draft-payments . 
Parameters
curl -L -X GET 'https://apis.revolut.com/draft-payments' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <yourSecretApiKey>'
Response body samples
{
"Items": [
{
"Id": "27d92ade-xxxx-438c-xxxx-06d63a411d67",
"CreatedAt": "2022-09-29T12:24:31.985323Z",
"Status": "Awaiting"
}
],
"Links": {}
}