added
Additions to LiquidationAddress, VirtualAccount, and StaticMemo Fields
1 day ago by Prabhu Ganesh
We have added the below fields to Bridge endpoints.
1. customer_id
added to LiquidationAddress
customer_id
added to LiquidationAddress
You can now identify which customer owns a liquidation address. Refer API reference at Get a liquidation address.
2. created_at
added to VirtualAccount and StaticMemo
created_at
added to VirtualAccount and StaticMemoTimestamp fields are now included to help with auditing and sorting. Refer API reference at Get a Virtual Account.
3. source_deposit_instructions.payment_rails
added to StaticMemo
source_deposit_instructions.payment_rails
added to StaticMemo
Lists the valid payment rails (e.g. USD ACH, MXN SPEI) that can be used to fund the memo. Refer API reference at Get a Static Memo.
4. destination_payment_rail
now included in history records
destination_payment_rail
now included in history recordsThe StaticMemo
and VirtualAccount
objects returned in history endpoints now show the destination_payment_rail
(e.g. USD.USDC.polygon) once the payment completes successfully.
Refer API reference at Virtual Account Activity and Static Memo Activity.