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

Card Registration

Register (bind) a card for Direct Debit using the SNAP API.

This endpoint requires request signing via X-SIGNATURE.

Endpoint

Environment
Method
URL

Header Request

No
Name
Type
Mandatory
Description
1

X-SIGNATURE

string

M

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

2

X-TIMESTAMP

string

M

Request timestamp. Example: {{timestamp}}.

3

X-PARTNER-ID

string

M

Partner identifier. Example: {{partner_id}}.

4

X-EXTERNAL-ID

string

M

External reference identifier. Example: {{external-id}}.

5

CHANNEL-ID

string

M

Channel identifier. Example: drdbt.

6

clientSecret

string

M

Client secret provided by Finnet. Example: {{client_secret}}.

7

test

string

O

Optional testing flag. Example: true.

8

ivEncrypt

string

O

Optional encryption IV. Example: PnyFUqFvf7ooGIc2.

9

encryptKey

string

O

Optional encryption key. Example: 5ca3b0a34d3b313e10164081ff1b6492.

10

enkripType

string

O

Optional encryption type. Example: default.

Body Request

Content-Type: application/json

No
Name
Type
Mandatory
Description
1

cardData

string

M

Encrypted/encoded card payload.

2

custIdMerchant

string

M

Customer identifier on merchant side.

3

phoneNo

string

M

Customer phone number. Example: 628133560008.

Sample Request

Response

200 OK

Returns application/json.

Last updated