At SCMUSIC, we understand that the tools of your craft deserve a checkout experience as reliable and finely-tuned as the instruments you play or build. Just as you select the perfect string for resonance or the ideal component for your amplifier, we offer curated payment methods designed for security, convenience, and global accessibility. Our payment process is built with the same meticulous care we apply to packing a cello or selecting a rare amplifier part—ensuring every transaction is seamless, secure, and supportive of your creative journey.

Our Curated Payment Methods

We partner with leading global payment providers to offer you flexibility and peace of mind. Whether you’re a luthier in Europe sourcing specialized tools, a guitarist in the Americas ordering premium strings, or a musician anywhere else in our global community, your payment is handled with precision.

💳
Visa & MasterCard

The cornerstone of global commerce. We accept all major credit cards, providing instant authorization and widespread familiarity. Ideal for the spontaneous purchase of that essential set of Acoustic Strings or a last-minute Band & Orchestral Accessory. Your transaction is protected by advanced encryption and fraud prevention protocols.

Industry-Standard Encryption
🔄
JCB

In our commitment to serve a worldwide network of creators, we welcome JCB cardholders. This option underscores our dedication to accessibility for our international clientele, particularly supporting our customers across regions where JCB is a preferred and trusted payment network.

🛡️
PayPal

The choice for the savvy and security-conscious artisan. PayPal adds an extra layer of protection by keeping your financial details private. It’s the preferred method for many of our DIY enthusiasts and professional builders ordering higher-value items like Acoustic Guitars, Cellos, or bulk Amplifier Parts. Fast, secure, and trusted worldwide.

Buyer Protection Available
Global Reach, Local Consideration: Our payment gateway is configured for smooth international transactions. While we ship globally (excluding some remote regions and parts of Asia), our accepted payment methods ensure that whether you’re in our home city of Philadelphia or a workshop halfway across the globe, your payment process is straightforward and secure. All prices are listed in USD for clear, consistent global pricing.

Transparency in Pricing

We believe in clarity, mirroring the precision you expect in your craft. The price you see on any product—be it delicate Cello Strings or robust Power Tools—is the item price. At checkout, you will see:

  • A flat-rate Standard Shipping fee of $12.95 via DHL/FedEx.
  • FREE Shipping automatically applied on all orders over $50 via EMS.
  • Please note: Customs duties or import taxes are not included and are the responsibility of the recipient, as per local regulations. We meticulously declare all packages to ensure smooth customs processing.

Security: Our Unwavering Note

Your trust is the most critical instrument in our ensemble. We employ SSL (Secure Socket Layer) encryption across our entire website, ensuring that your payment information is transmitted with the highest level of security. We do not store your full credit card details on our servers. Our payment partners are PCI-DSS compliant, meeting the strictest standards of the payment card industry.

// Simple interaction for payment method boxes document.querySelectorAll(‘.payment-method’).forEach(box => { box.addEventListener(‘click’, function() { this.style.borderColor = ‘#3498db’; setTimeout(() => { this.style.borderColor = ‘#eaeaea’; }, 300); }); });