POST api/bir/forms/transactions/process/success
Request Information
URI Parameters
None.
Body Parameters
TrnsactionsSuccessDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| referenceCode | string |
None. |
|
| amount | string |
None. |
|
| eorReferenceCode | string |
None. |
|
| eorUrl | string |
None. |
|
| transactionCode | string |
None. |
|
| qrdCode | string |
None. |
|
| payment | PayementSucceessDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"referenceCode": "sample string 1",
"amount": "sample string 2",
"eorReferenceCode": "sample string 3",
"eorUrl": "sample string 4",
"transactionCode": "sample string 5",
"qrdCode": "sample string 6",
"payment": {
"status": "sample string 1",
"datePaid": "sample string 2",
"paymentMethod": "sample string 3",
"paymentType": "sample string 4",
"convenienceFee": "sample string 5",
"dstFee": "sample string 6",
"particular": "sample string 7"
}
}
application/xml, text/xml
Sample:
<TrnsactionsSuccessDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
<amount>sample string 2</amount>
<eorReferenceCode>sample string 3</eorReferenceCode>
<eorUrl>sample string 4</eorUrl>
<payment>
<convenienceFee>sample string 5</convenienceFee>
<datePaid>sample string 2</datePaid>
<dstFee>sample string 6</dstFee>
<particular>sample string 7</particular>
<paymentMethod>sample string 3</paymentMethod>
<paymentType>sample string 4</paymentType>
<status>sample string 1</status>
</payment>
<qrdCode>sample string 6</qrdCode>
<referenceCode>sample string 1</referenceCode>
<transactionCode>sample string 5</transactionCode>
</TrnsactionsSuccessDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.