Merchant API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
order_idstring · uuidRequired
The unique identifier of the order.
Responses
200
Successfully retrieved transaction history (Signed JWS).
application/jose
stringOptional
Compact JWS string. Payload matches TransactionHistory schema.
401
Unauthorized (Invalid or missing JWT)
403
Forbidden (Valid JWT but not allowed)
404
Order not found
get
/merchant-api/v1/purchases/in-app/history/{order_id}Last updated
Was this helpful?