CardWallet API Methods

API/cardWallet/session

This is the step to receive Apple Pay session. By invoking this method we will reach Apple Pay with Merchant key and certificate to retrieve a session which should be used to proceed with Apple Pay payment.

Returned session object should be used in session.completeMerchantValidation(JSON.parse(merchantSession));

API/cardWallet/authorize

This step is required to process Apple Pay data. By invoking this method we will decrypt data with Processing Key and Authorize it against selected acquirer.

Returned response is similar to callback xml.

Task

Method

Initialize credit card wallet session.

session

Authorize credit card wallet session.

authorize