The payment considered current is the most recently created order redirect payment for the order.
This endpoint may be polled to determine the status of the payment after the redirect payment process has completed on the 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 redirect payment has not been created.
{- "id": "string",
- "type": "CinemaProcessed",
- "value": 0.1,
- "status": "NotStarted"
}