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

Can I create recurring payment with this library?

Open nmtuan2001 opened this issue 1 year ago • 2 comments

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

nmtuan2001 avatar Sep 23 '24 08:09 nmtuan2001

I'd also like to know the answer to this. After hours of reading the documentation for this SDK, I gave up and decided to just use axios instead and call their API directly.

martrohelsanchez avatar Feb 20 '25 10:02 martrohelsanchez

I hope we get support soon :)

vonuyvicoo avatar Dec 10 '25 10:12 vonuyvicoo

me too 🗡️

yogithesymbian avatar Jan 14 '26 08:01 yogithesymbian

currently, you need to store the multiple use token (as implemented in this PR) for recurring charges. using this sdk, you will need to manually trigger charges from your backend whenever you want to perform a recurring payment, as automatic scheduling is not handled by the sdk. #cmiww

yogithesymbian avatar Jan 14 '26 08:01 yogithesymbian