🚧 First steps for the final ISU authentication

This commit is contained in:
Philipp Stracker 2025-01-02 14:43:33 +01:00
parent ef0e7e756c
commit 565ee96bb6
No known key found for this signature in database
2 changed files with 56 additions and 0 deletions

View file

@ -45,6 +45,16 @@ export const REST_PERSIST_PATH = '/wc/v3/wc_paypal/common';
export const REST_DIRECT_AUTHENTICATION_PATH =
'/wc/v3/wc_paypal/authenticate/direct';
/**
* REST path to perform the ISU authentication check, using shared ID and authCode.
*
* Used by: Controls
* See: AuthenticateRestEndpoint.php
*
* @type {string}
*/
export const REST_ISU_AUTHENTICATION_PATH = '/wc/v3/wc_paypal/authenticate/isu';
/**
* REST path to generate an ISU URL for the PayPal-login.
*