Idempotent Requests

Endpoints in this section support idempotency, which means that you can safely submit identical requests without making changes to the data storage twice. To perform an idempotent request, provide x-idempotency-key header with the request.

Idempotency works by saving URL, method, and idempotency header of your request as a key and the result of the request as value for 24 hours.

In case an error occurs while processing the request, the error message will be persisted and resent on possible retries. Please note that fields of uuid and timestamp fields of the error will be regenerated to be able to track down the identity of each error.

Idempotency key needs to be a unique value generated by the client which server then uses to activate the feature to be able to recognize possible future retries of the same request. The max length of the idempotency key is 64 characters.

Endpoints

Enfuce is a principal member of Visa and Mastercard. Enfuce License Services Ltd is an Electronic Money Institution authorised by the the Finnish Financial Supervisory Authority (registered no. 2992502-3).
Registered address: Metsänneidonkuja 12, 02130 Espoo, Finland.

Enfuce UK Ltd is an Electronic Money Institution authorised by the Financial Conduct Authority (Firm Reference Number: 993783), and is a company registered in England and Wales (Company No. 13978639).
Registered office address at 1 Chapel Street, Warwick, United Kingdom, CV34 4HL.

© Enfuce Financial Services Ltd 2025