Skip to main content
POST
Initiate a crypto repayment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for initiating a crypto repayment on a credit transfer.

idempotencyKey
string<uuid>
required

Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

Example:

"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"

amount
object
required

The amount and currency to repay. Currency must match the credit line currency. The requested amount is capped at the outstanding balance.

accountId
string

Optional identifier of the funding account for the repayment. When omitted, falls back to the entity's default funding account.

Example:

"1000000"

Response

Successfully initiated a crypto repayment.

data
object

A crypto repayment initiated on a credit transfer.