Skip to content

diskshima/embulk-input-stripe

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

embulk-input-stripe

Embulk input plugin for Stripe.

Overview

  • Plugin type: input
  • Resume supported: no
  • Cleanup supported: no
  • Guess supported: no

Configuration

  • api_key: Stripe API key
  • resource_type: Stripe object to retrieve. Currently supports customers, invoices, subscriptions, charges.
  • fields: Fields to retrieve from Stripe. Each field should contain the below elements.
    • name: Name of the ID.
    • type: Type of the field.

Example Config

in:
  type: stripe
  api_key: STRIPE_SECRET_API_KEY
  resource_type: customers
  fields:
    - { name: id, type: string }
    - { name: created, type: timestamp }
    - { name: email, type: string }
    - { name: name, type: string }

out:
  type: stdout

Please see the sample_configs directory for more examples.

Building the gem

bundle exec rake

The gem will be generated under pkg/.

About

Embulk input plugin for Stripe.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages