session

HTTP method: POST

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));