Channels redirectUrl changes
about 1 year ago by Nikolai
As part of ongoing brand migration from Coindirect to BVNK, we will be migrating our channels redirectUrl
from business.coindirect.com
to a new domain, pay.bvnk.com
, as of November 2023.
The redirectUrl
value update will be supplied in both the API response body and webhook payloads.
For reference, please check the example POST /api/v2/channel
response payload below.
Kindly ensure that your system recognises the new URL correctly to avoid any issues in your check-out or deposit user flows on your platform.
{
"id": 80220,
"dateCreated": 1699533648502,
"lastUpdated": 1699533648502,
"merchantId": "b1cbe720-416a-4aee-b84f-d707dc4f7fa0",
"walletCurrency": "EUR",
"displayCurrency": "BTC",
"payCurrency": "EUR",
"address": "E13810838",
"tag": null,
"protocol": null,
"reference": "7b3b43f8-c030-48c4-aa12-024362038367",
"status": "OPEN",
"uuid": "889b8bc0-df18-4944-8a2b-e0e6617060c1",
"redirectUrl": "https://pay.bvnk.com/channel?uuid=889b8bc0-df18-4944-8a2b-e0e6617060c1",
"uri": null,
"alternatives": null
}