Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore/wparc links #570

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/charge/how-to-create-charge-woovi-parcelado.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::info
Para a ultilização dessa funcionalidade é necessário possuir a funcionalidade OpenPix Parcelado. Solicite o acesso via chat pela plataforma.
Para a ultilização dessa funcionalidade é necessário possuir a funcionalidade OpenPix Parcelado. Solicite o acesso via chat pela plataforma pelo <a href="https://app.openpix.com.br/home/charges/pix-credit-card" target="_blank">link</a>
:::

Para criar uma cobrança Pix com OpenPix Parcelado, você utiliza o _endpoint_ `/api/v1/charge` da API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::info
In order to use this functionality, it is necessary to have the OpenPix Installment functionality. Request access via chat through the platform.
In order to use this functionality, it is necessary to have the OpenPix Installment functionality. Request access via chat through the <a href="https://app.openpix.com.br/home/charges/pix-credit-card" target="_blank">platform link</a>.
:::

To create a Pix charge with OpenPix Parcelado, you use the _endpoint_ `/api/v1/charge` of the API.
Expand Down Expand Up @@ -144,5 +144,5 @@ fetch('https://api.openpix.com.br/api/v1/charge', {

```mdx-code-block
</TabItem>
</tabs>
</Tabs>
```