BillingPaymentsCrypto
BillingPaymentsCrypto
  • Getting Started
    • 👋 Welcome
    • 🔑 Sandbox credentials
    • 🏁 Getting Started
    • 📨 Webhooks
  • Payments API Reference
LogoLogo
Payments API ReferenceMerchant

GET
/api/v1/organizations/:organizationId/merchants/:merchantId/accounts/:accountId
GET
/api/v1/organizations/:organizationId/merchants/:merchantId/accounts/:accountId
1curl https://api.koywe.com/api/v1/organizations/organizationId/merchants/merchantId/accounts/accountId \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1{
2 "id": "acc_6ead3cb5-e87f-4756-8389-8ad2f56757d0",
3 "name": "Banking of the Corp",
4 "entity": "Citibank NA",
5 "kind": "BANK",
6 "isVirtual": false,
7 "address": "0x123...",
8 "network": "ethereum",
9 "type": "SAVINGS",
10 "accountNumber": "012342134123",
11 "routingNumber": "123456789",
12 "countryId": "ctry_c7168583-0eeb-49b8-8c9b-0bffcf954fef",
13 "currencyId": "cur_8289dc19-e775-4c0c-a42a-e0da129e3b64",
14 "currencyCode": "ARS",
15 "createdAt": "2024-07-01T22:40:22.003Z",
16 "updatedAt": "2024-07-01T22:40:22.003Z",
17 "isDefault": false,
18 "isTracked": false,
19 "merchantId": "mrc_31352afb-ce3a-4b7f-963d-b2512c646400",
20 "contactId": "con_31352afb-ce3a-4b7f-963d-b2512c646400",
21 "countryCode": "AR"
22}
Was this page helpful?
Previous

Delete bank account

Next
Built with
Retrieves a specific bank account by its ID. The account must belong to the specified merchant.
Get bank account by ID

Authentication

AuthorizationBearer

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

Path parameters

accountIdstringRequired
Bank Account ID
merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Response

Get bankAccount by ID
idstring
namestring
entitystring
kindenum
Allowed values:
isVirtualboolean
addressstring
networkstring
typeenum
Allowed values:
accountNumberstring
routingNumberstring
countryIdstring
currencyIdstring
currencyCodestring
Currency symbol
createdAtstringformat: "date-time"
updatedAtstringformat: "date-time"
isDefaultboolean
isTrackedboolean
merchantIdstring
contactIdstring
countryCodestring or null

Two-letter ISO country code

Errors

Organization ID
Get bankAccount by ID