added
v0.0.27
4 months ago by Thanh Lai
v0.0.27
New Features
- Introduced a new access scope, CREATE_VIRTUALCARD, to create virtual cards.
- Introduced a new function,
createVirtualCard
, to create virtual cards with specific parameters. - Added new query,
getBINs
, to retrieve BINs associated with virtual cards. - Introduced a
merchantCategoryCode
input for cash balance deposits, allowing for enhanced categorization of transactions. - Added a new query,
getMccList
, to retrieve a list of merchant category codes.
Improvements
- Enhanced scope validation for
getApplicationScopes
query in application authentication. - Improved GraphQL type definition management.