Skip to content

SMS Balance return 0 balance always #2

@iamkennethapp

Description

@iamkennethapp

var host = new ApiHost(new BasicAuth(clientId, clientSecret));

        var Api = new AccountApi(host);

        var Profile = Api.GetAccountProfile();

        decimal Balance = Profile.Balance;

        return Balance;

// The Balance just return 0
// When I request email it give me the correct email, only balance doesnt work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions