POST/api/v2/crypto-virtual-accounts/interlace-to-equals/confirm

Confirm an the card platform-to-EqualsMoney transfer through the crypto on/off-ramp

Verifies the OTP, submits the the card platform crypto withdrawal to the prepared the crypto on/off-ramp address, and queues the the crypto on/off-ramp conversion. After fiat settlement, Hoppa credits the resolved EqualsMoney budget.

Authentication

Send your API key in the x-api-key header on every request.

Request body

application/json

Request body fields
FieldTypeRequiredDescription
UserIdunknownNo
VerificationTokenstringYes
OtpCodestringYes

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
SuccessbooleanNo
MessagestringNo
TransferIdstringNo
TransferStatusstringNo
DepositWalletunknownNo
OtcRequestobjectNo

400 — Bad Request

Response 400 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

401 — Unauthorized

Response 401 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

422 — Unprocessable Entity

Response 422 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

Example request

curl -X POST "https://{base_url}/api/v2/crypto-virtual-accounts/interlace-to-equals/confirm" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"VerificationToken":"…","OtpCode":"…"}'

This page is generated from the live OpenAPI specification and always matches the current API.