> For the complete documentation index, see [llms.txt](https://bhpaydocs.casheer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bhpaydocs.casheer.com/sample-code/2.-redirect-to-og-pay.md).

# 2. Redirect to Payment URL

Once you got success in Step 1, then you need redirect to the Payment URL.

```
If Response.errorCode is 0 
then 
redirect to result.redirectURL
else
log Response.errorMessgae
```
