SDK authentication

In order to use the SDK, the SDK needs to be authenticated, in simple terms, so we know who is making the payments. We offer two possibilities for this: using pairing codes, or using access tokens.

We recommend using the access token method, as this requires no user input. But it gives you extra programming complexity.

In general the SDK can be authenticated using two methods:

Last updated