Execute token conversion

Execute an OPEN token conversion - exchange virtual tokens for real currency.

Successful completion triggers this notification
Token exchange webhook

For more information about event notifications, visit Webhooks.

Securitytilia_auth
Request
path Parameters
token_exchange_id
required
string (TokenExchangeId) <= 36 characters

The virtual exchange ID. Must refer to an OPEN token exchange with direction=token_convert

Example: vtok_2V2WX4AZZiE6eDoGb6coN0RuxIR
Responses
200

Successfully executed token conversion.

400

Invalid input

401

Unauthorized access.

403

Disallowed from transacting.

500

Service unavailable or server error.

post/v2/token/convert/{token_exchange_id}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "payload": {
    }
}