Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
718d365
Merge branch 'staging' into add-alfredpay-support
Sharqiewicz Feb 18, 2026
aa3cd31
add alfredpay fiat account types and API endpoints
Sharqiewicz Mar 2, 2026
f0333a5
add alfredpay fiat account CRUD endpoints
Sharqiewicz Mar 2, 2026
68d88c5
wire alfredpay payment methods into ramp machine
Sharqiewicz Mar 2, 2026
63a9c6a
add fiat account registration screens
Sharqiewicz Mar 2, 2026
190d362
add useFiatAccounts, useFiatAccount and useDeleteFiatAccount hooks
Sharqiewicz Mar 2, 2026
db1b9ad
add RegisteredAccountsList
Sharqiewicz Mar 2, 2026
f05ee07
add RegisterFiatAccountSheet
Sharqiewicz Mar 2, 2026
3900baf
add RegisterFiatAccountScreen
Sharqiewicz Mar 2, 2026
1f79197
add MethodPickerScreen
Sharqiewicz Mar 2, 2026
ee618eb
add AccountCardDeck
Sharqiewicz Mar 2, 2026
845ed6f
add AccountCardSkeleton
Sharqiewicz Mar 2, 2026
5ad1bee
add KycRequiredBanner
Sharqiewicz Mar 2, 2026
395f116
add CardHeader
Sharqiewicz Mar 2, 2026
3cc3251
add MaskedAccountNumber
Sharqiewicz Mar 2, 2026
64b938b
add RemoveAccountControls
Sharqiewicz Mar 2, 2026
b0aede4
add shadcn select component
Sharqiewicz Mar 2, 2026
713a3cd
add AnimatedRemoveFiatAccountLabel
Sharqiewicz Mar 2, 2026
d1d6b00
update alfredpay service fiat account declarations
Sharqiewicz Mar 2, 2026
33883e1
update radix-ui config
Sharqiewicz Mar 2, 2026
3d925f0
add usd png
Sharqiewicz Mar 2, 2026
3ca783a
add EU flag
Sharqiewicz Mar 2, 2026
db43cb7
add Mexico flag
Sharqiewicz Mar 2, 2026
2e5722f
use new icons
Sharqiewicz Mar 2, 2026
65f6826
fix styles
Sharqiewicz Mar 2, 2026
6146b9c
fix styles
Sharqiewicz Mar 2, 2026
95bafae
add email to getAlfredpayStatus
Sharqiewicz Mar 2, 2026
cd9536e
create reusable Checkbox component
Sharqiewicz Mar 2, 2026
f1b3af0
update HoldButton
Sharqiewicz Mar 2, 2026
474f1cf
update kyc states
Sharqiewicz Mar 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ DELTA_D_BASIS_POINTS=0.3
# RSA Keys for Webhook Signing
# Only the private key is needed - public key is derived from it
WEBHOOK_PRIVATE_KEY=your-webhook-private-key

# AlfredPay (Penny) API
ALFREDPAY_BASE_URL=https://penny-api-restricted-dev.alfredpay.io
ALFREDPAY_API_KEY=your-alfredpay-api-key
ALFREDPAY_API_SECRET=your-alfredpay-api-secret
Loading