Changelog 01.08.2022
Posted by PRASHANTH BALASUBRAMANIAN 8 months ago
-
ADD - startDate, endDate and page are required parameters on account & card statement APIs. Dates are UNIX epoch timestamps with ms precision
-
ADD - Card tracking number will be present in .address.trackingNumber - Will not be returned on sandbox, but will be present on production. Tracking number is present when card.dispatchMethod === EXPRESS || TRACKED
Changelog 22.07.2022
Posted by PRASHANTH BALASUBRAMANIAN 8 months ago
- Get PIN is available only for activated physical cards. Other card types do not have a PIN
- User uniqueness is scoped to a tenant
- Better error messages on failed transfers
- FEATURE - Card authorization simulator against any account asset supported on Striga
- Update startDate & endDate to be Epoch timestamp values, no longer accepts strings.
- Add balanceBefore and balanceAfter to intra/inter responses
- Only EEA country codes allowed on signup and card delivery
- Sanitized all list APIs to return
count
andtotal
- Get card statement returns the total number of transactions under
total
- Added intra/inter/card transaction webhook notifications to
/tx
stub on root webhook URL. Format in docs - Several other bug fixes and performance improvements
Dashboard Changelog 08.07.2022
Posted by PRASHANTH BALASUBRAMANIAN 9 months ago
- Create a card with an account linked - Whenever you create a card for the user, we will ask you to select the account you want to connect.
- Showing bank details in the EUR account - When you navigate to the EUR account of users, you will be able to view the EUR bank details.
- View/update account linking details in cards - On the cards page, you can view the respective account linked to this card, also an option that allows you to update with a different account.
- View the linked card on the accounts page.
- Allowing users to copy basic IDs of accounts, cards, and tx.
- Transfer - Intra Ledger Transactions, i.e., transfer between two consumers with different/same currencies.
- Transfer - Inter Ledger Transactions. i.e., transfer between consumer or corporate and visa versa with same/different currencies.
- Added all types of transactions on the tx details page.
Changelog 06.07.2022
Posted by PRASHANTH BALASUBRAMANIAN 9 months ago
- Check before linking card if it is NOT blocked or in a non-ACTIVE state
- Interledger same response as intra
- Fixed invalid mobile number issue on sandbox - Mobile number is randomly generated despite what is input to ensure validity. On production these numbers are SMS validated.
- Balances update immediately after a transaction
- 3DSecure handled separately, does not error out if enrol is unsuccesful. But cannot update 3DS settings if 3DS provider is down
- Empty array returned when no cards have been created.
- Single enrichment endpoint creates or returns created enrichment
- Enrichments removed from get account endpoint
- When external service providers are down, when accesing this resource, core attempts to recreate required objects. i.e. Create Card/Enrich should not fail if the external provider comes back up at a later time
- Validate address country on create user to avoid invalid Alpha2 codes.
- Update card 3DS does not use a mobile number anymore. Only the already verified mobile number can be used for 3DS
- Address line 2 and state are optional in create/patch user
- Physical cards cannot be activated unless they are dispatched first
- Support for multiple IBANs per user. One user can have multiple EUR accounts and each of them enriched with a separate IBAN
Welcome to Striga
Posted by PRASHANTH BALASUBRAMANIAN about 1 year ago
Welcome to the developer hub and documentation for Striga!