Was this helpful?
Fetches the payout wallet associated with the network
GET /account/payout-wallet HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "wallet_id": "text" }
Set an existing account wallet as the wallet to receive network payments.
udid
POST /account/payout-wallet HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 20 { "wallet_id": "text" }
{}