POST mobile/me/makepayment/paybygateway
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"gateway": 0,
"creditsUsed": 1.1,
"placedOrderId": "sample string 2",
"curUserId": "sample string 3",
"isSSO": true,
"requestHost": "sample string 5",
"applicationPath": "sample string 6",
"secureApplicationPath": "sample string 7",
"absoluteApplicationPath": "sample string 8",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 11",
"clientOS": "sample string 12",
"clientBuild": "sample string 13",
"timeZone": 14,
"clientId": "sample string 15"
}
application/xml, text/xml
Sample:
<PayPlacedOrderByGateWayInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 15</ClientId> <ClientType xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">Web</ClientType> <TimeZone xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">14</TimeZone> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 8</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 6</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 13</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 12</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 11</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 3</curUserId> <isHttps xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isSSO> <requestHost xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 5</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 7</secureApplicationPath> <PlacedOrderId>sample string 2</PlacedOrderId> <CreditsUsed>1.1</CreditsUsed> <Gateway>BrainTree</Gateway> </PayPlacedOrderByGateWayInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"placedOrderId": "sample string 1",
"paymentSDKInitData": {},
"amount": 3.1,
"title": "sample string 4",
"description": "sample string 5",
"payType": 6,
"redirectUrl": "sample string 7",
"status": 8,
"selectedGateway": 9,
"currency": "sample string 10",
"partnerId": "sample string 11",
"addedOn": "2025-12-15T00:55:01.3794458+08:00",
"creditUsed": 13.1
}
application/xml, text/xml
Sample:
<PlacedOrderOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Output.Common"> <AddedOn>2025-12-15T00:55:01.3794458+08:00</AddedOn> <Amount>3.1</Amount> <CreditUsed>13.1</CreditUsed> <Currency>sample string 10</Currency> <Description>sample string 5</Description> <PartnerId>sample string 11</PartnerId> <PayType>6</PayType> <PaymentSDKInitData /> <PlacedOrderId>sample string 1</PlacedOrderId> <RedirectUrl>sample string 7</RedirectUrl> <SelectedGateway>9</SelectedGateway> <Status>8</Status> <Title>sample string 4</Title> </PlacedOrderOutVO>