OCE007
OCE007
|
|
---|
You'll only get this error if you set mandatory
to yes
in the credential request for a credential. (Generally, you'd do this for the default credential requests defined for your brand in the Dashboard, though you can also set it at the code level per API request.) We don't recommend doing this because it will prevent any credential data from being returned. In other words, if we can't source data for a mandatory credential, we won't return data for any credentials.
Instead, for mandatory
we recommend using if_available
or no
. Then, if we can't source data for that credential, we'll still return data for other credentials. There's only a difference between those two options if your brand's integration type setting is set to Hosted in the Dashboard, in which case if_available
still marks the credential field as required, whereas no
marks it as optional. See Determine integration type for more information about integration types.