Skip to content

Commit

Permalink
Add Stripe Terminal to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 22, 2023
1 parent 4637a0b commit ffab78d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/stripe/1_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ For metered billing, this is helpful since invoices aren't issued until the cust

For standard billing, the user pre-pays for a month. They can resume the `unpaid` subscription or start a new subscription without over/under charging them.

## Stripe Terminal

Collecting in-person payments with Stripe Terminal is also easy with Pay. You can use the `terminal_charge` method to create a charge with the `card_present` payment method type and manual capture to be used with Terminal.

```ruby
payment_intent = current_user.payment_processor.terminal_charge(10_00)
```

## Next

See [Credentials](2_credentials.md)

0 comments on commit ffab78d

Please sign in to comment.