0

I'm working on a laravel payment service. The payment process involves the following step:

  1. Initiate a token
  2. Get an OTP screen from service.
  3. Get a Encoded value (PaRes) from OTP Screen callback url
  4. Initiate the transaction on another API with customer details + Transaction ID + PaRes + Data_3ds_secure_id

I'm able to complete till step 3 i don't know how can i proceed with step 4. I can get the PaRes value but after receiving PaRes. The customer details are lost during the process. What am i missing to complete the transaction process?

Thanks in advance.

spanish
  • 11
  • 3
  • We could use some more info, like what your code looks like and at which point in the code the expected value diverts from the actual value. – Techno Oct 05 '22 at 12:17
  • Please provide enough code so others can better understand or reproduce the problem. – Community Oct 05 '22 at 13:30

0 Answers0