@@ -22,7 +22,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted payment
|
||||
id,
|
||||
@@ -44,7 +44,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted payment collection
|
||||
id,
|
||||
@@ -66,7 +66,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted payment session
|
||||
id,
|
||||
@@ -88,7 +88,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted capture
|
||||
id,
|
||||
@@ -110,7 +110,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted refund
|
||||
id,
|
||||
|
||||
@@ -93,8 +93,6 @@ In this document, you'll learn about the options of the Payment Module.
|
||||
</Table.Body>
|
||||
</Table>
|
||||
|
||||
---
|
||||
|
||||
## providers
|
||||
|
||||
The `providers` option is an array of payment module providers.
|
||||
|
||||
@@ -197,8 +197,6 @@ STRIPE_API_KEY=<YOUR_STRIPE_API_KEY>
|
||||
</Table.Body>
|
||||
</Table>
|
||||
|
||||
---
|
||||
|
||||
## Use Provider
|
||||
|
||||
To use the Stripe provider, create a payment session for the provider:
|
||||
|
||||
Reference in New Issue
Block a user