Payment Processors: comparison table, verified data, and last-verified dates - #1914
Merged
zksquirrel merged 1 commit intoJul 30, 2026
Merged
Conversation
AngryDavee
force-pushed
the
payment-processors-comparison-table
branch
from
July 29, 2026 18:09
0fec9d5 to
1260e6b
Compare
Replace the flat list with a table covering custody, shielded support, self-hostability, fees and regions, with a verified date per processor. Remove CoinPayments and CoinGate, which no longer list ZEC on their own currency pages or APIs, and record them in a discontinued section. Correct the support type, custody and fee details for the remaining processors against primary sources. Place each logo beside its heading, and keep the per-processor block layout that parseProcessorMarkdown expects so the card view still renders. Fix the Binance Pay heading level, which that parser skipped.
AngryDavee
force-pushed
the
payment-processors-comparison-table
branch
from
July 29, 2026 20:57
7b4f9a7 to
16a0c3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The page was a flat list with no way to compare options, and nothing on it had been checked since March. This turns it into a comparison table and re-verifies every entry against each provider's own site and API.
Two of the listed processors have dropped ZEC entirely:
api.coingate.com/v2/currencies.I removed both and kept them in a short "No longer accepting ZEC" section so the information isn't lost.
Other things that were wrong or out of date:
Anything I couldn't confirm from a primary source is marked "not stated" or "not verified" rather than guessed.
One thing worth knowing before merging.
/payment-processorsrenders this same file throughparseProcessorMarkdown, which is positional: it splits on---and expects## Nameon the first line, then three- **Label**:fields, then the<img>. I kept that block shape exactly and put all the new detail after the image line, so the card page still works. I checked by replicating the parser and running it over the file before and after.That also turned up a small bug. Binance Pay was
### Binance Pay, so the parser dropped it and it never appeared on the card page. CoinPayments was dropped for the same reason, since it sat in the same block as the title. Binance Pay is now##and renders.Two last notes:
/content-images/and all return 200, so nothing needed re-hosting. Paths are unchanged.Verified 2026-07-29.
Companion PR: ZecHub/zechub-wiki#696
That one carries the six logo files this page references, plus the CSS that puts the logos inline beside the headings, so it should land first or alongside this. It also fixes a pre-existing bug that is currently breaking every logo on the /payment-processors card page.