Cedar Partners API
    Cedar Partners API
    • Introduction
    • Getting Started
      • Data Model
      • Transaction Lifecycle
      • Authentication
      • API Environments
      • Webhooks Configuration
    • Development Tools
      • API Debugging
      • Error Codes
      • File URLs
    • API Documentation
      • Information
        • Get Countries
        • Get Currencies
      • Merchants
        • Create Merchant
        • Update Merchant
        • Get Merchant by ID
        • Get Merchants with Pagination
      • Onboarding
        • Onboarding Lifecycle
        • Get Legal Agreements
        • Accept Legal Agreements
        • Submit Merchant Onboarding
      • Receiver Accounts
        • Create Receiver Account
        • Update Receiver Account
        • Get Receiver Account by ID
        • Get Receiver Accounts with Pagination
      • Transactions
        • Payout (Crypto-to-Fiat)
          • Calculate FX Rate
          • Create Payout Transaction
          • Get Payout Transaction by ID
          • Get Payout Transactions with Pagination
          • Approve Payout Transaction Quote
          • Approve Payout Transaction Deposit
          • Cancel Payout Transaction
        • End to End (Fiat-to-Fiat)
          • Calculate FX Rate
          • Create End to End Transaction
          • Get End to End Transaction by ID
          • Get End to End Transactions with Pagination
          • Approve End to End Transaction Quote
          • Approve End to End Transaction Deposit
          • Cancel End to End Transaction
        • Collections (Fiat-to-Fiat)
          • Calculate FX Rate
          • Create Collections Transaction
          • Get Collections Transaction by ID
          • Get Collections Transactions with Pagination
          • Approve Collections Transaction Quote
          • Approve Collections Transaction Deposit
          • Cancel Collections Transaction
        • Get Payout Confirmation by Transaction ID
          GET
      • Utilities
        • Upload File
    • Schemas
      • API Error
      • Country
      • Currency
      • Merchant
      • Receiver Account
      • Payout Transaction
      • Wallet Details
      • End to End Transaction
      • Collections Transaction
      • Bank Details
      • Contract Agreement

    Receiver Account

    {
        "id": 0,
        "creationTime": 0,
        "lastUpdateTime": 0,
        "businessId": 0,
        "currencySymbol": "string",
        "accountStatus": "PENDING",
        "accountNumber": "string",
        "accountHolderName": "string",
        "bankName": "string",
        "swiftCode": "string",
        "iban": "string",
        "routingNumber": "string",
        "countryIso": "string",
        "state": "string",
        "city": "string",
        "address": "string",
        "streetNumber": "string",
        "zipCode": "string"
    }
    Built with