4.4 External ID and Metadata
This xid can be used to query and search for resources, and it is included in all webhooks along with xmetadata. Using xid provides added convenience and eliminates the need to implement resource id mapping between ORZCash Access and your own platform.
All endpoints that return customer-managed resources will include the xid and xmetadata fields in the response. It is recommended to use these fields to provide additional context and information about the resources.
xid is visible within the ORZCash platform user interface.
xid is a string and can be up to 256 characters in length.
xmetadata Metadata can be used for attaching arbitrary key-value pairs to resources.
xmetadata is intended to be used for storing additional, structured information on a resource. As an example, you could store your client's SMS or OTP routing information within the xmetadata of each card. If a parent resource and a child resource both contains metadata, the metadata will be merged and returned.
xmetadata fields are visible within the ORZCash platform user interface.
You can specify up to 25 string key-value pairs, with key names up to 40 characters long and values up to 1024 characters long. Attaching nested objects into xmetadata is not supported.
Modified at 2022-12-29 06:33:13