Post CKYC API

This API is used to submit the post the CKYC details of your partner. The access token is required on the header. For more information on getting the access token, refer to Get Token API

Sample request
curl --location -g --request POST '{{onboarding_url}}/api/v3/merchants/kyc_document/ckyc_data' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "dob": "01-01-1990",
    "merchant_id": "{{merchant_id}}"
}'
Sample response
{
  "name": "Sardar Khan",
  "gender": "M",
  "dob": "1996-02-14",
  "address": " rz-276,ph-2, gopal nagar, NAJAFGARH, South West Delhi, Delhi, India, 110043",
  "pincode": 110043
}

Request headers

📘

Note:

The access token with the scope as client_manage_kyc_details is required on the header. For more information on getting the access token, refer to Get Token API.

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!
Ask AI Beta

Hi! I am an AI Assistant. Ask me about PayU and get help with your integration.
Responses are generated by AI, may contain some mistakes.

EXAMPLE QUESTIONS