Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.24 KB

TransferCreateIdempotencyKey.md

File metadata and controls

12 lines (7 loc) · 1.24 KB

TransferCreateIdempotencyKey

Deprecated. authorization_id is now used as idempotency instead. A random key provided by the client, per unique transfer. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a transfer fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single transfer is created.

Properties

Name Type Description Notes
value str Deprecated. `authorization_id` is now used as idempotency instead. A random key provided by the client, per unique transfer. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a transfer fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single transfer is created.

[Back to Model list] [Back to API list] [Back to README]