/ics/v3/payments/{paymentProduct}/{paymentId}/complete

Completes a payment where SCA has been carried out. This must be done without delay since payment tokens issued by banks are only valid for a limited time period. This call will return a 1426 error if consent is required. Although some banks complete the payments after a successful SCA, it's required to always call the Complete Payment endpoint to ensure that your process works for all banks on the Neonomics platform.

Note for Batch Payments: When paymentProduct is 'batch-transfer', the paymentId parameter should be the batchId returned from the batch payment initiation. The response will contain the status of the entire batch payment with possible values: RCVD, ACTC, PATC, RJCT.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The payment ID returned when the payment was initiated. For batch payments (when paymentProduct is 'batch-transfer'), this should be the batchId returned from the batch payment initiation.

string
required

Specific method used for a payment, which is one of the following values: 'sepa-credit', 'domestic-transfer', 'domestic-scheduled-transfer', 'sepa-scheduled-credit', 'batch-transfer'.

Headers
string
required

The session Id returned in the response body when this session was created.

string
required

String that uniquely identifies a single end-user or device.

string
required

The IP Address of the end-user (PSU), which must be provided if the PSU actively requests information. If this value is not provided, then the call will count towards the number of TPP calls without PSU interaction. Leave it empty if the end user is not actively requesting account information, such as during automatic background updates. Provided in either IPv4 or IPv6 format.

string

Identifier of the end-user, passed as the base64-encoded value of an encrypted string following the guidelines given in Documentation > Development > Sensitive end-user data. This parameter is required if the value of 'personalIdentificationRequired' returned from the /banks endpoint is "true".

string

The host where the request is originating from. If you are using end to end encryption from our developer portal then this header is mandatory.

string

The request originating date. If you are using end to end encryption from our developer portal then this header is mandatory.

string

The signature header consisting of the signature string If you are using end to end encryption from our developer portal then this header is mandatory.

string
Defaults to application/json

If you are using end to end encryption from our developer portal then this header is mandatory for all post/put/patch requests.

string

A Base64-encoded hash of the request body If you are using end to end encryption from our developer portal then this header is mandatory for all post/put/patch requests.

string
required

Content Length

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json