Skip to content

Commit

Permalink
Add partner name to bootstrap token
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerei-nqda committed Nov 8, 2023
1 parent 3f2670c commit 0bfca82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/flows/crypto-onramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t

- `partnerFee` (_optional_): An object configuring the partner fee to be charged.
- `percentage`: Percentage of the total source amount (the maximum allowed value is "5").
- `partnerName` (_optional_): Partner name to be displayed to the user.
- `source` (_optional_): An object configuring the asset and amount to be paid.
- `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.
Expand Down Expand Up @@ -55,6 +56,7 @@ We recommend that you use `XRP` for testing purposes when integrating Topper sin
"partnerFee": {
"percentage": "1"
},
"partnerName": "ACME",
"target": {
"asset": "ETH",
"network": "ethereum",
Expand Down

0 comments on commit 0bfca82

Please sign in to comment.