curl -X PUT https://xenarch.dev/v1/publishers/me/payout \ -H "Authorization: Bearer xk_pub_abc123..." \ -H "Content-Type: application/json" \ -d '{"payout_wallet": "0xnew_wallet_address..."}'
{ "confirmed": true, "effective_at": "2023-11-07T05:31:56Z" }
Update the publisher’s payout wallet address.
payout_wallet_pending
POST /v1/publishers/me/payout/cancel
^0x[0-9a-fA-F]{40}$
Successful Response