POST
/api/v2/crypto-virtual-accounts/interlace-to-equals/confirmConfirm 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
| Field | Type | Required | Description |
|---|---|---|---|
| UserId | unknown | No | |
| VerificationToken | string | Yes | |
| OtpCode | string | Yes |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Success | boolean | No | |
| Message | string | No | |
| TransferId | string | No | |
| TransferStatus | string | No | |
| DepositWallet | unknown | No | |
| OtcRequest | object | No |
400 — Bad Request
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
401 — Unauthorized
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
422 — Unprocessable Entity
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
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.