Flexible Amounts
To create a Transfer that will match any funds sent using the source deposit instructions regardless of amount, use theflexible_amount feature.
Because the amount is not known ahead of time, Transfers with the flexible_amount feature only support a percentage based developer_fee_percent. Flexible amount Transfers do not support setting a fixed developer_fee.
Note: Static templates have this feature enabled automatically if no amount is provided when they are created.
Request
Response
Response
Allow Any From Address
Request
- By default, Bridge requires the sending address of the wallet sending the funds to be specified upon creating a Transfer.
- For some use cases like consumer sending funds from an exchange, this is difficult or impossible to know ahead of time.
- To support these use cases, Bridge has the
allow_any_from_addressfeature. - If this feature is enabled, no
from_addressneeds to be specified at Transfer creation time and any funds sent to the source deposit instructions will be matched regardless of thefrom_address.
