GET
/
payments
/
search-destinations

Authorizations

x-payman-api-secret
string
header
required

Query Parameters

name
string

The name of the payment destination to search for. This can be a partial, case-insensitive match.

type
string

The type of destination to search for.

contactEmail
string

The contact email to search for.

contactPhoneNumber
string

The contact phone number to search for.

contactTaxId
string

The contact tax id to search for.

accountNumber
string

The US Bank account number to search for.

routingNumber
string

The US Bank routing number to search for.

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