Answer the question
In order to leave comments, you need to log in
How to integrate with Mastercard geteway?
Good day everyone. I spent a very long time trying to integrate a payment system for one project.
Who faced with this payment system, please help.
Backend on nodejs + 2 client applications ios, android.
I build the payment chain as follows: A page
is generated for the client in a row and sent to applications.
Applications open this page in a webview, beforehand, a callback script for 2 applications will be injected there in order to get a response from html.
This gives us a session with encrypted data.
Next, we create a token and a verification transaction .
If the answer is ok, we write the card data to the user in the database.
Then problems begin: When creating a Pay
request , an error occurs:
Missing parameter. value: null - reason: A CSC value is required for the transaction source used for this transaction
, referring to the sourceOfFunds.provided.card.securityCode fields - they say fill in the svs field. Although I have no right to keep it and the like. We are denied authorization. Answer the question
In order to leave comments, you need to log in
you ca n’t study the CVV
rules
in any way, in the general case you can store it, but the card number in clear text is not, and then the
mentor should give the algorithm - authorization is still needed, either immediately with capture (a la sale) or PreAuth
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question