Apigee Developer Portal - Monetization Enabled Org - Developer is not getting created on Edge

Log message says,

Developer [xxxxx] billing type [PREPAID] not supported by Organization [xxxxxx]

Any idea ?

Solved Solved
0 1 89
1 ACCEPTED SOLUTION

Make sure below property has been set for your edge org, You might need to contact Apigee Support if not.

You can verify below property by making a call to https://api.enterprise.apigee.com/v1/organizations/{org} using org admin credentials in basic auth.

{
        "name": "MINT_SUPPORTED_BILLING_TYPE",
        "value": "BOTH"
}

Hope it helps some one looking for same. Contact Apigee support if you see this error in developer portal or management api.

View solution in original post

1 REPLY 1

Make sure below property has been set for your edge org, You might need to contact Apigee Support if not.

You can verify below property by making a call to https://api.enterprise.apigee.com/v1/organizations/{org} using org admin credentials in basic auth.

{
        "name": "MINT_SUPPORTED_BILLING_TYPE",
        "value": "BOTH"
}

Hope it helps some one looking for same. Contact Apigee support if you see this error in developer portal or management api.