Skip to main content
POST
Confirm the quoted exchange rate
Accept the quoted exchange rate for a transfer request. Once confirmed, the rate is locked and payment instructions are generated.

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/auth/token/issue. Send as: Authorization: Bearer <access_token>

Path Parameters

id
string
required

Unique transfer request ID

Example:

"c17d2777-e604-45e2-b6d5-7743652eadf1"

Body

application/json
amount
number
required

The transfer amount to confirm the rate for.

Example:

10000

Response

Rate confirmed and payment instructions generated

success
boolean
Example:

true

message
string
Example:

"Rate confirmed successfully"

data
object