{
    "item": [
        {
            "name": "Payouts",
            "description": "",
            "item": [
                {
                    "id": "809904fc-a0f7-4224-9ad2-5774fcaa0fc3",
                    "name": "Create Payout",
                    "request": {
                        "name": "Create Payout",
                        "description": {
                            "content": "Create a new payout. \n\nTo test different scenarios for each market, please refer to the Examples tab on the right side of the screen. \n\nEach market has a dedicated example. Use the following amounts to simulate specific statuses: \n\n201 → IN_PROGRESS then COMPLETED, 202 → IN_PROGRESS then FAILED, 203 → immediate ERROR, any other amount → completes immediately.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "48ceeeea-e85c-41a2-9c84-161993e5c1c0",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"country\": \"UNITED_KINGDOM\",\n    \"currency\": \"BRLA\",\n    \"createdAt\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"status\": \"FAILED\",\n    \"company\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    \"transactionId\": \"<string>\",\n    \"originId\": \"<string>\",\n    \"voucherId\": \"<string>\",\n    \"bank\": \"INFINIA\",\n    \"updatedAt\": \"<string>\",\n    \"msgStatus\": \"<string>\",\n    \"sourceAccount\": {\n      \"country\": \"<string>\",\n      \"bank\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\"\n    },\n    \"destination\": {\n      \"key_0\": 285.05682529955,\n      \"key_1\": \"string\",\n      \"key_2\": false\n    },\n    \"creditorAccount\": {\n      \"number\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"type\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"bankName\": \"<string>\",\n      \"ownerName\": \"<string>\",\n      \"ownerDocument\": \"<string>\",\n      \"ownerDocumentType\": \"<string>\"\n    },\n    \"extraInfo\": {\n      \"key_0\": 2670,\n      \"key_1\": \"string\",\n      \"key_2\": \"string\"\n    },\n    \"callbackUrl\": \"<string>\",\n    \"createdAtIso\": \"<string>\",\n    \"updatedAtIso\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8b17b14b-26b9-47e5-bfb7-76642bfd5d6f",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4423f601-10f3-4b81-9ee9-fb2abf593b5f",
                            "name": "Forbidden",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8b07bdc1-1e0e-4bad-89e2-73441a31ec06",
                            "name": "Payout blocked by a risk/compliance rule. The `error_code` field identifies the outcome.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a0e0c971-e1ad-44e2-846c-5d1a1a569cad",
                            "name": "The source account does not have enough available balance to cover the payout. A payout record is still created with status `ERROR`, and its data is returned in the `data` field.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Precondition Failed",
                            "code": 412,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"PYG\",\n    \"createdAt\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"status\": \"PARTIALLY_REFUNDED\",\n    \"company\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    \"transactionId\": \"<string>\",\n    \"originId\": \"<string>\",\n    \"voucherId\": \"<string>\",\n    \"bank\": \"INFINIA\",\n    \"updatedAt\": \"<string>\",\n    \"msgStatus\": \"<string>\",\n    \"sourceAccount\": {\n      \"country\": \"<string>\",\n      \"bank\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\"\n    },\n    \"destination\": {\n      \"key_0\": \"string\"\n    },\n    \"creditorAccount\": {\n      \"number\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"type\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"bankName\": \"<string>\",\n      \"ownerName\": \"<string>\",\n      \"ownerDocument\": \"<string>\",\n      \"ownerDocumentType\": \"<string>\"\n    },\n    \"extraInfo\": {\n      \"key_0\": 9827,\n      \"key_1\": \"string\"\n    },\n    \"callbackUrl\": \"<string>\",\n    \"createdAtIso\": \"<string>\",\n    \"updatedAtIso\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e6d3a3a3-f4cb-4bb4-a543-beb525eabe6c",
                            "name": "Unprocessable Entity",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "58f059b3-dc0d-4ac7-a33e-c32b57ad4955",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"originId\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"destinationAccount\": {\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USD\",\n    \"destinationType\": {\n      \"type\": \"ALIAS\",\n      \"alias\": \"<string>\"\n    },\n    \"adultCheck\": \"<boolean>\"\n  },\n  \"sourceAccountId\": \"<string>\",\n  \"callbackUrl\": \"<uri>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "b17b48df-8c85-4bb1-bf93-564290381638",
                    "name": "List Payouts",
                    "request": {
                        "name": "List Payouts",
                        "description": {
                            "content": "Retrieve a paginated list of payouts.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of ARGENTINA,BRAZIL,MEXICO,PARAGUAY,PERU,COLOMBIA,CHILE,EUROPE,GLOBAL,BOLIVIA,UNITED_KINGDOM)",
                                        "type": "text/plain"
                                    },
                                    "key": "country",
                                    "value": "CHILE"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Default: 1",
                                        "type": "text/plain"
                                    },
                                    "key": "page_number",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Default: 50",
                                        "type": "text/plain"
                                    },
                                    "key": "page_size",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Payout ID",
                                        "type": "text/plain"
                                    },
                                    "key": "payout_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "If set to true, include payouts by any child companies of the authenticated company. Default: false.",
                                        "type": "text/plain"
                                    },
                                    "key": "include_child_companies",
                                    "value": "false"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                        "type": "text/plain"
                                    },
                                    "key": "date_from",
                                    "value": "9514-95-13 07:72:34"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                        "type": "text/plain"
                                    },
                                    "key": "date_to",
                                    "value": "1425-01-88 81:75:21"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of COMPLETED,IN_PROGRESS,FAILED,REFUNDED,PARTIALLY_REFUNDED,ERROR)",
                                        "type": "text/plain"
                                    },
                                    "key": "status",
                                    "value": "REFUNDED"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of ARS,USD,BRL,MXN,PYG,CLP,PEN,EUR,GBP,USDT,USDC,BOB,EURC,COP,USDC_POL,USDT_POL,EURC_BASE,USDC_BASE,USDT_BASE,USDC_ETH,USDT_ETH,EURC_ETH,USDC_TEMPO,USDT_TEMPO,EURC_TEMPO,GBP,BRLA,BRLA_POL,BRLA_BASE,BRLA_ETH,TGBP,TGBP_POL,TGBP_BASE,TGBP_ETH)",
                                        "type": "text/plain"
                                    },
                                    "key": "currency",
                                    "value": "COP"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "amount_min",
                                    "value": "<number>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "amount_max",
                                    "value": "<number>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Origin ID to filter payouts.",
                                        "type": "text/plain"
                                    },
                                    "key": "origin_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "50af2e17-2757-4191-8e36-716f9cd04470",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARGENTINA,BRAZIL,MEXICO,PARAGUAY,PERU,COLOMBIA,CHILE,EUROPE,GLOBAL,BOLIVIA,UNITED_KINGDOM)",
                                                "type": "text/plain"
                                            },
                                            "key": "country",
                                            "value": "CHILE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 1",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 50",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Payout ID",
                                                "type": "text/plain"
                                            },
                                            "key": "payout_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If set to true, include payouts by any child companies of the authenticated company. Default: false.",
                                                "type": "text/plain"
                                            },
                                            "key": "include_child_companies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "9514-95-13 07:72:34"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "1425-01-88 81:75:21"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of COMPLETED,IN_PROGRESS,FAILED,REFUNDED,PARTIALLY_REFUNDED,ERROR)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARS,USD,BRL,MXN,PYG,CLP,PEN,EUR,GBP,USDT,USDC,BOB,EURC,COP,USDC_POL,USDT_POL,EURC_BASE,USDC_BASE,USDT_BASE,USDC_ETH,USDT_ETH,EURC_ETH,USDC_TEMPO,USDT_TEMPO,EURC_TEMPO,GBP,BRLA,BRLA_POL,BRLA_BASE,BRLA_ETH,TGBP,TGBP_POL,TGBP_BASE,TGBP_ETH)",
                                                "type": "text/plain"
                                            },
                                            "key": "currency",
                                            "value": "COP"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_min",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_max",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Origin ID to filter payouts.",
                                                "type": "text/plain"
                                            },
                                            "key": "origin_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"country\": \"GLOBAL\",\n      \"currency\": \"USDT\",\n      \"createdAt\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"status\": \"PARTIALLY_REFUNDED\",\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"transactionId\": \"<string>\",\n      \"originId\": \"<string>\",\n      \"voucherId\": \"<string>\",\n      \"bank\": \"INFINIA\",\n      \"updatedAt\": \"<string>\",\n      \"msgStatus\": \"<string>\",\n      \"sourceAccount\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"accountNumber\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"label\": \"<string>\"\n      },\n      \"destination\": {\n        \"key_0\": \"string\"\n      },\n      \"creditorAccount\": {\n        \"number\": \"<string>\",\n        \"branch\": \"<string>\",\n        \"type\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"ownerName\": \"<string>\",\n        \"ownerDocument\": \"<string>\",\n        \"ownerDocumentType\": \"<string>\"\n      },\n      \"extraInfo\": {\n        \"key_0\": true\n      },\n      \"callbackUrl\": \"<string>\",\n      \"createdAtIso\": \"<string>\",\n      \"updatedAtIso\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"country\": \"GLOBAL\",\n      \"currency\": \"BRL\",\n      \"createdAt\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"status\": \"COMPLETED\",\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"transactionId\": \"<string>\",\n      \"originId\": \"<string>\",\n      \"voucherId\": \"<string>\",\n      \"bank\": \"INFINIA\",\n      \"updatedAt\": \"<string>\",\n      \"msgStatus\": \"<string>\",\n      \"sourceAccount\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"accountNumber\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"label\": \"<string>\"\n      },\n      \"destination\": {\n        \"key_0\": true\n      },\n      \"creditorAccount\": {\n        \"number\": \"<string>\",\n        \"branch\": \"<string>\",\n        \"type\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"ownerName\": \"<string>\",\n        \"ownerDocument\": \"<string>\",\n        \"ownerDocumentType\": \"<string>\"\n      },\n      \"extraInfo\": {\n        \"key_0\": \"string\"\n      },\n      \"callbackUrl\": \"<string>\",\n      \"createdAtIso\": \"<string>\",\n      \"updatedAtIso\": \"<string>\"\n    }\n  ],\n  \"status\": \"success\",\n  \"nextCursor\": \"<string>\",\n  \"hasMore\": false\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0cb3bfe7-2355-4932-a9a1-c6fa0662a9f1",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARGENTINA,BRAZIL,MEXICO,PARAGUAY,PERU,COLOMBIA,CHILE,EUROPE,GLOBAL,BOLIVIA,UNITED_KINGDOM)",
                                                "type": "text/plain"
                                            },
                                            "key": "country",
                                            "value": "CHILE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 1",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 50",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Payout ID",
                                                "type": "text/plain"
                                            },
                                            "key": "payout_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If set to true, include payouts by any child companies of the authenticated company. Default: false.",
                                                "type": "text/plain"
                                            },
                                            "key": "include_child_companies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "9514-95-13 07:72:34"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "1425-01-88 81:75:21"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of COMPLETED,IN_PROGRESS,FAILED,REFUNDED,PARTIALLY_REFUNDED,ERROR)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARS,USD,BRL,MXN,PYG,CLP,PEN,EUR,GBP,USDT,USDC,BOB,EURC,COP,USDC_POL,USDT_POL,EURC_BASE,USDC_BASE,USDT_BASE,USDC_ETH,USDT_ETH,EURC_ETH,USDC_TEMPO,USDT_TEMPO,EURC_TEMPO,GBP,BRLA,BRLA_POL,BRLA_BASE,BRLA_ETH,TGBP,TGBP_POL,TGBP_BASE,TGBP_ETH)",
                                                "type": "text/plain"
                                            },
                                            "key": "currency",
                                            "value": "COP"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_min",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_max",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Origin ID to filter payouts.",
                                                "type": "text/plain"
                                            },
                                            "key": "origin_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "cada9361-eda9-4711-8606-daa7eb06882d",
                            "name": "Unprocessable Entity",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARGENTINA,BRAZIL,MEXICO,PARAGUAY,PERU,COLOMBIA,CHILE,EUROPE,GLOBAL,BOLIVIA,UNITED_KINGDOM)",
                                                "type": "text/plain"
                                            },
                                            "key": "country",
                                            "value": "CHILE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 1",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 50",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Payout ID",
                                                "type": "text/plain"
                                            },
                                            "key": "payout_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If set to true, include payouts by any child companies of the authenticated company. Default: false.",
                                                "type": "text/plain"
                                            },
                                            "key": "include_child_companies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "9514-95-13 07:72:34"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "1425-01-88 81:75:21"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of COMPLETED,IN_PROGRESS,FAILED,REFUNDED,PARTIALLY_REFUNDED,ERROR)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARS,USD,BRL,MXN,PYG,CLP,PEN,EUR,GBP,USDT,USDC,BOB,EURC,COP,USDC_POL,USDT_POL,EURC_BASE,USDC_BASE,USDT_BASE,USDC_ETH,USDT_ETH,EURC_ETH,USDC_TEMPO,USDT_TEMPO,EURC_TEMPO,GBP,BRLA,BRLA_POL,BRLA_BASE,BRLA_ETH,TGBP,TGBP_POL,TGBP_BASE,TGBP_ETH)",
                                                "type": "text/plain"
                                            },
                                            "key": "currency",
                                            "value": "COP"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_min",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_max",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Origin ID to filter payouts.",
                                                "type": "text/plain"
                                            },
                                            "key": "origin_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8f55ac0b-aa57-4539-9858-a695945a608f",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARGENTINA,BRAZIL,MEXICO,PARAGUAY,PERU,COLOMBIA,CHILE,EUROPE,GLOBAL,BOLIVIA,UNITED_KINGDOM)",
                                                "type": "text/plain"
                                            },
                                            "key": "country",
                                            "value": "CHILE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 1",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Default: 50",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Payout ID",
                                                "type": "text/plain"
                                            },
                                            "key": "payout_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "If set to true, include payouts by any child companies of the authenticated company. Default: false.",
                                                "type": "text/plain"
                                            },
                                            "key": "include_child_companies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "9514-95-13 07:72:34"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Format: YYYY-MM-DD HH:MM:SS. The filter is applied to the startDate field, and dates are considered in UTC.",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "1425-01-88 81:75:21"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of COMPLETED,IN_PROGRESS,FAILED,REFUNDED,PARTIALLY_REFUNDED,ERROR)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ARS,USD,BRL,MXN,PYG,CLP,PEN,EUR,GBP,USDT,USDC,BOB,EURC,COP,USDC_POL,USDT_POL,EURC_BASE,USDC_BASE,USDT_BASE,USDC_ETH,USDT_ETH,EURC_ETH,USDC_TEMPO,USDT_TEMPO,EURC_TEMPO,GBP,BRLA,BRLA_POL,BRLA_BASE,BRLA_ETH,TGBP,TGBP_POL,TGBP_BASE,TGBP_ETH)",
                                                "type": "text/plain"
                                            },
                                            "key": "currency",
                                            "value": "COP"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_min",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "amount_max",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Origin ID to filter payouts.",
                                                "type": "text/plain"
                                            },
                                            "key": "origin_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "cursor",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "c149588c-598f-46e1-b377-49210e59f56e",
                    "name": "Get Payout Details",
                    "request": {
                        "name": "Get Payout Details",
                        "description": {
                            "content": "Retrieve details of a payout.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ":payout_id",
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "payout_id",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                    "type": "text/plain"
                                },
                                "key": "x-company-id",
                                "value": "<integer>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "df734827-565d-477d-bd02-a47d3455bb8e",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":payout_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "payout_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"country\": \"ARGENTINA\",\n    \"currency\": \"USDT_POL\",\n    \"createdAt\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"status\": \"FAILED\",\n    \"company\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    \"transactionId\": \"<string>\",\n    \"originId\": \"<string>\",\n    \"voucherId\": \"<string>\",\n    \"bank\": \"INFINIA\",\n    \"updatedAt\": \"<string>\",\n    \"msgStatus\": \"<string>\",\n    \"sourceAccount\": {\n      \"country\": \"<string>\",\n      \"bank\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\"\n    },\n    \"destination\": {\n      \"key_0\": 6195\n    },\n    \"creditorAccount\": {\n      \"number\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"type\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"bankName\": \"<string>\",\n      \"ownerName\": \"<string>\",\n      \"ownerDocument\": \"<string>\",\n      \"ownerDocumentType\": \"<string>\"\n    },\n    \"extraInfo\": {\n      \"key_0\": 3933.2808112182915,\n      \"key_1\": \"string\"\n    },\n    \"callbackUrl\": \"<string>\",\n    \"createdAtIso\": \"<string>\",\n    \"updatedAtIso\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "21f14ce5-4f86-4a84-b336-bf713517adbf",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":payout_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "payout_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1df207c1-b5f0-4201-a5d9-ae5310fdf659",
                            "name": "Forbidden",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":payout_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "payout_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "75dd3149-d8cb-41e7-83a0-1049d397f8c0",
                            "name": "Unprocessable Entity",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":payout_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "payout_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "392d47d8-bb31-44e4-83dd-e3558efee014",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":payout_id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "payout_id"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "ID of a child company for authentication. If not provided, the parent company will be authenticated.",
                                            "type": "text/plain"
                                        },
                                        "key": "x-company-id",
                                        "value": "<integer>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: basic",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Basic <credentials>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"status\": \"error\",\n  \"error_code\": \"<string>\",\n  \"trace_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://app2test.infiniaweb.com/infinia_api/v2/payouts"
        }
    ],
    "info": {
        "_postman_id": "953e3b42-2841-4ca6-aca2-8ed0fd1f7ae7",
        "name": "Payouts",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Payouts",
            "type": "text/plain"
        }
    }
}