Retrieves a list of recipients

The service uses a v2 authentication token and requires the token to be generated with the scopes recipients:write, recipients:read for adding/updating/getting recipient information.

After one or more recipient records are created, the list can be retrieved:
  • Commonly used in the context of creating a list of recipients to be selected during a transfer.
  • Retrieves all recipient records created by a given customer, along with their associated data

ENDPOINTS

get

/v1/recipients

Header parameters

Collapse

Expand

callingAppId

string

no

The id of the app or service calling the recipients service.

Authorization

string

required

An OAuth2 access token (in JWT format) that authorizes this request. The transactions:read and accounts:read scopes are required to access this API. Must be in the format Bearer {JWT}

transactionId

string

required

An ID that identifies this request. A unique identifier should be generated for each request made.

Body parameters

Collapse

Expand

No items found.
No items found.

Query parameters

Collapse

Expand

No items found.

Path parameters

Collapse

Expand

No items found.

Response Body

{"recipients":[{"id":"string","institutionId":"string","institutionCustomerId":"string","memberNumber":"string","accountNumber":"string","accountType":"SAVINGS","passCode":"string","email":"string","nickName":"string","fullName":"string"}]}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

CURL REQUEST

copy code snippetcode copiedexpand code snippetClose code snippet
curl -X 'GET' \ 
 'https://api.candescent.com/digitalbanking/db-recipients/v1/recipients' \ 
 -H 'transactionid: SOME_STRING_VALUE' \ 
 -H 'authorization: SOME_STRING_VALUE' \ 
 -H 'callingappid: SOME_STRING_VALUE' \ 
 -H 'accept: application/json' \ 
Get Response

RESPONSE

copy responseexpand responseclose response
No items found.
No items found.
close

Sign in now!

Please sign up or sign in to add to watchlist

Sign in
close

Added to watchlist!

Your interest has been noted. An NCR Voyix Rep
will contact you with further details soon.