Sokin Embeded API
    Sokin Embeded API
    • Getting Started
      • Sokin Definitions
      • Guides
        • Authentication
        • Receiving Payments
        • FX Payments
        • Payments
        • Unfunded Payments
        • Unfunded FX Payments
    • Authentication
      • Get Token
        POST
      • Get Token on behalf of corporate
        POST
      • Schemas
        • TokenResponse
    • Corporate Currency Accounts
      • v2025-12-01
        • Get Corporate Currency Accounts
        • Get Corporate Currency Account By Reference
      • Schemas
        • GetCCAByReferenceResponse
        • GetCCAsResponse
        • GetCCAsResponseItem
        • GetCCAByReferenceResponsePayInDetail
        • PaginationInfo
    • Beneficiaries
      • v2025-12-01
        • Get Beneficiary Fields
        • Create External Beneficiary
        • Get Beneficiary List
        • Get Beneficiary Details
        • Delete Beneficiary
      • Schemas
        • BeneficiaryDetailsResponse
        • CreateExternalBeneficiaryRequest
        • CreateExternalBeneficiaryResponse
        • GetBeneficiaryFieldsResponse
        • BeneficiaryListResponse
        • BeneficiaryListResponse
    • Instruction Requests
      • v2025-12-01
        • Get Instruction Request By Reference
        • Create Payment Instruction Request
        • Create Fx Instruction Request
        • Create Fx Payment Instruction Request
        • Create Unfunded Payment Instruction Request
        • Create Unfunded Fx Payment Instruction Request
      • Schemas
        • CreateFXInstructionRequest
        • CreateFxPaymentInstructionRequest
        • CreateInstructionRequestResponse
        • CreatePaymentInstructionRequest
        • CreateResellerFxPaymentInstructionRequest
        • CreateResellerPaymentInstructionRequest
        • GetInstructionRequestResponse
    • Instructions
      • v2025-12-01
        • Get Instruction By Reference
      • Schemas
        • GetInstructionResponse
    • Foreign Exchange
      • v2025-12-01
        • Get Fx Rate
      • Schemas
        • FxRateRequest
    • Webhooks
      • Webhooks
      • Schemas
        • InstructionCreated
        • InstructionReqeustRejected
        • InstructionProcessedWebhook
        • InstructionRejectedWebhook
        • OnboardingRequestApproved
        • OnboardingRequestRejected
        • CorporateActivated
        • CorporateDeactivated
        • CorporateCurrencyAccountFundingReceived

    GetCCAByReferenceResponse(GetCCAByReferenceResponse)

    {
        "external_reference": "string",
        "version": 0,
        "currency": "string",
        "current_balance": "string",
        "international_payment_details": [],
        "local_payment_details": {
            "account_name": "string",
            "account_number": "string",
            "account_type": "string",
            "iban": "string",
            "routing_code_type": "string",
            "routing_code": "string",
            "bic_code": "string",
            "email": "string",
            "corporate_reference": "string",
            "bank_name": "string",
            "bank_country": "string",
            "bank_address": "string",
            "bank_branch": "string"
        }
    }
    Built with