Bank Account
Overview
This API allows merchants to add or update a bank account for a user. It is primarily used for Indian users who require a bank account to perform off-ramp operations.
curl --location --globoff '{{baseURL_swiftramp_v1}}/kyc' \
--header 'authorization: {{loginAccessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"user_id":"819f4c91-4dac-40a7-a7c6-a86defd9c69f",
"document_type": "tid",
"document_name": "pan",
"document_number": "2432432423433d43"
}
'
Notes
- This API is mandatory for Indian users after KYC approval to enable off-ramp transactions.
- Ensure the IFSC code is valid and corresponds to the user’s bank branch.
- Use unique
Request-Id
values for tracking each request. - This API ensures seamless integration of bank account management into your platform, enhancing compliance and user functionality.