{
    "item": [
        {
            "name": "Prepaid Cards",
            "description": "",
            "item": [
                {
                    "id": "1c00af81-7f7a-4010-a2f1-acce68f67a49",
                    "name": "Get customer prepaid cards",
                    "request": {
                        "name": "Get customer prepaid cards",
                        "description": {
                            "content": "Retrieve a list of all prepaid cards for the current customer. The result list can be filtered by card status and card type.\n\nUse include parameter to add additional information into the response:\n\n- `TOKENIZATIONS` - include information about the mobile wallet tokenizations.\n- `AVAILABLE_ACTIONS` - include information about available actions on the card.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "This is the total number of records to return.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "This is the starting position, where 0 is the first record.",
                                        "type": "text/plain"
                                    },
                                    "key": "offset",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Comma separated list of card statuses which will be returned. By default, all statuses will be returned.",
                                        "type": "text/plain"
                                    },
                                    "key": "status",
                                    "value": "DIGITAL"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Comma separated list of card statuses which will be returned. By default, all statuses will be returned.",
                                        "type": "text/plain"
                                    },
                                    "key": "status",
                                    "value": "LOST"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Get a list of cards by card type.",
                                        "type": "text/plain"
                                    },
                                    "key": "cardType",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Include listed properties in the response.",
                                        "type": "text/plain"
                                    },
                                    "key": "include",
                                    "value": "AVAILABLE_ACTIONS"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Include listed properties in the response.",
                                        "type": "text/plain"
                                    },
                                    "key": "include",
                                    "value": "AVAILABLE_ACTIONS"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filters by cardholder name.",
                                        "type": "text/plain"
                                    },
                                    "key": "cardholderName",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Id of the customer.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "7f6a994c-d27b-4ebe-a607-22102397094c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the total number of records to return.",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "<integer>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the starting position, where 0 is the first record.",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "<integer>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Comma separated list of card statuses which will be returned. By default, all statuses will be returned.",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "LOST"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Get a list of cards by card type.",
                                                "type": "text/plain"
                                            },
                                            "key": "cardType",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Include listed properties in the response.",
                                                "type": "text/plain"
                                            },
                                            "key": "include",
                                            "value": "AVAILABLE_ACTIONS"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filters by cardholder name.",
                                                "type": "text/plain"
                                            },
                                            "key": "cardholderName",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"cards\": [\n    {\n      \"cardId\": \"<uuid>\",\n      \"status\": \"DAMAGED\",\n      \"customerId\": \"<string>\",\n      \"cardType\": \"VIRTUAL\",\n      \"programName\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"createdDate\": \"<dateTime>\",\n      \"accountId\": \"<string>\",\n      \"scheme\": \"MC\",\n      \"isPinSet\": \"<boolean>\",\n      \"expiry\": {\n        \"month\": \"<integer>\",\n        \"year\": \"<integer>\"\n      },\n      \"bin\": \"<string>\",\n      \"lastFour\": \"<string>\",\n      \"mobile\": \"+180841381836630\",\n      \"deliveryAddress\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"countryCode\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"address3\": \"<string>\",\n        \"state\": \"<string>\"\n      },\n      \"activationDate\": \"<dateTime>\",\n      \"externalId\": \"<string>\",\n      \"cardholderName\": \"<string>\",\n      \"tokenizations\": {\n        \"mobileWalletTokenizations\": [\n          {\n            \"dpanRef\": \"<string>\",\n            \"walletType\": \"SAMSUNG_PAY\",\n            \"status\": \"INITIATED\",\n            \"walletId\": \"<string>\"\n          },\n          {\n            \"dpanRef\": \"<string>\",\n            \"walletType\": \"GOOGLE_PAY\",\n            \"status\": \"INITIATED\",\n            \"walletId\": \"<string>\"\n          }\n        ]\n      },\n      \"availableActions\": [\n        {\n          \"action\": \"LOCK\"\n        },\n        {\n          \"action\": \"SHOW_DETAILS\"\n        }\n      ]\n    },\n    {\n      \"cardId\": \"<uuid>\",\n      \"status\": \"LOST\",\n      \"customerId\": \"<string>\",\n      \"cardType\": \"PHYSICAL\",\n      \"programName\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"createdDate\": \"<dateTime>\",\n      \"accountId\": \"<string>\",\n      \"scheme\": \"MC\",\n      \"isPinSet\": \"<boolean>\",\n      \"expiry\": {\n        \"month\": \"<integer>\",\n        \"year\": \"<integer>\"\n      },\n      \"bin\": \"<string>\",\n      \"lastFour\": \"<string>\",\n      \"mobile\": \"+672 953355932688\",\n      \"deliveryAddress\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"countryCode\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"address3\": \"<string>\",\n        \"state\": \"<string>\"\n      },\n      \"activationDate\": \"<dateTime>\",\n      \"externalId\": \"<string>\",\n      \"cardholderName\": \"<string>\",\n      \"tokenizations\": {\n        \"mobileWalletTokenizations\": [\n          {\n            \"dpanRef\": \"<string>\",\n            \"walletType\": \"APPLE_PAY\",\n            \"status\": \"INITIATED\",\n            \"walletId\": \"<string>\"\n          },\n          {\n            \"dpanRef\": \"<string>\",\n            \"walletType\": \"APPLE_PAY\",\n            \"status\": \"INITIATED\",\n            \"walletId\": \"<string>\"\n          }\n        ]\n      },\n      \"availableActions\": [\n        {\n          \"action\": \"SET_PIN\"\n        },\n        {\n          \"action\": \"SHOW_DETAILS\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"numberOfRecords\": \"<integer>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"page\": \"<integer>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "835e8a8c-9948-4708-aed8-837bd7e6c9fd",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the total number of records to return.",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "<integer>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the starting position, where 0 is the first record.",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "<integer>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Comma separated list of card statuses which will be returned. By default, all statuses will be returned.",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "LOST"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Get a list of cards by card type.",
                                                "type": "text/plain"
                                            },
                                            "key": "cardType",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Include listed properties in the response.",
                                                "type": "text/plain"
                                            },
                                            "key": "include",
                                            "value": "AVAILABLE_ACTIONS"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filters by cardholder name.",
                                                "type": "text/plain"
                                            },
                                            "key": "cardholderName",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "2c98ea0a-322f-4f8a-b757-9c1acf3dd2a4",
                    "name": "Retrieve a single prepaid card",
                    "request": {
                        "name": "Retrieve a single prepaid card",
                        "description": {
                            "content": "This endpoint provides detailed information about specific Card by `cardId`.\n\nUse include parameter to add additional information into the response:\n\n- `TOKENIZATIONS` - include information about the mobile wallets tokenizations.\n- `AVAILABLE_ACTIONS` - include information about available actions on the card.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards",
                                ":cardId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Include listed properties in the response.",
                                        "type": "text/plain"
                                    },
                                    "key": "include",
                                    "value": "AVAILABLE_ACTIONS"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Include listed properties in the response.",
                                        "type": "text/plain"
                                    },
                                    "key": "include",
                                    "value": "AVAILABLE_ACTIONS"
                                }
                            ],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Id of the customer.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "cardId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) UUID based Card id.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "fcfa3324-d6a3-46ca-899d-379266b6ea9d",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Include listed properties in the response.",
                                                "type": "text/plain"
                                            },
                                            "key": "include",
                                            "value": "AVAILABLE_ACTIONS"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"cardId\": \"<uuid>\",\n  \"status\": \"DAMAGED\",\n  \"customerId\": \"<string>\",\n  \"cardType\": \"VIRTUAL\",\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"createdDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"scheme\": \"MC\",\n  \"isPinSet\": \"<boolean>\",\n  \"expiry\": {\n    \"month\": \"<integer>\",\n    \"year\": \"<integer>\"\n  },\n  \"bin\": \"<string>\",\n  \"lastFour\": \"<string>\",\n  \"mobile\": \"+285634273124920\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"activationDate\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"cardholderName\": \"<string>\",\n  \"tokenizations\": {\n    \"mobileWalletTokenizations\": [\n      {\n        \"dpanRef\": \"<string>\",\n        \"walletType\": \"SAMSUNG_PAY\",\n        \"status\": \"COMPLETED\",\n        \"walletId\": \"<string>\"\n      },\n      {\n        \"dpanRef\": \"<string>\",\n        \"walletType\": \"APPLE_PAY\",\n        \"status\": \"INITIATED\",\n        \"walletId\": \"<string>\"\n      }\n    ]\n  },\n  \"availableActions\": [\n    {\n      \"action\": \"ACTIVATE\"\n    },\n    {\n      \"action\": \"SHOW_DETAILS\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b6171dee-2c80-43bb-b0f0-01fda66a71e6",
                            "name": "Not Found",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Include listed properties in the response.",
                                                "type": "text/plain"
                                            },
                                            "key": "include",
                                            "value": "AVAILABLE_ACTIONS"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c312e6fd-fd63-4401-a548-335f06adebba",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Include listed properties in the response.",
                                                "type": "text/plain"
                                            },
                                            "key": "include",
                                            "value": "AVAILABLE_ACTIONS"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "9e0028ed-fe0c-4ca8-ae64-4d676cea8eb7",
                    "name": "Update а card",
                    "request": {
                        "name": "Update а card",
                        "description": {
                            "content": "The endpoint enables updating a card’s state like status. \nIntegrate this endpoint in your back-office application to enable your support staff to assist cardholders with status changes. \n`Pin change is an unavailable action for Business APIs.`\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards",
                                ":cardId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Id of the customer.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "cardId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) UUID based Card id.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PATCH",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"userAgent\": \"<string>\",\n  \"status\": \"DIGITAL\",\n  \"statusReason\": \"<string>\",\n  \"pin\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "3863db4f-3740-4aea-8fd4-3da58ad73523",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"userAgent\": \"<string>\",\n  \"status\": \"DIGITAL\",\n  \"statusReason\": \"<string>\",\n  \"pin\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"cardId\": \"<uuid>\",\n  \"status\": \"DAMAGED\",\n  \"customerId\": \"<string>\",\n  \"cardType\": \"VIRTUAL\",\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"createdDate\": \"<dateTime>\",\n  \"accountId\": \"<string>\",\n  \"scheme\": \"MC\",\n  \"isPinSet\": \"<boolean>\",\n  \"expiry\": {\n    \"month\": \"<integer>\",\n    \"year\": \"<integer>\"\n  },\n  \"bin\": \"<string>\",\n  \"lastFour\": \"<string>\",\n  \"mobile\": \"+285634273124920\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"activationDate\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"cardholderName\": \"<string>\",\n  \"tokenizations\": {\n    \"mobileWalletTokenizations\": [\n      {\n        \"dpanRef\": \"<string>\",\n        \"walletType\": \"SAMSUNG_PAY\",\n        \"status\": \"COMPLETED\",\n        \"walletId\": \"<string>\"\n      },\n      {\n        \"dpanRef\": \"<string>\",\n        \"walletType\": \"APPLE_PAY\",\n        \"status\": \"INITIATED\",\n        \"walletId\": \"<string>\"\n      }\n    ]\n  },\n  \"availableActions\": [\n    {\n      \"action\": \"ACTIVATE\"\n    },\n    {\n      \"action\": \"SHOW_DETAILS\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8b945d20-4015-4817-8428-7d4b70395a5f",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"userAgent\": \"<string>\",\n  \"status\": \"DIGITAL\",\n  \"statusReason\": \"<string>\",\n  \"pin\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1c2d52fd-327e-4559-9e11-0cfede7bce63",
                            "name": "Not Found",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"userAgent\": \"<string>\",\n  \"status\": \"DIGITAL\",\n  \"statusReason\": \"<string>\",\n  \"pin\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d2f61462-a682-4015-a1ee-f721896b2687",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"userAgent\": \"<string>\",\n  \"status\": \"DIGITAL\",\n  \"statusReason\": \"<string>\",\n  \"pin\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "b33873f9-869f-4b0c-bd1f-d7b09c4a7c5a",
                    "name": "Get prepaid card details",
                    "request": {
                        "name": "Get prepaid card details",
                        "description": {
                            "content": "Card sensitive information can be retrieved via this endpoint.\n\n`The API is only available if you are PCI DSS compliant. Contact your Implementation Manager for details.`\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards",
                                ":cardId",
                                "details"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Id of the customer.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "cardId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) UUID based Card id.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "bfd7af3c-49e3-4d95-a654-3306eb739b45",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "details"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"pan\": \"<string>\",\n  \"cvv\": \"<string>\",\n  \"expiry\": {\n    \"month\": \"<integer>\",\n    \"year\": \"<integer>\"\n  },\n  \"cardHolderName\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "70de8dd2-8493-4db4-8f90-c06e2c5d19b8",
                            "name": "Not Found",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "details"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a72a95c3-ac5a-4b22-bd9c-5087192005a8",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "details"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Id of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "939c97a2-23ef-4c45-bda4-880b32b238e7",
                    "name": "Verify 3Ds authentication status",
                    "request": {
                        "name": "Verify 3Ds authentication status",
                        "description": {
                            "content": "The endpoint will update the status of the 3D Secure authentication, and based on the provided status, the authorization request will be either `VERIFIED` or `REJECTED`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards",
                                ":cardId",
                                "3ds-authentications",
                                ":auth3dsId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Unique identifier of the customer.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "cardId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) UUID based Card id.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "auth3dsId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Authentication 3DS id.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"walletOperationId\": \"<string>\",\n  \"verification\": {\n    \"method\": \"BIOMETRIC\"\n  },\n  \"status\": \"REJECTED\",\n  \"statusReason\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "43d077f0-f708-414d-bed7-2e0517759251",
                            "name": "Created",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "3ds-authentications",
                                        ":auth3dsId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Authentication 3DS id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "auth3dsId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"walletOperationId\": \"<string>\",\n  \"verification\": {\n    \"method\": \"BIOMETRIC\"\n  },\n  \"status\": \"REJECTED\",\n  \"statusReason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"auth3dsId\": \"<string>\",\n  \"cardId\": \"<string>\",\n  \"creationTime\": \"<dateTime>\",\n  \"customerId\": \"<string>\",\n  \"status\": \"FAILED\",\n  \"verification\": {\n    \"method\": \"BIOMETRIC\"\n  },\n  \"walletOperationId\": \"<string>\",\n  \"statusReason\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e886b443-5fd8-41b6-b7ab-f091058c44fc",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "3ds-authentications",
                                        ":auth3dsId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Authentication 3DS id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "auth3dsId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"walletOperationId\": \"<string>\",\n  \"verification\": {\n    \"method\": \"BIOMETRIC\"\n  },\n  \"status\": \"REJECTED\",\n  \"statusReason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a213d7f0-eee9-44e8-8343-b01275b12eee",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "3ds-authentications",
                                        ":auth3dsId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Authentication 3DS id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "auth3dsId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"walletOperationId\": \"<string>\",\n  \"verification\": {\n    \"method\": \"BIOMETRIC\"\n  },\n  \"status\": \"REJECTED\",\n  \"statusReason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1ba97629-96bb-468e-bbb6-48575347c191",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "3ds-authentications",
                                        ":auth3dsId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Authentication 3DS id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "auth3dsId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"walletOperationId\": \"<string>\",\n  \"verification\": {\n    \"method\": \"BIOMETRIC\"\n  },\n  \"status\": \"REJECTED\",\n  \"statusReason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "de829d69-95a2-4411-873e-74d690e549c4",
                            "name": "Service Unavailable",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "3ds-authentications",
                                        ":auth3dsId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Authentication 3DS id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "auth3dsId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"walletOperationId\": \"<string>\",\n  \"verification\": {\n    \"method\": \"BIOMETRIC\"\n  },\n  \"status\": \"REJECTED\",\n  \"statusReason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Service Unavailable",
                            "code": 503,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "4986da03-6c33-4ed9-a488-f9c4e1cace74",
                    "name": "Bulk Card Ordering",
                    "request": {
                        "name": "Bulk Card Ordering",
                        "description": {
                            "content": "The `Bulk Card Ordering` endpoint enables you to create in bulk a number of cards (**VIRTUAL** or **PHYSICAL**) in a single request. Given the nature of the API, the response from calling the endpoint will contain information about the `id` regarding the card bulk issuance request.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards",
                                "bulk"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Unique identifier of the customer.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"quantity\": 1,\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"userAgent\": \"<string>\",\n  \"mobile\": \"+836240 5\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    },\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    }\n  ]\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "3f503cdf-8d0e-4505-8895-9dd908c5a720",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"quantity\": 1,\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"userAgent\": \"<string>\",\n  \"mobile\": \"+836240 5\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    },\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"currency\": \"<string>\",\n  \"customerId\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"programName\": \"<string>\",\n  \"quantity\": 1,\n  \"mobile\": \"+50773979954\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5fa806cf-822f-41d7-a822-149ccfa33b74",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"quantity\": 1,\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"userAgent\": \"<string>\",\n  \"mobile\": \"+836240 5\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    },\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c5899594-fda9-4db1-a6e1-0c08c0292e5b",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"quantity\": 1,\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"userAgent\": \"<string>\",\n  \"mobile\": \"+836240 5\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    },\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "76bd732d-2e92-4323-9648-b95f52cc4866",
                            "name": "Not Found",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"quantity\": 1,\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"userAgent\": \"<string>\",\n  \"mobile\": \"+836240 5\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    },\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e515f532-9409-4959-b417-5bb8c5fd18ee",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"quantity\": 1,\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"userAgent\": \"<string>\",\n  \"mobile\": \"+836240 5\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    },\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0f153526-44a0-4279-a0af-ec19aa1ab57f",
                            "name": "Service Unavailable",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"quantity\": 1,\n  \"programName\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"userAgent\": \"<string>\",\n  \"mobile\": \"+836240 5\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    },\n    {\n      \"externalId\": \"<string>\",\n      \"embossedName\": \"<string>\"\n    }\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Service Unavailable",
                            "code": 503,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "9bafb0ef-4bc3-41ad-b944-3a6541f1ae24",
                    "name": "Retrieve bulk cards",
                    "request": {
                        "name": "Retrieve bulk cards",
                        "description": {
                            "content": "The `Retrieve bulk cards` endpoint can be used to retrieve the list of cards created by the `Bulk Card Ordering` request. Given the nature of the API, the response from calling the endpoint will contain information about the created cards and the `status` indicating the status of the bulk operation.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards",
                                "bulk",
                                ":bulkId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "This is the requested number of records to return. Max = 50. Default = 10.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "10"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "This is the requested starting position of the response entries, where 0 is the first record. Default = 0.",
                                        "type": "text/plain"
                                    },
                                    "key": "offset",
                                    "value": "0"
                                }
                            ],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Unique identifier of the customer.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "bulkId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The bulkId identifier received from the webhook or from the `Bulk Card Ordering` response.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "3a6e2435-d60b-4058-9cb5-d8f0b8555bda",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk",
                                        ":bulkId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested number of records to return. Max = 50. Default = 10.",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested starting position of the response entries, where 0 is the first record. Default = 0.",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "0"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The bulkId identifier received from the webhook or from the `Bulk Card Ordering` response.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "bulkId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"id\": \"<string>\",\n  \"quantity\": \"<integer>\",\n  \"status\": \"PROCESSING\",\n  \"deliveryAddress\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"address3\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"cards\": [\n    {\n      \"cardId\": \"<uuid>\",\n      \"customerId\": \"<string>\",\n      \"cardType\": \"PHYSICAL\",\n      \"programName\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"scheme\": \"VISA\",\n      \"isPinSet\": false,\n      \"externalId\": \"<string>\",\n      \"status\": \"ASSIGNED\",\n      \"embossedName\": \"<string>\",\n      \"expiry\": {\n        \"month\": \"<integer>\",\n        \"year\": \"<integer>\"\n      },\n      \"lastFour\": \"<string>\"\n    },\n    {\n      \"cardId\": \"<uuid>\",\n      \"customerId\": \"<string>\",\n      \"cardType\": \"VIRTUAL\",\n      \"programName\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"scheme\": \"VISA\",\n      \"isPinSet\": false,\n      \"externalId\": \"<string>\",\n      \"status\": \"ASSIGNED\",\n      \"embossedName\": \"<string>\",\n      \"expiry\": {\n        \"month\": \"<integer>\",\n        \"year\": \"<integer>\"\n      },\n      \"lastFour\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"numberOfRecords\": \"<integer>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"page\": \"<integer>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4f5d83dc-4ecf-48dd-98d7-5f9cc375eb5c",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk",
                                        ":bulkId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested number of records to return. Max = 50. Default = 10.",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested starting position of the response entries, where 0 is the first record. Default = 0.",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "0"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The bulkId identifier received from the webhook or from the `Bulk Card Ordering` response.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "bulkId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f70bba06-6397-47f0-8428-5075fa23f03d",
                            "name": "Not Found",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk",
                                        ":bulkId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested number of records to return. Max = 50. Default = 10.",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested starting position of the response entries, where 0 is the first record. Default = 0.",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "0"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The bulkId identifier received from the webhook or from the `Bulk Card Ordering` response.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "bulkId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "88bc1aff-ddeb-47ab-9489-720ef393d7f0",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk",
                                        ":bulkId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested number of records to return. Max = 50. Default = 10.",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested starting position of the response entries, where 0 is the first record. Default = 0.",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "0"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The bulkId identifier received from the webhook or from the `Bulk Card Ordering` response.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "bulkId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "caf0028e-e0d1-4875-894b-28f1c8a3374a",
                            "name": "Service Unavailable",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        "bulk",
                                        ":bulkId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested number of records to return. Max = 50. Default = 10.",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "This is the requested starting position of the response entries, where 0 is the first record. Default = 0.",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "0"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Unique identifier of the customer.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The bulkId identifier received from the webhook or from the `Bulk Card Ordering` response.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "bulkId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Service Unavailable",
                            "code": 503,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "689a5a15-767a-46b4-9204-b82284921b35",
                    "name": "Assign a bulk card",
                    "request": {
                        "name": "Assign a bulk card",
                        "description": {
                            "content": "The endpoint can be used to assign a specific card to a given customer. It is applicable only for cards created through the `Bulk Card Ordering` endpoint. Once assigned, a card cannot be re-assigned.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                ":customerId",
                                "prepaid",
                                "cards",
                                ":cardId",
                                "assignments"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "customerId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The customer ID to which the specific card belongs.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "cardId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) UUID based Card id.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"targetCustomerId\": \"<string>\",\n  \"cardId\": \"string\",\n  \"customerId\": false\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1973781e-8f1a-44b3-8698-0fea593e517d",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "assignments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The customer ID to which the specific card belongs.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"targetCustomerId\": \"<string>\",\n  \"cardId\": \"string\",\n  \"customerId\": false\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"targetCustomerId\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "279b0f5c-0bd3-4f3e-8cb2-8979b8691170",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "assignments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The customer ID to which the specific card belongs.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"targetCustomerId\": \"<string>\",\n  \"cardId\": \"string\",\n  \"customerId\": false\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9c7e7446-f6a7-4981-958b-3cb5e759eca2",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "assignments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The customer ID to which the specific card belongs.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"targetCustomerId\": \"<string>\",\n  \"cardId\": \"string\",\n  \"customerId\": false\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1b84c524-ab88-4ae7-8365-b33123df883a",
                            "name": "Not Found",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "assignments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The customer ID to which the specific card belongs.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"targetCustomerId\": \"<string>\",\n  \"cardId\": \"string\",\n  \"customerId\": false\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4436eef4-2f67-4652-a815-36eb2a02e8ba",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "assignments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The customer ID to which the specific card belongs.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"targetCustomerId\": \"<string>\",\n  \"cardId\": \"string\",\n  \"customerId\": false\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "bf418610-639a-46f4-9f4a-dff7dec0358e",
                            "name": "Service Unavailable",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        ":customerId",
                                        "prepaid",
                                        "cards",
                                        ":cardId",
                                        "assignments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The customer ID to which the specific card belongs.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "customerId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) UUID based Card id.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "cardId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"targetCustomerId\": \"<string>\",\n  \"cardId\": \"string\",\n  \"customerId\": false\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Service Unavailable",
                            "code": 503,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "type": "any",
                "value": "{{bearerToken}}",
                "key": "token"
            }
        ]
    },
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://api.paysafe.com/digitalwallets/v2"
        }
    ],
    "info": {
        "_postman_id": "a04090b2-fc20-4698-885c-b11019591e5a",
        "name": "Prepaid Cards API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "## Introduction\n\nPrepaid cards - pay online, spend abroad, and withdraw cash. The Prepaid card is your balance on the move. Customers of Paysafe Embedded Wallet can create, cancel, activate, and completely manage their cards based on their needs.\n\nSupporting **VIRTUAL** and **PHYSICAL** card types, the customers can have both at the same time and use them independently.\n\nContact Support:\n Name: Paysafe\n Email: info@paysafe.com",
            "type": "text/plain"
        }
    }
}