The UcpSettings resource. Represents the UCP enablement state and configuration for an account.
| JSON representation |
|---|
{
"name": string,
"wellKnownUri": string,
"updateTime": string,
"ucpProfile": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the UcpSettings. Format: |
wellKnownUri |
Optional. The public Universal Commerce Protocol (UCP) profile URL (e.g., |
updateTime |
Output only. The timestamp when the UCP settings were last successfully patched. |
ucpProfile |
Output only. The UCP profile contents fetched from the merchant's |
UcpProfile
Represents the parsed contents of a business's UCP profile.
| JSON representation |
|---|
{ "version": string, "capabilities": [ string ], "paymentHandlers": [ string ], "signingKeys": [ string ] } |
| Fields | |
|---|---|
version |
Output only. The version of the UCP specification used by the profile (e.g., |
capabilities[] |
Output only. The list of UCP core capabilities supported by the business (e.g., |
paymentHandlers[] |
Output only. The list of payment handler specifiers supported by the business (e.g., |
signingKeys[] |
Output only. The list of key identifiers used by the business to sign cryptographic mandates. |