Step 4: Charge customer
POST https://gate.reviopay.com/api/v1/purchases/{{purchase_id_step_4}}/charge/
This request will charge your clients card with the recurring token generated in step 2.
You can also use the GET /clients/{id}/recurring_tokens/
request to retrieve your clients available tokens.
Request Body
{"recurring_token"=>"{{purchase_id_step_2}}"}