Questions tagged [datacash]

A Payment Provider owned by MasterCard, who provide e-commerce services to a range of businesses

This tag should be used for any questions to do with programmatically pre-authorizing/authorizing/refunding transactions using Datacash's API.

Find out more info on datacash on their website, their support site or their Wikipedia page.

8 questions
2
votes
0 answers

Twitter Streaming API response 429 ("too many requests"). How can I cash data?

I'm trying to get all tweets depends on location. I use Twitter Streaming API https://api.twitter.com/1.1/geo/reverse_geocode.json. func mapView(mapView: MKMapView, regionDidChangeAnimated animated:…
Svitlana
  • 2,938
  • 1
  • 29
  • 38
2
votes
2 answers

Implementing DataCash 3DSecure in C#

I've been tasked with implementing 3D Secure credit card verification on our existing site. I was just wondering if anyone had any example code to setting up 3D Secure? I've been right through the documentation, however found nothing.
Alex
  • 37,502
  • 51
  • 204
  • 332
1
vote
1 answer

Datacash 3DS txn cannot be authorized

I've inherited a payment system on a website that uses Datacash in Iframes to take user payment. We've seen an issue where a user gets a "3DS txn cannot be authorized" after they've authorised the payment with 3D secure. The datacash documentation…
SamMullins
  • 267
  • 4
  • 9
1
vote
3 answers

Using ZVT with delphi and ingenico IPP480

I try to create some code to realize zvt-protocol in delphi. For connecting to the terminal I use ether TIDTCPClient or a comport-component by turbopack. Both can connect to ingenico terminal IPP480. It is showing a textline "a32de" for 2 seconds. I…
Chris
  • 121
  • 1
  • 9
1
vote
1 answer

Where is the documentation for Datacash's DataCashConf file?

The Datacash payment provider uses a configuration file called DataCashConf.xml and I am having trouble finding the documentation for this. The file looks like this (I have added comments myself)
JMK
  • 27,273
  • 52
  • 163
  • 280
0
votes
0 answers

How can i fetch data from Firestore (the cashed data) in flutter

i am trying to save data reads which have been not changed yet to avoid more and more the same repeated data that not changed yet .. i have normal Future.Builder that get data from firstore (network side) Widget build(BuildContext context) { …
Mohammed Hamdan
  • 1,006
  • 5
  • 23
0
votes
1 answer

Paypal via Datacash

When making Paypal payment requests via Datacash it is required to provide a client and a password, as explained in the documentation page: Each transaction type requires specific information to be provided. In addition to those listed, each…
sdabet
  • 18,360
  • 11
  • 89
  • 158
-1
votes
1 answer

SQL | Match Shop cash with Bank Cash

! - I'm not looking for paid software which will do this job (as too expensive) We have an issue with cash management to match the values. I have two SQL Tables, let's call it SHOP_CASH and BANK_CASH 1) The matching should be happens based on…
user10562656