Accept a cross-asset payout's candidate quote as its current rate.

Accepts a candidate quote — previously returned by refresh-quote and
held by the client — as the payout's current rate, available while the
payout is pre-initiate (awaiting approval, submitted or waiting for
signature). The candidate
must belong to this payout
(company, corridor and beneficiary) and its rate lock must still be
fresh. On success the payout's current quote and gross debit advance to
the candidate. Accepting is the same rate consent as creating with a
quote, open to API clients too; there is no AAP verification on this
endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}

The Company ID given by Fipto.

string
required
[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}

The Payout ID given by Fipto.

Body Params
uuid
required

The candidate quote to accept as the payout's current rate.

Responses

400

Bad request — the payout is not pre-initiate (awaiting approval,
submitted or waiting for signature), or the candidate does not match the payout's
corridor/beneficiary, or the candidate's rate lock has expired. A
stale lock returns error: rate_lock_expired in the body so the
client can refresh and accept again.

404

Unknown payout or unknown candidate quote.

409

The payout's rate changed or it left the pre-initiate hold set — refresh the quote and accept again.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json