Confirm an unlocked transfer intent
Creates a transfer from a previewed corridor that cannot lock a firm quote.
Headers
API key
Required UUID preventing duplicate unlocked confirmations.
Request body
Example request
{
"clientReferenceId": "order_abc123",
"onBehalfOf": "cus_abc123",
"counterpartyId": "cp_abc123",
"source": {
"accountId": "inw_abc123",
"currency": "USDC",
"paymentRail": "ETHEREUM",
"direction": "CREDIT",
"refundAccountId": "inw_abc123"
},
"destination": {
"correspondentBankName": "Bank of America",
"correspondentBankSwiftCode": "IRVTUS3NXXX",
"correspondentAccountNumber": "9876543210",
"accountId": "acc_def456",
"currency": "USDC",
"paymentRail": "ETHEREUM",
"wireMessage": "Payment for invoice INV-2026-001",
"sepaReference": "INV-2026-001",
"achReference": "ORDER123",
"blockchainMemo": "MEMO123456",
"swiftReference": "Payment for Invoice\\nReference: INV-2026-001",
"rtpReference": "Payment for invoice INV-2026-001"
},
"remarks": "Partial payment - remaining balance to be paid next month",
"internalRemarks": "Approved by ops on 2026-04-15",
"developerFeeFixed": 100,
"developerFeePercent": 0.015,
"documentIds": [
"doc_abc123",
"doc_def456"
],
"expiresAt": "2026-12-31T23:59:59Z",
"amount": {
"value": "1000000",
"side": "SOURCE"
}
}Response
Transfer created from the quoted intent.
Example response
{
"transferId": "tfr_abc123",
"flow": "FIAT_TO_CRYPTO",
"status": "PENDING",
"fundingRequired": true,
"depositInstructions": {
"type": "crypto",
"paymentRail": "ETHEREUM",
"toAddress": "0x1234567890abcdef1234567890abcdef12345678",
"amount": {
"currency": "USD",
"exponent": 2,
"value": "12345",
"displayValue": "123.45"
},
"accountId": "acc_abc123"
},
"fundingInstructions": {
"reference": "CDX-7K2A9V",
"currency": "EUR",
"amount": "10000",
"supportedRails": [
"SEPA"
],
"bank": {
"name": "Commerzbank AG",
"address": "Mainzer Landstraße 153, 60327 Frankfurt",
"country": "DE"
},
"accounts": [
{
"supportedRails": [
"SEPA"
],
"accountHolderName": "Acme Onramp Ltd",
"accountNumber": "12345678",
"iban": "DE89370400440532013000",
"bic": "COBADEFFXXX",
"sortCode": "12-34-56",
"routingNumber": "021000021"
}
],
"swiftRoutingBanks": [
{
"bankName": "Citibank N.A.",
"bic": "CITIUS33XXX",
"abaRoutingNumber": "021000089"
}
],
"expiresAt": "2026-05-26T19:54:00.000Z"
}
}Changes
Changed in 2 of the 19 revisions of this API.55
- ○
added the new
AEDenum value to the request property/////request-property-enum-value-added
- ○
added the new
ARSenum value to the request property/////request-property-enum-value-added
- ○
added the new
AUDenum value to the request property/////request-property-enum-value-added
- ○
added the new
BHDenum value to the request property/////request-property-enum-value-added
- ○
added the new
BRLenum value to the request property/////request-property-enum-value-added
- ○
added the new
CADenum value to the request property/////request-property-enum-value-added
- ○
added the new
CASHenum value to the request property/////request-property-enum-value-added
- ○
added the new
CHFenum value to the request property/////request-property-enum-value-added
- ○
added the new
CNHenum value to the request property/////request-property-enum-value-added
- ○
added the new
CNYenum value to the request property/////request-property-enum-value-added
- ○
added the new
COPenum value to the request property/////request-property-enum-value-added
- ○
added the new
CZKenum value to the request property/////request-property-enum-value-added
- ○
added the new
DAIenum value to the request property/////request-property-enum-value-added
- ○
added the new
DAIenum value to the request property/////request-property-enum-value-added
- ○
added the new
DKKenum value to the request property/////request-property-enum-value-added
- ○
added the new
EGPenum value to the request property/////request-property-enum-value-added
- ○
added the new
ETHenum value to the request property/////request-property-enum-value-added
- ○
added the new
ETHenum value to the request property/////request-property-enum-value-added
- ○
added the new
EURCenum value to the request property/////request-property-enum-value-added
- ○
added the new
EURCenum value to the request property/////request-property-enum-value-added
- ○
added the new
GBPenum value to the request property/////request-property-enum-value-added
- ○
added the new
HKDenum value to the request property/////request-property-enum-value-added
- ○
added the new
HUFenum value to the request property/////request-property-enum-value-added
- ○
added the new
IDRenum value to the request property/////request-property-enum-value-added
- ○
added the new
ILSenum value to the request property/////request-property-enum-value-added
- ○
added the new
INRenum value to the request property/////request-property-enum-value-added
- ○
added the new
JPYenum value to the request property/////request-property-enum-value-added
- ○
added the new
KRWenum value to the request property/////request-property-enum-value-added
- ○
added the new
KWDenum value to the request property/////request-property-enum-value-added
- ○
added the new
MYRenum value to the request property/////request-property-enum-value-added
- ○
added the new
NOKenum value to the request property/////request-property-enum-value-added
- ○
added the new
NZDenum value to the request property/////request-property-enum-value-added
- ○
added the new
PHPenum value to the request property/////request-property-enum-value-added
- ○
added the new
PKRenum value to the request property/////request-property-enum-value-added
- ○
added the new
PLNenum value to the request property/////request-property-enum-value-added
- ○
added the new
PYUSDenum value to the request property/////request-property-enum-value-added
- ○
added the new
PYUSDenum value to the request property/////request-property-enum-value-added
- ○
added the new
QARenum value to the request property/////request-property-enum-value-added
- ○
added the new
RONenum value to the request property/////request-property-enum-value-added
- ○
added the new
RUBenum value to the request property/////request-property-enum-value-added
- ○
added the new
SARenum value to the request property/////request-property-enum-value-added
- ○
added the new
SEKenum value to the request property/////request-property-enum-value-added
- ○
added the new
SGDenum value to the request property/////request-property-enum-value-added
- ○
added the new
THBenum value to the request property/////request-property-enum-value-added
- ○
added the new
TRYenum value to the request property/////request-property-enum-value-added
- ○
added the new
TWDenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDBenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDBenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDPenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDPenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDSenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDSenum value to the request property/////request-property-enum-value-added
- ○
added the new
VNDenum value to the request property/////request-property-enum-value-added
- ○
added the new
ZARenum value to the request property/////request-property-enum-value-added
- ○
- ○
endpoint added
endpoint-added
- ○