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

Payment Status

Check Direct Debit payment status using the SNAP API.

Check the current status of a Direct Debit payment.

Endpoint

Environment
Method
URL

Production

POST

TBD

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

CHANNEL-ID

string

M

Channel identifier. Example: drdbt.

4

X-EXTERNAL-ID

string

M

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

5

X-PARTNER-ID

string

M

Partner identifier. Example: cM8GIPvoEpzLaHQfvL1e9g.

6

test

string

M

Testing flag. Example: true.

Body Request

Content-Type: application/json

No
Name
Type
Mandatory
Description
1

originalPartnerReferenceNo

string

M

Original partner reference number from the payment initiation request.

2

originalReferenceNo

string

M

Original reference number from Finnet (if available).

3

serviceCode

string

M

Service code. Example: 54.

Sample Request

Body Response

200 OK

Returns application/json.

Last updated