Create account if it does not exist, if it exists authenticate account and create a subscription in the system for the service provided in the request object
1min
POST
AUTHENTICATION
Authorization
Bearer
Bearer
HEADER PARAMETERS
X-TokenId
string
The eSuite Token Id
X-SessionId
string
The eSuite Session Id
X-Version
string
*The eSuite Version
Origin
string
The eSuite Origin
BODY PARAMETERS
request
FictiveGlobal.Api.Rest.Dtos.v1.AmazonPurchaseReceipt
*Information from a recently purchased Amazon application required for creating a new subscription
amazonReceiptId
string
The encrypted receipt returned from the Amazon stored when the app was purchased.
amazonUserId
string
The encrypted user registered with an Amazon account with which the purchase was made.
email
string
Email address of the purchaser
password
string
Password address of the subscriber
newAccountDetails
FictiveGlobal.Api.Rest.Dtos.v1.NewAccountDetails
New account details of the purchaser
priceInfo
FictiveGlobal.Api.Rest.Dtos.v1.AmazonPriceInfo
Price Info for Amazon
RESPONSES
400
β’ An error occurred while processing the request
401
β’ Not Authorized
412
Precondition Failed
<br />β’ Currency is not set up for this service.
<br />β’ The service is not configured correctly. The service must be active.
<br />β’ The service is not configured correctly. Amazon must be enabled for the service.
<br />β’ The service is not configured correctly.
500
β’ Internal Server Error
ο»Ώ
ο»Ώ