Bank Widget Url

Get the bank widget URL to add fiat accounts.

Get widget url to add fiat accounts.

POST https://integration.coinmena.com/onramp/api/v2/whiteLabel/bank/addFiatAccountUrl

Request Body

NameTypeDescription

customerId*

String

Unique User Id received from /kyc/url

redirectUrl*

String

Client URL to return to once the redirection

{
    "status": 1,
    "code": 200,
    "data": {
        "bankUrl": "---url---",
        "referenceId": "---referenceId---"
    }
}

{
    "status": 1,
    "code": 200,
    "data": {
        "bankUrl": "https://coinmena.com/onramp/main/profile/bank-accounts/?appId=196&kybData=JDU5FwUdEjM/AjxDlBEfUFbUVBnT1lhW1d3VFdGWTc5HEpZUVJkT0AQDg03CgocGAQRLEE8DwsiChogAA5lOgofHFlSIxgLJQMgDk4xAAwuOxEe&whiteLabelRefId=UFJOL1hh&redirectUrl=https://www.api-client.com",
        "referenceId": "6214fc3b011d9e3efb8c36b8fd29dfcs"
    }
}

Last updated