v1
latestOpenAPI 3.0.22026-07-26128245430.3 KBGet a Liquidation Address
Retrieve a Liquidation Address for the specified Liquidation Address ID
Path parameters
A UUID that uniquely identifies a resource
A UUID that uniquely identifies a resource
Response
A Liquidation Address object response
A UUID that uniquely identifies a resource
A UUID that uniquely identifies a resource
A UUID that uniquely identifies a resource
A UUID that uniquely identifies a resource
The developer fee percent that will be applied to this Liquidation Address or null to use the default fee. The value is a base 100 percentage, i.e. 10.2% is 10.2 in the API.
A message to be sent with a wire transfer. It can have up to 140 characters. This message will be validated against 4 lines, each with a max length of 35 characters according to the Fedwire standard.
A reference message to be sent with a SEPA transaction. We recommend you set a unique value to help you and your customers track payments end to end. It must be from 6 to 140 characters. The allowed characters are a-z, A-Z, 0-9, spaces, ampersand (&), hyphen (-), full stop (.), and solidus (/). If not populated, the default value is "Payment via Bridge {unique_token}".
A payment reference message or remittance information to be included in a SPEI transaction. The allowed characters are alphanumeric a-z, A-Z, 0-9, and space
A reference message to be sent with an ACH transaction. It can be at most 10 characters, A-Z, a-z, 0-9, and spaces.
The crypto wallet address the customer will send funds to in order to initiate the payment processing
An alternative crypto wallet address that encodes the memo, allowing the customer to send funds without needing to include a separate memo. Currently only available for Stellar deposits.
The memo that must be included with the deposit transaction when sending funds to the deposit address. Only present for blockchains that require memos (such as Stellar).
The crypto wallet address that Bridge will use to send funds to the customer.
The memo to include in the transaction, for blockchains that support memos only
Deprecated: use return_instructions instead.
The crypto wallet address that Bridge will use to return funds to the customer in case of a failed transaction. Must be on the same chain as the liquidation address. Cannot be used on Stellar — use return_instructions with a memo instead.
The memo included with return transactions. Present when return_instructions was set with a memo (e.g. required for Stellar to route funds to the correct end-customer).
The state of the liquidation address. It could be "active" or "deactivated"
Time of creation of the Liquidation Address
Time of last update of the Liquidation Address
Example response
{
"custom_developer_fee_percent": "0.1",
"global_developer_fee_percent": {
"percent": "0.2"
}
}