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
Real-World scenario
This is how it appears in a real-world scenario:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bypass the payment page for an optimized user experience
<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>
