> ## 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.

# Card (VISA/Mastercard)

> Bypass the payment page for an optimized user experience

## 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

```HTML card-direct-post theme={null}
    <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:

<img src="https://mintcdn.com/chipinsdnbhd/_ZYOd6liWS9njiPb/images/direct-post-card.gif?s=41895b207f86682e1afec6246d6866a1" title="Card Direct Post" className="w-full h-96 rounded-xl" width="704" height="382" data-path="images/direct-post-card.gif" />
