Skip to main content
POST
Create a crypto payment refund address

Authorizations

Authorization
string
header
required

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

Body

application/json
idempotencyKey
string<uuid>
required

Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

Example:

"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"

paymentId
string<uuid>
required

Original payment identifier. Recipient identity is derived from this payment's Travel Rule originator PII.

Example:

"74fe686b-9142-43ab-9ba9-2e0c9b366d70"

chain
enum<string>
required

A blockchain that a given currency is available on.

Note: Arc (ARC) is only available in the sandbox environment (api-sandbox.circle.com).

Available options:
ALGO,
APTOS,
ARB,
ARC,
AVAX,
BASE,
BTC,
CELO,
CODEX,
ETH,
HBAR,
HYPEREVM,
INK,
LINEA,
NEAR,
NOBLE,
OP,
PLUME,
PAH,
POLY,
SEI,
SOL,
SONIC,
SUI,
UNI,
WORLDCHAIN,
XLAYER,
XDC,
XLM,
XRP,
ZKS,
ZKSYNC
address
string
required

An alphanumeric string representing a blockchain address. Formatting varies by blockchain. Be sure to preserve the exact formatting and capitalization of the address.
Important: For Ripple (XRP) addresses, only the classic address format is supported (for example, rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY).
The x-address format is NOT supported currently (for example, XV5sbjUmgPpvXv4ixFWZ5ptAYZ6PD2q1qM6owqNbug8W6KV).

Example:

"0x8381470ED67C3802402dbbFa0058E8871F017A6F"

metadata
object
required

Metadata for a refund address.

ownership
object
required

Refund address ownership. ownership.custody.vaspId is required and must match the VASP recorded on the original payment.

clientEntityId
string<uuid>

Optional child entity that should own the refund address. When omitted, the address is PSP-owned/shared.

Example:

"7c1fb25a-f814-4c57-b06f-d5a25bfbf935"

addressTag
string | null

The secondary identifier for a blockchain address. An example of this is the memo field on the Stellar network, which can be text, id, or hash format.

Example:

"123456789"

Response

Refund address successfully created, or original address replayed for a reused idempotency key.

data
object

Refund address-book entry used as a crypto refund destination.