post https://api.vrio.app/orders//process
Note: A response_code=100
will indicate that the charge has been processed successfully with the gateway and there is no further action required. A response_code=101
will indicate that there are more actions that need to be done in order to complete the charge. This is typical when using PayPal, AfterPay, Klarna or when using a 3 step redirect for 3DS transactions. To complete the transaction you will need to use the /order/{order_id}/complete
method. Learn more here.