Skip to main content
GET
/
v1
/
credit
/
repaymentAccounts
/
{fiatAccountId}
Get repayment account details
curl --request GET \
  --url https://api-sandbox.circle.com/v1/credit/repaymentAccounts/{fiatAccountId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
    "description": "WELLS FARGO BANK, NA ****1111",
    "status": "active",
    "wireInstructions": {
      "trackingRef": "CIR28XYS2F",
      "beneficiary": {
        "name": "CIRCLE INTERNET FINANCIAL INC",
        "address1": "1 Main Street",
        "address2": "Suite 1"
      },
      "beneficiaryBank": {
        "swiftCode": "SVBKUS6S",
        "routingNumber": "121140399",
        "accountNumber": "3302726104",
        "currency": "USD",
        "name": "SILICON VALLEY BANK",
        "address": "3003 TASMAN DRIVE",
        "city": "SANTA CLARA",
        "postalCode": "95054",
        "country": "US"
      }
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.circle.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

fiatAccountId
string<uuid>
required

The ID of the wire bank account to retrieve repayment details for.

Response

Successfully retrieved repayment account details.

data
object

Repayment account details including wire instructions for making a credit repayment.