Send or receive otp to complete kyc
curl --request PUT \ --url https://staging-api.getpartna.com/v4/kyc/handle-otp \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-api-user: <api-key>' \ --data '{ "accountName": "kycaccount", "accountNumber": "0720913512", "bankCode": "044", "verificationMethod": "bankdetails" }'
{ "data": { "subscriptionId": "dev00user00kycaccount" }, "message": "verification method set successfully" }
The response is of type object.
object