Create Virtual Account
POST /v0/customers/{customer_id}/virtual-account HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 166
{
"source_currency": "usd",
"source_rails": "swift",
"destination_token": "usdc",
"destination_network": "polygon",
"destination_address": "text",
"developer_fee_percent": "0.5"
}Last updated