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 .jsv suffix or ?format=jsv

HTTP + JSV

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/jsv
Content-Type: text/jsv
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/jsv
Content-Length: length

(string)