Abowire
Search…
Our docs have moved
Introduction
Integrating Abowire
Environments
Create your API Keys
Web SDK
Getting Started with the Web SDK
Checkout SDK
Customer Portal SDK
Powered By
GitBook
Customer Portal SDK
Opens a responsive iframe with the Customer Portal:
1
abowire
.
customerPortal
.
openCustomerPortal
();
Copied!
By default we will require the customer to login using their credentials.
You can skip the login step by providing a Session Token, which can be generated on your backend by using the our
REST API
.
You can specify a Session Token in the
SDK config
, the window will be logged as the customer and won't require further authentication.
You can also just redirect your customers or open an iframe to our Hosted Customer Portal:
1
https://<workspace>.abowire.com/customer-portal?session_token=<session-token>
Copied!
Previous
Change language
Last modified
1yr ago
Copy link