You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
/v1/mint/organizations/[ORG]/developers/[DEVELOPER]/prepaid-developer-balance returns partial information compared with /v1/mint/organizations/[ORG]/developers/[DEVELOPER]/developer-balances (ex.: recurring payment settings are not available in the first response) but current implementation casts the response to the same object as it would be the second API's response and fills missing property's value with the default value of the property. Consequently, the first API call always returns false positive information about developer's recurring payment settings (isRecurring, recurringAmount, etc.) in the SDK.
/v1/mint/organizations/[ORG]/developers/[DEVELOPER]/prepaid-developer-balancereturns partial information compared with/v1/mint/organizations/[ORG]/developers/[DEVELOPER]/developer-balances(ex.: recurring payment settings are not available in the first response) but current implementation casts the response to the same object as it would be the second API's response and fills missing property's value with the default value of the property. Consequently, the first API call always returns false positive information about developer's recurring payment settings (isRecurring,recurringAmount, etc.) in the SDK.