{"id":8330,"date":"2026-08-20T10:41:14","date_gmt":"2026-08-20T02:41:14","guid":{"rendered":"https:\/\/www.fraudlabspro.com\/resources\/?post_type=docs&#038;p=8330"},"modified":"2026-08-20T10:41:15","modified_gmt":"2026-08-20T02:41:15","password":"","slug":"introducing-new-payload-format-for-custom-webhook","status":"publish","type":"docs","link":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/","title":{"rendered":"Introducing New Payload Format for Custom Webhook"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"600\" src=\"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image.png\" alt=\"New Payload Format for Custom Webhook\" class=\"wp-image-8357\" srcset=\"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image.png 1200w, https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image-300x150.png 300w, https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image-1024x512.png 1024w, https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image-768x384.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We are pleased to introduce the updated custom webhook notification payload for FraudLabs Pro, designed to streamline real-time transaction tracking and offer seamless integration for your fraud detection workflows. Transitioning to a structured JSON format, the new payload delivers key transaction data\u2014including order id, customer name and email, and order amount\u2014directly to your custom endpoint. This modernization improves data readability, simplifies server-side parsing, and ensures your system receives reliable, instant updates whenever order statuses or manual review decisions are triggered in the FraudLabs Pro merchant portal.<\/p>\n\n\n\n<div style=\"height:28px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What\u2019s New in the Custom Webhook<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Compared to the V1 payload, which used the <code>id<\/code> and <code>action<\/code> fields, the V2 payload uses more descriptive field names and includes additional transaction and customer information. The table below highlights the changes between the two payload versions.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\" style=\"font-size:14px\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>V1 Field<\/strong><\/td><td><strong>V2 Field<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td><code>id<\/code><\/td><td><code>fraudlabspro_id<\/code><\/td><td>The unique identifier for the transaction.<\/td><\/tr><tr><td><code>action<\/code><\/td><td><code>fraudlabspro_status<\/code><\/td><td>The final action based on the rules analysis.<\/td><\/tr><tr><td>&#8211;<\/td><td><code>user_order_id<\/code><\/td><td>The merchant identifier used to uniquely identify a transaction.<\/td><\/tr><tr><td>&#8211;<\/td><td><code>full_name<\/code><\/td><td>The user&#8217;s first and last name.<\/td><\/tr><tr><td>&#8211;<\/td><td><code>email<\/code><\/td><td>The user&#8217;s email address.<\/td><\/tr><tr><td>&#8211;<\/td><td><code>currency<\/code><\/td><td>The currency used in the transaction in ISO-4217 (3 characters) format.<\/td><\/tr><tr><td>&#8211;<\/td><td><code>amount<\/code><\/td><td>The total amount of the transaction.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This is a sample response in JSON:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#babed8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>{\n\"fraudlabspro_id\": \"20260820-DEFF8Z\",\n\"user_order_id\": \"1001\",\n\"fraudlabspro_status\": \"APPROVE\",\n\"full_name\": \"John Doe\",\n\"email\": \"johndoe@gmail.com\",\n\"currency\": \"USD\",\n\"amount\": 199.00\n}<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #89DDFF\">{<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C792EA\">fraudlabspro_id<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">20260820-DEFF8Z<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C792EA\">user_order_id<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">1001<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C792EA\">fraudlabspro_status<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">APPROVE<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C792EA\">full_name<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">John Doe<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C792EA\">email<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">johndoe@gmail.com<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C792EA\">currency<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">USD<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C792EA\">amount<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #F78C6C\">199.00<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">}<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">For more information about custom webhooks, see the <a href=\"https:\/\/www.fraudlabspro.com\/developer\/webhook\/order-status-changed\">Developer Guide<\/a>.<\/p>\n\n\n\n<div style=\"height:28px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">How to Switch Your Custom Webhook to V2<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This update will work seamlessly for new users, who will receive the v2 format by default. However, existing users who have previously set up a custom webhook may need to follow the steps below to transition to the v2 format:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Update the existing configuration in their custom webhook endpoint.<\/li>\n\n\n\n<li>Log in to their <a href=\"https:\/\/www.fraudlabspro.com\/merchant\/sign-in\">FraudLabs Pro account dashboard<\/a>.<\/li>\n\n\n\n<li>Go to the Settings &gt; General. <\/li>\n\n\n\n<li>Navigate to Custom Notification Settings under the Notification Settings section.<\/li>\n\n\n\n<li>Locate the button under the Custom Webhook URL setting and click on it.<img loading=\"lazy\" decoding=\"async\" width=\"789\" height=\"389\" class=\"wp-image-8333\" style=\"width: 789px;\" src=\"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/custom-webhook-v2.png\" alt=\"FraudLabs Pro Custom Webhook V2 setting\" srcset=\"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/custom-webhook-v2.png 1402w, https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/custom-webhook-v2-300x148.png 300w, https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/custom-webhook-v2-1024x505.png 1024w, https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/custom-webhook-v2-768x379.png 768w\" sizes=\"auto, (max-width: 789px) 100vw, 789px\" \/><\/li>\n\n\n\n<li>You will receive data in v2 format from now on.<\/li>\n<\/ol>\n\n\n\n<div style=\"height:28px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The V2 custom webhook payload provides more complete transaction information in a structured JSON format, making it easier to integrate FraudLabs Pro notifications with your existing workflows. New users will receive V2 by default, while existing users can switch their custom webhook configuration to V2 from the FraudLabs Pro merchant portal.<\/p>\n\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\" style=\"margin-top:0;margin-bottom:0;font-size:28px\"><strong>Ready to Streamline Your Fraud Detection?<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Integrate real-time transaction updates into your workflow &amp; simplify fraud monitoring with webhook flexible notifications.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-link-color wp-element-button\" href=\"https:\/\/www.fraudlabspro.com\/checkout-micro?utm_source=blog&amp;utm_medium=link&amp;utm_campaign=cta&amp;utm_term=footer-free\">Get Started For Free<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-background-color has-text-color has-background has-link-color has-border-color wp-element-button\" href=\"https:\/\/www.fraudlabspro.com\/developer\/webhook\/order-status-changed?utm_source=blog&amp;utm_medium=link&amp;utm_campaign=cta&amp;utm_term=footer-devguide\" style=\"border-color:#ed4747;border-width:1px;color:#ed4747\">Explore Documentation<\/a><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction We are pleased to introduce the updated custom webhook notification payload for FraudLabs Pro, designed to streamline real-time transaction [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_category":[454,185],"doc_tag":[],"class_list":["post-8330","docs","type-docs","status-publish","hentry","doc_category-alerts-and-notifications","doc_category-developer-guide"],"year_month":"2026-08","word_count":458,"total_views":"11","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"FraudLabs Pro","author_nicename":"hexasoft","author_url":"https:\/\/www.fraudlabspro.com\/resources\/author\/hexasoft\/"},"doc_category_info":[{"term_name":"Alerts &amp; Notifications","term_url":"https:\/\/www.fraudlabspro.com\/resources\/categories\/alerts-and-notifications\/"},{"term_name":"Developer Guide","term_url":"https:\/\/www.fraudlabspro.com\/resources\/categories\/developer-guide\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Introducing New Payload Format for Custom Webhook -<\/title>\n<meta name=\"description\" content=\"Explore the updated FraudLabs Pro custom webhook payload for real-time transaction tracking and seamless fraud detection integration.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing New Payload Format for Custom Webhook -\" \/>\n<meta property=\"og:description\" content=\"Explore the updated FraudLabs Pro custom webhook payload for real-time transaction tracking and seamless fraud detection integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-20T02:41:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/\",\"url\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/\",\"name\":\"Introducing New Payload Format for Custom Webhook -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/flp-custom-webhook-v2-image.png\",\"datePublished\":\"2026-08-20T02:41:14+00:00\",\"dateModified\":\"2026-08-20T02:41:15+00:00\",\"description\":\"Explore the updated FraudLabs Pro custom webhook payload for real-time transaction tracking and seamless fraud detection integration.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/flp-custom-webhook-v2-image.png\",\"contentUrl\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/flp-custom-webhook-v2-image.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/introducing-new-payload-format-for-custom-webhook\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/tutorials\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Introducing New Payload Format for Custom Webhook\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/#website\",\"url\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/\",\"name\":\"\",\"description\":\"Resources About FraudLabs Pro Services\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.fraudlabspro.com\\\/resources\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introducing New Payload Format for Custom Webhook -","description":"Explore the updated FraudLabs Pro custom webhook payload for real-time transaction tracking and seamless fraud detection integration.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/","og_locale":"en_US","og_type":"article","og_title":"Introducing New Payload Format for Custom Webhook -","og_description":"Explore the updated FraudLabs Pro custom webhook payload for real-time transaction tracking and seamless fraud detection integration.","og_url":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/","article_modified_time":"2026-08-20T02:41:15+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/","url":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/","name":"Introducing New Payload Format for Custom Webhook -","isPartOf":{"@id":"https:\/\/www.fraudlabspro.com\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/#primaryimage"},"image":{"@id":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image.png","datePublished":"2026-08-20T02:41:14+00:00","dateModified":"2026-08-20T02:41:15+00:00","description":"Explore the updated FraudLabs Pro custom webhook payload for real-time transaction tracking and seamless fraud detection integration.","breadcrumb":{"@id":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/#primaryimage","url":"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image.png","contentUrl":"https:\/\/www.fraudlabspro.com\/resources\/wp-content\/uploads\/2026\/08\/flp-custom-webhook-v2-image.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/introducing-new-payload-format-for-custom-webhook\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fraudlabspro.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/www.fraudlabspro.com\/resources\/tutorials\/"},{"@type":"ListItem","position":3,"name":"Introducing New Payload Format for Custom Webhook"}]},{"@type":"WebSite","@id":"https:\/\/www.fraudlabspro.com\/resources\/#website","url":"https:\/\/www.fraudlabspro.com\/resources\/","name":"","description":"Resources About FraudLabs Pro Services","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fraudlabspro.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/docs\/8330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/comments?post=8330"}],"version-history":[{"count":26,"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/docs\/8330\/revisions"}],"predecessor-version":[{"id":8358,"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/docs\/8330\/revisions\/8358"}],"wp:attachment":[{"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/media?parent=8330"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/doc_category?post=8330"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.fraudlabspro.com\/resources\/wp-json\/wp\/v2\/doc_tag?post=8330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}