This endpoint will set/update the webhook url
Set or update the webhook Url.
POST
https://integration.coinmena.com/onramp-bank/api/v1/merchant/setWebhookUrl
Request Body
{
"status": 1,
"code": 200,
"data": 'Webhook url set to https://yourWebhookUrl.com'
}
{
"status": 1,
"code": 200,
"data": 'Webhook url set to https://yourWebhookUrl.com'
}
status -> 0 is for unsuccessful request, 1 is for a successful one
code -> Provides more specific information about the status of the webhook update request. Below are some possible values and their meanings:
200 -> Webhook was successfully updated.
400 -> A required parameter is missing in the request.
500 -> Onramp.money servers are currently down; please try again later
Last updated