API Reference
//
Trigger a mock settlement
This API is only available in sandbox mode. Queues a settlement run for your account so you can exercise settlements without a wait for the daily settlement schedule.
Security
JWT
POST
curl -i -X POST \
https://api.glomopay.com/api/v1/settlements/mock-trigger \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "status": "accepted", "withdrawal_account_id": "accwith_E602dMzgjpDC" }