Can I create recurring payment with this library?
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
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.
I hope we get support soon :)
me too 🗡️
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