xendit-node icon indicating copy to clipboard operation
xendit-node copied to clipboard

Xendit REST API Client for Node.js - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets, QR Codes, Direct Debit

Results 35 xendit-node issues
Sort by recently updated
recently updated
newest added

The [v1.19.3](https://github.com/xendit/xendit-node/releases/tag/v1.19.3) release includes the `RegionalRetailOutlet` in the SDK but its type was not included. This makes it not visible as one of the SDK's methods when using typescript—technically making...

I use Xendit in my NodeJS and using TypeScript. I tried to call `EWallet.createEWalletCharge(args: {})` and `QrCode.createCode(args: {})` and get `TypeError: Cannot read properties of undefined` to all parameters that...

There are 2 new fields were introduced: hashed_phone_number & trading_name. SDK needs to support them

Our ewallet xendit node SDK is going to be deprecated soon. When we are looking at having the new node and if not what are the option we would be...

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

![image](https://user-images.githubusercontent.com/24123/164980524-05a6ccc9-9719-43f3-a91c-c3e63307c129.png) This is problematic in TypeScript as it will cause errors like: ``` Property 'id' does not exist on type 'object'.ts(2339) ``` There are workarounds like using `any` but this...

There were some updates to the Ewallet service that causes the integration tests to fail. Task: Fix the required endpoints and make sure the integration tests run.

bug

Hey, In CreateCode function the Type parameter should be string? I'm having issues with TS on that part as the string value of QrCode.Type.Dynamic does not overlaps with the QrCodeTypes...

- [x] Fixed QR Code Types so that it's generate nice autocomplete. ## Before Before the fix, to get the correct QR Types, we should write `QrCode.Type.Dynamic` (Or Static) ![image](https://user-images.githubusercontent.com/58819726/157643508-c5fd78f5-a5ff-4d40-99ff-e8e8bd628049.png)...