POST
/
merchants
/
{merchant_id}
/
onboarding_link
curl --request POST \
  --url https://api-sandbox.cashfree.com/partners/merchants/{merchant_id}/onboarding_link \
  --header 'Content-Type: application/json' \
  --header 'x-partner-apikey: <x-partner-apikey>' \
  --data '{
  "type": "account_onboarding",
  "return_url": "https://b8af79f41056.eu.ngrok.io?key1=value1"
}'
{
  "created_at": "2023-07-24T12:24:44+0530",
  "expires_at": "2023-07-24T13:24:44+0530",
  "onboarding_link": "https://telr.cashfree.com/merchantwebapp/validate/..token..?goto=onboarding"
}

Headers

x-partner-apikey
string
required

Partner API Key

x-api-version
string
default:2023-01-01

API version to be used

Path Parameters

merchant_id
string
required

Unique identifier for the merchant

Body

application/json

Response

200
application/json

OK

The response is of type object.