POST | /RazerDirectPaymentLinkCallback |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
nbcb | body | string | No | |
amount | body | string | No | |
orderid | body | string | No | |
tranID | body | string | No | |
domain | body | string | No | |
status | body | string | No | |
appcode | body | string | No | |
error_code | body | string | No | |
error_desc | body | string | No | |
skey | body | string | No | |
currency | body | string | No | |
channel | body | string | No | |
paydate | body | string | No | |
extraP | body | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /RazerDirectPaymentLinkCallback HTTP/1.1
Host: snr2u.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<RazerDirectPaymentLinkCallback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel">
<amount>String</amount>
<appcode>String</appcode>
<channel>String</channel>
<currency>String</currency>
<domain>String</domain>
<error_code>String</error_code>
<error_desc>String</error_desc>
<extraP>String</extraP>
<nbcb>String</nbcb>
<orderid>String</orderid>
<paydate>String</paydate>
<skey>String</skey>
<status>String</status>
<tranID>String</tranID>
</RazerDirectPaymentLinkCallback>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length (string)