Skip to main content
GET
/
digitalbanking
/
db-transfers
/
v1
/
recipients
Get Recipients
curl --request GET \
  --url https://api.candescent.com/digitalbanking/db-transfers/v1/recipients \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "routingNumber": "<string>",
    "accountNumber": "<string>",
    "accountType": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of recipients

id
string

Unique identifier of the recipient

name
string

Display name for the recipient

routingNumber
string

Bank routing number

accountNumber
string

Recipient account number

accountType
string

Account type (CHECKING, SAVINGS)