SmartAcc DynaMod Web API v2024.4 Build 0000 - Local

<back to all web services

RazerDirectPaymentLinkCallback

Callback Module

Razer Direct Payment Link Callback API

The following routes are available for this service:
POST/RazerDirectPaymentLinkCallback
RazerDirectPaymentLinkCallback Parameters:
NameParameterData TypeRequiredDescription
nbcbbodystringNo
amountbodystringNo
orderidbodystringNo
tranIDbodystringNo
domainbodystringNo
statusbodystringNo
appcodebodystringNo
error_codebodystringNo
error_descbodystringNo
skeybodystringNo
currencybodystringNo
channelbodystringNo
paydatebodystringNo
extraPbodystringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + 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)