'); // Update header resources drop-down $($($('.dpPrimaryNav .dppnItems')[0].children)[1]).html('Resources
'); // Update header ecommerce plugins $($($('.dpPrimaryNav .dppnItems')[0].children)[2]).html('Ecommerce Plug-ins'); var style = document.createElement('style'); style.innerHTML = ` .notEnvironmentSpecificKeys { display: contents !important; } `; document.head.appendChild(style); updateElements('JP'); } else if(window.location.href.search('/ja/')>0) { var style = document.createElement('style'); style.innerHTML = ` .notEnvironmentSpecificKeys { display: contents !important; } `; document.head.appendChild(style); } // Other guides else if (window.location.href.search('127.0.0.1')<0) { // Update footer $($($('.dpFooter .dpfnGroup ul')[0])).html('
  • One-time Checkout
  • Recurring Checkout
  • Saved Wallet
  • Mobile App
  • API Reference Guide
  • '); $($($('.dpFooter .dpfnGroup ul')[1])).html('
  • Scratchpad - US | EU | JP
  • '); $($($('.dpFooter .dpfnGroup ul')[2])).html('
  • Ecommerce Plug-ins - US | EU | UK
  • Marketing Site - US | EU | UK
  • Seller Central - US | EU | UK
  • '); // Update logo $.each($('.dphLogo'),function(index,value){this.href = this.href.replace('index.html','intro.html')}); // Update header support drop down if (window.location.href.search('/de/')>0) { // German $('.dphDevConsoleLinkTopBar .dphDropdownList').html('
  • Help'); } else if (window.location.href.search('/fr/')>0) { // French $('.dphDevConsoleLinkTopBar .dphDropdownList').html('
  • Help'); } else if (window.location.href.search('/it/')>0) { // Italian $('.dphDevConsoleLinkTopBar .dphDropdownList').html('
  • Help'); } else if (window.location.href.search('/es/')>0) { // Spanish $('.dphDevConsoleLinkTopBar .dphDropdownList').html('
  • Help'); } else if (window.location.href.search('/pt-br/')>0) { // Portuguese $('.dphDevConsoleLinkTopBar .dphDropdownList').html('
  • Help'); } else { // English or any other unsupported language $('.dphDevConsoleLinkTopBar .dphDropdownList').html('
  • Help'); } // Update header docs drop-down $($($('.dpPrimaryNav .dppnItems')[0].children)[0]).html('Docs
    '); // Update header resources drop-down $($($('.dpPrimaryNav .dppnItems')[0].children)[1]).html('Resources
    '); // Update header ecommerce plugins $($($('.dpPrimaryNav .dppnItems')[0].children)[2]).html('Ecommerce Plug-ins
    '); // Update header FAQ $('.dppnItems').append($('
  • ').addClass('dppnItem accrItem').append($('').addClass('dppnLink').append($('').attr({href: 'https://pay.amazon.com/technical-faq', class: 'dppnLink', target: '_blank'}).text('FAQ')))); // control whether to show environment specific keys instructions or not var urlParams = new URLSearchParams(window.location.search); if(urlParams.get("environmentSpecificKeys") == "false") { localStorage.setItem("key", "notEnvironmentSpecificKeys"); } else if (urlParams.get("environmentSpecificKeys") == "true") { localStorage.setItem("key", "environmentSpecificKeys"); } var keys = localStorage.getItem("key", "environmentSpecificKeys"); if (keys == "notEnvironmentSpecificKeys"){ var style = document.createElement('style'); style.innerHTML = ` .notEnvironmentSpecificKeys { display: contents !important; } `; document.head.appendChild(style); } else { var style = document.createElement('style'); style.innerHTML = ` .environmentSpecificKeys { display: contents !important; } `; document.head.appendChild(style); } updateElements('EN'); } else { // control whether to show environment specific keys instructions or not var urlParams = new URLSearchParams(window.location.search); if(urlParams.get("environmentSpecificKeys") == "false") { localStorage.setItem("key", "notEnvironmentSpecificKeys"); } else if (urlParams.get("environmentSpecificKeys") == "true") { localStorage.setItem("key", "environmentSpecificKeys"); } var keys = localStorage.getItem("key", "environmentSpecificKeys"); if (keys == "notEnvironmentSpecificKeys"){ var style = document.createElement('style'); style.innerHTML = ` .notEnvironmentSpecificKeys { display: contents !important; } `; document.head.appendChild(style); } else { var style = document.createElement('style'); style.innerHTML = ` .environmentSpecificKeys { display: contents !important; } `; document.head.appendChild(style); } } }); })(jQuery);

    Explore Amazon Pay Solutions

    Ecommerce plug-ins

    Streamline the configuration of Amazon Pay for your store with help from one of many ecommerce providers.

    Learn more

    One-time checkout

    One-time payments.

    Learn more

    Recurring checkout

    Recurring billing and subscriptions.

    Learn more

    Saved Wallet

    Saved Wallet to set up a buyer’s payment method for future purchases

    Learn more

    Mobile App

    Amazon Pay integration process for iOS and Android mobile apps

    Learn more

    Documentation for the previous version of Amazon Pay integration available here.