provider Send Money GET /request-send-money
@utdk/mercury /request-send-money
List send money approval requests
Retrieve a paginated list of send money approval requests for the authenticated organization. Supports filtering by account and status.
accountId query
string
status query
enum: pendingApproval, approved, rejected, cancelled
start_after query
string
end_before query
string
limit query
integer

Try it

Authentication
Configure credentials for Mercury API
listsendmoneyapprovalrequests
GET/request-send-money
Retrieve a paginated list of send money approval requests for the authenticated organization. Supports filtering by account and status.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import mercury from '@utdk/mercury';

await mercury.listsendmoneyapprovalrequests({
  "limit": 1000
})