Set/Update Webhook URL
This endpoint will set/update the webhook url
Set or update the webhook Url.
POST
https://api.remitquickly.com/onramp/api/v1/merchant/setWebhookUrl
Request Body
Name
Type
Description
webhookUrl*
String
Your webhook url
{
"status": 1,
"code": 200,
"data": 'Webhook url set to https://yourWebhookUrl.com'
}
{
"status": 1,
"code": 200,
"data": 'Webhook url set to https://yourWebhookUrl.com'
}
Last updated