You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the APIs below to interface with Xendit's Payout API.
To start using the API, you need to destruct instantiated Xendit client or directly import the module and set the secret key.
import{Xendit,PayoutasPayoutClient}from'xendit-node';constxenditClient=newXendit({secretKey: YOUR_SECRET_KEY})const{ Payout }=xenditClientconstxenditPayoutClient=newPayoutClient({secretKey: YOUR_SECRET_KEY})// At this point, `Payout` and `xenditPayoutClient` will have no usage difference, for example:// Payout.// or// xenditPayoutClient.
All URIs are relative to https://api.xendit.co, except if the operation defines another base path.
API to cancel requested payouts that have not yet been sent to partner banks and e-wallets. Cancellation is possible if the payout has not been sent out via our partner and when payout status is ACCEPTED.