absolutepay (Node SDK) - v0.7.1
    Preparing search index...

    Interface IdempotencyOptions

    A request option that sets the Idempotency-Key header on a money-moving POST.

    interface IdempotencyOptions {
        idempotencyKey?: string;
    }
    Index

    Properties

    Properties

    idempotencyKey?: string

    A unique client-generated key (e.g. a UUID). Retrying the call with the same key + body replays the original response instead of performing the action twice; a different body with the same key returns a 409. Omit to send no idempotency key.