#venkateshjsoft

1 messages · Page 1 of 1 (latest)

ember juniperBOT
real citrus
#

parameter_missing - payment_method_options[paypal][risk_correlation_id]

#

req_bXvsNw52iexv6G

lofty igloo
#

Hello! Let me take a look...

real citrus
#

im not using on-session payments

#

for paypal

#

I want to use offsession payments for all my payments types

#

is it some configuration I have to change?

lofty igloo
real citrus
#

this is renewal payment

#

when I created payment for the same user first time I set offsession to true

#

req_HXQjiC1efYi1Xb

#

this is the first request

lofty igloo
#

You need to set off_session to true for every off-session payment. It's not a sticky parameter.

#

I think you're confusing the paramater off_session, which has a value of true or false, with the parameter setup_future_usage, which has one possible value of off_session.

real citrus
#

yes your correct

#

when I create payment for the first time I was setting the value setup_future_usage = off session

#

for the renewal payments im not setting off_session = true

#

but it was working fine for ideal payment without setting this flag

#

is there any issue if i set this flag true always for all payemnts types during renewal payment

lofty igloo
#

You should set off_session to true anytime you create a Payment Intent for an off-session payment, where the customer is not present.

real citrus
#

okay got it clear

#

but why the same was working fine for ideal payment when I didnt set off_Session

lofty igloo
#

Different methods of payment have different requirements for on- and off- session payments. iDEAL doesn't have the same requirements as PayPal, so you didn't hit an error.

real citrus
#

okay, so if I set off_session to true for ideal no issues right

#

or I should set this flag based on each payment type

#

?

lofty igloo
#

You should set it based on the presence or absence of the customer in your payment flow.

real citrus
#

in my case, first time customer present

#

renewal payments customer is not present

lofty igloo
#

Okay, so for that first one you don't set off_session to true. For the renewals you do set off_session to true.