Skip to content

Commit

Permalink
Reference pix payment method
Browse files Browse the repository at this point in the history
Signed-off-by: joaobaptistanqda <[email protected]>
  • Loading branch information
joaobaptistanqda committed Apr 30, 2024
1 parent cf282d7 commit 9fa102b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions docs/digital-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@ These payment options offer a seamless and convenient way for your customers to

### Web

| Browser | Scenario | Apple Pay | Google Pay |
|:-------:|:--------:|:---------:|:----------:|
| Chrome (and others) | Desktop |||
| Chrome (and others) | Mobile |||
| Chrome (and others) | Embed with an iframe - Desktop || |
| Chrome (and others) | Embed with an iframe - Mobile |||
| Safari | Desktop |||
| Safari | Mobile |||
| Safari | Embed with an iframe - Desktop |||
| Safari | Embed with an iframe - Mobile |||
| Browser | Scenario | Apple Pay | Google Pay | Pix |
|:-------:|:--------:|:---------:|:----------:|:---:|
| Chrome (and others) | Desktop ||||
| Chrome (and others) | Mobile ||||
| Chrome (and others) | Embed with an iframe - Desktop || | |
| Chrome (and others) | Embed with an iframe - Mobile ||||
| Safari | Desktop ||||
| Safari | Mobile ||||
| Safari | Embed with an iframe - Desktop ||||
| Safari | Embed with an iframe - Mobile ||||

**Notes:**
- Set `allow="payment"` on the `iframe` when Topper is embed.
- If you are using the `sandbox` attribute on the `iframe`, include `allow-top-navigation`. On *Safari - Embed with an iframe scenario* and using Apple Pay, users are redirected on the main window to continue the payment on Topper.

### Electron

| Apple Pay | Google Pay |
|:----------:|:----------:|
|||
| Apple Pay | Google Pay | Pix |
|:----------:|:----------:|:---:|
||||

**Notes:**
- When using Google Pay, a browser tab will be open to continue the payment on Topper.

### Mobile App

| OS | Apple Pay | Google Pay |
|:-------:|:---------:|:----------:|
| Android |||
| iOS |||
| OS | Apple Pay | Google Pay | Pix |
|:-------:|:---------:|:----------:|:---:|
| Android ||||
| iOS ||||

**Notes:**
- If you are redirecting to Topper through the user's browser, no extra configuration is necessary.
Expand Down
2 changes: 1 addition & 1 deletion docs/flows/crypto-onramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t
- `amount` (_optional_): Amount to be paid.
- `asset`: Currency code in the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) format used to make the payment.
- `paymentMethod` (_optional_): An object configuring the pre-selected payment method.
- `network`: Payment method network (e.g.: `apple-pay`, `google-pay` or `card`).
- `network`: Payment method network (e.g.: `apple-pay`, `google-pay`, `pix` or `card`).
- `target` (_optional_): An object configuring recipient wallet.
- `amount` (_optional_): Amount the user will receive.
- `asset`: Cryptoasset the user will receive.
Expand Down

0 comments on commit 9fa102b

Please sign in to comment.