On this page
No Headings
Last updated: June 4, 2026
Important: PayPal Here is deprecated. PayPal doesn't accept new integrations but continues to support existing integrations.
Fixed typo in startUIFlow method of Web SDK
Added enum values to connectionType() and manufacturer() for the reader connection with the Web SDK
Added reader connection process to Web SDK.
Updated suggested flow for Web SDK setup.
Updated iOS and Android sample code.
Updated Web SDK documentation to reflect general availability of the product.
Removed US only restriction for Card Vaulting via Braintree.
Added errors 32 and 40 on the error page.
580022 on the error page.Added a parenthesis to isSetupComplete.
Removed the reference to the reader() object in the sample code snippets.
Added First Party Token use case.
Added the PayPal Here Web SDK documentation.
Modified the Braintree authentication step needed for card vaulting.
Added Card Vaulting via Braintree.
Added in vaulting related errors 36 and 37 on the error page.
Added setOfflineTransactionAdditionHandler to Step 4 of the Offline payment section.
Added in transaction related errors 30, 31, 32, and 580031 on the error page.
Replaced -currentTransaction.beginPaymentWithOptions(options); with +currentTransaction.beginPayment(options); in the Activates the reader to show the payment options portion of the SDK Capabilities Payment section Step 3.