Create channel

Creates a channel that your end users can openly send payments to.

Response parameters

Parameter

Type

Description

id

number

Channel sequence number

dateCreated

number

Channel creation date

lastUpdated

number

Channel last update

merchantId

string

Your merchant ID. You can find it on the "Merchant Details" page in your business account

walletCurrency

string

The merchant's target wallet currency code that the cryptocurrency payment will be converted and credited to e.g. EUR

displayCurrency

string

Channel price currency e.g. JPY

payCurrency

string

Cryptocurrency code e.g. ETH

address

string

Channel cryptocurrency address

tag

number

In the case of XRP, we will provide the payment destination tag in this field e.g. 3948573904. It is important that your customers specify destination tags when they send XRP payment to you as destination tags indicate the beneficiary or destination for a payment. See https://xrpl.org/source-and-destination-tags.html

reference

string

Channel external ID

status

string

Channel status

uuid

string

Channel UUID

redirectUrl

string

URL to the payment page that you can redirect your customers to

uri

string

Channel URI

alternatives

array

In this object, our API will return alternative protocols if there are any supported by Coindirect. For example, for USDT the API will return alternative TRC20 protocol details such as protocol, address, tag and uri

alternatives.protocol

string

Alternative protocol code e.g. TRC20

alternatives.address

string

Alternative protocol address

alternatives.tag

string

Alternative protocol destination tag.

alternatives.uri

string

Alternative protocol URI

Language
Credentials
Header