Log message says,
Developer [xxxxx] billing type [PREPAID] not supported by Organization [xxxxxx]
Any idea ?
Log message says,
Developer [xxxxx] billing type [PREPAID] not supported by Organization [xxxxxx]
Any idea ?
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.