Movie Ticket

This page discuss the extended information for payment order scenarios, please also check the base API.


Order Status

Flow Chart

Notification can start from any status below and status can be skipped if necessary.

Order Status

Description

Display Sample (Index Page)

Display Sample (Notification Center)

AWAIT_SCREENING

When the movie is about to show.

image

image

CLOSED

When the notification has to hide.

Notification will disappear.

Notification will disappear.




Below shows the languageBusinessInfo of this scenario.

All fields are REQUIRED when status is AWAIT_SCREENING, optional otherwise.

Request parameters

action_url string  

An URL for the action button to redirect when being clicked.

cinema_house string  

Show house of the movie.

cinema_name string  

Name of the cinema.

merchant_icon_url string  

An URL of the notification's icon (recommend 72 x 72 px).

More information:

  • Value range: < 100KB

merchant_name string  

Display name on the notification.

movie_start_date string  

Show date of the movie in yyyy/MM/dd (Weekday).

movie_start_time string  

Show time of the movie in mm:ss.

movie_image string  

An url reference the image of the movie, recommended 90 x 135px.

movie_name string  

Name of the movie.

order_url string  

An URL to redirect when user clicks the notification but not the button.

seat_num Array<string>  

Seat number of the ticket in array of strings.

Response parameters

No request parameters.
API Explorer

Request

Request Body

Response

Response Body