openCheckout
method on the client:
Parameter | Description |
---|---|
checkoutSessionToken | A unique token to identify and validate the checkout session. |
purchaseId | ID to track the purchase. |
url | The base URL of the Appcharge checkout page. |
useExternalBrowser
flag:
useExternalBrowser = true
to open the checkout in the device’s default browser. This flow will use the redirectUrl
provided in the initialization to return back to the app.useExternalBrowser = false
, the checkout opens in the device’s internal browser or SFSafariViewController. This flow will use the url schema provided in the plist
file to return back to the app.