-
Notifications
You must be signed in to change notification settings - Fork 370
Send Payment button is misleading for PayPalPaymentIntentAuthorize #174
Comments
Thanks for the excellent suggestion, @SinisterCB! |
👍 Would also like to see this done its rather confusing when authorising payments because the interface makes it looks like the payment is taking place on the client |
@SinisterCB and @jasonblood: So, apparently the standard PayPal terminology for this sort of button is one of the following; If we switched from the current |
Pay is less confusing than Send Payment because to me it allows for more However, for clarity let me describe our use case -- we were trying to
Payment AUTHORIZATION occurs at step 4 - we take your credit card number Payment EXECUTION happens after step 5 - in the case of a credit card, we However, because the authorize/execute difference isn't so clear in PayPal, Therefore, for us Pay is still not the ideal terminology to present to the For our needs, it would be ideal to offer either (a) a list of constants |
2.8.5 ----- * Change "Send Payment" button to "Pay". (see paypal/PayPal-iOS-SDK#174) * Minor bug fixes. * Update card.io library to 5.0.2.
|
Our app uses the PayPal iOS SDK for payment authorization, and the final payment capture occurs only after the customer approves the final order details. We create a PayPalPayment with .intent == PayPalPaymentIntentAuthorize. However, in the PayPalPaymentViewController, there is no adjustment for the title of the "Send Payment" button. In this case, the button should reflect that the customer is "authorizing" the payment, but not actually "sending" it.
The text was updated successfully, but these errors were encountered: