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

https://github.com/xendit/xendit-node/blob/85c741b9b94542a7c55b757d45c96b056c5d57f2/payment_method/apis/PaymentMethod.ts#L292-L299 Notice that the return type is `object`. Was expecting a proper type. Here's a sample payload I got: ``` { data: [ { amount: 20.58, business_id: '65758dd48ce3112f63c41f2c', channel_code: 'QRPH',...

Wrong data type, I assign number but in your export interface CreateInvoiceRequest, invoiceDuration is string.

I'm planning to implement subscription using Xendit. I found the docs for this https://docs.xendit.co/recurring/integration-guide. Just wondering if it's possible to implement this using xendit-node? Specifically, https://api.xendit.co/recurring/plans

![image](https://github.com/user-attachments/assets/28199b88-9bbf-4021-b05e-5d98da03c61e) From the documentation, all properties of Invoice Callback Object are in **camelCase**. However, when I checked the request body in invoice webhook, all properties are in **snake_case** ![image](https://github.com/user-attachments/assets/c197bbd7-34d5-436b-86fe-0117c928e490) So,...

Hi was confuse why the InvoiceItem fields are complete in the client but in the webhooks is incomplete i was really need that url but the webhook doesnt have it....