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
/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.