At the API level, Wires work the following way:
WIRE-US
View API
import os
from synapse_pay_rest import Client
from synapse_pay_rest import User
from synapse_pay_rest.models.nodes import WireUsNode
kwargs = {
'nickname': 'My Checking Account',
'account_number': '2222222222',
'routing_number': '051000017',
'name_on_account': 'John Smith',
'address': '464 California St, San Francisco, CA 94104'
}
node = WireUsNode.create(user, **kwargs)