Authorizations
Headers
Path Parameters
A UUID that uniquely identifies a resource
Required string length:
1 - 42
A UUID that uniquely identifies a resource
Required string length:
1 - 42
Response
200 - application/json
Deactivated Virtual Account object
The activation status of the Virtual Account
Available options:
activated
, deactivated
Example:
"deactivated"
A UUID that uniquely identifies a resource
Required string length:
1 - 42
The developer fee percent that will be applied to this Virtual Account. The value is a base 100 percentage, i.e. 10.2% is 10.2 in the API.
Example:
"0.1"
A UUID that uniquely identifies a resource
Required string length:
1 - 42
Time of creation of the virtual account
Example:
{
"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"
}
Example:
{
"currency": "usdc",
"payment_rail": "polygon",
"address": "0xdeadbeef"
}