You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This technical reference documents methods available in the React Native
4
-
plugin for In-App Payments SDK. For detailed documentation on In-App Payments SDK, please see
5
-
[https://developer.squareup.com/docs/].
3
+
This technical reference outlines the methods available in the React Native plugin for the In-App Payments SDK. For comprehensive documentation on the In-App Payments SDK, visit [this link](https://developer.squareup.com/docs/in-app-payments-sdk/what-it-does).
6
4
7
5
---
8
6
@@ -269,7 +267,7 @@ if (Platform.OS === 'ios') {
269
267
---
270
268
### startBuyerVerificationFlow
271
269
272
-
Starts the buyer verification for a given payment source id. The most likely use case will be to pass in a card-on-file (cof). This will display a verification view to the user for some geographies to address Strong Customer Authentication. The method takes two callback parameters which correspond to the possible results of the request.
270
+
Starts the buyer verification for a given payment source id. The most likely use case will be to pass in a card-on-file (cof). This will display a verification view to the user for some geographies to address Strong Customer Authentication. The method takes two callback parameters which correspond to the possible results of the request. Please see [this link](https://developer.squareup.com/docs/in-app-payments-sdk/verify-buyer) for more detailed documentation on this flow.
There is a [stackoverflow question](https://stackoverflow.com/questions/37461703/print-entry-cfbundleidentifier-does-not-exist) that adresses this problem.
0 commit comments