This endpoint is fully functional; however, we recommend using the /send endpoint instead, as it offers greater flexibility. With the new /send, you can process multiple operators within the same request using the operatorId parameter.
This endpoint supports both synchronous and asynchronous requests. You have the flexibility to choose between these two request types based on your preferences and requirements.
If you prefer to receive an immediate response and want to wait for the transaction to be processed before proceeding, you should make a synchronous request. In this case, you do not need to include the useWebhook and webhookUrl parameters in the request body.
For those who wish to initiate a transaction and continue with their workflow without waiting for the processing to complete, asynchronous requests are the ideal choice. To make an asynchronous request, include the useWebhook and webhookUrl parameters in the request body. This allows the transaction to be processed in the background, and you will receive a webhook callback once it's confirmed.Choose the request type that aligns with your use case to optimize your experience with this operator.