Releases: circlefin/payments-sample-app
Releases · circlefin/payments-sample-app
release-2024-09-13T085559
What's Changed
- Sample App by @grantmike in #1
- Updated the pagination query params by @tarunkumar2 in #2
- Clean up param naming by @kristinfritsch in #4
- Multiple copy updates and tweaks by @reginatto in #3
- Fix gear icon, fixes #5 by @kristinfritsch in #6
- [fix] remove trailing slash by @belljustin in #10
- Fix refund amount naming by @grantmike in #11
- Separate Marketplace apis out by @kristinfritsch in #8
- Fix refund amount naming for marketplace by @kristinfritsch in #13
- Update marketplace info to automatically fetch merchants by @kristinfritsch in #12
- Marketplace fixes by @kristinfritsch in #14
- Removing CustomerRefId From Cards API by @tarunkumar2 in #15
- Updating the fetch payments API params to contain to date and from date by @tarunkumar2 in #18
- Rename accountNumber to wallet for external request/response bodies by @jcantwell in #19
- Don't specify phone number in prefill test data by @wcai-circle in #22
- Fix path for wallet creation by @jcantwell in #23
- Rename refid to idempotencyid by @tarunkumar2 in #21
- Response property was renamed from number to walletId by @jcantwell in #24
- Response property was renamed from XXwallet to XXwalletId by @jcantwell in #25
- Use yyyy formatted value for expiration year by @jcantwell in #26
- Bump acorn from 5.7.3 to 5.7.4 by @dependabot in #9
- Add idempotencyKey to request in Wallet creation by @jcantwell in #27
- Sample code to handle notifications message by @olegz-circle in #29
- Fix request when using avs as verification method by @kristinfritsch in #28
- [No Story] Missed updating expYear for add card flow by @jcantwell in #30
- Add SNS message validation by @olegz-circle in #32
- Update package.json with sns-validator dependency by @reginatto in #33
- Updating the idempotency key in refund APIs by @tarunkumar2 in #35
- Fix update card API endpoint by @tarunkumar2 in #34
- Removing the optional fields from the create card flow by @tarunkumar2 in #36
- [BRAAV-786] Add smokebox support to sample app by @mboorstin-circle in #38
- Remove sending phone number if not present by @tarunkumar2 in #37
- Removing the AVS option to for card verification by @tarunkumar2 in #39
- Email and phone inputs were missing on marketplace debug create payment view by @jcantwell in #43
- Removing verification field in create card and make payment by @tarunkumar2 in #41
- Adding settlement APIs and balances API by @tarunkumar2 in #42
- Adding settlements param to fetch payments API by @tarunkumar2 in #45
- Add Placeholder fields in the form by @tarunkumar2 in #44
- Adding wallets and transfers APIs by @tarunkumar2 in #46
- Adding wallets filter in fetch transfers API by @tarunkumar2 in #49
- Adding addresses APIs by @tarunkumar2 in #50
- Only set optional params to undefined by @kristinfritsch in #52
- Adding reason for cancel and refund payment by @tarunkumar2 in #48
- Update dependencies by @kristinfritsch in #47
- Adding the create fiat account API by @tarunkumar2 in #55
- Adding Payouts endpoints by @tarunkumar2 in #56
- Update the params for create wire account API by @tarunkumar2 in #57
- Updating the wires and payout APi with the param changes by @tarunkumar2 in #58
- Add destinationAccount as query param by @kristinfritsch in #59
- Move destination to object in payout creation request by @jcantwell in #60
- Before confirming a subscription, verify that topic ARN matches sandbox or production urls. by @olegz-circle in #62
- Fix lint error by @kristinfritsch in #64
- Add bank name, needed for countries that do not support IBAN by @jcantwell in #65
- Remove extra input as well as unrequired fields for wire creation by @jcantwell in #66
- Fix types for wires by @kristinfritsch in #67
- [No Story] Add optional source property to payout request by @jcantwell in #68
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #61
- Bump elliptic from 6.5.2 to 6.5.3 by @dependabot in #70
- Update PUT /cards by @dflorness-circle in #71
- Add chargebacks endpoints (GET, POST) by @alandn-circle in #72
- Bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #73
- Add chargeback endpoints to API viewer by @alandn-circle in #74
- [Untracked] Add walletId & remove beneficiaryName to wire creation page by @timmy-circle in #75
- [BRAAV-1092] Add page to trigger creation of an incoming wire by @jcantwell in #76
- Rename bankPayment to wire by @timmy-circle in #77
- [Untracked] Update comments by @timmy-circle in #78
- [Untracked] Fix page not found by @timmy-circle in #79
- [Untracked] Update description for wire debug by @timmy-circle in #80
- Expose wire instructions for payments/marketplace API by @alandn-circle in #82
- Expose business account APIs by @alandn-circle in #81
- [Untracked] Remove walletId options for CPS wire linking by @timmy-circle in #83
- implement pagination for fetching recipient addresses by @alandn-circle in #84
- [BRAAV-2252] Fix card expiry year by @kristinfritsch in #86
- Add ALGO to supported chains by @alandn-circle in #85
- Source wallet parameter on GET /v1/payouts by @mcinar-circle in #87
- Fix placeholder for expiry date by @kristinfritsch in #91
- [BRAAV-2983] Add Payment Description Field by @mcinar-circle in #93
- Support ACH payment by @mcinar-circle in #95
- Regroup and rename APIs in Sample App by @alandn-circle in #94
- [BRAAV-3067] ACH Account Retrieval by ID by @mcinar-circle in #92
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #97
- Fix ach and wires path in nav by @kristinfritsch in #98
- Support ach payout by @timmy-circle in #96
- Support HEAD method by subscription webhook by @olegz-circle in https://githu...