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 .csv suffix or ?format=csv
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: text/csv
Content-Type: text/csv
Content-Length: length
{"params[nbcb]":"String","params[amount]":"String","params[orderid]":"String","params[tranID]":"String","params[domain]":"String","params[status]":"String","params[appcode]":"String","params[error_code]":"String","params[error_desc]":"String","params[skey]":"String","params[currency]":"String","params[channel]":"String","params[paydate]":"String","params[extraP]":"String"}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length (string)