Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chip-in.asia/llms.txt

Use this file to discover all available pages before exploring further.

Instruction

Once you create a purchase, you will receive a direct_post_url. This URL is used to submit an HTML form POST with the necessary card data.

Example Code

card-direct-post
    <form method="POST" action="https://payments.chip-in.asia/p/3943e0d8-dfc0-4fb5-ae5f-4872f6d0990d/">
        <input type="text" name="cardholder_name" value="">
        <input type="text" name="card_number" value="">
        <input type="text" name="expires" value="">
        <input type="text" name="cvc" value="">
        <input type="checkbox" name="remember_card">
        <input type="submit">
    </form>

Real-World scenario

This is how it appears in a real-world scenario: