Para criar um cliente, utilize CustomerAccount
CustomerAccount customerAccount = CustomerAccount.creator()
.setName("criado via API")
.setCpfCnpj("10030823005")
.create();
CustomerAccount customerAccount = CustomerAccount.fetcher("cus_xxxxxxxxxx").fetch();