cURL
curl --request POST \ --url https://api.bridge.xyz/v0/customers/{customerID}/virtual_accounts/{virtualAccountID}/reactivate \ --header 'Api-Key: <api-key>'
{ "id": "<string>", "status": "activated", "developer_fee_percent": "0.1", "customer_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "source_deposit_instructions": { "currency": "usd", "payment_rails": [ "ach_push", "wire" ], "bank_name": "Lead Bank", "bank_address": "1801 Main St., Kansas City, MO 64108", "bank_beneficiary_name": "Customer Name", "bank_beneficiary_address": "1234 Main St., Kansas City, MO 64108", "bank_account_number": "123456789", "bank_routing_number": "87654321" }, "destination": { "currency": "usdc", "payment_rail": "polygon", "address": "0xdeadbeef" } }
Reactivate a previously deactivated Virtual Account
A UUID that uniquely identifies a resource
1 - 42
Reactivated Virtual Account object
The response is of type object.
object
Was this page helpful?