Retrieve tokens using Razorpay APIs to create subsequent payments.
Once you capture a payment, Razorpay Checkout returns a razorpay_payment_id that can be used to fetch the token_id. This is a manual process and can be done using either APIs or Webhooks. This token_id is used to create and charge subsequent payments.
Once the registration link is sent, you need to wait for the customer to make the payment. You can check if a payment is made and the status of the payment using our APIs.
You can use the below endpoint to fetch the payment_id using an order_id.