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