v1
latestOpenAPI 3.0.02026-07-26280204.9 KBPayin Intent
Create Payin Intent
A Payin Intent reserves or authorizes funds for a payment that may be captured immediately or later. Use this endpoint to create a Payin Intent either standalone or linked to a Recurring Payin.
- Supports configurable capture behavior via is_auto_capture and capture_delay (max 14 days).
For more information about Payins, see the Payin APIs and the Hosted Checkout documentation.
post/payin-intent
Request body
Example request
{
"payin_method_name": "sg_card_visa_sgd",
"currency": "SGD",
"country": "SG",
"is_auto_capture": true,
"amount": 518
}Response
Created