Staminaproducts.com’s accepted payment methods in the U.S. include:
ACCEPTED CREDIT AND DEBIT CARDS
Credit cards: Visa, MasterCard, American Express, Discover
Debit cards: Visa, MasterCard, American Express
ALTERNATIVE PAYMENT METHODS
Klarna
Apple Pay
Paypal
PAYMENT OPTION RESTRICTIONS
All credit and debit card accounts must be issued by a U.S. or Canadian* bank or financial institution.
All credit cards and debit cards must have a billing address in the U.S. (within the 50 states)
You cannot split your payment between multiple credit cards.
All cards presented for payment must have a valid security code.
If you have an APO/FPO billing address, non-U.S. billing address, or if you have any other questions about placing an order, please call Stamina Products Customer Service at 1-800-375-7520 between 7:30 a.m. and 5 p.m. CT, M – Th, on Friday between 8 a.m. and 3 pm. CT.
Variant picker
Choosing a selection results in a full page refresh.
Opens in a new window.
function syncGclidToCart() {
var gclid = localStorage.getItem('stamina_gclid');
if (!gclid) return;
fetch('/cart/update.js', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
attributes: {
gclid: gclid
}
})
});
}
document.addEventListener('click', function (e) {
if (e.target.closest('[href*="/checkout"], .checkout-button, [name="checkout"]')) {
syncGclidToCart();
}
});
syncGclidToCart();