Order Service
Get order receipt
Retrieves receipt details for a completed order using the orderId.
post/order/receipt/{orderId}
Path parameters
orderIdinteger required
Unique identifier of the order.
Response
Order receipt retrieved successfully.
Example response
{
"customer": {
"identities": [
{
"identityTypeId": 1,
"value": "SSN Number, Passport Id, Driver's license, etc.",
"countryCode": "US",
"region": "CA"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.