Skip to main content

Get all consumer user round up sources

GET 

/auth/company/consumer-users/:consumer_user_id/round-up-sources

Request

Path Parameters

    consumer_user_id stringrequired

    Unique ID of the consumer user in scope.

Responses

Schema

  • Array [

  • id uuid

    The unique identifier of the object

    alias stringrequired

    User-friendly alias name

    external_id stringrequired

    Company id of the round up source

    type stringrequired

    Possible values: [credit_card, debit_card, prepaid_card, main_account, saving_account]

    Type of the round up source

  • ]

Loading...