Digital assets
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired
Query parameters
cursorstringOptional
String value used for pagination
limitinteger · min: 1OptionalDefault:
Maximum number of items to return
20externalIdstringOptional
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
200
OK
application/json
400
Bad Request
application/json
get
/products/{customerProductId}/digital/ordersAuthorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
orderIdstring · uuidRequired
Id of order we're looking for
Responses
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.
400
Bad Request
application/json
get
/digital/orders/{orderId}Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
orderIdstring · uuidRequired
Id of order we're looking for
Responses
200
OK
application/pdf
string · binaryOptional
400
Bad Request
application/json
404
Not Found
application/json
get
/digital/orders/{orderId}/receiptLast updated
