PurchaseOrderDetails
Details describing the external purchase order.
External service reference for the purchase order (for example CIP code).
Identifies the external partner system that originated the purchase order (for example the upstream checkout or bill-pay channel). New enum values may be added when additional providers are supported.
Possible values: [PAGO_EFECTIVO]
Purchase order category (for example retail purchase).
Possible values: [PURCHASE]
Free-text description shown in the payment preview.
Creation timestamp of the service code in the external provider system. It describes the external service code lifecycle only (not an Embedded Wallet domain creation timestamp) and is returned only when supplied by that external system.
2021-07-15T17:54:12ZExpiration timestamp of the service code in the external provider system. It describes the external service code lifecycle only (not an Embedded Wallet domain expiration timestamp) and is returned only when supplied by that external system.
2021-07-15T17:54:12Z{
"serviceCode": "string",
"provider": "PAGO_EFECTIVO",
"category": "PURCHASE",
"description": "string",
"creationTime": "2021-07-15T17:54:12Z",
"expirationTime": "2021-07-15T17:54:12Z"
}