Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.09 KB

TransferRefundIdempotencyKey.md

File metadata and controls

12 lines (7 loc) · 1.09 KB

TransferRefundIdempotencyKey

A random key provided by the client, per unique refund. 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 refund fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single refund is created.

Properties

Name Type Description Notes
value str A random key provided by the client, per unique refund. 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 refund fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single refund is created.

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