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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import mercury from '@utdk/mercury';
await mercury.listsendmoneyapprovalrequests({
"limit": 1000
})