POST api/Payment/PaymentCenterPayed
Documentation for 'PaymentCenterPayed'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SalesOrderNo": "sample string 1",
"TransactionCode": "sample string 2",
"PaymentStatus": 3,
"IP_Address": "sample string 4",
"ResponseErrorCode": "sample string 5",
"ResponseMessage": "sample string 6",
"ResponseDescription": "sample string 7",
"ResponseMapping": "sample string 8",
"ResponseMessageMapID": "a2d149e4-9352-449e-9ba4-ccaaf914b219",
"CC_CARD_NO_PARTIAL": "sample string 10",
"CC_AUTH_ID": "sample string 11",
"PaymentReff": "sample string 12",
"PaymentAccountID": "sample string 13",
"BillingReff": "sample string 14"
}
application/xml, text/xml
Sample:
<RequestPaymentCenterStatusModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SalesOrderNo>sample string 1</SalesOrderNo> <TransactionCode>sample string 2</TransactionCode> <PaymentStatus>3</PaymentStatus> <IP_Address>sample string 4</IP_Address> <ResponseErrorCode>sample string 5</ResponseErrorCode> <ResponseMessage>sample string 6</ResponseMessage> <ResponseDescription>sample string 7</ResponseDescription> <ResponseMapping>sample string 8</ResponseMapping> <ResponseMessageMapID>a2d149e4-9352-449e-9ba4-ccaaf914b219</ResponseMessageMapID> <CC_CARD_NO_PARTIAL>sample string 10</CC_CARD_NO_PARTIAL> <CC_AUTH_ID>sample string 11</CC_AUTH_ID> <PaymentReff>sample string 12</PaymentReff> <PaymentAccountID>sample string 13</PaymentAccountID> <BillingReff>sample string 14</BillingReff> </RequestPaymentCenterStatusModel>
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"IsSuccess": true
}
application/xml, text/xml
Sample:
<ResponsePaymentCenterStatusModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample string 1</Code> <Message>sample string 2</Message> <IsSuccess>true</IsSuccess> </ResponsePaymentCenterStatusModel>