|
|
|
|
|
by nakulkothari
1099 days ago
|
|
There are broadly two kinds of checkout experiences for most payment methods. The SDK flow is where your payment page has the SDK of the processor embedded for a more native experience. The redirection flow is when you break from the flow of your website and use the processor’s hosted checkout page. It is worth putting in the extra effort to blend the payment page until the end of the checkout experience to not lose your customer’s flow of attention. PayPal one-click checkout button is an example of paypal’s SDK flow. You actually don’t need the user to reach the final checkout page with all these icons and progressive disclosures for checking out with Paypal |
|