POST api/BSEMFData/GetPaymentURL

Request Information

URI Parameters

None.

Body Parameters

BSEPaymentURLInputInfo
NameDescriptionTypeAdditional information
ClientCode

string

None.

LogOutURL

string

None.

BSEMembID

string

None.

BSEUserID

string

None.

BSEPassword

string

None.

IFAID

string

None.

Token

string

None.

BSEOrderId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientCode": "sample string 1",
  "LogOutURL": "sample string 2",
  "BSEMembID": "sample string 3",
  "BSEUserID": "sample string 4",
  "BSEPassword": "sample string 5",
  "IFAID": "sample string 6",
  "Token": "sample string 7",
  "BSEOrderId": "sample string 8"
}

application/xml, text/xml

Sample:
<BSEPaymentURLInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <BSEMembID>sample string 3</BSEMembID>
  <BSEOrderId>sample string 8</BSEOrderId>
  <BSEPassword>sample string 5</BSEPassword>
  <BSEUserID>sample string 4</BSEUserID>
  <ClientCode>sample string 1</ClientCode>
  <IFAID>sample string 6</IFAID>
  <LogOutURL>sample string 2</LogOutURL>
  <Token>sample string 7</Token>
</BSEPaymentURLInputInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BSEPaymentURLOutputInfo
NameDescriptionTypeAdditional information
BSEPaymentURL

string

None.

Status

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BSEPaymentURL": "sample string 1",
  "Status": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<BSEPaymentURLOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <BSEPaymentURL>sample string 1</BSEPaymentURL>
  <Message>sample string 3</Message>
  <Status>sample string 2</Status>
</BSEPaymentURLOutputInfo>