{"id":1003,"date":"2019-05-08T13:19:37","date_gmt":"2019-05-08T10:19:37","guid":{"rendered":"https:\/\/djangostars.com\/blog\/?p=1003"},"modified":"2025-08-31T07:48:29","modified_gmt":"2025-08-31T07:48:29","slug":"payment-gateway-startup-guide","status":"publish","type":"post","link":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/","title":{"rendered":"How to Choose a Payment Gateway for Your Startup?"},"content":{"rendered":"<p>In July 2018, Value Market Research released a report on the state of online payment platforms in the previous year. The report addressed, among other things, the value of the industry \u2013 $13.5 billion. Now it\u2019s 18 months later, and a new report indicates that value has increased to a stunning $29.4 billion \u2013 that\u2019s 55% percent higher than the previous number.<\/p>\n<p>Each year, payment gateways for startups are improved and aggressively promoted to the general public. And it\u2019s hardly ever an unsuccessful promotion \u2013 nowadays, it&#8217;s hard to determine which <a href=\"https:\/\/djangostars.com\/blog\/python-best-programming-language-for-startup\/\">top languages startup<\/a> projects should rely on for the best results, an online service, be it an e-shop or a paid web app, that includes only one payment option. Furthermore, the topic has become so hot that technology companies are now in competition to provide the fastest, <i>smoothest <\/i>(whatever that\u2019s supposed to mean), most user-oriented payment gateways.<\/p>\n<p>Despite the competition, there will never be a universal solution that meets all needs (unless all businesses suddenly agree to follow a single business model). And it\u2019s not simply about \u2018Well, I just like this, and she just likes that.\u2019 No, it is a deeper matter. So, to get a full grasp of the factors that might influence an entrepreneur&#8217;s choice of one payment solution or another, I will start this article by defining which payment gateways are on the market, their types, and which ones are best for certain types of businesses. The focus will be on startups, though, since early-stage companies tend to pursue their MVP so single-mindedly that they often neglect to consider some of the pitfalls of online payment gateways. Below, I&#8217;ll share some of what I have discovered over the years working at the fintech software development company Django Stars on <a href=\"https:\/\/djangostars.com\/case-studies\/\">projects<\/a> in such industries as fintech, proptech, booking, or e-commerce, or providing travel software development services.<br \/>\n<div class=\"article-linking \">\n    <div class=\"article-linking-background\" style=\"background-image: url(https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2019\/05\/2_bg.png)\">\n\n    <\/div>\n    <div class=\"article-linking-content \">\n        <img decoding=\"async\" src=\"https:\/\/djangostars.com\/blog\/wp-content\/themes\/ds-new-blog\/assets\/img\/ds-logo-white.svg\" alt=\"logo\" class=\"article-linking-logo\">\n        <h3 class=\"article-linking-caption\">\n\t\t\t<u>Python &amp; Django<\/u> development\t\t\t                <p class=\"article-linking-caption--small\">\n                    Your chance to enter the market faster                <\/p>\n                    <\/h3>\n\t\t            <div class=\"article-link-wrapper\">\n                <a href=\"https:\/\/djangostars.com\/services\/python-django-development\/\" target=\"_blank\">Learn more<\/a>\n            <\/div>\n\t\t    <\/div>\n<\/div>\n<br \/>\nWe\u2019ll assume you also have a fairly transparent business without a lot of customer refund requests because for certain businesses the chargeback fee can be a significant cost source, and chargeback fee management is an entirely new area worthy of its own discussion in a separate post.<\/p>\n<p>Also, let\u2019s be clear: we are not discussing digital goods sold through various mobile platforms (like an App Store) which take a significant cut of your revenue, up to 30% in many cases. In this post, we will be covering how you can accept payments on your website.<\/p>\n<h2 id=\"header0\">Payment Gateways 101<\/h2>\n<p>Two parties participate in online payments when customers click \u2018Buy Now\u2019 \u2013 a payment gateway system and a payment processor.<\/p>\n<p>A payment gateway is a piece of software that allows an online store or a paid service to request payments from customers. A payment gateway is the part of the checkout page that collects the customer\u2019s billing information and sends it to the payment processor. The processor is a company that verifies the transaction and connects the transaction data between the issuing bank (i.e., the customer\u2019s) and the acquiring bank (yours). The processor secures and approves the transaction.<\/p>\n<p>Companies like PayPal and Stripe are both payment gateways and payment processors. The difference is that only the gateways are visible to customers.<\/p>\n<p>For customers, it is only a \u2018thing to use to pay for goods and services\u2019. For businesses, though, a payment gateway plays a much bigger role. First \u2013 it gets you paid. But before money gets transferred to your account, lots of processes take place, and some of them are quite complex. It is actually the complexity of the financial industry that gave rise to payment gateways as a separate branch.<\/p>\n<p>Here\u2019s what payment services do before you get paid:<\/p>\n<ul>\n<li><strong>They verify the customer\u2019s billing information.<\/strong> This includes name, address, age (which is crucial for goods or services that can only be sold to people older than 18 or 21), and card information. Many industries are off-limits to minors, so they have to make sure their customers are of legal age. Gambling and adult entertainment are only a few examples.<\/li>\n<li><strong>They verify funds for each transaction.<\/strong> This means they check whether the card actually has enough money to pay for the selected service. Such verification is required because there are various ways to charge for something. The most popular one is \u201cyou get charged, and then you get service\u2019. But there are others, like \u2018they block off a sum, you get service, you get charged\u2019. For international transactions, there might be a one- or two-day lag before you get charged, although the system processes your funds instantly.<\/li>\n<li><strong>They take care of the legal and security stuff.<\/strong> Some payment gateways assume responsibility for protecting you from fraud, hackers, expired cards, insufficient funds, over-the-credit limits, and so on. That is why they invest a lot into ensuring data protection and compliance with various regulations, including HIPAA and GDPR. As a result, you don\u2019t have to worry about those risks and can fully focus on your business.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-1131\" src=\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2019\/05\/Simple-payment-gateway-process-flow.png\" alt=\"Simple-payment-gateway-process-for-a-startup-flow\" width=\"2696\" height=\"1837\" \/><br \/>\nYour payments provider might have an outsized impact on your business. That\u2019s why the more factors you take into consideration, the less likely it is that you\u2019ll have to change the gateway later.<\/p>\n<p>This brings us to the next part \u2014 things to consider when choosing a payment gateway.<\/p>\n<h2 id=\"header1\">How to Choose a Payment Gateway<\/h2>\n<p>Just like with other decisions regarding the future of your startup, at the fintech app development stage you can\u2019t just pick a payment gateway randomly. There\u2019s a definite list of factors that you should account for before choosing the gateway that will fully cover all your business needs.<\/p>\n<p>I\u2019m going to discuss the types of payment gateways, security and design features, as well as pricing and acceptable payment methods.<\/p>\n<h3>Payment aggregators &amp; merchant accounts<\/h3>\n<p>A payment aggregator is a service provider that facilitates payments between startups (merchants) and consumers using various payment methods, like bank transfers and credit\/debit cards. The main advantage of aggregators is that they take care of the startup\u2019s operational burdens, which is awesome for those who constantly forget to fill in reports and tax forms. Aggregators are so called because they draw funds directly from your customers\u2019 accounts, then validate them, and finally deposit them into your account. Most of them use per-transaction fees, so unless somebody uses your service (i.e., makes a transaction) you\u2019re not charged anything.<\/p>\n<p>On the other hand, there are merchant accounts. To use one, you\u2019ll need to apply for it at a bank. It\u2019s a special type of account you use to facilitate transactions from your customers to yourself. Unlike aggregators, it\u2019s actually <i>you<\/i> (or your accountant) who should do all the operational stuff and manage regulatory compliance. That\u2019s why most startups go for aggregators \u2013 because it allows them to focus on business development and not worry about legal matters. One benefit of merchant accounts is that they usually charge a monthly fee, which might be the right decision for big sales volumes. Nowadays, only physical businesses work with merchant accounts.<\/p>\n<p>Companies like PayPal and Stripe combine the functionality of a merchant account and a gateway in one, so opting for a modern solution excludes the need for a merchant account. The funds are deposited directly to your bank account.<\/p>\n<p>Speaking of business development \u2013 technically, organizing payments for a startup can happen through an integrated payment gateway or a hosted off-site payment gateway that redirects users to the payment gateway website, as PayPal does.<\/p>\n<h3>Integrated &amp; hosted gateways<\/h3>\n<p>An <strong>integrated<\/strong> payment gateway operates directly on your website via the gateway\u2019s API. This option allows designers to work on the user journey from the start because many such payment gateway APIs are white-labeled (i.e., can be branded). So, on the one hand, you can have a pleasing UX.<\/p>\n<p>When it comes to fintech design tips, incorporating an integrated payment gateway with a customizable interface can enhance the overall user experience and brand consistency.<br \/>\n<div class=\"article-linking \">\n    <div class=\"article-linking-background\" style=\"background-image: url(https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2019\/05\/7_1_bg.png)\">\n\n    <\/div>\n    <div class=\"article-linking-content \">\n        <img decoding=\"async\" src=\"https:\/\/djangostars.com\/blog\/wp-content\/themes\/ds-new-blog\/assets\/img\/ds-logo-white.svg\" alt=\"logo\" class=\"article-linking-logo\">\n        <h3 class=\"article-linking-caption\">\n\t\t\t<u>UX\/UI<\/u> development\t\t\t                <p class=\"article-linking-caption--small\">\n                    Create a stunning interface of your product.                <\/p>\n                    <\/h3>\n\t\t            <div class=\"article-link-wrapper\">\n                <a href=\"https:\/\/djangostars.com\/services\/uxui-design\/\" target=\"_blank\">Learn more<\/a>\n            <\/div>\n\t\t    <\/div>\n<\/div>\n<br \/>\nThe challenges of using an integrated gateway are that (1) you need to do some coding to build it into your system and (2) you assume full responsibility for storing the customer\u2019s data and complying with legal regulations. The most complex thing here is security, because if it is neglected it may threaten the entire enterprise. So you must assume more responsibility for what you do.<\/p>\n<p>Whenever you\u2019re redirected to the payment provider\u2019s website to proceed with a payment, you\u2019re using a hosted off-site payment gateway. As I said in the previous section, PayPal is the most popular among this type of gateway.<br \/>\n<img decoding=\"async\" class=\"alignnone size-full wp-image-1129\" src=\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2019\/05\/Online-store-paypal-redirect.gif\" alt=\"Online-store-paypal-redirect-payment-gateway \" width=\"1494\" height=\"1000\" \/><br \/>\nWhat attracts many companies to this solution is that the payment provider is responsible for securing the customer\u2019s personal information and complying with legal regulations. Off-site payments are also trustworthy because, for customers, they appear to be separate financial institutions.<\/p>\n<p>The downside of opting for off-sites is that they might not be available in some countries. To tackle this issue, startups study their audience and its geography and take it into account before making a final decision.<\/p>\n<blockquote><p>From the software developer&#8217;s perspective, the best payment gateway for a startup is the one with the clearest API integration docs. After all, it&#8217;s our job to write flexible code that allows us to change providers or to make any other modifications with a minimal level of effort.<\/p>\n<p style=\"text-align: right;\"><i>&#8211; <strong>Gleb Pushkov<\/strong>, Senior Python Developer at Django Stars<\/i><\/p>\n<\/blockquote>\n<p>It\u2019s not, however, an either-or situation. Any website can feature multiple gateways, both hosted and integrated. You need to account for two things: first \u2013 what is the most appealing payment gateway for your customers? and second \u2013 how much are you willing to pay to have more than a single option? More on pricing below.<br \/>\n<div class=\"article-linking \">\n    <div class=\"article-linking-background\" style=\"background-image: url(https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2019\/05\/5_bg.png)\">\n\n    <\/div>\n    <div class=\"article-linking-content \">\n        <img decoding=\"async\" src=\"https:\/\/djangostars.com\/blog\/wp-content\/themes\/ds-new-blog\/assets\/img\/ds-logo-white.svg\" alt=\"logo\" class=\"article-linking-logo\">\n        <h3 class=\"article-linking-caption\">\n\t\t\tBoost your <u>web development.<\/u>\t\t\t                <p class=\"article-linking-caption--small\">\n                    Get an experienced technical partner.                <\/p>\n                    <\/h3>\n\t\t            <div class=\"article-link-wrapper\">\n                <a href=\"https:\/\/djangostars.com\/services\/web-development\/\" target=\"_blank\">Learn more<\/a>\n            <\/div>\n\t\t    <\/div>\n<\/div>\n<\/p>\n<h3>Security &amp; regulatory requirements<\/h3>\n<p>When talking about security, we can distinguish two different things: (1) the customer\u2019s feeling that they are making a secure transaction, so their data won\u2019t be lost or stolen and (2) actually making a secure transaction on a technical level.<\/p>\n<p>When choosing a payment gateway system for your startup, you must ensure it has certain security features (like anti-fraud protection) so that your customers can feel familiar with your new (unfamiliar) service. According to <a href=\"https:\/\/www.vouchercloud.com\/resources\/content\">Vouchercloud<\/a>, 80% of customers feel safer when they see trustworthy card logos prominently displayed on the checkout page. Some payment gateways, like Stripe, allow white-labeled payment processing (i.e, the ability to customize the checkout to include your company\u2019s brand identity).<\/p>\n<p>PCI compliance is a must-have for all payment gateways. This refers to a set of regulations defined by the Payment Card Industry Security Standards Council that identifies the most critical aspects of securing online transactions. Most gateways are compliant with these regulations, but there are three other features I suggest you look at when choosing the best payment gateway for the startup:<\/p>\n<ul>\n<li><strong>SSL encryption<\/strong>, so that you avoid all sorts of data breaches<\/li>\n<li><strong>Digital signature<\/strong>, so that hackers can\u2019t access your account, even if they have your ID information<\/li>\n<li><strong>Dynamic IPs<\/strong>, so that the account is denied unless it\u2019s accessed from your IP address<\/li>\n<\/ul>\n<h2 id=\"header2\">Payment Gateway Methods<\/h2>\n<p>Your customers can make a transaction only if your gateway features their preferred payment method. I\u2019m not saying the more, the better here. I\u2019m saying, \u2018Know your audience, and take their payment habits into account.\u2019 If you lay out a variety of payment methods before the checkout begins, you increase your chances of pleasing your users with a service they trust.<br \/>\n<img decoding=\"async\" class=\"alignnone size-full wp-image-1130\" src=\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2019\/05\/Payment-methods-example-web.png\" alt=\"Payment-gateway-methods-example-web\" width=\"1542\" height=\"939\" \/><br \/>\nLater, you can use Google Analytics or an alternative to observe the behavior of your customers and stop offering methods they rarely use, and do customer research to learn more about other payment options they would love to have.<\/p>\n<p>You might also find that your customers don\u2019t use only credit cards or online accounts, but also apps like Alipay and WeChat, or even cryptocurrencies. I suggest that you integrate them only if your primary market is China.<\/p>\n<p>That brings up another point: one challenge of customer development is to not always do what your customers ask for. Even if one or two of them say they\u2019d love to have Alipay, remember that a startup\u2019s success doesn\u2019t boil down to having every possible payment method. The same applies to cryptocurrencies \u2013 they are a lot of hassle. Although they are touted as a way to \u2018revolutionize\u2019 the payment industry, cryptocurrencies are still mostly used by hype-makers who don\u2019t want to accept old-school but perfectly serviceable credit cards. But the numbers of such users can be counted in tens.<\/p>\n<p>Bottom line: go for a payment gateway for cryptocurrencies and transaction chats only after validating the positive ROI of implementing them.<\/p>\n<h2 id=\"header3\">Pricing, Subscriptions, and Limits<\/h2>\n<p>It\u2019s crucial that you calculate all the expenses prior to signing up for a gateway because, for a startup, every dollar counts. There are several kinds of fees that a payment provider can charge:<\/p>\n<ul>\n<li>Setup fee<\/li>\n<li>Monthly fee<\/li>\n<li>Per-transaction fee<\/li>\n<li>Percent of the transaction fee<\/li>\n<li>Currency conversion fee<\/li>\n<li>Specific payment method fee<\/li>\n<li>Chargeback fee<\/li>\n<\/ul>\n<p>For example, Stripe doesn\u2019t have a setup fee or monthly fee. They charge you $0.30 per transaction, plus 2.9% of each transaction amount. So, if you sell something for $100, you will be paid:<\/p>\n<p><i>100-(100*2.9%)-0.30 = <strong>$96.80<\/strong><\/i><\/p>\n<p>Factor in the payout fee percentage to your business account (this will vary based on payout currency and country) and you will get the net amount.<\/p>\n<p>You should know that if your business grows and the number of transactions increases dramatically, some payment providers offer special pricing for high-volume enterprises.<\/p>\n<p>If you\u2019re a subscription-based startup (SaaS), your payment gateway system must offer services for recurring payments. The basic kit should provide recurring billing, and allow customers to cancel and restore subscriptions, change their billing information (like surname or address) and to switch to a different type of subscription (from standard to premium).<br \/>\n<img decoding=\"async\" class=\"alignnone size-full wp-image-1132\" src=\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2019\/05\/Top-payment-gateways-pricing-features-comparison.png\" alt=\"Top-payment-gateways-pricing-features-comparison\" width=\"1609\" height=\"1491\" \/><\/p>\n<h2 id=\"header4\">Conclusion<\/h2>\n<p>Take all of the above into consideration and give it a try. Most payment services come with trial periods \u2014 a perfect chance to test your <a href=\"https:\/\/djangostars.com\/blog\/sustainable-development-strategies-for-startups\/\">startup development strategies<\/a> while unlocking the full potential of their features.<\/p>\n<p>Of course, there are many other minor factors I didn\u2019t explore in this post, but what\u2019s here should be enough for you to understand the main steps of setting up a payment gateway for a startup.<\/p>\n<p>Since some payment gateways can be integrated into the UI design flow, it\u2019s smart to start exploring your options before the development phase so that the design team can prevent any bad experiences that might occur because of unexpected technical limitations imposed by the selected payment gateway. If you look for qualified <a href=\"https:\/\/djangostars.com\/services\/custom-software-development-for-startups\/\">custom software development for startups<\/a> to take care of such matters, <a href=\"https:\/\/djangostars.com\/get-in-touch\/\">request a consultation<\/a> with Django Stars.<!--For other tips on launching a startup, read <a href=\"https:\/\/djangostars.com\/blog\/launch-fintech-startup\/\">How Not to Fail in One Year<\/a>.--><div class=\"lead-form-wrapper lets_disqus\">\n    <div class=\"lead-form transparent-footer\">\n        <p class=\"discuss-title paragraph-discuss col-md-12\">Get an expert help in choosing a technology stack<\/p>\n\n        \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2589-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"2589\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/blog\/wp-json\/wp\/v2\/posts\/1003#wpcf7-f2589-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2589\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.0.6\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2589-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"form_start_time\" value=\"1775290345\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<div class=\"form_holder\">\n    <div class=\"input_section input_row\">\n        <div class=\"input_holder\">\n                            <span class=\"input_label\">\n                               Your name *\n                            <\/span>\n            <input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"your-name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"text-898\" \/>\n\n            <input class=\"wpcf7-form-control wpcf7-hidden\" id=\"uniq_ga_id\" value=\"\" type=\"hidden\" name=\"uniq_ga_id\" \/>\n        <\/div>\n        <div class=\"input_holder\">\n                            <span class=\"input_label\">\n                                Your email *\n                            <\/span>\n            <input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" id=\"your-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"email-882\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"input_section single_input_row\">\n        <div class=\"input_holder\">\n            <span class=\"input_label\">How can we help you? *<\/span>\n            <input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" id=\"message\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"message\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"file_attach\">\n        <input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\"audio\/*,video\/*,image\/*\" aria-invalid=\"false\" type=\"file\" name=\"file-930\" \/>\n        <div class=\"file_placeholder\">\ud83d\udcce <span>Attach File<\/span>\n            <span class=\"file_formats\">Formats: pdf, doc, docx, rtf, ppt, pptx.<\/span><\/div>\n    <\/div>\n    <div class=\"checkbox_row\">\n        <div class=\"single_checkbox\"><div class=\"checkbox_indicator\"><div class=\"checked_indicator\"><svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.66804 12L0 7.26951L1.22426 6.05269L4.54927 9.40456L12.6737 0L14 1.10613L4.66804 12Z\" fill=\"#1E232C\"\/><\/svg><\/div><\/div><input type=\"checkbox\" name=\"agree\" id=\"privacy\" value=\"agree privacy\"><label for=\"privacy\" class=\"\">I have read and accepted <a href=\"https:\/\/djangostars.com\/privacy-policy\/\" style=\"margin-left: 6px;\"> Privacy Policy*<\/a><\/label><\/div>\n        <div class=\"single_checkbox\"><div class=\"checkbox_indicator\"><div class=\"checked_indicator\"><svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.66804 12L0 7.26951L1.22426 6.05269L4.54927 9.40456L12.6737 0L14 1.10613L4.66804 12Z\" fill=\"#1E232C\"\/><\/svg><\/div><\/div><input type=\"checkbox\" name=\"agree\" id=\"marketing\" value=\"agree for marketing\"><label for=\"marketing\" class=\"\">I agree to receive marketing content from Django Stars<\/label><\/div>\n    <\/div>\n    <div class=\"submit\"><button type=\"submit\"><span>send message<\/span><\/button><div class=\"safeguard\">We safeguard your privacy<\/div><\/div>\n<\/div>\n<div style=\"position: absolute; left: -5000px;\" aria-hidden=\"true\">\n    <input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"website_url\" \/>\n<\/div><script type='text\/javascript'>\n\n\t\t\t\t\t\tif(contactform === undefined){\n\t\t\t\t\t\t\tvar contactform = [];\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar innerVal = [2589,'mail_sent_ok','Thank you for your message. It has been sent.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'mail_sent_ng','There was an error trying to send your message. Please try again later.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'validation_error','One or more fields have an error. Please check and try again.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'spam','There was an error trying to send your message. Please try again later.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'accept_terms','You must accept the terms and conditions before sending your message.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_required','The field is required.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_too_long','The field is too long.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_too_short','The field is too short.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'upload_failed','There was an unknown error uploading the file.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'upload_file_type_invalid','You are not allowed to upload files of this type.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'upload_file_too_large','The file is too big.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'upload_failed_php_error','There was an error uploading the file.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_date','The date format is incorrect.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'date_too_early','The date is before the earliest one allowed.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'date_too_late','The date is after the latest one allowed.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_number','The number format is invalid.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'number_too_small','The number is smaller than the minimum allowed.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'number_too_large','The number is larger than the maximum allowed.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'quiz_answer_not_correct','The answer to the quiz is incorrect.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_email','The e-mail address entered is invalid.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_url','The URL is invalid.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'invalid_tel','The telephone number is invalid.'];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\tvar innerVal = [2589,'gdpr',''];\n\t\t\t\t\t\tcontactform.push(innerVal);\n\t\t\t\t\t\t<\/script><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n    <\/div>\n\n    <div class=\"success_disqus\">\n        Thank you for your message.\n        <span>We\u2019ll contact you shortly<\/span>.\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ (function ($) {\n    function click_input() {\n        jQuery('.file_placeholder').on('click', function () {\n            jQuery(this).parent().find('input').click();\n        })\n    }\n\n    document.addEventListener(\"DOMContentLoaded\", click_input);\n\n    \/\/ })(jQuery)\n<\/script>\n\n\n<div class=\"dj-main-article-faq\" style=\"padding-top: 0px;\">\n\t\t<div class=\"dj-main-article-faq-title\">\n\t\tFrequently Asked Questions\n\t\t<\/div>\n\t\t<div class=\"dj-main-article-faq-items\">\n\t\t\t<div class=\"dj-main-article-faq-accordeon accordeon\"><dl>\n\t\t\t\t<dt>Which API is used in the payment gateway? \n\t\t\t\t<div class=\"cross\">\n\t\t\t\t<span><\/span>\n\t\t\t\t<span><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/dt>\n\t\t\t\t<dd>An integrated payment gateway operates directly on your website via the gateway\u2019s API. The specific API used in a payment gateway depends on the payment gateway provider being used. There are many providers available, each with its own API or set of APIs that they use to facilitate online payments. Some popular payment gateway providers include PayPal, Stripe, 2Checkout, and Braintree, among others.<\/dd>\n\t\t\t<\/dl><dl>\n\t\t\t\t<dt>What is the best payment gateway for Django? \n\t\t\t\t<div class=\"cross\">\n\t\t\t\t<span><\/span>\n\t\t\t\t<span><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/dt>\n\t\t\t\t<dd>Popular payment gateways that can be integrated with Django include, for example, Stripe, Braintree, and PayPal mentioned above. The best payment gateway for your Django project will depend on your specific needs, such as the payment methods to support, the level of customization required, and the project's budget. It's important to research and compare different payment gateways to find the one that best fits your requirements.<\/dd>\n\t\t\t<\/dl><dl>\n\t\t\t\t<dt>Which payment gateway is best for startups in the US? \n\t\t\t\t<div class=\"cross\">\n\t\t\t\t<span><\/span>\n\t\t\t\t<span><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/dt>\n\t\t\t\t<dd>Stripe, PayPal, Square, and Braintree are some of the most commonly used payment gateways among startups in the US. However, as discussed above, it's crucial to evaluate the features, fees, and limits of each payment gateway to determine which one is best suited for your startup's needs.<\/dd>\n\t\t\t<\/dl><dl>\n\t\t\t\t<dt>Which payment gateway is the cheapest for small businesses? \n\t\t\t\t<div class=\"cross\">\n\t\t\t\t<span><\/span>\n\t\t\t\t<span><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/dt>\n\t\t\t\t<dd><p>Payment gateways that offer affordable pricing for small businesses include PayPal, Square, Stripe, and Authorize.net.<\/p>  <p>Keep in mind, it's crucial that you calculate all the expenses prior to signing up for a gateway. Here are several kinds of fees that a payment provider can charge:<\/p> <ul> <li>Setup fee<\/li> <li>Monthly fee<\/li> <li>Per-transaction fee<\/li> <li>Percent of the transaction fee<\/li> <li>Currency conversion fee<\/li> <li>Specific payment method fee<\/li> <li>Chargeback fee<\/li> <\/ul> <p>For example, Stripe doesn't have a setup fee or monthly fee. The fees for Stripe are 2.9% + $0.30 per transaction. Also, factor in the payout fee percentage to your business account (this will vary based on payout currency and country).<\/p>  <p>Also, you should know that if your business grows and the number of transactions increases dramatically, some payment providers offer special pricing for high-volume enterprises.<\/p><\/dd>\n\t\t\t<\/dl><\/div>\n\t\t\t<\/div>\n\t\t<\/div><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Payment gateways play a crucial role in a startup\u2019s success, since they help businesses get paid. There are many factors, both obvious and not, that might influence a startup\u2019s decision to use this or that payment gateway. Let\u2019s study the most crucial ones, with a focus on startups.<\/p>\n","protected":false},"author":5,"featured_media":3271,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[45,40],"tags":[60],"class_list":["post-1003","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-startup","category-tech-consultation","tag-banking"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Software Development Blog &amp; IT Tech Insights | Django Stars<\/title>\n<meta name=\"description\" content=\"Checkout is when a customer meets your startup&#039;s payment gateway first. Learn about payment gateway types and how to choose the best one.\" \/>\n<link rel=\"canonical\" href=\"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/posts\/1003\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meeting Customer Needs: How to Choose a Payment Gateway for Your Startup\" \/>\n<meta property=\"og:description\" content=\"Payment checkout is the final and most important step for most online businesses. There are hundreds of payment gateways, but what are the crucial factors you need to consider to choose the right one?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Software Development Blog &amp; IT Tech Insights | Django Stars\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/djangostars\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/alexander.savchenko.9659\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-08T10:19:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-31T07:48:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/djangostars.com\/blog\/uploads\/2019\/05\/cover-18.png\" \/>\n<meta name=\"author\" content=\"Alexander Savchenko\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Meeting Customer Needs: How to Choose a Payment Gateway for Your Startup\" \/>\n<meta name=\"twitter:description\" content=\"Payment checkout is the final and most important step for most online businesses. There are hundreds of payment gateways, but what are the crucial factors you need to consider to choose the right one?\" \/>\n<meta name=\"twitter:creator\" content=\"@djangostars\" \/>\n<meta name=\"twitter:site\" content=\"@djangostars\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alexander Savchenko\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/\"},\"author\":{\"name\":\"Alexander Savchenko\",\"@id\":\"https:\/\/djangostars.com\/blog\/#\/schema\/person\/8523b053a6dbdc2cd750808d02ee6ae7\"},\"headline\":\"How to Choose a Payment Gateway for Your Startup?\",\"datePublished\":\"2019-05-08T10:19:37+00:00\",\"dateModified\":\"2025-08-31T07:48:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/\"},\"wordCount\":2570,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg\",\"keywords\":[\"Banking\"],\"articleSection\":[\"Startup\",\"Tech Consultation\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/\",\"url\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/\",\"name\":\"Payment Gateway for Startups: How to Pick the Right One?\",\"isPartOf\":{\"@id\":\"https:\/\/djangostars.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg\",\"datePublished\":\"2019-05-08T10:19:37+00:00\",\"dateModified\":\"2025-08-31T07:48:29+00:00\",\"author\":{\"@id\":\"https:\/\/djangostars.com\/blog\/#\/schema\/person\/8523b053a6dbdc2cd750808d02ee6ae7\"},\"description\":\"Checkout is when a customer meets your startup's payment gateway first. Learn about payment gateway types and how to choose the best one.\",\"breadcrumb\":{\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage\",\"url\":\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg\",\"contentUrl\":\"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg\",\"width\":1440,\"height\":620,\"caption\":\"How to Choose a Payment Gateway for Your Startup\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/djangostars.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Choose a Payment Gateway for Your Startup?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/djangostars.com\/blog\/#website\",\"url\":\"https:\/\/djangostars.com\/blog\/\",\"name\":\"Software Development Blog &amp; IT Tech Insights | Django Stars\",\"description\":\"Welcome behind the scenes of software product development. We share our best practices, tech solutions, management tips, and every useful insight we\u2018ve got while working on our projects.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/djangostars.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/djangostars.com\/blog\/#\/schema\/person\/8523b053a6dbdc2cd750808d02ee6ae7\",\"name\":\"Alexander Savchenko\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/djangostars.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8b9eeeb687c4f5bf7d115c83f355b6433d476c2a6b7f4458ea30aab9a032c959?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8b9eeeb687c4f5bf7d115c83f355b6433d476c2a6b7f4458ea30aab9a032c959?s=96&d=mm&r=g\",\"caption\":\"Alexander Savchenko\"},\"sameAs\":[\"https:\/\/www.facebook.com\/alexander.savchenko.9659\"],\"url\":\"https:\/\/djangostars.com\/blog\/author\/alexander-savchenko\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Software Development Blog &amp; IT Tech Insights | Django Stars","description":"Checkout is when a customer meets your startup's payment gateway first. Learn about payment gateway types and how to choose the best one.","canonical":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/posts\/1003","og_locale":"en_US","og_type":"article","og_title":"Meeting Customer Needs: How to Choose a Payment Gateway for Your Startup","og_description":"Payment checkout is the final and most important step for most online businesses. There are hundreds of payment gateways, but what are the crucial factors you need to consider to choose the right one?","og_url":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/","og_site_name":"Software Development Blog &amp; IT Tech Insights | Django Stars","article_publisher":"https:\/\/www.facebook.com\/djangostars\/","article_author":"https:\/\/www.facebook.com\/alexander.savchenko.9659","article_published_time":"2019-05-08T10:19:37+00:00","article_modified_time":"2025-08-31T07:48:29+00:00","og_image":[{"url":"https:\/\/djangostars.com\/blog\/uploads\/2019\/05\/cover-18.png","type":"","width":"","height":""}],"author":"Alexander Savchenko","twitter_card":"summary_large_image","twitter_title":"Meeting Customer Needs: How to Choose a Payment Gateway for Your Startup","twitter_description":"Payment checkout is the final and most important step for most online businesses. There are hundreds of payment gateways, but what are the crucial factors you need to consider to choose the right one?","twitter_creator":"@djangostars","twitter_site":"@djangostars","twitter_misc":{"Written by":"Alexander Savchenko","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#article","isPartOf":{"@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/"},"author":{"name":"Alexander Savchenko","@id":"https:\/\/djangostars.com\/blog\/#\/schema\/person\/8523b053a6dbdc2cd750808d02ee6ae7"},"headline":"How to Choose a Payment Gateway for Your Startup?","datePublished":"2019-05-08T10:19:37+00:00","dateModified":"2025-08-31T07:48:29+00:00","mainEntityOfPage":{"@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/"},"wordCount":2570,"commentCount":0,"image":{"@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg","keywords":["Banking"],"articleSection":["Startup","Tech Consultation"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/","url":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/","name":"Payment Gateway for Startups: How to Pick the Right One?","isPartOf":{"@id":"https:\/\/djangostars.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage"},"image":{"@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg","datePublished":"2019-05-08T10:19:37+00:00","dateModified":"2025-08-31T07:48:29+00:00","author":{"@id":"https:\/\/djangostars.com\/blog\/#\/schema\/person\/8523b053a6dbdc2cd750808d02ee6ae7"},"description":"Checkout is when a customer meets your startup's payment gateway first. Learn about payment gateway types and how to choose the best one.","breadcrumb":{"@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#primaryimage","url":"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg","contentUrl":"https:\/\/djangostars.com\/blog\/wp-content\/uploads\/2021\/12\/Meeting-Customer-Needs_-How-to-Choose-a-Payment-Gateway-for-Your-Startup.jpg","width":1440,"height":620,"caption":"How to Choose a Payment Gateway for Your Startup"},{"@type":"BreadcrumbList","@id":"https:\/\/djangostars.com\/blog\/payment-gateway-startup-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/djangostars.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Choose a Payment Gateway for Your Startup?"}]},{"@type":"WebSite","@id":"https:\/\/djangostars.com\/blog\/#website","url":"https:\/\/djangostars.com\/blog\/","name":"Software Development Blog &amp; IT Tech Insights | Django Stars","description":"Welcome behind the scenes of software product development. We share our best practices, tech solutions, management tips, and every useful insight we\u2018ve got while working on our projects.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/djangostars.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/djangostars.com\/blog\/#\/schema\/person\/8523b053a6dbdc2cd750808d02ee6ae7","name":"Alexander Savchenko","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/djangostars.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8b9eeeb687c4f5bf7d115c83f355b6433d476c2a6b7f4458ea30aab9a032c959?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8b9eeeb687c4f5bf7d115c83f355b6433d476c2a6b7f4458ea30aab9a032c959?s=96&d=mm&r=g","caption":"Alexander Savchenko"},"sameAs":["https:\/\/www.facebook.com\/alexander.savchenko.9659"],"url":"https:\/\/djangostars.com\/blog\/author\/alexander-savchenko\/"}]}},"_links":{"self":[{"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/posts\/1003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/comments?post=1003"}],"version-history":[{"count":21,"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/posts\/1003\/revisions"}],"predecessor-version":[{"id":9529,"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/posts\/1003\/revisions\/9529"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/media\/3271"}],"wp:attachment":[{"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/media?parent=1003"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/categories?post=1003"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/djangostars.com\/blog\/wp-json\/wp\/v2\/tags?post=1003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}