Add Cash App Pay payment method to the MoonPay ramp - #6130
Open
j0ntz wants to merge 2 commits into
Open
Conversation
Use BuySellTabParamList, which owns the guiPluginEnterAmount route.
Contributor
Author
j0ntz
marked this pull request as ready for review
August 3, 2026 20:13
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Introduces a cashapp fiat payment type, wired to MoonPay's cash_app payment/payout method for both buy and sell. The quote tile shows the Cash App logo and a 'Cash App Pay' title. MoonPay only offers Cash App Pay to US customers, so the payment type is constrained to the US.
j0ntz
force-pushed
the
jon/moonpay-cashapp
branch
from
August 3, 2026 21:49
1d45c8d to
c583ddc
Compare
Contributor
Author
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.




Description
Asana task
Adds Cash App Pay as a MoonPay payment method for both buy and sell.
A new
cashappFiatPaymentTypeis wired through the ramp payment-type plumbing (display name, logo, settlement range, region constraint) and mapped to MoonPay'scash_apppayment/payout method. The quote tile renders the Cash App logo with the title "Cash App Pay".cashappadded toasFiatPaymentType, with apaymentTypeLogoCashApptheme asset (1024x1024 PNG with a transparent background, logo only, no wordmark) and thecash_app_paydisplay string.MOONPAY_PAYMENT_TYPE_MAPmapscashapptocash_app, and the plugin's buy and sellallowedCurrencyCodesboth carry the new type. MoonPay's live API enumeratescash_appin the buypaymentMethodenum and the sellpayoutMethodenum, and returns real quotes for both.rampConstraintsrestricts the payment type to the US, mirroring Venmo.Also folds in a sort of two
## UnreleasedCHANGELOG entries that landed out of group order on develop, which the changelog verification step rejects. No entry text changed.Asana: https://app.asana.com/1/9976422036640/project/1213843652804305/task/1216538751826868
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
none
Requirements
If you have made any visual changes to the GUI. Make sure you have:
Note
Low Risk
Incremental ramp payment-type plumbing with US geo constraint; no auth or core wallet logic changes. MoonPay widget/API mapping is the main integration surface.
Overview
Adds Cash App Pay as a MoonPay buy and sell option for US customers, using a new
cashappfiat payment type wired through display strings, theme logo, settlement ranges, and US-only ramp constraints (same pattern as Venmo).MoonPay integration maps
cashappto APIcash_app, registers it in buy/sellallowedCurrencyCodes, and extends the MoonPay payment method union. Unit tests cover icon and display-name helpers.Also updates
enterAmounttyping in fiat plugin types fromAppParamListtoBuySellTabParamList, and reorders duplicate Unreleased CHANGELOG bullets so changelog verification passes (no wording changes).Reviewed by Cursor Bugbot for commit c583ddc. Bugbot is set up for automated code reviews on this repo. Configure here.