{
    "item": [
        {
            "name": "PaysafeCash Bulk Reusable Barcode - Write",
            "description": "Bulk create, modify, and cancel operations for reusable barcodes.",
            "item": [
                {
                    "id": "fa0ba3cc-9889-4567-b6fa-fcb14c12d56d",
                    "name": "Bulk Create Reusable Barcodes",
                    "request": {
                        "name": "Bulk Create Reusable Barcodes",
                        "description": {
                            "content": "Submits a CSV file to create reusable barcodes in bulk.\n\nCSV header row:\n\n`amount`, `max_amount`, `currency`, `country`, `webhook_url`,\n`customer_id`, `expire_time`, `correlation_id`\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "creation"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "URL contacted when the bulk operation completes.",
                                    "type": "text/plain"
                                },
                                "key": "notification_url",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "description": {
                                        "content": "CSV file containing reusable barcode creation instructions.",
                                        "type": "text/plain"
                                    },
                                    "key": "file",
                                    "type": "file",
                                    "contentType": "text/csv"
                                }
                            ]
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "53895ecc-f78f-44f6-8f27-d4f7e3246432",
                            "name": "Bulk creation request accepted successfully.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "creation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode creation instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"tracking_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "3f802287-6827-4a99-87a1-30661d8e0e01",
                            "name": "Invalid bulk creation request or CSV content.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "creation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode creation instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6cce9801-2c4e-4ec5-90f2-825bb5ff5a55",
                            "name": "Authentication failed.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "creation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode creation instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "12d08359-6662-4bee-bc35-8c21db754e5f",
                    "name": "Bulk Modify Reusable Barcodes",
                    "request": {
                        "name": "Bulk Modify Reusable Barcodes",
                        "description": {
                            "content": "Submits a CSV file to modify reusable barcodes in bulk.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "modification"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "URL contacted when the bulk operation completes.",
                                    "type": "text/plain"
                                },
                                "key": "notification_url",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "description": {
                                        "content": "CSV file containing reusable barcode modification instructions.",
                                        "type": "text/plain"
                                    },
                                    "key": "file",
                                    "type": "file",
                                    "contentType": "text/csv"
                                }
                            ]
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "25a75af7-e10e-4ebb-8980-6a39317ce838",
                            "name": "Bulk modification request accepted successfully.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "modification"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode modification instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"barcode\": \"<string>\",\n  \"created\": \"<long>\",\n  \"updated\": \"<long>\",\n  \"expires\": \"<long>\",\n  \"visualization\": \"<string>\",\n  \"country\": \"<string>\",\n  \"status\": \"<string>\",\n  \"barcode_identifier\": \"<string>\",\n  \"correlation_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "610308fd-7203-4ef5-8ec3-bbedbc341eed",
                            "name": "Invalid bulk modification request or CSV content.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "modification"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode modification instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "030d52cf-3486-47f7-83b1-913b183a4340",
                            "name": "Authentication failed.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "modification"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode modification instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "60020c94-9e3b-4ffd-8529-e32dc2fbf9c6",
                    "name": "Bulk Cancel Reusable Barcodes",
                    "request": {
                        "name": "Bulk Cancel Reusable Barcodes",
                        "description": {
                            "content": "Submits a CSV file to cancel reusable barcodes in bulk.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "cancellation"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "URL contacted when the bulk operation completes.",
                                    "type": "text/plain"
                                },
                                "key": "notification_url",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "description": {
                                        "content": "CSV file containing reusable barcode cancellation instructions.",
                                        "type": "text/plain"
                                    },
                                    "key": "file",
                                    "type": "file",
                                    "contentType": "text/csv"
                                }
                            ]
                        },
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "107150d0-5c72-4af8-b5b7-7227a24e1b9c",
                            "name": "Bulk cancellation request accepted successfully.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "cancellation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode cancellation instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"barcode\": \"<string>\",\n  \"created\": \"<long>\",\n  \"updated\": \"<long>\",\n  \"expires\": \"<long>\",\n  \"visualization\": \"<string>\",\n  \"country\": \"<string>\",\n  \"status\": \"<string>\",\n  \"barcode_identifier\": \"<string>\",\n  \"correlation_id\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "18f8f9c1-4d4a-4759-8dc6-9c7bececdf65",
                            "name": "Invalid bulk cancellation request or CSV content.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "cancellation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode cancellation instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "afb3af46-c1f3-452a-bc91-c7029fcc553c",
                            "name": "Authentication failed.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "cancellation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "URL contacted when the bulk operation completes.",
                                            "type": "text/plain"
                                        },
                                        "key": "notification_url",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "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": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "CSV file containing reusable barcode cancellation instructions.",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file",
                                            "contentType": "text/csv"
                                        }
                                    ]
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "PaysafeCash Bulk Reusable Barcode - Read",
            "description": "Bulk result retrieval operations for reusable barcodes.",
            "item": [
                {
                    "id": "ab4a242e-fc6c-4d61-9e6f-857ef347cc77",
                    "name": "Retrieve Bulk Results as JSON",
                    "request": {
                        "name": "Retrieve Bulk Results as JSON",
                        "description": {
                            "content": "Retrieves bulk reusable barcode processing results as a JSON array.\n\nUse the `tracking_id` returned by a bulk create request.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "json"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Tracking identifier returned by a bulk create request.",
                                        "type": "text/plain"
                                    },
                                    "key": "tracking_id",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "7fd8c76f-aab9-46d6-9cba-9ec184d1b849",
                            "name": "Bulk reusable barcode results retrieved successfully.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "json"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Tracking identifier returned by a bulk create request.",
                                                "type": "text/plain"
                                            },
                                            "key": "tracking_id",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "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  {\n    \"barcode\": \"<string>\",\n    \"created\": \"<long>\",\n    \"updated\": \"<long>\",\n    \"expires\": \"<long>\",\n    \"visualization\": \"<string>\",\n    \"country\": \"<string>\",\n    \"status\": \"<string>\",\n    \"barcode_identifier\": \"<string>\",\n    \"correlation_id\": \"<string>\"\n  },\n  {\n    \"barcode\": \"<string>\",\n    \"created\": \"<long>\",\n    \"updated\": \"<long>\",\n    \"expires\": \"<long>\",\n    \"visualization\": \"<string>\",\n    \"country\": \"<string>\",\n    \"status\": \"<string>\",\n    \"barcode_identifier\": \"<string>\",\n    \"correlation_id\": \"<string>\"\n  }\n]",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "45da09a3-1a44-4d6f-9554-f337569422c1",
                            "name": "Invalid tracking id.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "json"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Tracking identifier returned by a bulk create request.",
                                                "type": "text/plain"
                                            },
                                            "key": "tracking_id",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "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  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9fcec07d-f160-4fe3-8f42-a2f7efb8e96e",
                            "name": "Authentication failed.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "json"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Tracking identifier returned by a bulk create request.",
                                                "type": "text/plain"
                                            },
                                            "key": "tracking_id",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "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": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "13b444b9-1df6-42c8-b7ce-3287525edc2f",
                    "name": "Download Bulk Reusable Barcodes",
                    "request": {
                        "name": "Download Bulk Reusable Barcodes",
                        "description": {
                            "content": "Retrieves bulk reusable barcode processing results.\n\nUse the `tracking_id` returned by a bulk create request.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "file"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Tracking identifier returned by a bulk create request.",
                                        "type": "text/plain"
                                    },
                                    "key": "tracking_id",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "basic",
                            "basic": [
                                {
                                    "key": "username",
                                    "value": "{{basicAuthUsername}}"
                                },
                                {
                                    "key": "password",
                                    "value": "{{basicAuthPassword}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "86746750-ddd4-4afe-825a-08a410e59a5d",
                            "name": "Bulk reusable barcode results retrieved successfully.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "file"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Tracking identifier returned by a bulk create request.",
                                                "type": "text/plain"
                                            },
                                            "key": "tracking_id",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "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  {\n    \"barcode\": \"<string>\",\n    \"created\": \"<long>\",\n    \"updated\": \"<long>\",\n    \"expires\": \"<long>\",\n    \"visualization\": \"<string>\",\n    \"country\": \"<string>\",\n    \"status\": \"<string>\",\n    \"barcode_identifier\": \"<string>\",\n    \"correlation_id\": \"<string>\"\n  },\n  {\n    \"barcode\": \"<string>\",\n    \"created\": \"<long>\",\n    \"updated\": \"<long>\",\n    \"expires\": \"<long>\",\n    \"visualization\": \"<string>\",\n    \"country\": \"<string>\",\n    \"status\": \"<string>\",\n    \"barcode_identifier\": \"<string>\",\n    \"correlation_id\": \"<string>\"\n  }\n]",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "73ad8d59-fd20-435e-afab-766089804502",
                            "name": "Invalid tracking id.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "file"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Tracking identifier returned by a bulk create request.",
                                                "type": "text/plain"
                                            },
                                            "key": "tracking_id",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "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  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1ff24e18-7aaa-43d9-bc21-86f316980668",
                            "name": "Authentication failed.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "file"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Tracking identifier returned by a bulk create request.",
                                                "type": "text/plain"
                                            },
                                            "key": "tracking_id",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "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": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"number\": \"<integer>\",\n  \"param\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://bulk.test.paysafecard.com/v1/barcodes"
        }
    ],
    "info": {
        "_postman_id": "516537a8-5638-4732-b539-29cf8db3824d",
        "name": "PaysafeCash Bulk Reusable Barcode API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "## Overview\n\nThis API reference contains PaysafeCash bulk reusable barcode REST API calls.\n\nThe bulk API allows business partners to create, modify, and cancel large\nnumbers of reusable barcodes by uploading CSV files using\n`multipart/form-data`.\n\nAfter submitting a bulk creation request, use the returned `tracking_id`\nto retrieve processing results as JSON or as a file download.\n\nAll files must be in a valid CSV format. The decimal separator can be\nprovided at user convenience.\n",
            "type": "text/plain"
        }
    }
}