SecureTrading is the UK's leading independent payment processor enabling online transactions using credit and debit cards as well as methods such as Paypal and Ukash. Questions should use this tag if the question is directly related to an aspect of SecureTrading or it's services.
Questions tagged [secure-trading]
12 questions
1
vote
1 answer
Securetrading integration - stapi and paypal using php
Is there anyone who has done some integration with securetrading using stapi? I currently am trying to integrate paypal and have the following xml response being returned to my console:
…

Dino
- 1,445
- 4
- 24
- 43
1
vote
1 answer
FOR LOOP, for drawing 2 horizontal lines with a specific formula
For Loop issue to print 2 horizontal lines as per formula.
WHEN THE SECURITY, PRICE/CLOSE VALUE CHANGES, THE OLD LINES MUST BE DELETED AUTOMATICALLY AND REPLACED WITH NEW LINES AS PER MENTIONED FORMULA
//@version=4
study("g",…

rohan sawant
- 121
- 1
- 14
1
vote
1 answer
Cannot call 'security' with 'symbol'=series[string]. The argument should be of type: string;
HOW DO I SOLVE THIS ISSUE?
IF I remove the security function I get a new error. mutable variable in a security expression.
The security function was done to get rid of it. But now I got new errors
ERRORS:
line 31: Cannot call 'security' with…

rohan sawant
- 121
- 1
- 14
0
votes
1 answer
Cannot get a 'ticker' of a spread symbol Trading View
When a spread symbol comes like NSE:BANKNIFTY1!/NSE:NIFTY1!
the system should use standard open, high, low and close
In other cases it should use the mentioned close as per code.
I am using syminfo.prefix+":"+syminfo.ticker and not syminfo.tickerid,…

rohan sawant
- 121
- 1
- 14
0
votes
1 answer
Trading View Cannot call 'security' or 'financial' inside 'if' or 'for'
How do i recode this?
How to fix the error?
var float close_lock = na
var float open_lock = na
var float high_lock = na
var float low_lock = na
var bool normal_ticker_check = na
normal_ticker_check := syminfo.type !=…

rohan sawant
- 121
- 1
- 14
0
votes
1 answer
What function can be used to calculate cube root in pine-script, TradingView?
What function can be used to calculate cube root in pine-script, TradingView?
There is only a function to calculate square root and for power raised to.

rohan sawant
- 121
- 1
- 14
0
votes
1 answer
TradingView using plotcandle, to color candle Wicks . But these Wicks still remain when chart is changed to line chart. How do i auto hide them?
TradingView using plotcandle function, to color candle Wicks.
But these Wicks still remain when the chart is changed to line chart.
How to auto-hide/disable them when I change the chart type to line?
//@version=4
study("5 ema", overlay=true)
x =…

rohan sawant
- 121
- 1
- 14
0
votes
1 answer
Can't get an unenrolled 3d-secure card authenticaited (secrure trading)
I am running a PHP 7.3, running on apache server. I used composer to get this library:
https://github.com/SecureTrading/PHP-API
For the code provided, I am now using the test site reference. I already managed to use for regular transitions. I now…

GuruYaya
- 545
- 3
- 16
0
votes
1 answer
Umbraco uCommerce Secure Trading - need to use OrderNumber instead of OrderGuid
I am trying to use umbraco with uCommerce.
I have implemented SecureTrading as Payment provider in uCommerce. Now I need a solution to use OrderNumber in place of OdrderGuid to be used to identify the PurchaseOrder.
Currently OrderGuid is being…

user1400290
- 1,682
- 5
- 23
- 43
0
votes
1 answer
Opencart missing orders
I have managed to successfully set up Securetrading extension in opencart. However, all orders through ST are going into "missing orders" opencart.
I have double checked and the payments are being processed (both in test and live mode) and emails…

Matt
- 71
- 1
- 1
- 9
0
votes
0 answers
GA sessions splitting at giving (secure trading)
I have an issue that's happened since we replaced the UA code with GTM and now run everything through tag manager.
Everything was working fine with analytics using plain UA. We could see ecommerce, user journeys etc all in one sessions however last…

Meeckah
- 15
- 7
-2
votes
2 answers
Executing Orders Of Same Trader Allowed?
We are building a Bitcoin Exchange. So is it allowed to execute the order of the same user, that is to execute the buy limit order of the user1 with sell limit order of the user1 if the price matches. What is approach that all financial exchanges…

Muhammad Bilal
- 39
- 6