v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Payouts

Instruct Payout

Instruct a payout to be made for the specified payoutId.

post/v3/payouts/{payoutId}

Path parameters

payoutIdstring uuid required

Id of the payout

Request body

fxRateDegradationThresholdPercentagenumber float

Halt instruction if the FX rates have become worse since the last quote. Previously called fxRateDegredationThresholdPercentage.

Example request

{
  "fxRateDegradationThresholdPercentage": 0.8008282
}

Response

HTTP 202 Accepted