{"id":150,"date":"2024-05-23T05:50:52","date_gmt":"2024-05-23T05:50:52","guid":{"rendered":"https:\/\/akshatdeveloper.in\/extensions\/?p=150"},"modified":"2024-06-03T04:43:12","modified_gmt":"2024-06-03T04:43:12","slug":"in-app-billing","status":"publish","type":"post","link":"https:\/\/akshatdeveloper.in\/extensions\/free\/in-app-billing\/","title":{"rendered":"In App Billing"},"content":{"rendered":"\n<p>In App Billing extension developed by Akshat Developer. Using this extension you can sell digital in-app products and subscriptions in your app.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Blocks:<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"511\" src=\"https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/blocks-1024x511.png\" alt=\"\" class=\"wp-image-189\" srcset=\"https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/blocks-1024x511.png 1024w, https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/blocks-300x150.png 300w, https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/blocks-768x383.png 768w, https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/blocks-1536x767.png 1536w, https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/blocks.png 1973w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Methods:<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">StartConnection<\/h4>\n\n\n\n<p>Starts up BillingClient setup process asynchronously.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">EndConnection<\/h4>\n\n\n\n<p>Ends the connection with billing client<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">IsReady<\/h4>\n\n\n\n<p>Checks if the client is currently connected to the service, so that requests to other methods will succeed.<\/p>\n\n\n\n<p>Return Type: boolean<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">IsSubscriptionSupported<\/h4>\n\n\n\n<p>Returns if subscription feature is supported or not.<\/p>\n\n\n\n<p>Return Type: boolean<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">GetProduct<\/h4>\n\n\n\n<p>Performs a network query of the details of products available for sale in your app.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>productId<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">GetSubscription<\/h4>\n\n\n\n<p>Performs a network query of the details of subscription available for sale in your app.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>subscriptionId<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">LaunchProductPurchase<\/h4>\n\n\n\n<p>Initiates the billing flow for an in-app product purchase.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>productDetails<\/td><td>any<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">LaunchSubscriptionPurchase<\/h4>\n\n\n\n<p>Launches the billing-flow for an in-app subscription purchase.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>subscriptionDetails<\/td><td>any<\/td><\/tr><tr><td>offerToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">ConsumePurchase<\/h4>\n\n\n\n<p>Used to consume a purchase<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">GetPurchaseDetails<\/h4>\n\n\n\n<p>Retrieves the purchase details.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchase<\/td><td>any<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">QueryPurchases<\/h4>\n\n\n\n<p>Returns purchases details for currently owned items bought within your app.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>productType<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">QueryPurchasesHistory<\/h4>\n\n\n\n<p>Returns purchases history details.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>productType<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">GetPurchaseJSON<\/h4>\n\n\n\n<p>Returns the JSON format details the purchase.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchase<\/td><td>any<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Return Type: dictionary<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">IsPurchased<\/h4>\n\n\n\n<p>Returns if the given product is purchased or not.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>productId<\/td><td>text<\/td><\/tr><tr><td>purchasesList<\/td><td>list<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Return Type: boolean<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">GetPurchaseHistoryRecordJSON<\/h4>\n\n\n\n<p>Returns the JSON format record of purchases history from the given purchase record.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchaseRecord<\/td><td>any<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Return Type: dictionary<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">IsPurchaseAcknowledged<\/h4>\n\n\n\n<p>Returns if the given purchase is acknowledged or not.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchase<\/td><td>any<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Return Type: boolean<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">AcknowledgePurchase<\/h4>\n\n\n\n<p>Used to acknowledge a purchase<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Events:<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Error<\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>message<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">InAppMessageResponse<\/h4>\n\n\n\n<p>Called when response from In App Message is detected.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>responseCode<\/td><td>number<\/td><\/tr><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">ConnectionSuccessful<\/h4>\n\n\n\n<p>Called when connection is successful.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">ConnectionFailed<\/h4>\n\n\n\n<p>Called when connection is failed.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>message<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">ConnectionDisconnected<\/h4>\n\n\n\n<p>Called when connection is disconnected.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">GotProduct<\/h4>\n\n\n\n<p>Called when the product has been successfully retrived by GetProduct method.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>productId<\/td><td>text<\/td><\/tr><tr><td>title<\/td><td>text<\/td><\/tr><tr><td>name<\/td><td>text<\/td><\/tr><tr><td>description<\/td><td>text<\/td><\/tr><tr><td>price<\/td><td>text<\/td><\/tr><tr><td>productDetails<\/td><td>any<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">FailedToGetProduct<\/h4>\n\n\n\n<p>Called when the product failed to retrieve by GetProduct method.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>message<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">GotSubscription<\/h4>\n\n\n\n<p>Called when subscription details is successfully retrived.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>subscriptionId<\/td><td>text<\/td><\/tr><tr><td>subscriptionName<\/td><td>text<\/td><\/tr><tr><td>title<\/td><td>text<\/td><\/tr><tr><td>description<\/td><td>text<\/td><\/tr><tr><td>priceList<\/td><td>list<\/td><\/tr><tr><td>offerTokenList<\/td><td>list<\/td><\/tr><tr><td>offerIdList<\/td><td>list<\/td><\/tr><tr><td>basePlanIdList<\/td><td>list<\/td><\/tr><tr><td>subscriptionDetails<\/td><td>any<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">FailedToGetSubscription<\/h4>\n\n\n\n<p>Called when subscription details is failed to get.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>message<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">ProductPurchaseLaunched<\/h4>\n\n\n\n<p>Called when purchase is successfully launched.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">ProductPurchaseFailedToLaunch<\/h4>\n\n\n\n<p>Called when purchase failed to launch.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">SubscriptionPurchaseLaunched<\/h4>\n\n\n\n<p>Called when purchase is successfully launched.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">SubscriptionPurchaseFailedToLaunch<\/h4>\n\n\n\n<p>Called when purchase failed to launch.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">ProductConsumedSuccessfully<\/h4>\n\n\n\n<p>Called when purchase is consumed successfully<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">ProductConsumeFailed<\/h4>\n\n\n\n<p>Called when the purchase failed to consume<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>message<\/td><td>text<\/td><\/tr><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">PurchaseSuccessful<\/h4>\n\n\n\n<p>Called when purchase is successful.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchaseInstance<\/td><td>any<\/td><\/tr><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">PurchaseFailed<\/h4>\n\n\n\n<p>Called when purchase is failed due to any reason.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">PurchaseCancelled<\/h4>\n\n\n\n<p>Called when purchase is cancelled.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">GotPurchaseDetails<\/h4>\n\n\n\n<p>Called when purchase details have been retrived successfully<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchaseState<\/td><td>number<\/td><\/tr><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><tr><td>responseJSON<\/td><td>text<\/td><\/tr><tr><td>orderId<\/td><td>text<\/td><\/tr><tr><td>products<\/td><td>list<\/td><\/tr><tr><td>purchaseTime<\/td><td>number<\/td><\/tr><tr><td>quantity<\/td><td>number<\/td><\/tr><tr><td>signature<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">QueryPurchasesSuccess<\/h4>\n\n\n\n<p>Called when query purchases is successful<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchasesList<\/td><td>list<\/td><\/tr><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">QueryPurchasesFailed<\/h4>\n\n\n\n<p>Called when purchase query failed due to some reason<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">QueryPurchaseHistorySuccess<\/h4>\n\n\n\n<p>Called when query purchases history is successful<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchasesList<\/td><td>list<\/td><\/tr><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">QueryPurchaseHistoryFailed<\/h4>\n\n\n\n<p>Called when purchase history query failed due to some reason<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>response<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">AcknowledgeSuccessful<\/h4>\n\n\n\n<p>Called when acknowledge successful<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">AcknowledgeFailed<\/h4>\n\n\n\n<p>Called when the purchase is failed to acknowledge<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Parameter<\/th><th>Type<\/th><\/tr><\/thead><tbody><tr><td>response<\/td><td>text<\/td><\/tr><tr><td>purchaseToken<\/td><td>text<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Properties:<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">TestMode<\/h4>\n\n\n\n<p>Sets if test mode is enabled or not.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">ShowInAppMessages<\/h4>\n\n\n\n<p>Overlays billing related messages on top of the calling app.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">ProductTypeInApp<\/h4>\n\n\n\n<p>Product Type InApp<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">ProductTypeSubscription<\/h4>\n\n\n\n<p>Product Type Subscription<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Usage:<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"588\" height=\"500\" src=\"https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/image.png\" alt=\"\" class=\"wp-image-190\" srcset=\"https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/image.png 588w, https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/06\/image-300x255.png 300w\" sizes=\"(max-width: 588px) 100vw, 588px\" \/><\/figure>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/drive.google.com\/file\/d\/1pAWOl3v97sewYshK7YiWjxbnZadZXyR-\/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">Download<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This extension helps you to sell digital in-app products and subscriptions in your app.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","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":"","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"categories":[6],"tags":[5,4,2,30,15],"class_list":["post-150","post","type-post","status-publish","format-standard","hentry","category-free","tag-akshat-developer-extensions","tag-extension","tag-free","tag-in-app-billing","tag-kodular"],"_links":{"self":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts\/150"}],"collection":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/comments?post=150"}],"version-history":[{"count":7,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts\/150\/revisions"}],"predecessor-version":[{"id":191,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts\/150\/revisions\/191"}],"wp:attachment":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/media?parent=150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/categories?post=150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/tags?post=150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}