Skip to content

Instantly share code, notes, and snippets.

@SapioBeasley
Last active April 14, 2017 03:34
Show Gist options
  • Select an option

  • Save SapioBeasley/85f2c5b21965546a080e1e4db4897ec0 to your computer and use it in GitHub Desktop.

Select an option

Save SapioBeasley/85f2c5b21965546a080e1e4db4897ec0 to your computer and use it in GitHub Desktop.
Stripe Functionality

Core Resources

Balance

Retrieve balance
Retrieve a balance transaction
List all balance history

Charges

Create a charge
Retrieve a charge
Update a charge
Capture a charge
List all charges

Customers

Create a customer
Retrieve a customer
Update a customer
Delete a customer
List all customers

Disputes

Retrieve a dispute
Update a dispute
Close a dispute
List all disputes

Events

Retrieve an event
List all events
Types of events

File Uploads

Create a file upload
Retrieve a file upload
List all file uploads

Payouts

Create a payout
Retrieve a payout
Update a payout
List all payouts
Cancel a payout
Types of payout failures

Refunds

Create a refund
Retrieve a refund
Update a refund
List all refunds

Tokens

Create a card token
Create a bank account token
Create a PII token
Retrieve a token

Transfers

Create a transfer
Retrieve a transfer
Update a transfer
List all transfers

Transfer Reversals

Create a transfer reversal
Retrieve a reversal
Update a reversal
List all reversals

Connect

Account

Create an account
Retrieve account details
Update an account
Delete an account
Reject an account
List all connected accounts

Application Fee Refunds

Create an application fee refund
Retrieve an application fee refund
Update an application fee refund
List all application fee refunds

Application Fees

Retrieve an application fee
List all application fees

Recipients

Create a recipient
Retrieve a recipient
Update a recipient
Delete a recipient
List all recipients

Country Specs

List Country Specs
Retrieve a Country Spec

External Accounts

Create a bank account
Retrieve a bank account
Update a bank account
Delete a bank account
List all bank accounts
Create a card
Retrieve a card
Update a card
Delete a card
List all cards

Payment Methods

Bank Accounts

Create a bank account
Retrieve a bank account
Update a bank account
Verify a bank account
Delete a bank account
List all bank accounts

Cards

Create a card
Retrieve a card
Update a card
Delete a card
List all cards

Sources

Create a source
Retrieve a source
Update a source

Relay

Orders

Create an order
Retrieve an order
Update an order
Pay an order
List all orders
Return an order

Order Items

Returns

Retrieve an order return
List all order returns

Products

Create a product
Retrieve a product
Update a product
List all products
Delete a product

SKUs

Create a SKU
Retrieve a SKU
Update a SKU
List all SKUs
Delete a SKU

Subscriptions

Coupons

Create a coupon
Retrieve a coupon
Update a coupon
Delete a coupon
List all coupons

Discounts

Delete a customer discount
Delete a subscription discount

Invoices

Create an invoice
Retrieve an invoice
Retrieve an invoice's line items
Retrieve an upcoming invoice
Update an invoice
Pay an invoice
List all invoices

Invoice Items

Create an invoice item
Retrieve an invoice item
Update an invoice item
Delete an invoice item
List all invoice items

Plans

Create a plan
Retrieve a plan
Update a plan
Delete a plan
List all plans

Subscriptions

Create a subscription
Retrieve a subscription
Update a subscription
Cancel a subscription
List subscriptions

Subscription Items

Create a subscription item
Retrieve a subscription item
Update a subscription item
Delete a subscription item
List all subscription items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment