Xendit

Xendit helps businesses accept payments and send money - simply, at speed, with great customer service.

Integrate the Xendit API with the Schedule API

Setup the Xendit API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate Xendit and Schedule remarkably fast. Free for developers.

Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it

Overview of Xendit

The Xendit API is a powerful suite of APIs and SDKs that enable businesses,
developers, and individuals to make and receive secure payments across hundreds
of countries, currencies, and payment methods. From collecting payment for
ecommerce sites to processing donations for nonprofits and making mass
payments, the Xendit API can help users easily achieve these goals with its
robust tools and secure processes.

Whether you're an experienced developer or just getting started, with the
Xendit API you can build a variety of payment solutions:

  • Accept debit and credit card payments within your app
  • Collect payments from customers with invoices
  • Create a marketplace with payouts to vendors
  • Have mass disbursements to employees and clients
  • Offer online checkout and shopping carts
  • Setup recurring payments
  • Create and accept virtual cards
  • Send money to hundreds of countries with virtual accounts
  • Securely store customer details for future payments

By taking advantage of the Xendit API and its secure payment solutions,
businesses, developers, and individuals have the potential to reduce costs and
build efficient, comprehensive payment solutions quickly and securely.

Connect Xendit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    xendit: {
      type: "app",
      app: "xendit",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.xendit.co/balance`,
      auth: {
        username: `${this.xendit.$auth.secret_key}`,
        password: ``,
      },
    })
  },
})

Overview of Schedule

With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include:

  • Automated data retrieval from a third-party service, like pulling stats from
    your Salesforce account on a set schedule.
  • Uploading new data sets to a database with a predetermined interval.
  • Automatic emails to customers or leads at a certain time of the day.
  • Automating data analysis based on a set schedule.
  • Automatically optimizing social media postings according to a specified
    timeline.
  • Updating webpages at a certain interval with newly available content.
  • Re-running reports on a periodic basis.
  • Refreshing a cache of data at a given frequency.