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 Customer 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,CustomerasCustomerClient}from'xendit-node';constxenditClient=newXendit({secretKey: YOUR_SECRET_KEY})const{ Customer }=xenditClientconstxenditCustomerClient=newCustomerClient({secretKey: YOUR_SECRET_KEY})// At this point, `Customer` and `xenditCustomerClient` will have no usage difference, for example:// Customer.// or// xenditCustomerClient.
All URIs are relative to https://api.xendit.co, except if the operation defines another base path.