{"id":364505,"date":"2025-10-25T06:10:51","date_gmt":"2025-10-25T06:10:51","guid":{"rendered":"https:\/\/blog.roblox.com\/?p=39050"},"modified":"2025-10-25T06:10:51","modified_gmt":"2025-10-25T06:10:51","slug":"why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become","status":"publish","type":"post","link":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/","title":{"rendered":"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become"},"content":{"rendered":"<p>We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you should think about adding a payment gateway in a generic way to enable scale and innovation to support your growing business.<\/p>\n<p>When I joined Roblox 5 years ago, we were not the payments platform that could power an annual economy of $1.9 billion in bookings (as of 12\/31\/2020), using 11 payment partners with 59 different currencies across 99 supported countries. I\u2019ll tell you how we got here, and how building a generic payment platform upfront enabled us to ramp up as quickly as our business. Payments are often overlooked as a source of innovation and impact. But building your payments platform the right way up front can open up new opportunities, allow for innovation and optimization, and create a competitive advantage for your company.<\/p>\n<p>First, what is a \u201cgeneric payment platform?\u201d I am using this phrase as a wrapper for any gateway or processor that facilitates the receipt of payments from customers. I\u2019ll be referring to the third parties that do the payment orchestration as payment providers or gateways. A generic payment platform opens up centralized logging, fraud, metrics, security, and swapability of payment providers. A generic payment platform enables you to AB-test providers that may have better credit card completion rates in particular geographies or fraud rates in certain areas. It also allows for automatic fallback if a provider goes down, which happens more than any of us would like.<\/p>\n<p>You are bound to change payment providers, especially credit card providers, down the road. If you believe your company will be successful, the rates you\u2019ll get as a five-person garage shop vs. a global ecommerce platform are widely different. Also, the provider you chose early on may not fit your needs as you grow \u2014 some of the most popular providers have limited international penetration. There are many reasons to switch providers and tying yourself to one may mean you are hurting your bottom line with every purchase.<\/p>\n<p>Roblox uses a wide range of payment providers, and has also discontinued working with just as many. We currently have desktop providers, prepaid card providers, and app store providers. We have parted ways with at least 4 payment providers since I\u2019ve joined Roblox.<\/p>\n<h2>Architecture<\/h2>\n<p>I am going to draw a high-level architecture of what I mean by plug and play payment providers. Roblox is on a microservice architecture, but if you\u2019re just starting out, you probably shouldn\u2019t be. The logic below can be either a service or just separated at the application layer.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg\" alt=\"\" width=\"700\" height=\"264\" class=\"alignleft size-full wp-image-39071\" \/><\/p>\n<p>Notice how payment processing is just one step in the overall flow of the payment. Starting out with one provider is the right call, but be sure to think about what would happen if you decided to add a second. Would it be easy to update the routing logic or would it be another project with a lot of refactors? The encapsulation early on will also help with thinking about security and PCI Compliance.<\/p>\n<h2>Data<\/h2>\n<p>I won\u2019t go into many details of how we lay out our data, because it may not fit your use case, but at a high level, I want to emphasize that the payment processing step should be a step that can easily be replaced and changed. Do not tie your data stores to the payment processor\u2019s data layouts. I would even suggest looking at different providers and how they handle the concepts of auth, capture, and subscriptions, and decide on a generic data store with all payment provider-specific logic encapsulated in a completely separate table.<\/p>\n<p>Data will most likely be most difficult for you to update later. Think about what you\u2019ll need from persistent vs. not-persistent data, and how long you will need this data stored. I would strongly recommend structuring the data to allow for later integrations with a subscription product. Even though you may not be thinking about subscriptions now, if your business even has a chance to move down that road, plan the data stores to accomodate for that. I won\u2019t go into all the benefits of a subscription-based monetization strategy (there are a lot of resources online for that), but predictable revenue allows for you to plan further ahead for your company.<\/p>\n<h2>Subscriptions<\/h2>\n<p>Subscriptions are another area that will benefit from generalizing away from payment provider-specific logic. The subscription architecture for payment providers is vastly different. Most one-time payment purchases follow the same model of \u201ccharge the user now.\u201d For subscriptions, however, a couple different models exist:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become-1.jpg\" alt=\"\" width=\"700\" height=\"347\" class=\"alignleft size-full wp-image-39091\" \/><\/p>\n<p>Make sure that all your subscriptions come through one central data pipeline with generic renewals, cancellations, and (most importantly) grace periods. Some modals like the pull modal will allow a subscription to stay active unless you hear back from the provider. If your service goes down or has continuous timeouts you will be stuck providing a product without actually charging the user. This may be okay depending on what subscription offering you have, but our virtual currency has an intrinsic value so we need to be extra careful on subscription renewals and cancellations.<\/p>\n<h2>Conclusion<\/h2>\n<p>I hope I was able to convince you of going the generic route from your early implementation of your payment gateways. I won\u2019t suggest what payment provider you should implement, but hopefully you see that your choice of payment provider isn\u2019t the most important decision. The most important decision is how to architect your system in the right way to have the option to easily replace your payment provider in the future.<\/p>\n<p>\n&#8212; &#8212; &#8212;<br \/>\n<\/br><\/p>\n<p>Dmitri Essiounine is a Senior Engineering Manager at Roblox. His teams are responsible for supporting a thriving economy in the Roblox Metaverse.<\/p>\n<p>Neither Roblox Corporation nor this blog endorses or supports any company or service. Also, no guarantees or promises are made regarding the accuracy, reliability or completeness of the information contained in this blog.<\/p>\n<p>\u00a92021 Roblox Corporation. Roblox, the Roblox logo and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.<\/p>\n<p>The post <a rel=\"nofollow\" href=\"https:\/\/blog.roblox.com\/2021\/09\/generic-payment-platform-crucial-company-plan-become\/\">Why a Generic Payment Platform Is Crucial for the Company You Plan to Become<\/a> appeared first on <a rel=\"nofollow\" href=\"https:\/\/blog.roblox.com\">Roblox Blog<\/a>.<\/p>\n<p> <a href=\"https:\/\/blog.roblox.com\/2021\/09\/generic-payment-platform-crucial-company-plan-become\/\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you should think about adding a payment gateway in a generic way to enable scale and innovation to support your growing business. When I joined Roblox 5 years ago, we were not the payments platform that could power an annual economy of $1.9 billion in bookings (as of 12\/31\/2020), using 11 payment partners with 59 different currencies across 99 supported countries. I\u2019ll tell you how we got here, and how building a generic payment platform upfront enabled us to ramp up as quickly as our business. Payments are often overlooked as a source of innovation and&hellip;<\/p>\n<p class=\"excerpt-more\"><a class=\"blog-excerpt button\" href=\"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":364506,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[298],"tags":[299],"class_list":["post-364505","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-roblox","tag-product-tech"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Why a Generic Payment Platform Is Crucial for the Company You Plan to Become | Arcader News<\/title>\n<meta name=\"description\" content=\"We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become | Arcader News\" \/>\n<meta property=\"og:description\" content=\"We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/\" \/>\n<meta property=\"og:site_name\" content=\"Arcade News\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-25T06:10:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"181\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Arcade News\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arcade News\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/\"},\"author\":{\"name\":\"Arcade News\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"headline\":\"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become\",\"datePublished\":\"2025-10-25T06:10:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/\"},\"wordCount\":1053,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg\",\"keywords\":[\"Product &amp; Tech\"],\"articleSection\":[\"Roblox\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/\",\"name\":\"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become | Arcader News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg\",\"datePublished\":\"2025-10-25T06:10:51+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"description\":\"We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#primaryimage\",\"url\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg\",\"contentUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg\",\"width\":480,\"height\":181,\"caption\":\"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/arcader.org\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/\",\"name\":\"Arcade News\",\"description\":\"Free Arcade News from the Best Online Sources\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/arcader.org\\\/news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\",\"name\":\"Arcade News\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"caption\":\"Arcade News\"},\"sameAs\":[\"https:\\\/\\\/cricketgames.tv\"],\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/author\\\/arcade-news\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become | Arcader News","description":"We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you","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:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/","og_locale":"en_US","og_type":"article","og_title":"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become | Arcader News","og_description":"We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you","og_url":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/","og_site_name":"Arcade News","article_published_time":"2025-10-25T06:10:51+00:00","og_image":[{"width":480,"height":181,"url":"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg","type":"image\/jpeg"}],"author":"Arcade News","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Arcade News","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#article","isPartOf":{"@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/"},"author":{"name":"Arcade News","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"headline":"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become","datePublished":"2025-10-25T06:10:51+00:00","mainEntityOfPage":{"@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/"},"wordCount":1053,"commentCount":0,"image":{"@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg","keywords":["Product &amp; Tech"],"articleSection":["Roblox"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/","url":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/","name":"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become | Arcader News","isPartOf":{"@id":"https:\/\/arcader.org\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#primaryimage"},"image":{"@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg","datePublished":"2025-10-25T06:10:51+00:00","author":{"@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"description":"We all know that premature optimization is the root of all evil. But I\u2019d like to make the argument that when it comes to your company or side project, you","breadcrumb":{"@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#primaryimage","url":"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg","contentUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2021\/09\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become.jpg","width":480,"height":181,"caption":"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become"},{"@type":"BreadcrumbList","@id":"https:\/\/arcader.org\/news\/why-a-generic-payment-platform-is-crucial-for-the-company-you-plan-to-become\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/arcader.org\/news\/"},{"@type":"ListItem","position":2,"name":"Why a Generic Payment Platform Is Crucial for the Company You Plan to Become"}]},{"@type":"WebSite","@id":"https:\/\/arcader.org\/news\/#website","url":"https:\/\/arcader.org\/news\/","name":"Arcade News","description":"Free Arcade News from the Best Online Sources","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arcader.org\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839","name":"Arcade News","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","caption":"Arcade News"},"sameAs":["https:\/\/cricketgames.tv"],"url":"https:\/\/arcader.org\/news\/author\/arcade-news\/"}]}},"_links":{"self":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/364505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/comments?post=364505"}],"version-history":[{"count":1,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/364505\/revisions"}],"predecessor-version":[{"id":1369369,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/364505\/revisions\/1369369"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media\/364506"}],"wp:attachment":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media?parent=364505"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/categories?post=364505"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/tags?post=364505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}