Payment.AMFPaymentService

DisableAutomaticRenewal

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.DisableAutomaticRenewal

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetAvailablePurchaseTypes

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetAvailablePurchaseTypes

Argument count: 2

Return type: ServiceResultData<PurchaseTypeDomain[]>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

GetBokuBuyUrlNew

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetBokuBuyUrlNew

Argument count: 6

Return type: WebService.GetBokuBuyUrlResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

key

string

Key

productId

int

Product Id

actorId

string

Actor Id

msisdn

string

Msisdn

bokuPanelStyle

string

Boku Panel Style

GetBokuPricePoints

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

Full endpoint: MovieStarPlanet.WebService.Payment.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.Payment.AMFPaymentService.GetCurrentPaymentPossibilities

Argument count: 2

Return type: ServiceResultData<List<PurchaseTypeDomain>>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

type

int

Type

GetPaymentMethods

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetPaymentMethods

Argument count: 2

Return type: List<WebService.PaymentMethodDescriptor>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

country

string

Country

GetRecurringPaymentSubscription

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetRecurringPaymentSubscription

Argument count: 2

Return type: RecurringPaymentSubscription

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

GetTimeLimitedPurchaseType

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetTimeLimitedPurchaseType

Argument count: 2

Return type: ServiceResultData<PurchaseTypeDomain[]>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

GetTransactionPurchaseInfo

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetTransactionPurchaseInfo

Argument count: 3

Return type: TransactionPurchaseInfo

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

transactionId

int

Transaction Id

GetTransactionPurchaseInfoWeb

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetTransactionPurchaseInfoWeb

Argument count: 3

Return type: TransactionPurchaseInfo

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

transactionId

int

Transaction Id

GetTransactionPurchaseList

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetTransactionPurchaseList

Argument count: 4

Return type: WebService.PagedTransactionPurchaseTypeList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

pageindex

int

Pageindex

pagesize

int

Pagesize

GetTransactionPurchaseListIncludingManual

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetTransactionPurchaseListIncludingManual

Argument count: 4

Return type: WebService.PagedTransactionPurchaseTypeList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

pageindex

int

Pageindex

pagesize

int

Pagesize

GetTransactionsAsModerator

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetTransactionsAsModerator

Argument count: 4

Return type: WebService.PagedTransactionList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

pageindex

int

Pageindex

pagesize

int

Pagesize

GetTransactionsFilterByType

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.GetTransactionsFilterByType

Argument count: 5

Return type: WebService.PagedTransactionList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

filterValue

string

Filter Value

filterType

string

Filter Type

pageindex

int

Pageindex

pagesize

int

Pagesize

RedeemCode

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.RedeemCode

Argument count: 4

Return type: ServiceResultData<List<WebService.CertificateGift>>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

code

string

Code

codeType

int

Code Type

VerifyBokuTransaction

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

Full endpoint: MovieStarPlanet.WebService.Payment.AMFPaymentService.VerifyBokuTransaction

Argument count: 2

Return type: WebService.VerifyBokuTransactionResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

transactionId

string

Transaction Id

Last updated