Skip to content

Commit

Permalink
chore: Fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbetta committed May 16, 2023
1 parent a8511d1 commit 616b92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ To use Gr4vy Embed call the `.launch()` method:
These are the options available in this SDK:

| Field | Optional / Required | Description |
| ------------------------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| ------------------------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gr4vyId` | **`Required`** | The Gr4vy ID automatically sets the `apiHost` to `api.<gr4vyId>.gr4vy.app` for production and `api.sandbox.<gr4vyId>.gr4vy.app` and to `embed.sandbox.<gr4vyId>.gr4vy.app` for the sandbox environment. |
| `token` | **`Required`** | The server-side generated JWT token used to authenticate any of the API calls. |
| `environment` | `Optional` | `"sandbox"`, `"production"`. Defaults to `"production"`. When `"sandbox"` is provided the URL will contain `sandbox.GR4VY_ID`. |
| `amount` | **`Required`** | The amount to authorize or capture in the specified `currency` only. | |
| `amount` | **`Required`** | The amount to authorize or capture in the specified `currency` only. |
| `currency` | **`Required`** | A valid, active, 3-character `ISO 4217` currency code to authorize or capture the `amount` for. |
| `country` | **`Required`** | A valid `ISO 3166` country code. |
| `buyerId` | `Optional` | The buyer ID for this transaction. The transaction will automatically be associated to a buyer with that ID. |
Expand Down

0 comments on commit 616b92c

Please sign in to comment.