Skip to main content
POST
Validate payment destination

Body

application/json

validate a payment destination

type
enum<string>
required
Available options:
address
Example:

"address"

currency
string<string>
required

A valid currency

Required string length: 1 - 10
Example:

"BTC"

address
string

This is the address for type address

Example:

"tb1qj4263506wyu8khrz2dwce0agk8lhyjgy269rxr"

network
string

This specifies the blockchain network associated with the address receiving the payment, typically used with address type payouts.

Example:

"BTC"

memo
string

This refers to the memo required for blockchain networks that mandate a memo for cryptocurrency transactions.

Example:

"memo"

Response

Successful response

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

data
object
required