Value of sellerKeyedIn and customerInitiated in MOTO payments

Hi,

For MOTO payments, we must send customerInitiated: false and sellerKeyedIn: true
in the param we send to the tokenize method, am I correct?

const verificationDetails = {
amount: ‘1.00’,
currencyCode: ‘GBP’,
intent: ‘CHARGE’,
billingContact: {

},
customerInitiated: false,
sellerKeyedIn: true,
};

@muhammadsquarefish Yes, that’s correct!