Accounts
Accounts
Update account status
client.Accounts.UpdateStatus(ctx, id, body) (*Account, error)
PATCH/api/v1/accounts/{id}
Deposit into account
client.Accounts.Deposit(ctx, id, body) (*AccountDepositResponse, error)
POST/api/v1/accounts/{id}/deposit
Withdraw from account
client.Accounts.Withdraw(ctx, id, body) (*AccountWithdrawResponse, error)
POST/api/v1/accounts/{id}/withdraw
Transfer between accounts
client.Accounts.Transfer(ctx, id, body) (*AccountTransferResponse, error)
POST/api/v1/accounts/{id}/transfer