API Reference

Nach Mandate Sharing API

This API is to share the registered Nach Mandate details.

POST API URL:

https://demo.onefin.in/api/v1/nach/mandate/create/

Sample payload is given below:

{
    "amount": "7411.0",
    "account_number": "<account number>",
    "email": "<email>",
    "name": "<customer name>",
    "mobile": "<moblie number>",
    "bank": "<bank name>",
    "account_type": "savings",
    "auth_type": "card",
    "debit_type": "fixed",
    "start_date": "2023-07-05",
    "end_date": "2025-07-05",
    "frequency": "monthly",
    "customer_id": "<customer id passed to razorpay>",
    "loan_account_no": "<LAN number>",
    "registration_type": "razorpay",
    "ifsc_code": "<IFSC code>",
    "mandate_id": "<Mandate Id>",
    "umrn": "<NACH UMRN>",
    "mandate_account": "razorpay"
}