Retrieve a list of counterparties

Get all the counterparties that you have created, or use the query parameters to filter the results.

The counterparties are sorted by the created_at date in reverse chronological order.

The returned counterparties are paginated. The maximum number of counterparties returned per page is specified by the limit parameter. To get to the next page, make a new request and use the created_at date of the last counterparty returned in the previous response.

For more information, see the guides: Retrieve counterparties.

Request

Query Parameters
Query Parameters

The name of the counterparty to retrieve. It does not need to be an exact match, partial match is also supported.

note

Special characters must be properly URL-encoded.

The exact account number of the counterparty to retrieve.

The exact sort code of the counterparty to retrieve. Only allowed in combination with the account_no parameter.

The exact IBAN of the counterparty to retrieve.

The exact BIC of the counterparty to retrieve. Only allowed in combination with the iban parameter.

Default value: the date-time at which the request is made

Retrieves counterparties with created_at < created_before. The default value is the current date and time at which you are calling the endpoint.

Provide it in ISO 8601 format.

Possible values: >= 1 and <= 1000

Default value: 100

The maximum number of counterparties returned per page.

To get to the next page, make a new request and use the created_at date of the last counterparty returned in the previous response as the value for created_before.

Response

List of your counterparties

Response body
Body array of objects

The ID of the counterparty.

The name of the counterparty.

The Revtag of the counterparty.

Possible values: [personal, business]

The type of the Revolut profile. Used when adding an existing Revolut user via Revtag.

Pattern: Value must match regular expression ^[A-Z]{2,3}$

The bank country of the counterparty as 2-letter ISO 3166 code.

Possible values: [created, draft, deleted]

Indicates the state of the counterparty.

The date and time the counterparty was created in ISO 8601 format.

The date and time the counterparty was last updated in ISO 8601 format.

The list of public accounts associated with this counterparty.

The ID of the counterparty's account.

The name of the counterparty.

Pattern: Value must match regular expression ^[A-Z]{2,3}$
Example: "GB"

The country of the bank as 2-letter ISO 3166 code.

Pattern: Value must match regular expression ^[A-Z]{3}$

ISO 4217 currency code in upper case.

Possible values: [revolut, external]

Indicates the type of account.

The bank account number of the counterparty.

The IBAN number of the counterparty's account if applicable.

The sort code of the counterparty's account if applicable.

The routing number of the counterparty's account if applicable.

The BIC number of the counterparty's account if applicable.

The CLABE number of the counterparty's account if applicable.

The IFSC number of the counterparty's account if applicable.

The BSB number of the counterparty's account if applicable.

Possible values: [no, expected]

Indicates the possibility of the recipient charges.

caution

This field is deprecated and should be disregarded. It is returned for legacy purposes only.

The list of cards associated with this counterparty.

The ID of the counterparty's card.

The name of the counterparty.

The last four digits of the card number.

Possible values: [visa, mastercard]

The card brand.

Pattern: Value must match regular expression ^[A-Z]{2,3}$

The country of the card issuer as 2-letter ISO 3166 code.

Pattern: Value must match regular expression ^[A-Z]{3}$

ISO 4217 currency code in upper case.

Was this page helpful?