Dedicated page for payment options
- Dominant language
- No language data
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
For easier way to direct people to drop money for being around
- Stripe
- SumUp Widget
- https://developer.sumup.com/docs/online-payments/tools/card-widget/
```
SumUpCard.mount({
id: 'sumup-card',
checkoutId: '2ceffb63-cbbe-4227-87cf-0409dd191a98',
onResponse: function (type, body) {
console.log('Type', type);
console.log('Body', body);
},
});
```
- #92 + set on-chain identity best
- Fiat an on-ramp for DOT on the page? 😅
Currently we have just
- https://subwork.xyz/membership.html#payment-options
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the existing payment-options section at membership.html#payment-options and the SumUp Widget documentation linked in the issue. Compare the requested Stripe, SumUp, #92 on-chain identity, and DOT on-ramp items, then clarify which belong on the dedicated page. Done should provide the agreed payment options in one dedicated location.
Written by the indexing model from the issue text.
Assessment
- Domain
- payments, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100