From 4c4ae44c17e63a9ac06d2e9f8a60b51904011e07 Mon Sep 17 00:00:00 2001 From: joaobaptistanqda Date: Wed, 7 Feb 2024 15:37:43 +0000 Subject: [PATCH] Reference pix payment method Signed-off-by: joaobaptistanqda --- docs/flows/crypto-onramp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flows/crypto-onramp.mdx b/docs/flows/crypto-onramp.mdx index b671d6d..57f4f9a 100644 --- a/docs/flows/crypto-onramp.mdx +++ b/docs/flows/crypto-onramp.mdx @@ -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.