v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProduct
Create overdraft product
Create a new overdraft product.<br> The overdraft API enables a bank to set an overdraft limit for an account when the balance is insufficient. For details, refer to How overdraft works.<br> This endpoint generates an Overdraft product created event.
post/v1/overdraft
Request body
Example request
{
"name": "Overdraft Limit 1000",
"interest_plan_id": "b935acaf-886c-4817-8f7c-c2cc3ce4d509",
"processing_code": "99066",
"grace_period": 10
}Response
Product created successfully
Example response
{
"name": "Overdraft Limit 1000",
"processing_code": "99066"
}