Skip to main content
crossmint
Toggle navigation menu
Home
Docs
Wallet
Crossmint
Developers & Creators
Credit Card Checkout
Credit Card Checkout
Adding Crossmint's credit card checkout to your project
Search
How does Crossmint's credit card checkout work?
What payment methods does Crossmint support?
How fast can I integrate Crossmint's Credit Card Checkout?
Can I add Crossmint to a live mint or a nonconforming contract?
In what countries is Crossmint available?
If I implement Crossmint, how will I get paid?
What is the maximum price allowed in a Crossmint credit card transaction?
How do I verify my production project?
Can users pay with credit card but mint to their crypto wallets?
Will buyers still be able to mint with crypto?
Is Crossmint's credit card checkout compatible with Accesslists?
How many people usually mint with credit card?
What if buyers don't have a wallet?
What happens if there's chargebacks?
Is buyers' credit card data secure?
How does Crossmint differ from competitors?
Learn more about us
<% blocks.forEach(function(block, index) { %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Can't find what you're looking for?
Submit a request
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>