The payment considered current is the most recently created order embedded payment for the order.
This endpoint may be polled to determine the status of the payment after embedded payment process has completed on client. This is required currently due to limitations in the current Web Payment Module payment process around returning payment status as part of the UI interaction requiring the client to make this extra call before leaving the payment UI.
Success
Order does not exist, or embedded payment has not been created.
{- "id": "string",
- "type": "CinemaProcessed",
- "value": 0.1,
- "status": "NotStarted"
}