POST onlinestore/PaymentResponseDetails

Request Information

URI Parameters

None.

Body Parameters

PaymentResponse
NameDescriptionTypeAdditional information
txn_status

string

None.

txn_msg

string

None.

txn_err_msg

string

None.

clnt_txn_ref

string

None.

tpsl_bank_cd

string

None.

tpsl_txn_id

string

None.

txn_amt

string

None.

clnt_rqst_meta

string

None.

tpsl_txn_time

string

None.

tpsl_rfnd_id

string

None.

bal_amt

string

None.

rqst_token

string

None.

TransactionId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "txn_status": "sample string 1",
  "txn_msg": "sample string 2",
  "txn_err_msg": "sample string 3",
  "clnt_txn_ref": "sample string 4",
  "tpsl_bank_cd": "sample string 5",
  "tpsl_txn_id": "sample string 6",
  "txn_amt": "sample string 7",
  "clnt_rqst_meta": "sample string 8",
  "tpsl_txn_time": "sample string 9",
  "tpsl_rfnd_id": "sample string 10",
  "bal_amt": "sample string 11",
  "rqst_token": "sample string 12",
  "TransactionId": "sample string 13"
}

application/xml, text/xml

Sample:
<OnlineStore.PaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <TransactionId>sample string 13</TransactionId>
  <bal_amt>sample string 11</bal_amt>
  <clnt_rqst_meta>sample string 8</clnt_rqst_meta>
  <clnt_txn_ref>sample string 4</clnt_txn_ref>
  <rqst_token>sample string 12</rqst_token>
  <tpsl_bank_cd>sample string 5</tpsl_bank_cd>
  <tpsl_rfnd_id>sample string 10</tpsl_rfnd_id>
  <tpsl_txn_id>sample string 6</tpsl_txn_id>
  <tpsl_txn_time>sample string 9</tpsl_txn_time>
  <txn_amt>sample string 7</txn_amt>
  <txn_err_msg>sample string 3</txn_err_msg>
  <txn_msg>sample string 2</txn_msg>
  <txn_status>sample string 1</txn_status>
</OnlineStore.PaymentResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.