Digital assets

Get Orders

get
/products/{customerProductId}/digital/orders

Get orders

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired
Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Optional

Maximum number of items to return

Default: 20
externalIdstringOptional

External Id in partner's system. This value has to be unique

startCreatedOnstring · date-timeOptional

Display orders created on or after this date

endCreatedOnstring · date-timeOptional

Display orders created on or before this date

Responses
chevron-right
200

OK

application/json
get
/products/{customerProductId}/digital/orders

Get Order

get
/digital/orders/{orderId}

Get order

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
orderIdstring · uuidRequired

Id of order we're looking for

Responses
chevron-right
200

OK

application/json
statusstring · enumRequiredPossible values:
sidestring · enumRequiredPossible values:
orderIdstring · uuidRequired

The identifier of the order.

walletCustomerProductIdstring · uuidRequired

The identifier of the wallet customer product.

messagestringOptional
createdOnstring · date-timeRequired

The timestamp when the order was received.

modifiedOnstring · date-timeRead-onlyRequired

The timestamp when the order has changed the status.

externalIdstringRequired

External Id in partner's system. This value has to be unique

orderTypestring · enumRequiredPossible values:
cashCustomerProductIdstring · uuidRequired

Cash customer product used for the order.

get
/digital/orders/{orderId}

Get Order Receipt

get
/digital/orders/{orderId}/receipt

Get order receipt

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
orderIdstring · uuidRequired

Id of order we're looking for

Responses
chevron-right
200

OK

application/pdf
string · binaryOptional
get
/digital/orders/{orderId}/receipt

Last updated