Skip to main content
GET
Get a payment route

Authorizations

Api-Key
string
header
required

Path Parameters

paymentRouteId
string<uuid>
required

ID of the payment route to retrieve

Response

Successful operation

id
string<uuid>
required

The unique identifier of the payment route

status
enum<string>
required

Status of the payment route

Available options:
active,
frozen,
deleted
source
Crypto Source ยท object
required

Crypto source configuration

destination
Onchain Destination ยท object
required

Onchain destination with direct address

depositAddress
Fiat Deposit Address ยท object
required

The deposit address for funds to be sent to this payment route

createdAt
string<date-time>
required

When the payment route was created

updatedAt
string<date-time>
required

When the payment route was last updated

userId
string<uuid>

User ID (present for individual teams; omit for company teams)

companyId
string<uuid>

Company ID (present for company teams; omit for individual teams)

refundAddress
string

The onchain address where funds are returned if a transaction cannot be completed. Present when the source is a crypto rail.

senderFees
object[]

Array of sender fee configurations for this payment route. Present when sender fees are configured.

developerFees
object[]
deprecated

Deprecated: use senderFees instead. Returns the same values as senderFees for backward compatibility.