POST
/
payments
/
destinations

Authorizations

x-payman-api-secret
string
header
required

Body

application/json

A cryptocurrency address-based payment destination

address
string
required

The cryptocurrency address to send funds to

currency
string
required

The the blockchain to use for the transaction

name
string
required

The name you wish to associate with this payment destination for future lookups.

type
enum<string>
required

The type of payment destination

Available options:
CRYPTO_ADDRESS
contactDetails
object

Contact details for this payment destination

tags
string[]

Any additional labels you wish to assign to this payment destination

Response

200 - application/vnd.payman.v1+json
name
string
required

The user-assigned name of the payment destination

organizationId
string
required
type
enum<string>
required

The type of payment destination

Available options:
US_ACH,
CRYPTO_ADDRESS
contactDetails
object

Contact details for this payment destination

createdAt
string
createdBy
string
destinationDetails
object
id
string
providerInfo
object
replacesId
string

The ID of the payment method this entity replaces

searchHashes
object
status
enum<string>

The status of the payment destination

Available options:
ACTIVE,
ARCHIVED,
DELETED
tags
string[]

Tags to help categorize the payment destination

updatedAt
string
updatedBy
string