this.paypal.payment.create(paymentData, function (error, payment) {
    // check if an error occured
    if (error) {
      this.logger.error('[ YoctoPaypal.createCreditCardAuthorization.create ] - An error occured' +
      ' when creating the authorization payment, more details : ' + error);