Account
Bank
Transfer
Discount
KYC
Supported
KYC
Supported Verification Methods
Get supported KYC verification methods.
GET
/
kyc
/
supported-methods
Copy
curl --request GET \
--url https://staging-api.getpartna.com/v4/kyc/supported-methods \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"data": [
"sendotp",
"receiveotp",
"bankdetails"
],
"message": "success"
}
Response
200 - application/json
get kyc supported methods ok
The response is of type object
.
Copy
curl --request GET \
--url https://staging-api.getpartna.com/v4/kyc/supported-methods \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"data": [
"sendotp",
"receiveotp",
"bankdetails"
],
"message": "success"
}
Assistant
Responses are generated using AI and may contain mistakes.