{ "opencollection": "1.0.0", "info": { "name": "MX Platform Microdeposits API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Microdeposits", "type": "folder" }, "items": [ { "info": { "name": "Read a microdeposit for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/micro_deposits/:micro_deposit_guid", "params": [ { "name": "user_guid", "value": "", "type": "path", "description": "The unique identifier for the user. Defined by MX." }, { "name": "micro_deposit_guid", "value": "", "type": "path", "description": "The unique identifier for the microdeposit. Defined by MX." } ] }, "docs": "Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID.

Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint." }, { "info": { "name": "Delete a microdeposit", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mx.com/users/:user_guid/micro_deposits/:micro_deposit_guid", "params": [ { "name": "micro_deposit_guid", "value": "MIC-09ba578e-8448-4f7f-89e1-b62ff2517edb", "type": "path", "description": "The unique identifier for the microdeposit. Defined by MX." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to delete the specified microdeposit." } ] } ], "bundled": true }