{ "opencollection": "1.0.0", "info": { "name": "JustiFi API Documentation Ach Return Fees Payouts API" }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "List Payouts", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/payouts", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "created_before", "value": "2022-01-01T00:00:00Z", "type": "query", "description": "filter records which were created before the date and time (UTC) specified. Dates without time specified will default to 00:00:00\n" }, { "name": "created_after", "value": "2022-01-01T00:00:00Z", "type": "query", "description": "filter records which were created after the date and time (UTC) specified. Dates without time specified will default to 00:00:00\n" }, { "name": "deposits_before", "value": "2022-01-01T00:00:00Z", "type": "query", "description": "filter records which deposit before the date and time (UTC) specified. Dates without time specified will default to 00:00:00\n" }, { "name": "deposits_after", "value": "2022-01-01T00:00:00Z", "type": "query", "description": "filter records which deposit after the date and time (UTC) specified. Dates without time specified will default to 00:00:00\n" } ] }, "docs": "List Payouts" }, { "info": { "name": "Get a Payout", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/payouts/:id", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get information about a payout." }, { "info": { "name": "Update a Payout", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.justifi.ai/v1/payouts/:id", "headers": [ { "name": "Idempotency-Key", "value": "my-request-123abc" }, { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change a payout's metadata." }, { "info": { "name": "Get a Payout CSV Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/reports/payouts/:id", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "[DEPRECATION WARNING] This endpoint will be deprecated, please use [Reports API](#tag/Reports)." } ] } ], "bundled": true }