Skip to content
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/flows/crypto-offramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The crypto off-ramp flow allows a user to sell cryptocurrency and convert it int
- `type`: Tag type (e.g.: `memo` or `destination-tag`).
- `value`: Tag value.
- `priority` (_optional_): Priority of the crypto transaction (e.g.: `fast` will enable instant send for `Dash` transactions). Defaults to `normal`.
- `reusableKYC` (_optional_): An object to provide a KYC shareable token.
- `reusableKyc` (_optional_): An object to provide a KYC shareable token.
- `provider` (_required_): Provider that issued the shareable token.
- `token` (_required_): Token issued that can be used to fetch user information.
- `simulation` (_optional_): Simulation object.
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 @@ -32,7 +32,7 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t
- `ipVersion` (_optional_): Version of IP value used on the hash.
- `user-agent` (_optional_): User agent used on partner's side that we should validate remains the same.
- `partnerFee` (_deprecated_): Use `partner.fee` instead.
- `reusableKYC` (_optional_): An object to provide a KYC shareable token.
- `reusableKyc` (_optional_): An object to provide a KYC shareable token.
- `provider` (_required_): Provider that issued the shareable token.
- `token` (_required_): Token issued that can be used to fetch user information.
- `simulation` (_optional_): Simulation object.
Expand Down
Loading