Repay a settlement advance
Records a repayment against the credit line backing a settlement advance. Repayments are applied FIFO across same-currency outstanding transfers; any excess is recorded as a credit over-repayment.
Idempotent on idempotencyKey: replays with the same key and same
amount are no-ops.
Authorizations
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Body
Request body for repaying a settlement advance.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests. To create a UUIDv4 go to uuidgenerator.net. If the same key is reused, it will be treated as the same request and the original response will be returned.
"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
Currency and amount for settlement advance flows.
Response
Repayment recorded successfully.
Settlement advance repayment.
System-generated unique identifier of the resource.
"c4d1da72-111e-4d52-bdbf-2e74a2d803d5"
Currency and amount for settlement advance flows.
Status of a settlement advance repayment.
pending, completed, failed "pending"
Date and time when the resource was created
"2023-01-01T12:04:05Z"
Date and time when the resource was last updated
"2023-01-01T12:04:05Z"