Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Route
  • Response Parameters

    View Response Codes
    Name Type Description
    FundingAllocations FundingInstructionResponse [] Collection of Funding Instruction response type
  • Request Example

    Request URL
    GET /partnerintegration/v1/fundingallocations/{ClientKey}
  • Response Example

    Response body
    {
      "FundingAllocations": [
        {
          "AccountKey": "-TGN6RMFpRj4YKsR5JsB2A==",
          "PeriodicFundingAmount": 100,
          "SubAccountAllocation": [
            {
              "AccountKey": "fDuBSI7De78mg1nnONi4ag==",
              "Allocation": 50,
              "AllocationUnit": "Amount"
            },
            {
              "AccountKey": "s7SOpbxiM0nCMWMBxwU1RA==",
              "Allocation": 50,
              "AllocationUnit": "Amount"
            }
          ]
        }
      ]
    }