Get started
First you’ll need to establish if your integration will be a full integration for a new stand-alone product, or if it’ll only be working in conjunction with some existing integrated product and it’s clients (limited integration). In any case you need to set up authentication, which will allow you to make api requests and if desired, subscribe to events. The full integration will furthermore require you to include the pay-js-sdk into your product.
The steps you need to take:
Set up and configure JWT based authentication to use API / get events. See Authentication.
Establish webhook endpoints and subscribe to Subhub to receive events. See Webhooks & event handling and Notifications
For full integration you will also need to:
Include pay-js-sdk to your product to enable management and checkout components. See Pay JS SDK
Implement token-endpoint to be used by pay-js-sdk.
For a reference implementation check out Integration example