WebService.AMFPaymentService

CancelTransaction

POST https://moviestarplanet.com/Gateway.aspx?method=CancelTransaction

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.CancelTransaction

Argument count: 3

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

mspTransaction

int

Msp Transaction

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetAvailablePurchaseTypes

POST https://moviestarplanet.com/Gateway.aspx?method=GetAvailablePurchaseTypes

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetAvailablePurchaseTypes

Argument count: 2

Return type: ServiceResultData<PurchaseTypeDomain[]>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

GetBokuPricePoints

POST https://moviestarplanet.com/Gateway.aspx?method=GetBokuPricePoints

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetBokuPricePoints

Argument count: 1

Return type: WebService.CountryPrices

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

GetCurrentPaymentPossibilities

POST https://moviestarplanet.com/Gateway.aspx?method=GetCurrentPaymentPossibilities

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetCurrentPaymentPossibilities

Argument count: 2

Return type: ServiceResultData<List<PurchaseTypeDomain>>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

type

int

Type

GetCurrentPaymentPossibilitiesNew

POST https://moviestarplanet.com/Gateway.aspx?method=GetCurrentPaymentPossibilitiesNew

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetCurrentPaymentPossibilitiesNew

Argument count: 2

Return type: ServiceResultData<List<PurchaseTypeDomain>>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

type

int

Type

GetFilteredPurchaseTypes

POST https://moviestarplanet.com/Gateway.aspx?method=GetFilteredPurchaseTypes

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetFilteredPurchaseTypes

Argument count: 1

Return type: ServiceResultData<List<PurchaseTypeDomain>>

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

GetPurchaseType

POST https://moviestarplanet.com/Gateway.aspx?method=GetPurchaseType

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetPurchaseType

Argument count: 1

Return type: PurchaseTypeDomain

Request Body

Name
Type
Description

contentId

int

Content Id

GetPurchaseTypes

POST https://moviestarplanet.com/Gateway.aspx?method=GetPurchaseTypes

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetPurchaseTypes

Argument count: 3

Return type: ServiceResultData<List<PurchaseTypeDomain>>

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

type

int

Type

GetPurchaseTypesNew

POST https://moviestarplanet.com/Gateway.aspx?method=GetPurchaseTypesNew

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetPurchaseTypesNew

Argument count: 3

Return type: ServiceResultData<List<PurchaseTypeDomain>>

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

type

int

Type

GetTimeLimitedPurchaseType

POST https://moviestarplanet.com/Gateway.aspx?method=GetTimeLimitedPurchaseType

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.GetTimeLimitedPurchaseType

Argument count: 2

Return type: ServiceResultData<PurchaseTypeDomain[]>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

InitPurchase

POST https://moviestarplanet.com/Gateway.aspx?method=InitPurchase

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.InitPurchase

Argument count: 6

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

title

string

Title

amount

string

Amount

currency

string

Currency

countryCode

string

Country Code

InitPurchaseAmazon

POST https://moviestarplanet.com/Gateway.aspx?method=InitPurchaseAmazon

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.InitPurchaseAmazon

Argument count: 4

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

contentId

int

Content Id

countryCode

string

Country Code

InitPurchaseAmazon

POST https://moviestarplanet.com/Gateway.aspx?method=InitPurchaseAmazon

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.InitPurchaseAmazon

Argument count: 5

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

contentId

int

Content Id

countryCode

string

Country Code

priceWithCurrency

string

Price With Currency

InitPurchaseAndroid

POST https://moviestarplanet.com/Gateway.aspx?method=InitPurchaseAndroid

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.InitPurchaseAndroid

Argument count: 5

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

contentId

int

Content Id

priceWithCurrency

string

Price With Currency

countryCode

string

Country Code

InitPurchaseAndroid

POST https://moviestarplanet.com/Gateway.aspx?method=InitPurchaseAndroid

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.InitPurchaseAndroid

Argument count: 6

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

contentId

int

Content Id

amount

string

Amount

currency

string

Currency

countryCode

string

Country Code

IsUserAllowedForPurchase

POST https://moviestarplanet.com/Gateway.aspx?method=IsUserAllowedForPurchase

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.IsUserAllowedForPurchase

Argument count: 2

Return type: ServiceResultData<bool>

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

IsUserAllowedForPurchase

POST https://moviestarplanet.com/Gateway.aspx?method=IsUserAllowedForPurchase

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.IsUserAllowedForPurchase

Argument count: 3

Return type: ServiceResultData<bool>

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

platform

string

Platform

PurchaseAmazonV2

POST https://moviestarplanet.com/Gateway.aspx?method=PurchaseAmazonV2

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.PurchaseAmazonV2

Argument count: 9

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

transactionid

int

Transactionid

actorId

int

Actor Id

contentId

int

Content Id

priceWithCurrency

string

Price With Currency

countryCode

string

Country Code

amazonUserId

string

Amazon User Id

purchaseToken

string

Purchase Token

sku

string

Sku

PurchaseAndroid

POST https://moviestarplanet.com/Gateway.aspx?method=PurchaseAndroid

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.PurchaseAndroid

Argument count: 8

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

contentId

int

Content Id

priceWithCurrency

string

Price With Currency

countryCode

string

Country Code

jsonReceipt

string

Json Receipt

signature

string

Signature

thirdpartyToken

string

Thirdparty Token

PurchaseAndroid

POST https://moviestarplanet.com/Gateway.aspx?method=PurchaseAndroid

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.PurchaseAndroid

Argument count: 9

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

contentId

int

Content Id

amount

string

Amount

currency

string

Currency

countryCode

string

Country Code

jsonReceipt

string

Json Receipt

signature

string

Signature

thirdpartyToken

string

Thirdparty Token

PurchaseApple

POST https://moviestarplanet.com/Gateway.aspx?method=PurchaseApple

Full endpoint: MovieStarPlanet.WebService.AMFPaymentService.PurchaseApple

Argument count: 10

Return type: ServiceResult

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

actorId

int

Actor Id

mspTransactionId

int

Msp Transaction Id

receipt

string

Receipt

transactionId

string

Transaction Id

productId

string

Product Id

title

string

Title

amount

string

Amount

currency

string

Currency

countryCode

string

Country Code

Last updated