Forrest logo
back to context overview

stripe

List of commands for stripe:

  • stripe:tldr:1f6f4 stripe: Print to JSON.
    $ stripe listen --print-json
    try on your machine
    explain this command
  • stripe:tldr:2e73d stripe: Listen for events, filtering on events with the name `charge.succeeded` and forwarding them to localhost:3000/events.
    $ stripe listen --events="${charge-succeeded}" --forward-to="${localhost:3000-events}"
    try on your machine
    explain this command
  • stripe:tldr:67f17 stripe: Create a customer.
    $ stripe customers create --email="${test@example-com}" --name="${Jenny Rosen}"
    try on your machine
    explain this command
  • stripe:tldr:d7799 stripe: Send a test webhook event.
    $ stripe trigger ${charge-succeeded}
    try on your machine
    explain this command
  • stripe:tldr:ec092 stripe: Follow the logs of activity on the account.
    $ stripe logs tail
    try on your machine
    explain this command
back to context overview