Upvest · Example Payload

Investment Api Direct Debit Create Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Investment Api Direct Debit Create Example is an example object payload from Upvest, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

user_idaccount_group_idmandate_idcash_amountcurrencyremittance_information

Example Payload

Raw ↑
{
  "user_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "account_group_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "mandate_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "cash_amount": "example-string",
  "currency": "EUR",
  "remittance_information": "example-string"
}