{
    "item": [
        {
            "name": "Payins",
            "description": "",
            "item": [
                {
                    "id": "29c4e47b-58e9-4a15-9acd-42e84fda1496",
                    "name": "List Payment Refunds",
                    "request": {
                        "name": "List Payment Refunds",
                        "description": {
                            "content": "Retrieve a list of payin refunds.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "refund",
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "payment_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "refund_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "idempotency_key",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "date_from",
                                    "value": "<dateTime>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "date_to",
                                    "value": "<dateTime>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "page_number",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "page_size",
                                    "value": "10"
                                },
                                {
                                    "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": "6339c234-0c52-4748-831c-2622166546f6",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "payment_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "refund_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "idempotency_key",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "10"
                                        },
                                        {
                                            "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      \"created_at\": \"<dateTime>\",\n      \"status\": \"SUCCESS\",\n      \"updated_at\": \"<dateTime>\",\n      \"idempotency_key\": \"<string>\",\n      \"description\": \"<string>\",\n      \"debit_movement_id\": \"<integer>\",\n      \"bounce_movement_id\": \"<integer>\",\n      \"company\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"voucher_id\": \"<string>\",\n      \"failure_reason\": \"<string>\",\n      \"payment_id\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"status\": \"SUCCESS\",\n      \"updated_at\": \"<dateTime>\",\n      \"idempotency_key\": \"<string>\",\n      \"description\": \"<string>\",\n      \"debit_movement_id\": \"<integer>\",\n      \"bounce_movement_id\": \"<integer>\",\n      \"company\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"voucher_id\": \"<string>\",\n      \"failure_reason\": \"<string>\",\n      \"payment_id\": \"<string>\"\n    }\n  ],\n  \"next_cursor\": \"<string>\",\n  \"has_more\": false,\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5d564ad7-06df-4881-9761-7ed4a128481d",
                            "name": "Forbidden",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "payment_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "refund_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "idempotency_key",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "10"
                                        },
                                        {
                                            "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": "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": "9e0f7e1e-4a67-4194-a808-0adcb2bb12e5",
                            "name": "Validation Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "payment_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "refund_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "idempotency_key",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "10"
                                        },
                                        {
                                            "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  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9edecc4c-d967-46d7-bab3-a9cc06072042",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "payment_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "refund_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "idempotency_key",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_from",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "date_to",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_number",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page_size",
                                            "value": "10"
                                        },
                                        {
                                            "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": "cebc835c-9de4-47e1-a488-90108de2e3b6",
                    "name": "Refund Payment",
                    "request": {
                        "name": "Refund Payment",
                        "description": {
                            "content": "Create a refund for a payin. Only completed payins are eligible for refunds. \n\nA refund may still fail after being initially marked as `SUCCESS`; in such cases, you'll receive a callback with `status = FAILED`. \n\nTo simulate a failed refund in the sandbox, create a payin with `amount = 101` (see the `Create Payment` endpoint for details).\n\nTo refund a deposit, use the `Create Refund` endpoint from Accounts.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "refund",
                                ""
                            ],
                            "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  \"payment_id\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"description\": \"<string>\",\n  \"callback_url\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "de581f29-6704-4730-a001-5e9c77686887",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "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  \"payment_id\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"description\": \"<string>\",\n  \"callback_url\": \"<string>\"\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    \"created_at\": \"<dateTime>\",\n    \"status\": \"SUCCESS\",\n    \"updated_at\": \"<dateTime>\",\n    \"idempotency_key\": \"<string>\",\n    \"description\": \"<string>\",\n    \"debit_movement_id\": \"<integer>\",\n    \"bounce_movement_id\": \"<integer>\",\n    \"company\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"voucher_id\": \"<string>\",\n    \"failure_reason\": \"<string>\",\n    \"payment_id\": \"<string>\"\n  },\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8014a027-e667-4507-bdcb-ef778f46d5ea",
                            "name": "Forbidden",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "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  \"payment_id\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"description\": \"<string>\",\n  \"callback_url\": \"<string>\"\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": "a6514072-35e0-4338-991b-1515851924b9",
                            "name": "Validation Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "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  \"payment_id\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"description\": \"<string>\",\n  \"callback_url\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2075cb10-431c-4476-80fe-6a304caae2e1",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "refund",
                                        ""
                                    ],
                                    "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  \"payment_id\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"description\": \"<string>\",\n  \"callback_url\": \"<string>\"\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": "51983f1e-878e-46fc-a2f2-5315ceaea0ea",
                    "name": "Create Payment",
                    "request": {
                        "name": "Create Payment",
                        "description": {
                            "content": "Create a one-time payment instruction with a fixed amount and expiration. \n\nTo test different scenarios for each market and payment rail, 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\n100, 101 → COMPLETED, 102 → ERROR, any other amount → AWAITING.",
                            "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  \"amount\": \"<number>\",\n  \"expiryDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"market\": \"AR\",\n  \"type\": \"OFFLINE\",\n  \"currency\": \"ARS\",\n  \"clientTaxId\": \"<string>\",\n  \"callbackUrl\": \"<string>\",\n  \"reference\": \"<string>\",\n  \"redirectUrl\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "00175ff9-cc1a-4147-8d92-1617a8f7520d",
                            "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  \"amount\": \"<number>\",\n  \"expiryDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"market\": \"AR\",\n  \"type\": \"OFFLINE\",\n  \"currency\": \"ARS\",\n  \"clientTaxId\": \"<string>\",\n  \"callbackUrl\": \"<string>\",\n  \"reference\": \"<string>\",\n  \"redirectUrl\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"market\": \"BR\",\n      \"type\": \"OFFLINE\",\n      \"amount\": \"<number>\",\n      \"currency\": \"ARS\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"attempts\": [\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"COMPLETED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        },\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"PARTIALLY_REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        }\n      ],\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"status\": \"PARTIALLY_REFUNDED\",\n      \"retryable\": false,\n      \"expiryDate\": \"<dateTime>\",\n      \"callbackUrl\": \"<string>\",\n      \"redirectUrl\": \"<string>\",\n      \"startUrl\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"account\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"number\": \"<string>\",\n        \"id\": \"<string>\"\n      },\n      \"accountId\": \"<string>\",\n      \"providerExternalId\": \"<string>\",\n      \"initData\": \"<string>\",\n      \"payerData\": {\n        \"name\": \"<string>\",\n        \"documentNumber\": \"<string>\",\n        \"documentType\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"accountNumber\": \"<string>\"\n      },\n      \"voucherId\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"market\": \"GB\",\n      \"type\": \"SPEI\",\n      \"amount\": \"<number>\",\n      \"currency\": \"BRL\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"attempts\": [\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"ERROR\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        },\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"PARTIALLY_REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        }\n      ],\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"status\": \"REFUNDED\",\n      \"retryable\": false,\n      \"expiryDate\": \"<dateTime>\",\n      \"callbackUrl\": \"<string>\",\n      \"redirectUrl\": \"<string>\",\n      \"startUrl\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"account\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"number\": \"<string>\",\n        \"id\": \"<string>\"\n      },\n      \"accountId\": \"<string>\",\n      \"providerExternalId\": \"<string>\",\n      \"initData\": \"<string>\",\n      \"payerData\": {\n        \"name\": \"<string>\",\n        \"documentNumber\": \"<string>\",\n        \"documentType\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"accountNumber\": \"<string>\"\n      },\n      \"voucherId\": \"<string>\"\n    }\n  ],\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e0d6ffbc-ee00-4d92-8653-05bf9e5ce1fd",
                            "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  \"amount\": \"<number>\",\n  \"expiryDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"market\": \"AR\",\n  \"type\": \"OFFLINE\",\n  \"currency\": \"ARS\",\n  \"clientTaxId\": \"<string>\",\n  \"callbackUrl\": \"<string>\",\n  \"reference\": \"<string>\",\n  \"redirectUrl\": \"<string>\"\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": "4a017683-1871-40d8-875a-216f89c9ef19",
                            "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  \"amount\": \"<number>\",\n  \"expiryDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"market\": \"AR\",\n  \"type\": \"OFFLINE\",\n  \"currency\": \"ARS\",\n  \"clientTaxId\": \"<string>\",\n  \"callbackUrl\": \"<string>\",\n  \"reference\": \"<string>\",\n  \"redirectUrl\": \"<string>\"\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": "e2109e75-1640-46ad-bac3-27f2937b3ac3",
                            "name": "Validation 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  \"amount\": \"<number>\",\n  \"expiryDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"market\": \"AR\",\n  \"type\": \"OFFLINE\",\n  \"currency\": \"ARS\",\n  \"clientTaxId\": \"<string>\",\n  \"callbackUrl\": \"<string>\",\n  \"reference\": \"<string>\",\n  \"redirectUrl\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5cc4cd56-86d9-4c16-992b-47c39a23212f",
                            "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  \"amount\": \"<number>\",\n  \"expiryDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"market\": \"AR\",\n  \"type\": \"OFFLINE\",\n  \"currency\": \"ARS\",\n  \"clientTaxId\": \"<string>\",\n  \"callbackUrl\": \"<string>\",\n  \"reference\": \"<string>\",\n  \"redirectUrl\": \"<string>\"\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": "ef1498a0-790d-4c94-b436-dd8663e032bf",
                    "name": "List Payments",
                    "request": {
                        "name": "List Payments",
                        "description": {
                            "content": "Retrieve a paginated list of payins.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "pageNumber",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "pageSize",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "dateFrom",
                                    "value": "<dateTime>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "dateTo",
                                    "value": "<dateTime>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of AWAITING,EXPIRED,COMPLETED,ERROR,PARTIALLY_REFUNDED,REFUNDED)",
                                        "type": "text/plain"
                                    },
                                    "key": "status",
                                    "value": "PARTIALLY_REFUNDED"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of BR,AR,CO,CL,BO,PY,SG,PE,MX,UY,US,EU,XX,GB)",
                                        "type": "text/plain"
                                    },
                                    "key": "market",
                                    "value": "GB"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of ONLINE,OFFLINE,PULL,PIX,PIX_ITP,PLEXO)",
                                        "type": "text/plain"
                                    },
                                    "key": "type",
                                    "value": "ONLINE"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "includeChildCompanies",
                                    "value": "false"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "reference",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "paymentId",
                                    "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": "b62b73bf-316d-454a-bab9-f07f38e1b31c",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageNumber",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageSize",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateFrom",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateTo",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of AWAITING,EXPIRED,COMPLETED,ERROR,PARTIALLY_REFUNDED,REFUNDED)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "PARTIALLY_REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of BR,AR,CO,CL,BO,PY,SG,PE,MX,UY,US,EU,XX,GB)",
                                                "type": "text/plain"
                                            },
                                            "key": "market",
                                            "value": "GB"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ONLINE,OFFLINE,PULL,PIX,PIX_ITP,PLEXO)",
                                                "type": "text/plain"
                                            },
                                            "key": "type",
                                            "value": "ONLINE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "includeChildCompanies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "reference",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentId",
                                            "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      \"market\": \"AR\",\n      \"type\": \"OFFLINE\",\n      \"amount\": \"<number>\",\n      \"currency\": \"BRLA\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"attempts\": [\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        },\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"PARTIALLY_REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        }\n      ],\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"status\": \"COMPLETED\",\n      \"retryable\": false,\n      \"expiryDate\": \"<dateTime>\",\n      \"callbackUrl\": \"<string>\",\n      \"redirectUrl\": \"<string>\",\n      \"startUrl\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"account\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"number\": \"<string>\",\n        \"id\": \"<string>\"\n      },\n      \"accountId\": \"<string>\",\n      \"providerExternalId\": \"<string>\",\n      \"initData\": \"<string>\",\n      \"payerData\": {\n        \"name\": \"<string>\",\n        \"documentNumber\": \"<string>\",\n        \"documentType\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"accountNumber\": \"<string>\"\n      },\n      \"voucherId\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"market\": \"GB\",\n      \"type\": \"PULL\",\n      \"amount\": \"<number>\",\n      \"currency\": \"USD\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"attempts\": [\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        },\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        }\n      ],\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"status\": \"REFUNDED\",\n      \"retryable\": false,\n      \"expiryDate\": \"<dateTime>\",\n      \"callbackUrl\": \"<string>\",\n      \"redirectUrl\": \"<string>\",\n      \"startUrl\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"account\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"number\": \"<string>\",\n        \"id\": \"<string>\"\n      },\n      \"accountId\": \"<string>\",\n      \"providerExternalId\": \"<string>\",\n      \"initData\": \"<string>\",\n      \"payerData\": {\n        \"name\": \"<string>\",\n        \"documentNumber\": \"<string>\",\n        \"documentType\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"accountNumber\": \"<string>\"\n      },\n      \"voucherId\": \"<string>\"\n    }\n  ],\n  \"page_number\": \"<integer>\",\n  \"page_size\": \"<integer>\",\n  \"total_pages\": \"<integer>\",\n  \"total_payments\": \"<integer>\",\n  \"next_cursor\": \"<string>\",\n  \"has_more\": false,\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "ac074690-4df5-44cf-88df-291d1f87bca9",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageNumber",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageSize",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateFrom",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateTo",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of AWAITING,EXPIRED,COMPLETED,ERROR,PARTIALLY_REFUNDED,REFUNDED)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "PARTIALLY_REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of BR,AR,CO,CL,BO,PY,SG,PE,MX,UY,US,EU,XX,GB)",
                                                "type": "text/plain"
                                            },
                                            "key": "market",
                                            "value": "GB"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ONLINE,OFFLINE,PULL,PIX,PIX_ITP,PLEXO)",
                                                "type": "text/plain"
                                            },
                                            "key": "type",
                                            "value": "ONLINE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "includeChildCompanies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "reference",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentId",
                                            "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": "b2b08736-5c24-40b3-b49f-6e9e7003c2dd",
                            "name": "Validation Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageNumber",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageSize",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateFrom",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateTo",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of AWAITING,EXPIRED,COMPLETED,ERROR,PARTIALLY_REFUNDED,REFUNDED)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "PARTIALLY_REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of BR,AR,CO,CL,BO,PY,SG,PE,MX,UY,US,EU,XX,GB)",
                                                "type": "text/plain"
                                            },
                                            "key": "market",
                                            "value": "GB"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ONLINE,OFFLINE,PULL,PIX,PIX_ITP,PLEXO)",
                                                "type": "text/plain"
                                            },
                                            "key": "type",
                                            "value": "ONLINE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "includeChildCompanies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "reference",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentId",
                                            "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  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0efabcae-484e-4e6f-93b2-669acf386bfa",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageNumber",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "pageSize",
                                            "value": "50"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateFrom",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "dateTo",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of AWAITING,EXPIRED,COMPLETED,ERROR,PARTIALLY_REFUNDED,REFUNDED)",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "PARTIALLY_REFUNDED"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of BR,AR,CO,CL,BO,PY,SG,PE,MX,UY,US,EU,XX,GB)",
                                                "type": "text/plain"
                                            },
                                            "key": "market",
                                            "value": "GB"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of ONLINE,OFFLINE,PULL,PIX,PIX_ITP,PLEXO)",
                                                "type": "text/plain"
                                            },
                                            "key": "type",
                                            "value": "ONLINE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "includeChildCompanies",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "reference",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentId",
                                            "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": "d0165037-cb8a-4372-94db-daac9dec7839",
                    "name": "Get Payment Details",
                    "request": {
                        "name": "Get Payment Details",
                        "description": {
                            "content": "Retrieve details of a payin.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                ":id",
                                ""
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "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": "78ee7fea-13b6-4efb-99dc-6ddd254d8f9e",
                            "name": "Successful Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "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    {\n      \"id\": \"<string>\",\n      \"market\": \"CO\",\n      \"type\": \"OFFLINE\",\n      \"amount\": \"<number>\",\n      \"currency\": \"PEN\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"attempts\": [\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"PARTIALLY_REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        },\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"REFUNDED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        }\n      ],\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"status\": \"ERROR\",\n      \"retryable\": false,\n      \"expiryDate\": \"<dateTime>\",\n      \"callbackUrl\": \"<string>\",\n      \"redirectUrl\": \"<string>\",\n      \"startUrl\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"account\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"number\": \"<string>\",\n        \"id\": \"<string>\"\n      },\n      \"accountId\": \"<string>\",\n      \"providerExternalId\": \"<string>\",\n      \"initData\": \"<string>\",\n      \"payerData\": {\n        \"name\": \"<string>\",\n        \"documentNumber\": \"<string>\",\n        \"documentType\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"accountNumber\": \"<string>\"\n      },\n      \"voucherId\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"market\": \"US\",\n      \"type\": \"ONLINE\",\n      \"amount\": \"<number>\",\n      \"currency\": \"UYU\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"attempts\": [\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"ERROR\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        },\n        {\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\",\n          \"status\": \"EXPIRED\",\n          \"providerExternalId\": \"<string>\",\n          \"providerExternalId2\": \"<string>\",\n          \"payerData\": {\n            \"name\": \"<string>\",\n            \"documentNumber\": \"<string>\",\n            \"documentType\": \"<string>\",\n            \"bankCode\": \"<string>\",\n            \"bankName\": \"<string>\",\n            \"accountNumber\": \"<string>\"\n          }\n        }\n      ],\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"status\": \"COMPLETED\",\n      \"retryable\": false,\n      \"expiryDate\": \"<dateTime>\",\n      \"callbackUrl\": \"<string>\",\n      \"redirectUrl\": \"<string>\",\n      \"startUrl\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"account\": {\n        \"country\": \"<string>\",\n        \"bank\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"number\": \"<string>\",\n        \"id\": \"<string>\"\n      },\n      \"accountId\": \"<string>\",\n      \"providerExternalId\": \"<string>\",\n      \"initData\": \"<string>\",\n      \"payerData\": {\n        \"name\": \"<string>\",\n        \"documentNumber\": \"<string>\",\n        \"documentType\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"bankName\": \"<string>\",\n        \"accountNumber\": \"<string>\"\n      },\n      \"voucherId\": \"<string>\"\n    }\n  ],\n  \"status\": \"success\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2831488a-387f-4e65-b1c4-11234c504f17",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "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": "2f1c6352-ba82-424f-9e0c-22f502337f40",
                            "name": "Validation Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "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  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "20b24f17-0253-4c66-a6f7-a0dbc7e5b086",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        ":id",
                                        ""
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "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/v1/payments"
        }
    ],
    "info": {
        "_postman_id": "7895bd6f-c743-4869-b379-7ee1e34e1424",
        "name": "Payins",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Initiate payments using a variety of payment methods in multiple markets.",
            "type": "text/plain"
        }
    }
}