For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Token

Get an access token (B2B) for SNAP Direct Debit.

Get an access token using the client_credentials grant.

Endpoint

Environment
Method
URL

Header Request

No
Name
Type
Mandatory
Description
1

X-SIGNATURE

string

M

Request signature. See Signature. Example: {{signature}}.

2

X-CLIENT-KEY

string

M

Client key / client ID. Example: {{client_id}}.

3

X-TIMESTAMP

string

M

Request timestamp. Example: {{timestamp}}.

Body Request

Content-Type: application/json

No
Name
Type
Mandatory
Description
1

grantType

string

M

OAuth2 grant type. Value: client_credentials.

Sample Request

{
  "grantType": "client_credentials"
}

Body Response

200 OK

Returns application/json.

Last updated