Skip to main content

PurchaseOrderDetails

Details describing the external purchase order.

serviceCodestringrequired

External service reference for the purchase order (for example CIP code).

providerPurchaseOrderProvider (string)required

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]

categorystringrequired

Purchase order category (for example retail purchase).

Possible values: [PURCHASE]

descriptionstring

Free-text description shown in the payment preview.

creationTimestring<date-time>

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.

Example: 2021-07-15T17:54:12Z
expirationTimestring<date-time>

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

Example: 2021-07-15T17:54:12Z
PurchaseOrderDetails
{
"serviceCode": "string",
"provider": "PAGO_EFECTIVO",
"category": "PURCHASE",
"description": "string",
"creationTime": "2021-07-15T17:54:12Z",
"expirationTime": "2021-07-15T17:54:12Z"
}