{
    "item": [
        {
            "name": "Notifications",
            "description": "Notifications API Objects.\n",
            "item": [
                {
                    "id": "dcf3b077-ac36-4c72-affc-80743f631b7f",
                    "name": "Transaction update event",
                    "request": {
                        "name": "Transaction update event",
                        "description": {
                            "content": "This webhook will be sent when the status of all transaction types is updated - deposit, withdrawal or transfers.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "transactions",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"operationType\": \"Delete\",\n  \"transaction\": {\n    \"id\": \"<string>\",\n    \"slipId\": \"<string>\",\n    \"customerId\": \"<string>\",\n    \"accountId\": \"<string>\",\n    \"type\": \"MONTHLY_MAINTENANCE_FEE\",\n    \"amount\": \"<long>\",\n    \"currencyCode\": \"<string>\",\n    \"creationTime\": \"<dateTime>\",\n    \"direction\": \"DEBIT\",\n    \"status\": \"CANCELLED\",\n    \"paymentType\": \"RAPID_TRANSFER\",\n    \"instrumentId\": \"<string>\",\n    \"instrumentType\": \"CLABE_BANK_ACCOUNT\",\n    \"statusReason\": \"<string>\",\n    \"merchantRefNum\": \"<string>\",\n    \"recipientReference\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "2efd6406-4678-473e-a94e-f40b4d2d592f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "transactions",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"operationType\": \"Delete\",\n  \"transaction\": {\n    \"id\": \"<string>\",\n    \"slipId\": \"<string>\",\n    \"customerId\": \"<string>\",\n    \"accountId\": \"<string>\",\n    \"type\": \"MONTHLY_MAINTENANCE_FEE\",\n    \"amount\": \"<long>\",\n    \"currencyCode\": \"<string>\",\n    \"creationTime\": \"<dateTime>\",\n    \"direction\": \"DEBIT\",\n    \"status\": \"CANCELLED\",\n    \"paymentType\": \"RAPID_TRANSFER\",\n    \"instrumentId\": \"<string>\",\n    \"instrumentType\": \"CLABE_BANK_ACCOUNT\",\n    \"statusReason\": \"<string>\",\n    \"merchantRefNum\": \"<string>\",\n    \"recipientReference\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "29054077-70f0-481d-995e-e7f7814da625",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "transactions",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"operationType\": \"Delete\",\n  \"transaction\": {\n    \"id\": \"<string>\",\n    \"slipId\": \"<string>\",\n    \"customerId\": \"<string>\",\n    \"accountId\": \"<string>\",\n    \"type\": \"MONTHLY_MAINTENANCE_FEE\",\n    \"amount\": \"<long>\",\n    \"currencyCode\": \"<string>\",\n    \"creationTime\": \"<dateTime>\",\n    \"direction\": \"DEBIT\",\n    \"status\": \"CANCELLED\",\n    \"paymentType\": \"RAPID_TRANSFER\",\n    \"instrumentId\": \"<string>\",\n    \"instrumentType\": \"CLABE_BANK_ACCOUNT\",\n    \"statusReason\": \"<string>\",\n    \"merchantRefNum\": \"<string>\",\n    \"recipientReference\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "6d9da789-5f93-4e64-9666-da6c2b6c83e7",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "transactions",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"operationType\": \"Delete\",\n  \"transaction\": {\n    \"id\": \"<string>\",\n    \"slipId\": \"<string>\",\n    \"customerId\": \"<string>\",\n    \"accountId\": \"<string>\",\n    \"type\": \"MONTHLY_MAINTENANCE_FEE\",\n    \"amount\": \"<long>\",\n    \"currencyCode\": \"<string>\",\n    \"creationTime\": \"<dateTime>\",\n    \"direction\": \"DEBIT\",\n    \"status\": \"CANCELLED\",\n    \"paymentType\": \"RAPID_TRANSFER\",\n    \"instrumentId\": \"<string>\",\n    \"instrumentType\": \"CLABE_BANK_ACCOUNT\",\n    \"statusReason\": \"<string>\",\n    \"merchantRefNum\": \"<string>\",\n    \"recipientReference\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "35ffd669-8923-4eb5-aeba-305cf6b02d4a",
                    "name": "Payment update event",
                    "request": {
                        "name": "Payment update event",
                        "description": {
                            "content": "Webhooks directly tied to Embedded Wallet payment object:\n\n* Transfer\n* Deposit\n* Withdrawal\n* Withdrawal Reversal\n* Refund\n\nPayment events are tied to change in each of these object and allows tracking the payment object changes.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "payments",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"DEPOSIT_UPDATE\",\n  \"paymentId\": \"<string>\",\n  \"paymentCreationTimestamp\": \"<dateTime>\",\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  },\n  \"links\": [\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"eventType\": \"TRANSFER_UPDATE\",\n    \"status\": \"FAILED\",\n    \"nextStatus\": [\n      \"ACCEPTED\",\n      \"CANCELLED\"\n    ],\n    \"statusReason\": \"CARD_NOT_FOUND\"\n  },\n  \"merchantRefNum\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "87f844f4-44eb-4656-8f79-4500f22fc5f2",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "payments",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"DEPOSIT_UPDATE\",\n  \"paymentId\": \"<string>\",\n  \"paymentCreationTimestamp\": \"<dateTime>\",\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  },\n  \"links\": [\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"eventType\": \"TRANSFER_UPDATE\",\n    \"status\": \"FAILED\",\n    \"nextStatus\": [\n      \"ACCEPTED\",\n      \"CANCELLED\"\n    ],\n    \"statusReason\": \"CARD_NOT_FOUND\"\n  },\n  \"merchantRefNum\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "d382d8ee-5f4f-4091-9981-256d172c64c8",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "payments",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"DEPOSIT_UPDATE\",\n  \"paymentId\": \"<string>\",\n  \"paymentCreationTimestamp\": \"<dateTime>\",\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  },\n  \"links\": [\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"eventType\": \"TRANSFER_UPDATE\",\n    \"status\": \"FAILED\",\n    \"nextStatus\": [\n      \"ACCEPTED\",\n      \"CANCELLED\"\n    ],\n    \"statusReason\": \"CARD_NOT_FOUND\"\n  },\n  \"merchantRefNum\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "984c6923-0ec6-4ac9-aae2-aaefbf42186b",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "payments",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"DEPOSIT_UPDATE\",\n  \"paymentId\": \"<string>\",\n  \"paymentCreationTimestamp\": \"<dateTime>\",\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  },\n  \"links\": [\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"urn:x-skrill:payment-redirect\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"eventType\": \"TRANSFER_UPDATE\",\n    \"status\": \"FAILED\",\n    \"nextStatus\": [\n      \"ACCEPTED\",\n      \"CANCELLED\"\n    ],\n    \"statusReason\": \"CARD_NOT_FOUND\"\n  },\n  \"merchantRefNum\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "ef59aa59-9f79-4c25-9372-c0e811575d31",
                    "name": "Virtual Instrument Request Status Event",
                    "request": {
                        "name": "Virtual Instrument Request Status Event",
                        "description": {
                            "content": "Webhook for tracking virtual instrument issuing progress.\n\nThis webhook allows you to track the progress of issuing a virtual instrument (e.g., a virtual bank account).\n\nVirtual instruments are payment instruments linked to a wallet balance account. Currently, only virtual bank accounts are supported. These instruments simplify bank deposits and reduce the risk of misdirected transfers.\n\nThey are called virtual because they are owned by Paysafe and assigned to individual customers, but do not have a dedicated balance. Instead, they are linked to the wallet balance.\n\nThe type of virtual instrument depends on the customer's location and may include:\n\n* IBAN (SEPA_BANK_ACCOUNT)\n* UK bank account (US_BANK_ACCOUNT)\n* US bank account (UK_BANK_ACCOUNT)",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "virtual-instruments",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"VIRTUAL_INSTRUMENT_REQUEST_CREATED\",\n  \"links\": [\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"id\": \"<string>\",\n    \"instrumentType\": \"UK_BANK_ACCOUNT\",\n    \"accountId\": \"<string>\",\n    \"status\": \"ACCEPTED\",\n    \"statusReason\": \"<string>\",\n    \"virtualInstrumentId\": \"<string>\"\n  },\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9fc69629-1d19-47e0-bed3-35394f68b0cb",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "virtual-instruments",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"VIRTUAL_INSTRUMENT_REQUEST_CREATED\",\n  \"links\": [\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"id\": \"<string>\",\n    \"instrumentType\": \"UK_BANK_ACCOUNT\",\n    \"accountId\": \"<string>\",\n    \"status\": \"ACCEPTED\",\n    \"statusReason\": \"<string>\",\n    \"virtualInstrumentId\": \"<string>\"\n  },\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "ec5a9579-7144-4cbf-9afa-b3777857f2f5",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "virtual-instruments",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"VIRTUAL_INSTRUMENT_REQUEST_CREATED\",\n  \"links\": [\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"id\": \"<string>\",\n    \"instrumentType\": \"UK_BANK_ACCOUNT\",\n    \"accountId\": \"<string>\",\n    \"status\": \"ACCEPTED\",\n    \"statusReason\": \"<string>\",\n    \"virtualInstrumentId\": \"<string>\"\n  },\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "036ed576-a3dd-41b8-ac1a-ba7d82796039",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "virtual-instruments",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"VIRTUAL_INSTRUMENT_REQUEST_CREATED\",\n  \"links\": [\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    },\n    {\n      \"rel\": \"related\",\n      \"href\": \"<uri>\",\n      \"method\": \"GET\"\n    }\n  ],\n  \"content\": {\n    \"id\": \"<string>\",\n    \"instrumentType\": \"UK_BANK_ACCOUNT\",\n    \"accountId\": \"<string>\",\n    \"status\": \"ACCEPTED\",\n    \"statusReason\": \"<string>\",\n    \"virtualInstrumentId\": \"<string>\"\n  },\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "5e501623-b496-4d49-ab34-01baa4960b5f",
                    "name": "Customer restriction update event",
                    "request": {
                        "name": "Customer restriction update event",
                        "description": {
                            "content": "When applying restrictions to a customer, the system has two distinct behaviours, depending on the type of restriction being placed:\n\n* All regulatory restrictions are applied immediately, e.g. Sanctions; for these type of restrictions, the Merchant will receive just the one webhook with operationType == 'UPDATE'.\n* Fraud related restrictions are synchronized between Paysafe and Merchant, as the customer could have pending operations on the Merchant's system. In this case:\n    * Paysafe will first send a webhook with `operationType == 'SYNC'`; the restriction is not yet applied on Paysafe's side\n    * Merchant must confirm the restriction by calling the restriction confirmation API; if the restriction is not confirmed within a time frame (e.g. 60sec), the restriction will be applied automatically;\n    * When the restriction is applied on Paysafe side, a new webhook will be sent, where `operationType == 'UPDATE'`.\n    \n* Webhooks with `operationType='NOTIFY'` can be sent to the Merchant with dueDate set to a date which defines when the restriction will be applied to the Merchant's customer. The Merchant needs to take the appropriate actions to prevent the restriction from applying to the customer until dueDate.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                "restrictions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"restrictions\": [\n      {\n        \"name\": \"OUTGOING_TRANSACTIONS\",\n        \"reason\": \"RISK_CONTROLS\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"PEP_DECLARATION\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      },\n      {\n        \"name\": \"CARD_AND_ACH_DEPOSITS\",\n        \"reason\": \"MERCHANT_REQUEST\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"CONTACT_CUSTOMER_SERVICE\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      }\n    ]\n  },\n  \"operationType\": \"NOTIFY\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "23389258-d9b5-4371-bc88-d50f8a071f2f",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        "restrictions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"restrictions\": [\n      {\n        \"name\": \"OUTGOING_TRANSACTIONS\",\n        \"reason\": \"RISK_CONTROLS\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"PEP_DECLARATION\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      },\n      {\n        \"name\": \"CARD_AND_ACH_DEPOSITS\",\n        \"reason\": \"MERCHANT_REQUEST\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"CONTACT_CUSTOMER_SERVICE\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      }\n    ]\n  },\n  \"operationType\": \"NOTIFY\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "a4d0b235-99b9-4523-b6db-2ac210128536",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        "restrictions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"restrictions\": [\n      {\n        \"name\": \"OUTGOING_TRANSACTIONS\",\n        \"reason\": \"RISK_CONTROLS\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"PEP_DECLARATION\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      },\n      {\n        \"name\": \"CARD_AND_ACH_DEPOSITS\",\n        \"reason\": \"MERCHANT_REQUEST\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"CONTACT_CUSTOMER_SERVICE\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      }\n    ]\n  },\n  \"operationType\": \"NOTIFY\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "ad1c0d4a-e2a6-4718-9a75-4c844f53f957",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        "restrictions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"restrictions\": [\n      {\n        \"name\": \"OUTGOING_TRANSACTIONS\",\n        \"reason\": \"RISK_CONTROLS\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"PEP_DECLARATION\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      },\n      {\n        \"name\": \"CARD_AND_ACH_DEPOSITS\",\n        \"reason\": \"MERCHANT_REQUEST\",\n        \"id\": \"<string>\",\n        \"requiredActions\": [\n          \"CONTACT_CUSTOMER_SERVICE\",\n          \"SUBMIT_AD\"\n        ],\n        \"creationTime\": \"<dateTime>\"\n      }\n    ]\n  },\n  \"operationType\": \"NOTIFY\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "988d2230-6f23-4ab1-9d84-2b65c7614c3e",
                    "name": "Prepaid card status update event",
                    "request": {
                        "name": "Prepaid card status update event",
                        "description": {
                            "content": "This webhook will be sent when the card status is updated and when a card is created. The field `operationType` signifies the change that occurred.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "prepaid",
                                "card",
                                "status",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"oldStatus\": \"EXPIRED\",\n  \"newStatus\": \"DIGITAL\",\n  \"operationType\": \"CREATE\",\n  \"reason\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4e4a530f-4b19-41c8-ac0d-9a7c249d5b00",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "status",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"oldStatus\": \"EXPIRED\",\n  \"newStatus\": \"DIGITAL\",\n  \"operationType\": \"CREATE\",\n  \"reason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "cc9afbef-3c18-467e-a585-7f8f9599d37d",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "status",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"oldStatus\": \"EXPIRED\",\n  \"newStatus\": \"DIGITAL\",\n  \"operationType\": \"CREATE\",\n  \"reason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "43fb96c6-c115-4711-9f6f-7b6f62a12ad2",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "status",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"oldStatus\": \"EXPIRED\",\n  \"newStatus\": \"DIGITAL\",\n  \"operationType\": \"CREATE\",\n  \"reason\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "23342bf1-0323-4769-b2d4-d780cb580df6",
                    "name": "Prepaid card tokenization event",
                    "request": {
                        "name": "Prepaid card tokenization event",
                        "description": {
                            "content": "This webhook will be sent when the card is tokenized by Google, Apple or a merchant website.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "prepaid",
                                "card",
                                "tokenization",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"walletType\": \"<string>\",\n  \"deviceMobileNumber\": \"<string>\",\n  \"deviceIp\": \"<string>\",\n  \"deviceId\": \"<string>\",\n  \"deviceType\": \"GPT\",\n  \"creatorStatus\": \"N\",\n  \"lang\": \"<string>\",\n  \"activationMethod\": \"<string>\",\n  \"activationMethodData\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\",\n  \"enrollmentStatus\": \"ACTIVATION_OTP_SENT_MC\",\n  \"paymentTokenType\": \"P\",\n  \"paymentTokenId\": \"<string>\",\n  \"eventId\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "178263db-26cc-4596-bd28-d61f9f4ac68a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "tokenization",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"walletType\": \"<string>\",\n  \"deviceMobileNumber\": \"<string>\",\n  \"deviceIp\": \"<string>\",\n  \"deviceId\": \"<string>\",\n  \"deviceType\": \"GPT\",\n  \"creatorStatus\": \"N\",\n  \"lang\": \"<string>\",\n  \"activationMethod\": \"<string>\",\n  \"activationMethodData\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\",\n  \"enrollmentStatus\": \"ACTIVATION_OTP_SENT_MC\",\n  \"paymentTokenType\": \"P\",\n  \"paymentTokenId\": \"<string>\",\n  \"eventId\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "16e528df-5683-4da0-b402-c3dc8eff449a",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "tokenization",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"walletType\": \"<string>\",\n  \"deviceMobileNumber\": \"<string>\",\n  \"deviceIp\": \"<string>\",\n  \"deviceId\": \"<string>\",\n  \"deviceType\": \"GPT\",\n  \"creatorStatus\": \"N\",\n  \"lang\": \"<string>\",\n  \"activationMethod\": \"<string>\",\n  \"activationMethodData\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\",\n  \"enrollmentStatus\": \"ACTIVATION_OTP_SENT_MC\",\n  \"paymentTokenType\": \"P\",\n  \"paymentTokenId\": \"<string>\",\n  \"eventId\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "716b5bfd-f615-4cbb-a147-59ae262d7f90",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "tokenization",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"walletType\": \"<string>\",\n  \"deviceMobileNumber\": \"<string>\",\n  \"deviceIp\": \"<string>\",\n  \"deviceId\": \"<string>\",\n  \"deviceType\": \"GPT\",\n  \"creatorStatus\": \"N\",\n  \"lang\": \"<string>\",\n  \"activationMethod\": \"<string>\",\n  \"activationMethodData\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\",\n  \"enrollmentStatus\": \"ACTIVATION_OTP_SENT_MC\",\n  \"paymentTokenType\": \"P\",\n  \"paymentTokenId\": \"<string>\",\n  \"eventId\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "e0390ba1-215c-4d71-8e71-9d96c5884949",
                    "name": "Prepaid card token update event",
                    "request": {
                        "name": "Prepaid card token update event",
                        "description": {
                            "content": "This webhook will be sent when the card token is updated. A token update event occurs when the token associated with a card is updated due to changes in card details or security updates, ensuring seamless and secure transactions by automatically replacing the old token with a new one across platforms like Google Pay, Apple Pay, and merchant websites.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "prepaid",
                                "card",
                                "token",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"result\": \"<string>\",\n  \"tokenAction\": \"TOKEN_UNFROZEN\",\n  \"eventId\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "9c8f129c-885d-4961-a374-ef4ec6d4ae7a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "token",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"result\": \"<string>\",\n  \"tokenAction\": \"TOKEN_UNFROZEN\",\n  \"eventId\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "90c93fce-d3f5-415b-afb1-aa89160570ef",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "token",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"result\": \"<string>\",\n  \"tokenAction\": \"TOKEN_UNFROZEN\",\n  \"eventId\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "fbbca169-de7a-493c-b92c-b1a89fb3c2d3",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "token",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"result\": \"<string>\",\n  \"tokenAction\": \"TOKEN_UNFROZEN\",\n  \"eventId\": \"<string>\",\n  \"eventTimestamp\": \"<dateTime>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "19f4b3c7-0edf-4d66-ad42-37c5d3b774a2",
                    "name": "Prepaid card 3ds challenge event",
                    "request": {
                        "name": "Prepaid card 3ds challenge event",
                        "description": {
                            "content": "This webhook will be sent when card 3ds authentication process is initiated.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "prepaid",
                                "card",
                                "threedsecure",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<uuid>\",\n  \"walletOperationId\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"auth3dsId\": \"<uuid>\",\n  \"amount\": \"<long>\",\n  \"currency\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"merchantName\": \"<string>\",\n  \"lastFourDigits\": \"<string>\",\n  \"cardScheme\": \"MC\",\n  \"cardType\": \"PHYSICAL\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b64b8b0e-27f9-4c51-ba2b-938261d4c62c",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "threedsecure",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"walletOperationId\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"auth3dsId\": \"<uuid>\",\n  \"amount\": \"<long>\",\n  \"currency\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"merchantName\": \"<string>\",\n  \"lastFourDigits\": \"<string>\",\n  \"cardScheme\": \"MC\",\n  \"cardType\": \"PHYSICAL\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "f1d781b4-f1da-416c-8b6c-7d1ea0bea15b",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "threedsecure",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"walletOperationId\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"auth3dsId\": \"<uuid>\",\n  \"amount\": \"<long>\",\n  \"currency\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"merchantName\": \"<string>\",\n  \"lastFourDigits\": \"<string>\",\n  \"cardScheme\": \"MC\",\n  \"cardType\": \"PHYSICAL\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "d0e5df3c-79a6-42a2-8202-59eac43afa1a",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "threedsecure",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"walletOperationId\": \"<uuid>\",\n  \"cardId\": \"<uuid>\",\n  \"customerId\": \"<string>\",\n  \"auth3dsId\": \"<uuid>\",\n  \"amount\": \"<long>\",\n  \"currency\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"merchantName\": \"<string>\",\n  \"lastFourDigits\": \"<string>\",\n  \"cardScheme\": \"MC\",\n  \"cardType\": \"PHYSICAL\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "fa20aab7-405e-4eec-b580-3f1bccf52697",
                    "name": "Prepaid card bulk order event",
                    "request": {
                        "name": "Prepaid card bulk order event",
                        "description": {
                            "content": "This webhook will be sent when card bulk order is processed.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "prepaid",
                                "card",
                                "bulk",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<uuid>\",\n  \"status\": \"COMPLETED\",\n  \"statusReason\": \"<string>\",\n  \"customerId\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "7e595316-b14c-4b6b-903a-2000c967dcc0",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "bulk",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"status\": \"COMPLETED\",\n  \"statusReason\": \"<string>\",\n  \"customerId\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "4dd40cd6-ab93-4864-b457-cde6ea128f2f",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "bulk",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"status\": \"COMPLETED\",\n  \"statusReason\": \"<string>\",\n  \"customerId\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "8782b716-0f57-41c8-b4d2-ad9e3a1d0731",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "prepaid",
                                        "card",
                                        "bulk",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<uuid>\",\n  \"status\": \"COMPLETED\",\n  \"statusReason\": \"<string>\",\n  \"customerId\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "f9e624c3-7cab-43dd-b670-734f68c45f36",
                    "name": "Account update event",
                    "request": {
                        "name": "Account update event",
                        "description": {
                            "content": "The webhook is sent when there's an update on the customer account. The `operationType` signifies the change that occurred.\n\n> NOTE: For events with  `operationType ==  IBAN_ASSIGNED`, Paysafe is not able to send the `iban` field in a webhook due to information security restrictions. To obtain the IBAN, the Merchant must call the Account Information endpoint.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "accounts",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"customerId\": \"<string>\",\n  \"accountId\": \"<string>\",\n  \"type\": \"IBAN_ASSIGNED\",\n  \"timestamp\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "c31f52ca-ab9b-4f6a-b608-bf9dd8290cac",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "accounts",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"customerId\": \"<string>\",\n  \"accountId\": \"<string>\",\n  \"type\": \"IBAN_ASSIGNED\",\n  \"timestamp\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "c9df7f86-c622-4ac2-8326-649958f575e6",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "accounts",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"customerId\": \"<string>\",\n  \"accountId\": \"<string>\",\n  \"type\": \"IBAN_ASSIGNED\",\n  \"timestamp\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "137158fb-c2ca-4b21-9953-42dbec99c052",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "accounts",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"customerId\": \"<string>\",\n  \"accountId\": \"<string>\",\n  \"type\": \"IBAN_ASSIGNED\",\n  \"timestamp\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "eff4c65c-d30f-4ab3-a73d-6fad94a038c1",
                    "name": "Trigger notification resend",
                    "request": {
                        "name": "Trigger notification resend",
                        "description": {
                            "content": "Request re-sending of notifications (webhooks) that match certain criteria by creating a new notification resend task. After the task is created, all events that match the requested criteria will be enqueued for re-sending.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "notification-resend-tasks"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"eventType\": \"CARD_BULK_ORDER\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"merchantRefNum\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "2aae9017-5c14-45a7-9669-45375b11e348",
                            "name": "Created",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "notification-resend-tasks"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"eventType\": \"CARD_BULK_ORDER\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"merchantRefNum\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"eventType\": \"CARD_TOKEN_UPDATE\",\n  \"id\": \"<string>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"merchantRefNum\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c2590321-1090-4488-970e-e2b7fd20f3b5",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "notification-resend-tasks"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"eventType\": \"CARD_BULK_ORDER\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"merchantRefNum\": \"<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": "34bd98c2-6ff5-49ff-836a-0e74a31a9e97",
                            "name": "Internal Server Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "notification-resend-tasks"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"eventType\": \"CARD_BULK_ORDER\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"merchantRefNum\": \"<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": "96c7b6f3-2dc1-42da-a7fb-181cab540060",
                            "name": "Service Unavailable. Please try agian later.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "notification-resend-tasks"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"eventType\": \"CARD_BULK_ORDER\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"merchantRefNum\": \"<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": "632e1fd4-6da7-4b06-9f7f-7a71736a55eb",
                    "name": "Instrument Update Event",
                    "request": {
                        "name": "Instrument Update Event",
                        "description": {
                            "content": "Instrument update event. \nThe event is sent, when Instrument is updated.\nDue to confidentiality reasons the instrument sensitive data is hidden.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "instruments",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"operationType\": \"Create\",\n  \"instrument\": {\n    \"instrumentType\": \"BR_BANK_ACCOUNT\",\n    \"externallyVerified\": false,\n    \"status\": \"UNVERIFIED\",\n    \"creationTime\": \"<dateTime>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "4111b923-b4b9-4c48-a64d-9ebb87f9cbf7",
                            "name": "Created",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "instruments",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"operationType\": \"Create\",\n  \"instrument\": {\n    \"instrumentType\": \"BR_BANK_ACCOUNT\",\n    \"externallyVerified\": false,\n    \"status\": \"UNVERIFIED\",\n    \"creationTime\": \"<dateTime>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "3f881d6d-d5ca-4e5c-804d-b4d3a7a0f6fe",
                    "name": "Kyc verification status event",
                    "request": {
                        "name": "Kyc verification status event",
                        "description": {
                            "content": "The webhook is sent when there's an update in the kyc verification result.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "kyc",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"customerId\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationStatus\": \"INCOMPLETE\",\n  \"sessionId\": \"<string>\",\n  \"merchantRefNum\": \"<string>\",\n  \"externalId\": \"<string>\",\n  \"verificationDocuments\": [\n    {\n      \"category\": \"ADDITIONAL_VERIFICATION\",\n      \"type\": \"UB\",\n      \"status\": \"APPROVED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"PROFESSIONAL_ID\",\n      \"statusReason\": \"90_DAY_OLD\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"category\": \"ADDRESS\",\n      \"type\": \"LOAP\",\n      \"status\": \"CLOSED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"CUS_LTC\",\n      \"statusReason\": \"MISSING_SIDE\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"electronicVerifications\": [\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"VALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"VALID\"\n        }\n      ]\n    },\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"INVALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"INVALID\"\n        }\n      ]\n    }\n  ],\n  \"sessionEvents\": [\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"sessionStatus\": \"CREATED\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "daa9bd84-7c94-4c64-920b-5f8328274892",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "kyc",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"customerId\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationStatus\": \"INCOMPLETE\",\n  \"sessionId\": \"<string>\",\n  \"merchantRefNum\": \"<string>\",\n  \"externalId\": \"<string>\",\n  \"verificationDocuments\": [\n    {\n      \"category\": \"ADDITIONAL_VERIFICATION\",\n      \"type\": \"UB\",\n      \"status\": \"APPROVED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"PROFESSIONAL_ID\",\n      \"statusReason\": \"90_DAY_OLD\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"category\": \"ADDRESS\",\n      \"type\": \"LOAP\",\n      \"status\": \"CLOSED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"CUS_LTC\",\n      \"statusReason\": \"MISSING_SIDE\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"electronicVerifications\": [\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"VALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"VALID\"\n        }\n      ]\n    },\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"INVALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"INVALID\"\n        }\n      ]\n    }\n  ],\n  \"sessionEvents\": [\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"sessionStatus\": \"CREATED\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "1a38349f-35cf-48d8-9f98-ecbd1f865da3",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "kyc",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"customerId\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationStatus\": \"INCOMPLETE\",\n  \"sessionId\": \"<string>\",\n  \"merchantRefNum\": \"<string>\",\n  \"externalId\": \"<string>\",\n  \"verificationDocuments\": [\n    {\n      \"category\": \"ADDITIONAL_VERIFICATION\",\n      \"type\": \"UB\",\n      \"status\": \"APPROVED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"PROFESSIONAL_ID\",\n      \"statusReason\": \"90_DAY_OLD\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"category\": \"ADDRESS\",\n      \"type\": \"LOAP\",\n      \"status\": \"CLOSED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"CUS_LTC\",\n      \"statusReason\": \"MISSING_SIDE\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"electronicVerifications\": [\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"VALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"VALID\"\n        }\n      ]\n    },\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"INVALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"INVALID\"\n        }\n      ]\n    }\n  ],\n  \"sessionEvents\": [\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"sessionStatus\": \"CREATED\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "b1d0d7be-5900-4535-a01b-3c9eda0a2629",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "kyc",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"customerId\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationStatus\": \"INCOMPLETE\",\n  \"sessionId\": \"<string>\",\n  \"merchantRefNum\": \"<string>\",\n  \"externalId\": \"<string>\",\n  \"verificationDocuments\": [\n    {\n      \"category\": \"ADDITIONAL_VERIFICATION\",\n      \"type\": \"UB\",\n      \"status\": \"APPROVED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"PROFESSIONAL_ID\",\n      \"statusReason\": \"90_DAY_OLD\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"category\": \"ADDRESS\",\n      \"type\": \"LOAP\",\n      \"status\": \"CLOSED\",\n      \"id\": \"<string>\",\n      \"subtype\": \"CUS_LTC\",\n      \"statusReason\": \"MISSING_SIDE\",\n      \"attributes\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"dob\": \"<string>\",\n        \"addressLine\": \"<string>\",\n        \"country\": \"<string>\",\n        \"city\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"issuingCountry\": \"<string>\",\n        \"issueDate\": \"<string>\",\n        \"documentExpiry\": \"<string>\",\n        \"subdivision\": \"<string>\",\n        \"faceMatch\": \"<boolean>\"\n      },\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"electronicVerifications\": [\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"VALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"VALID\"\n        }\n      ]\n    },\n    {\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      },\n      \"results\": [\n        {\n          \"name\": \"ADDRESS_MATCH\",\n          \"value\": \"INVALID\"\n        },\n        {\n          \"name\": \"ID_MATCH\",\n          \"value\": \"INVALID\"\n        }\n      ]\n    }\n  ],\n  \"sessionEvents\": [\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"PROVIDER_SESSION_INITIATED\",\n      \"kycProviderDetails\": {\n        \"kycProvider\": \"<string>\"\n      }\n    }\n  ],\n  \"sessionStatus\": \"CREATED\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "67fed06d-a4f0-4dd7-bfac-8154540fef71",
                    "name": "Payment instrument verification status event",
                    "request": {
                        "name": "Payment instrument verification status event",
                        "description": {
                            "content": "The webhook is sent when there's an update with the status of payment instrument verification session.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "piv",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"customerId\": \"<string>\",\n  \"sessionStatus\": \"ACTIVE\",\n  \"timestamp\": \"<dateTime>\",\n  \"statusReason\": \"USER_INTERACTION_ERROR\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "bf32a91c-5693-4d54-826d-89c56ebc27ff",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "piv",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"customerId\": \"<string>\",\n  \"sessionStatus\": \"ACTIVE\",\n  \"timestamp\": \"<dateTime>\",\n  \"statusReason\": \"USER_INTERACTION_ERROR\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "9b1133a4-489d-463c-98ab-d1c87c2875d8",
                    "name": "Customer Data Verification Event",
                    "request": {
                        "name": "Customer Data Verification Event",
                        "description": {
                            "content": "This webhook will be sent when a customer data verification process has been successfully initiated. It contains:\n  * Customer data information.\n  * The customer attribute being validated in the particular verification process.\n  * The mechanism used to deliver the customer attribute verification information.\n  * The value transmitted through the secure notification mechanism to confirm the specific customer attribute.\n  * Creation and expiration time for the verification process.\n\nThis event is sent at least once for every initiated customer data verification process.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "customers",
                                "data-verifications",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationProcess\": {\n    \"id\": \"<string>\",\n    \"attribute\": {\n      \"type\": \"EMAIL\",\n      \"value\": \"<string>\"\n    },\n    \"notificationType\": {\n      \"method\": \"OTP\",\n      \"channel\": \"SMS\",\n      \"target\": \"<string>\"\n    },\n    \"flow\": \"PIN_RESET\",\n    \"creationTime\": \"<dateTime>\",\n    \"expirationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"errorCode\": \"EMAIL_ALREADY_IN_USE\"\n  },\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "128526ca-3c74-4333-8d11-91bf67b2d8cc",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        "data-verifications",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationProcess\": {\n    \"id\": \"<string>\",\n    \"attribute\": {\n      \"type\": \"EMAIL\",\n      \"value\": \"<string>\"\n    },\n    \"notificationType\": {\n      \"method\": \"OTP\",\n      \"channel\": \"SMS\",\n      \"target\": \"<string>\"\n    },\n    \"flow\": \"PIN_RESET\",\n    \"creationTime\": \"<dateTime>\",\n    \"expirationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"errorCode\": \"EMAIL_ALREADY_IN_USE\"\n  },\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "de4a5c09-f0f4-42da-93f4-f465a0f009a2",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        "data-verifications",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationProcess\": {\n    \"id\": \"<string>\",\n    \"attribute\": {\n      \"type\": \"EMAIL\",\n      \"value\": \"<string>\"\n    },\n    \"notificationType\": {\n      \"method\": \"OTP\",\n      \"channel\": \"SMS\",\n      \"target\": \"<string>\"\n    },\n    \"flow\": \"PIN_RESET\",\n    \"creationTime\": \"<dateTime>\",\n    \"expirationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"errorCode\": \"EMAIL_ALREADY_IN_USE\"\n  },\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "a886d606-9a80-43e4-8314-4e23cc377ccf",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "customers",
                                        "data-verifications",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verificationProcess\": {\n    \"id\": \"<string>\",\n    \"attribute\": {\n      \"type\": \"EMAIL\",\n      \"value\": \"<string>\"\n    },\n    \"notificationType\": {\n      \"method\": \"OTP\",\n      \"channel\": \"SMS\",\n      \"target\": \"<string>\"\n    },\n    \"flow\": \"PIN_RESET\",\n    \"creationTime\": \"<dateTime>\",\n    \"expirationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"errorCode\": \"EMAIL_ALREADY_IN_USE\"\n  },\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "41ee32f8-e177-436b-9770-b405c2027b19",
                    "name": "SCA Authentication Event",
                    "request": {
                        "name": "SCA Authentication Event",
                        "description": {
                            "content": "This webhook is triggered when an SCA process is needed to finalize a wallet operation. It includes the following details:\n  * Customer data information.\n  * The wallet operation subject to the SCA process.\n  * The mechanism used to deliver the SCA authentication event details.\n  * The value tied to the SCA authentication event attempt, which must be securely communicated.\n  * The creation and expiration times of the SCA process.\n  \n  This event is sent at least once for each initiated SCA process.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "sca",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"authenticationProcess\": {\n    \"eventId\": \"<string>\",\n    \"walletOperationId\": \"<string>\",\n    \"authenticationMode\": \"HYBRID\",\n    \"flow\": {\n      \"type\": \"WITHDRAWAL\",\n      \"properties\": [\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    \"verification\": {\n      \"method\": \"PASSKEYS\",\n      \"channel\": \"EMAIL\",\n      \"target\": \"<string>\",\n      \"action\": {\n        \"language\": \"en\",\n        \"returnUrl\": \"<url>\"\n      }\n    },\n    \"creationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"expirationTime\": \"<dateTime>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "87de99c6-cb18-46e4-ba77-5c6bc1b3d71a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sca",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"authenticationProcess\": {\n    \"eventId\": \"<string>\",\n    \"walletOperationId\": \"<string>\",\n    \"authenticationMode\": \"HYBRID\",\n    \"flow\": {\n      \"type\": \"WITHDRAWAL\",\n      \"properties\": [\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    \"verification\": {\n      \"method\": \"PASSKEYS\",\n      \"channel\": \"EMAIL\",\n      \"target\": \"<string>\",\n      \"action\": {\n        \"language\": \"en\",\n        \"returnUrl\": \"<url>\"\n      }\n    },\n    \"creationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"expirationTime\": \"<dateTime>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "9093d76d-304a-42f5-a329-9bef4c27845e",
                            "name": "Accepted",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sca",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"authenticationProcess\": {\n    \"eventId\": \"<string>\",\n    \"walletOperationId\": \"<string>\",\n    \"authenticationMode\": \"HYBRID\",\n    \"flow\": {\n      \"type\": \"WITHDRAWAL\",\n      \"properties\": [\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    \"verification\": {\n      \"method\": \"PASSKEYS\",\n      \"channel\": \"EMAIL\",\n      \"target\": \"<string>\",\n      \"action\": {\n        \"language\": \"en\",\n        \"returnUrl\": \"<url>\"\n      }\n    },\n    \"creationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"expirationTime\": \"<dateTime>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Accepted",
                            "code": 202,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "49f1e0a0-02fb-4c65-a634-6dbb791d0ace",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sca",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"authenticationProcess\": {\n    \"eventId\": \"<string>\",\n    \"walletOperationId\": \"<string>\",\n    \"authenticationMode\": \"HYBRID\",\n    \"flow\": {\n      \"type\": \"WITHDRAWAL\",\n      \"properties\": [\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"PAYMENT_ID\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    \"verification\": {\n      \"method\": \"PASSKEYS\",\n      \"channel\": \"EMAIL\",\n      \"target\": \"<string>\",\n      \"action\": {\n        \"language\": \"en\",\n        \"returnUrl\": \"<url>\"\n      }\n    },\n    \"creationTime\": \"<dateTime>\",\n    \"value\": \"<string>\",\n    \"expirationTime\": \"<dateTime>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "475d955b-0684-4c09-a673-c31592a7e9b6",
                    "name": "Credentials Change Event",
                    "request": {
                        "name": "Credentials Change Event",
                        "description": {
                            "content": "This webhook will be sent when change of the customer credentials has occurred. It contains the customer information, type of the credentials change, customer information and customer identifiers (e.g. email, mobile, etc.).\n\nIt will be sent at least once.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "credentials",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"credentialsDetails\": {\n    \"customerIdentifiers\": {\n      \"email\": {\n        \"value\": \"<string>\",\n        \"verificationId\": \"<string>\"\n      },\n      \"mobile\": {\n        \"value\": \"<string>\",\n        \"verificationId\": \"<string>\"\n      }\n    },\n    \"type\": \"PASSWORD_RECOVERY\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "0d74ee5a-a5e0-4fb9-93ab-5afea0e014f3",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "credentials",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"credentialsDetails\": {\n    \"customerIdentifiers\": {\n      \"email\": {\n        \"value\": \"<string>\",\n        \"verificationId\": \"<string>\"\n      },\n      \"mobile\": {\n        \"value\": \"<string>\",\n        \"verificationId\": \"<string>\"\n      }\n    },\n    \"type\": \"PASSWORD_RECOVERY\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "fd2e6233-baac-461c-9007-3a106b42b5ff",
                    "name": "Customer Deactivation Event",
                    "request": {
                        "name": "Customer Deactivation Event",
                        "description": {
                            "content": "This webhook will be sent when customer deactivation request has been manually reviewed. It contains the customer information and the details related to the deactivation request.\n\nIt will be sent at least once.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "deactivations",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"deactivation\": {\n    \"category\": \"CUSTOMER_INITIATED\",\n    \"id\": \"<string>\",\n    \"reason\": \"INACTIVITY\",\n    \"status\": \"DECLINED\",\n    \"feedback\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"creationTime\": \"<dateTime>\",\n    \"externalId\": \"<string>\"\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ee152745-c27f-4a67-a465-5bba8a3239ce",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "deactivations",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"deactivation\": {\n    \"category\": \"CUSTOMER_INITIATED\",\n    \"id\": \"<string>\",\n    \"reason\": \"INACTIVITY\",\n    \"status\": \"DECLINED\",\n    \"feedback\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"creationTime\": \"<dateTime>\",\n    \"externalId\": \"<string>\"\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "4bd7bd49-e75b-47e6-ab19-43e300924536",
                    "name": "Customer Profile Update Event",
                    "request": {
                        "name": "Customer Profile Update Event",
                        "description": {
                            "content": "This webhook is triggered whenever a profile update request is made. It includes the customer's information along with details about the changes made during the update.\n\nThe `changes` object in the request body is an array of objects representing individual profile changes.  \n\n### Properties of a Change Object:\n\n* `field`: The flat path to the updated part of the user profile.\n* `status`: The status of the operation (`SUCCESS` or `FAIL`).\n* `oldValue`: The previous value of the updated field.\n* `newValue`: The desired value of the field after the update.\n* `errorMessages` *(optional)*: An array of error codes and descriptive messages.\n\n### Notes:\n\n* **Status Handling**:\n  * `SUCCESS`: Update was successful, and `newValue` reflects the updated value in the profile.\n  * `FAIL`: Update failed, and `newValue` is the intended value but was not applied.\n* **Error Details** (when `status` is `FAIL`):\n  * `Error Code`: A code identifying the type of error.\n  * `Description Message`: A detailed explanation of the error.\n\nIt will be sent at least once.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "profile",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"changes\": [\n    {\n      \"field\": \"<string>\",\n      \"status\": \"FAIL\",\n      \"oldValue\": \"<string>\",\n      \"newValue\": \"<string>\",\n      \"errorMessages\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"field\": \"<string>\",\n      \"status\": \"FAIL\",\n      \"oldValue\": \"<string>\",\n      \"newValue\": \"<string>\",\n      \"errorMessages\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"eventType\": 3548.5170188724037\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a47799e0-c3fd-476b-b79c-fc281612c01a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "profile",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"customer\": {\n    \"id\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  \"changes\": [\n    {\n      \"field\": \"<string>\",\n      \"status\": \"FAIL\",\n      \"oldValue\": \"<string>\",\n      \"newValue\": \"<string>\",\n      \"errorMessages\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"field\": \"<string>\",\n      \"status\": \"FAIL\",\n      \"oldValue\": \"<string>\",\n      \"newValue\": \"<string>\",\n      \"errorMessages\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"eventType\": 3548.5170188724037\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "d544434c-d77d-4153-9f05-9647fada6c14",
                    "name": "Profile Management Event",
                    "request": {
                        "name": "Profile Management Event",
                        "description": {
                            "content": "This webhook will be sent when customer performs a profile management operation. It contains the customer information and the details related to the profile management operation.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "profile-management",
                                "events"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "disabled": false,
                                "description": {
                                    "content": "HMAC signature of the request",
                                    "type": "text/plain"
                                },
                                "key": "Signature",
                                "value": "<string>"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"DEVICE_LOGOUT\",\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  },\n  \"content\": {\n    \"eventType\": \"GLOBAL_LOGOUT\",\n    \"status\": \"SUCCESSFUL\",\n    \"statusReason\": \"<string>\",\n    \"additionalFields\": [\n      {\n        \"key\": \"DEVICE_ID\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"DEVICE_ID\",\n        \"value\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "29d69b0f-f879-4aac-a02a-9432dba3b9b8",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "profile-management",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "disabled": false,
                                        "description": {
                                            "content": "HMAC signature of the request",
                                            "type": "text/plain"
                                        },
                                        "key": "Signature",
                                        "value": "<string>"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"id\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"eventType\": \"DEVICE_LOGOUT\",\n  \"owner\": {\n    \"id\": \"<string>\",\n    \"externalId\": \"<string>\"\n  },\n  \"content\": {\n    \"eventType\": \"GLOBAL_LOGOUT\",\n    \"status\": \"SUCCESSFUL\",\n    \"statusReason\": \"<string>\",\n    \"additionalFields\": [\n      {\n        \"key\": \"DEVICE_ID\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"DEVICE_ID\",\n        \"value\": \"<string>\"\n      }\n    ]\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://example.com/webhook/path/at/merchant/system"
        }
    ],
    "info": {
        "_postman_id": "1a413507-39cf-463d-a3c2-8868303952cd",
        "name": "Webhooks API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "## Introduction\n\nWebhooks allow the Merchant to track events happening in Paysafe Embedded wallet. The following object changes can be tracked using webhooks.\n\nIt is the Merchant's responsibility to:\n\n* expose API endpoints for webhook handling\n* configure the webhook root URL with Paysafe\n* ensure the availability of the endpoints to receive the webhooks\n\nClick [here](/docs/embedded-wallets/webhooks) to learn more about the Webhooks API.\n\nContact Support:\n Name: Paysafe\n Email: info@paysafe.com",
            "type": "text/plain"
        }
    }
}